@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&display=swap");
@font-face {
  font-family: "DTKaLaTeXaText-Regular";
  src: url("../fonts/DTKaLaTeXaText-Regular.woff2") format("woff2"), url("../fonts/DTKaLaTeXaText-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "DTKaLaTeXaText-Bold";
  src: url("../fonts/DTKaLaTeXaText-Bold.woff2") format("woff2"), url("../fonts/DTKaLaTeXaText-Bold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "DTKaLaTeXaDisplay-Regular";
  src: url("../fonts/DTKaLaTeXaDisplay-Regular.woff2") format("woff2"), url("../fonts/DTKaLaTeXaDisplay-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "DTKaLaTeXaDisplay-Bold";
  src: url("../fonts/DTKaLaTeXaDisplay-Bold.woff2") format("woff2"), url("../fonts/DTKaLaTeXaDisplay-Bold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "K2D-Light";
  src: url("../fonts/K2D-Light.woff2") format("woff2"), url("../fonts/K2D-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "K2D-Default";
  src: url("../fonts/K2D-Regular.woff2") format("woff2"), url("../fonts/K2D-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "K2D-Medium";
  src: url("../fonts/K2D-SemiBold.woff2") format("woff2"), url("../fonts/K2D-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "K2D-Bold";
  src: url("../fonts/K2D-ExtraBold.woff2") format("woff2"), url("../fonts/K2D-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "K2D-Thin";
  src: url("../fonts/K2D-Thin.woff2") format("woff2"), url("../fonts/K2D-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.font-light {
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
}

.font-default {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}

.font-bold {
  font-family: "DTKaLaTeXaText-Bold", sans-serif, Arial;
}

.font-en {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .site-footer .container {
    max-width: 100%;
  }
}

footer#colophon {
  font-size: 90%;
}

body:not(.theme-preset-active) footer#colophon {
  color: white;
  background-color: #242532;
  padding: 3rem 0;
}

.navbar-dark .site-info {
  color: white;
}

.before-footer {
  margin-bottom: 2rem;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
.footer-menu .menu .menu-item {
  margin-bottom: 1.25rem;
}
.footer-menu .sub-menu .menu-item {
  margin-bottom: 0.35rem;
}

/*--------------------------------------------------------------
# Footer Widget 
--------------------------------------------------------------*/
.widget_nav_menu .nav-item .nav-link {
  font-family: "DTKaLaTeXaText-Bold", sans-serif, Arial;
  padding: 0;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #fff;
}
.widget_nav_menu .nav-item .nav-link:hover, .widget_nav_menu .nav-item .nav-link:focus, .widget_nav_menu .nav-item .nav-link:active {
  text-decoration: underline;
}
.widget_nav_menu .nav-item.border-0 .nav-link {
  border-bottom: 0;
}
.widget_nav_menu .sub-menu {
  list-style: disc;
}
.widget_nav_menu .sub-menu .nav-item {
  margin-left: 1.5rem;
  font-size: 1rem;
}
.widget_nav_menu .sub-menu .nav-item.current-menu-item .nav-link {
  text-decoration: underline;
}
.widget_nav_menu .sub-menu .nav-item .nav-link {
  margin-bottom: 0.2rem;
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
  border-bottom: 0;
  font-size: 95%;
}

@media screen and (max-width: 991px) {
  #nav_menu-4,
#nav_menu-8 {
    margin-bottom: 0;
  }
  #nav_menu-4 .menu .menu-item,
#nav_menu-8 .menu .menu-item {
    margin-bottom: 0;
  }

  .menu .border-0 .nav-link {
    display: none;
  }

  .menu .border-0 .sub-menu .nav-link {
    display: block !important;
  }
}
.footer-menu a[href="#"] {
  pointer-events: none;
  cursor: default;
}

/*--------------------------------------------------------------
  # Button
  --------------------------------------------------------------*/
.btn {
  border-radius: 10px;
  padding: 0.5rem 1.75rem;
  transition: 0.5s all;
}
.btn > i {
  padding-left: 10px;
}

.btn-sm {
  padding: 0.5rem 0.5rem;
  border-radius: 5px;
}

.btn-lg {
  font-family: "DTKaLaTeXaDisplay-Bold", sans-serif, Arial;
  padding: 1rem 1.75rem;
  font-size: 1.35rem;
}

.btn-full {
  width: 100%;
  padding: 0.75rem;
}

.btn-default {
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff;
  border-radius: 0;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #fff !important;
  border-color: #fff !important;
  color: #3B262F !important;
}
.btn-default.btn-default-dark {
  border-color: #6D6D6D !important;
  color: #6D6D6D !important;
}
.btn-default.btn-default-next {
  padding-left: 20px;
  padding-right: 45px;
  position: relative;
}
.btn-default.btn-default-next:after {
  content: "";
  position: absolute;
  background: url("../images/arrow-next@2x.png") no-repeat right center;
  background-size: 18px;
  width: 18px;
  height: 15px;
  right: 15px;
  top: 12px;
}

.btn-primary {
  background: #1E5E2A;
  border-color: #1E5E2A;
  color: white;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #4AA646 !important;
  border-color: #4AA646 !important;
  color: white !important;
}
.btn-primary a {
  color: #fff !important;
  padding: 0 !important;
}

.btn-secondary-outline {
  font-family: "DTKaLaTeXaDisplay-Bold", sans-serif, Arial;
  border: 1px solid #1E5E2A;
  color: #1E5E2A;
}
.btn-secondary-outline:hover, .btn-secondary-outline:active, .btn-secondary-outline:focus {
  background: #4AA646 !important;
  border-color: #4AA646 !important;
  color: white !important;
}

.btn-download {
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 2rem;
  border-radius: 0;
  color: #1E5E2A;
  width: auto;
}
.btn-download::before {
  content: "";
  position: absolute;
  background: url("../images/ic-download.png") no-repeat right center;
  background-size: 15px;
  width: 15px;
  height: 18px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .btn-download {
    padding: 0.5rem 1.75rem 0.5rem 2.75rem;
    width: 180px;
  }
  .btn-download::before {
    background-size: 20px;
    width: 20px;
    height: 22px;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.btn-download:hover, .btn-download:active, .btn-download:focus {
  background: #fff !important;
  border-color: #4AA646 !important;
  color: #1E5E2A !important;
}

/*--------------------------------------------------------------
  # Form
  --------------------------------------------------------------*/
.form-control {
  min-height: 42px;
  border-radius: 15px;
  background-color: #F4FAF7;
  border-color: #F4FAF7;
}

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  position: static;
}

.navbar-nav {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  align-items: flex-end;
}
.navbar-nav .menu-item {
  left: 0;
  right: 0;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  margin-bottom: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.search-icon > .nav-link {
  margin-right: 0;
  font-weight: 600;
  color: #fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.search-icon > .nav-link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem 0.5rem 0.25rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1.15rem;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:lang(en-US) {
  text-transform: uppercase;
  font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-ancestor > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1199px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-ancestor > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
    color: #1E5E2A !important;
  }
}

.navbar-brand {
  height: auto;
  position: absolute;
  left: 55px;
  top: 10px;
}
@media screen and (min-width: 992px) {
  .navbar-brand {
    left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 1199px) {
  .navbar-expand-xl .navbar-collapse {
    background-color: #fff;
    box-shadow: 2px 7px 7px #0000003b;
    position: absolute;
    left: 0;
    right: 15%;
    top: 0;
    z-index: 999;
    min-height: 100vh;
    overflow: scroll;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    align-items: flex-start;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > li {
    width: 100%;
    margin-bottom: 0.5rem !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.5rem !important;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > li > a {
    padding: 0;
    color: #000 !important;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > li > a:hover, .navbar-expand-xl .navbar-collapse .navbar-nav > li > a:focus, .navbar-expand-xl .navbar-collapse .navbar-nav > li > a:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-expand-xl {
    padding: 15px 0;
  }
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    margin-right: 0rem;
    margin-left: 0.5rem;
  }
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:active > .dropdown-menu,
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:focus > .dropdown-menu,
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after,
.dropdown-toggle:after {
  display: block;
  content: " ";
  float: none;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: 0;
  border: none;
  width: 10px;
  height: 10px;
  background: url("../images/down-dark@2x.png") no-repeat center center;
  background-size: 10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  padding: 0.5rem 0.25rem 0.25rem;
  text-align: center;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown-menu .menu-item {
  padding: 0 0.75rem;
  margin-left: 0.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .menu-item.current-menu-ancestor > a, .dropdown-menu .menu-item.current-post-ancestor > a {
  border-bottom: 2px solid #1E5E2A;
}
@media screen and (max-width: 1199px) {
  .dropdown-menu .menu-item.current-menu-ancestor > a, .dropdown-menu .menu-item.current-post-ancestor > a {
    border-bottom: 2px solid transparent;
    display: inline-block;
    width: auto;
  }
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  margin-right: 0.75rem;
  font-weight: 500;
  font-size: 1.1rem;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  text-align: center;
}

.dropdown-menu .dropdown-menu .dropdown-item {
  text-align: left;
}

.dropdown-menu .current-menu-item .dropdown-item {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #1E5E2A;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #1E5E2A;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 0;
    padding: 0;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.95rem;
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
    padding-left: 0.75rem;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:active {
    text-decoration: underline;
  }
  .navbar-nav .dropdown-menu .dropdown-item + .dropdown-menu {
    display: block;
    margin-top: 0;
    padding-left: 1rem;
  }
  .navbar-nav .dropdown-menu .dropdown-item + .dropdown-menu li a {
    font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
    font-size: 95%;
    padding-left: 0;
  }

  #masthead .navbar-nav > li > a {
    padding: 5px 10px 5px 5px !important;
    font-size: 1rem !important;
    margin-right: 0 !important;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 9999;
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/toggle-menu.png");
  background-repeat: no-repeat;
  background-size: 30px;
}
.navbar-light .navbar-toggler .navbar-toggler-icon-close {
  width: 30px;
  height: 30px;
  background-image: url("../images/toggle-menu-close.png");
  background-repeat: no-repeat;
  background-size: 20px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  font-size: 1.15rem;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  color: #1E5E2A;
  display: inline-block;
  text-decoration: none;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
  ## Top Bar Menus
  --------------------------------------------------------------*/
.top-bar-menu {
  position: absolute;
  right: 10px;
  top: 15px;
}
@media screen and (min-width: 1200px) {
  .top-bar-menu {
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.top-bar-menu ul.menu {
  margin: 0;
}
.top-bar-menu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar-menu ul.menu li a {
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  padding: 3px 7px 0px;
  display: block;
  line-height: 1.5;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
.top-bar-menu ul.menu li a:hover {
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: #000;
}
.top-bar-menu ul.menu li.current-lang a {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

@media (min-width: 1200px) {
  .dropdown-menu {
    left: 0;
    right: 0;
    top: 70px;
    width: 100vw;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .dropdown-menu:lang(en-US) {
    top: 64px;
  }
  .dropdown-menu.show {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .dropdown-menu .dropdown-menu {
    background-color: #fff;
    left: 0;
    top: 80px;
    width: 100%;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: 0;
    border: none;
    width: 13px;
    height: 13px;
    background: url("../images/down-white@2x.png") no-repeat center center;
    background-size: 12px;
  }

  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    left: 0;
    border-radius: 0;
    border: 0;
    padding-bottom: 1rem;
    padding-top: 70px;
    z-index: -1;
  }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  .site-header.bg-menu {
    background-color: #555E63 !important;
  }
}
/*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #555E63;
  padding: 0;
  min-height: 60px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #272A2A;
  font-weight: 700;
  max-width: 170px;
  display: inline-block;
}
@media screen and (min-width: 375px) {
  .navbar-brand > a {
    max-width: 210px;
  }
}
@media screen and (min-width: 425px) {
  .navbar-brand > a {
    max-width: 230px;
  }
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #272A2A;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }

  .navbar-brand > a {
    max-width: 230px;
  }
}
@media screen and (min-width: 1100px) {
  .navbar-brand > a {
    max-width: 220px;
  }
}
@media screen and (min-width: 1281px) {
  .navbar-brand > a {
    max-width: 240px;
  }
}
/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  position: static;
}

.navbar-nav {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  align-items: flex-end;
}
.navbar-nav .menu-item {
  left: 0;
  right: 0;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  margin-bottom: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.search-icon > .nav-link {
  margin-right: 0;
  font-weight: 600;
  color: #fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.search-icon > .nav-link::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem 0.5rem 0.25rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: 1.15rem;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:lang(en-US) {
  text-transform: uppercase;
  font-size: 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-ancestor > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1199px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current-menu-ancestor > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
    color: #1E5E2A !important;
  }
}

.navbar-brand {
  height: auto;
  position: absolute;
  left: 55px;
  top: 10px;
}
@media screen and (min-width: 992px) {
  .navbar-brand {
    left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 1199px) {
  .navbar-expand-xl .navbar-collapse {
    background-color: #fff;
    box-shadow: 2px 7px 7px #0000003b;
    position: absolute;
    left: 0;
    right: 15%;
    top: 0;
    z-index: 999;
    min-height: 100vh;
    overflow: scroll;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
    align-items: flex-start;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > li {
    width: 100%;
    margin-bottom: 0.5rem !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.5rem !important;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > li > a {
    padding: 0;
    color: #000 !important;
  }
  .navbar-expand-xl .navbar-collapse .navbar-nav > li > a:hover, .navbar-expand-xl .navbar-collapse .navbar-nav > li > a:focus, .navbar-expand-xl .navbar-collapse .navbar-nav > li > a:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-expand-xl {
    padding: 15px 0;
  }
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    margin-right: 0rem;
    margin-left: 0.5rem;
  }
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:active > .dropdown-menu,
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:focus > .dropdown-menu,
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after,
.dropdown-toggle:after {
  display: block;
  content: " ";
  float: none;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: 0;
  border: none;
  width: 10px;
  height: 10px;
  background: url("../images/down-dark@2x.png") no-repeat center center;
  background-size: 10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  padding: 0.5rem 0.25rem 0.25rem;
  text-align: center;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown-menu .menu-item {
  padding: 0 0.75rem;
  margin-left: 0.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .menu-item.current-menu-ancestor > a, .dropdown-menu .menu-item.current-post-ancestor > a {
  border-bottom: 2px solid #1E5E2A;
}
@media screen and (max-width: 1199px) {
  .dropdown-menu .menu-item.current-menu-ancestor > a, .dropdown-menu .menu-item.current-post-ancestor > a {
    border-bottom: 2px solid transparent;
    display: inline-block;
    width: auto;
  }
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  margin-right: 0.75rem;
  font-weight: 500;
  font-size: 1.1rem;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  text-align: center;
}

.dropdown-menu .dropdown-menu .dropdown-item {
  text-align: left;
}

.dropdown-menu .current-menu-item .dropdown-item {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #1E5E2A;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #000;
  border-bottom: 2px solid #1E5E2A;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 0;
    padding: 0;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 0.95rem;
    margin-bottom: 0;
    border-bottom: none;
    text-align: left;
    padding-left: 0.75rem;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:active {
    text-decoration: underline;
  }
  .navbar-nav .dropdown-menu .dropdown-item + .dropdown-menu {
    display: block;
    margin-top: 0;
    padding-left: 1rem;
  }
  .navbar-nav .dropdown-menu .dropdown-item + .dropdown-menu li a {
    font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
    font-size: 95%;
    padding-left: 0;
  }

  #masthead .navbar-nav > li > a {
    padding: 5px 10px 5px 5px !important;
    font-size: 1rem !important;
    margin-right: 0 !important;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 9999;
}
.navbar-light .navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/toggle-menu.png");
  background-repeat: no-repeat;
  background-size: 30px;
}
.navbar-light .navbar-toggler .navbar-toggler-icon-close {
  width: 30px;
  height: 30px;
  background-image: url("../images/toggle-menu-close.png");
  background-repeat: no-repeat;
  background-size: 20px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  font-size: 1.15rem;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  color: #1E5E2A;
  display: inline-block;
  text-decoration: none;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
  ## Top Bar Menus
  --------------------------------------------------------------*/
.top-bar-menu {
  position: absolute;
  right: 10px;
  top: 15px;
}
@media screen and (min-width: 1200px) {
  .top-bar-menu {
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.top-bar-menu ul.menu {
  margin: 0;
}
.top-bar-menu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar-menu ul.menu li a {
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  padding: 3px 7px 0px;
  display: block;
  line-height: 1.5;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
.top-bar-menu ul.menu li a:hover {
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  color: #000;
}
.top-bar-menu ul.menu li.current-lang a {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

@media (min-width: 1200px) {
  .dropdown-menu {
    left: 0;
    right: 0;
    top: 70px;
    width: 100vw;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .dropdown-menu:lang(en-US) {
    top: 64px;
  }
  .dropdown-menu.show {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .dropdown-menu .dropdown-menu {
    background-color: #fff;
    left: 0;
    top: 80px;
    width: 100%;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5rem;
    vertical-align: 0;
    border: none;
    width: 13px;
    height: 13px;
    background: url("../images/down-white@2x.png") no-repeat center center;
    background-size: 12px;
  }

  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
    left: 0;
    border-radius: 0;
    border: 0;
    padding-bottom: 1rem;
    padding-top: 70px;
    z-index: -1;
  }
  .dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu li:last-child {
    margin-bottom: 0;
  }

  .site-header.bg-menu {
    background-color: #555E63 !important;
  }
}
/*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

/*--------------------------------------------------------------
# Timeline Plugin
--------------------------------------------------------------*/
.timeline .shi_timeline_items .item .showyear {
  background: #fff;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  font-size: 90%;
}
.timeline .shi_timeline_items .item h2 {
  margin: 20px 20px 10px !important;
}
.timeline .shi_timeline_items .item span {
  margin: 0 20px 10px !important;
}
.timeline .item.item_node_hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
  zoom: 1.01 !important;
}

@media screen and (max-width: 610px) {
  .timeline .timeline_line, #content .timeline .timeline_line,
.timeline .t_line_m, #content .timeline .t_line_m {
    width: 280px !important;
  }

  .timeline .t_line_m.right, #content .timeline .t_line_m.right {
    left: 280px !important;
    width: 280px !important;
  }
}
.timeline.flatLine a.t_line_node.active:after,
#content .timeline.flatLine a.t_line_node.active:after {
  border: 8px solid;
  margin: 0 0 0 -8px;
}

.timeline.flatLine .item.item_node_hover:before,
#content .timeline.flatLine .item.item_node_hover:before {
  height: 7px;
}

.timeline.flatLine .item.item_node_hover:after,
#content .timeline.flatLine .item.item_node_hover:after {
  margin: 7px 0 0 -6px;
  border: 9px solid transparent;
  border-top: 9px solid;
}

/*--------------------------------------------------------------
# TEAM
---------------------------------------------------------  -----*/
.block-team .sow-features-list .sow-features-feature {
  padding: 0 !important;
}
.block-team .sow-features-list .sow-features-feature h5 {
  margin: 0.5rem 0 0 !important;
  font-size: 1.1rem;
}
.block-team .sow-features-list .sow-features-feature p {
  font-size: 0.95rem;
}
@media screen and (min-width: 520px) {
  .block-team .sow-features-list .sow-features-feature {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .block-team .sow-features-list .sow-features-feature:lang(en-US) h5 {
    font-size: 1rem;
  }
  .block-team .sow-features-list .sow-features-feature:lang(en-US) p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .block-team .sow-features-list .sow-features-feature {
    width: calc(100%/4) !important;
  }
  .block-team .sow-features-list .sow-features-feature h5 {
    font-size: 1.15rem;
  }
  .block-team .sow-features-list .sow-features-feature p {
    font-size: 1rem;
  }
}
.block-team .sow-features-list .sow-features-feature .sow-icon-container {
  height: 225px !important;
}
.block-team .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
  height: 225px !important;
  background-size: 150px 225px !important;
}
@media screen and (min-width: 992px) {
  .block-team .sow-features-list .sow-features-feature .sow-icon-container {
    height: 300px !important;
  }
  .block-team .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image {
    height: 300px !important;
    background-size: 200px 300px !important;
  }
}

#cookie-notice {
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #cookie-notice .cn-text-container {
    margin-bottom: 0;
  }
}
#cookie-notice .cn-link {
  background-color: transparent !important;
  color: #fff !important;
}
#cookie-notice .cn-button.wp-default {
  background: #fff;
  color: #000;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #cookie-notice .cookie-notice-container {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  color: #505752;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

.wp-block-image figcaption {
  text-align: center;
  font-size: 85%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: #272A2A;
  background-color: transparent;
}

a:active,
a:hover {
  color: #1E5E2A;
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small, .small {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  font-size: 90%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  color: #3B262F;
  font-weight: 500;
  line-height: 1.35em;
  margin-bottom: 1rem;
}

html[lang=en-US] h1, html[lang=en-US] h2, html[lang=en-US] h3, html[lang=en-US] h4, html[lang=en-US] h5, html[lang=en-US] h6 {
  text-transform: uppercase;
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

h1, h2 {
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

p {
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-bottom: 1.5rem;
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
}
@media screen and (min-width: 992px) {
  p {
    font-size: 1.3rem;
    line-height: 1.35;
    margin-bottom: 1.75rem;
  }
}

ul, ol {
  font-size: 1.25rem;
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
}
@media screen and (min-width: 992px) {
  ul, ol {
    font-size: 1.3rem;
  }
}
ul li, ol li {
  margin-bottom: 0.5rem;
}

h1.entry-title {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  h1.entry-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

h2.entry-title {
  font-size: 1.25rem;
  line-height: 1.35em;
}
@media screen and (min-width: 992px) {
  h2.entry-title {
    font-size: 1.5rem;
  }
}

h3.entry-title.entry-title-publication {
  font-size: 1.15rem;
}
h3.entry-title.entry-title-publication:lang(en-US) {
  font-size: 1rem;
  text-transform: none;
  line-height: 1.35;
}
@media screen and (min-width: 992px) {
  h3.entry-title.entry-title-publication {
    font-size: 1.25rem;
  }
  h3.entry-title.entry-title-publication:lang(en-US) {
    font-size: 1.1rem;
  }
}

h2.widget-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  h2.widget-title {
    font-size: 2rem;
    margin-bottom: 1.75rem;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: url("../images/bg-default.png") repeat;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

blockquote {
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
  color: #D97474;
  font-size: 1.5rem;
  margin: 70px 1rem;
  padding: 0.5rem 0.25rem 0.5rem 0.25rem;
  text-align: center;
  position: relative;
}
blockquote cite {
  color: #555E63;
  font-size: 1.1rem;
  font-style: normal;
}
blockquote::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/quote-01@2x.png") no-repeat;
  background-size: 20px;
  display: block;
  position: absolute;
  top: -30px;
  right: 50%;
  transform: translate(-50%, 0);
}
blockquote::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/quote-01@2x.png") no-repeat;
  background-size: 20px;
  display: block;
  position: absolute;
  bottom: -30px;
  right: 50%;
  transform: translate(-50%, 0);
  transform: rotate(180deg);
}
blockquote > p {
  margin: 0;
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
  font-size: 1.35rem;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 1.75rem;
    padding: 0.5rem 0 0.5rem 0;
  }
  blockquote > p {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  blockquote {
    font-size: 2rem;
    padding: 0.5rem 0 0.5rem 0;
  }
  blockquote > p {
    font-size: 1.65rem;
  }
}

blockquote + cite {
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
  font-size: 1.1rem;
  color: #555E63;
  font-style: normal;
  display: block;
  text-align: center;
}

b, strong {
  font-family: "DTKaLaTeXaText-Bold", sans-serif, Arial;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Boostrap Overide
--------------------------------------------------------------*/
.rounded-lg {
  border-radius: 0.75rem !important;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 600px) {
  .container, .container-sm {
    max-width: 80%;
  }
}
.badge {
  padding: 0.5rem 1rem;
  margin: 0 0 0.5rem;
  font-size: 90%;
  border-radius: 20px;
}
.badge.badge-light {
  background: #E1B1B1;
}
.badge.badge-light:hover {
  background: #D97474;
}
.badge.badge-secondary {
  background-color: #1E5E2A;
}
.badge.badge-secondary:hover {
  background: #4AA646;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Body
# Accessibility
# Alignments
# Clearings
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

.text-en {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial !important;
}

.text-secondary {
  color: #1E5E2A !important;
}

.text-primary {
  color: #3B262F !important;
}

.text-pink {
  color: #D97474 !important;
}

.text-pinklight {
  color: #E1B1B1 !important;
}

.bg-secondarylight {
  background-color: #F4FAF7 !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
    width: auto !important;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  html {
    font-size: 100%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1280px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.block-content-lg {
  max-width: 850px;
  margin: 2rem auto;
}
@media (max-width: 991px) {
  .block-content-lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .block-content-lg {
    max-width: 95%;
  }
}

.block-content-md {
  max-width: 720px;
  margin: 1rem auto;
}
@media (max-width: 991px) {
  .block-content-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .block-content-md {
    max-width: 95%;
  }
}

.block-content-sm {
  max-width: 550px;
  margin: 1rem auto;
}
@media (max-width: 600px) {
  .block-content-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (max-width: 767px) {
  .block-content-sm {
    max-width: 95%;
  }
}

.text-xl {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .text-xl {
    font-size: 1.5rem;
  }
}
.text-xl:lang(en-US) {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
}
@media (max-width: 600px) {
  .text-xl:lang(en-US) {
    font-size: 1.15rem;
  }
}

.text-lg {
  font-family: "DTKaLaTeXaText-Regular", sans-serif, Arial;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .text-lg {
    font-size: 1.35rem;
  }
}

.w-800 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

/*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
.site-content {
  min-height: 40vh;
}

/*--------------------------------------------------------------
## Content Fullwidth No Title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*=wp-image-] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item .gallery-columns-2 {
  max-width: 50%;
}

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
  max-width: 25%;
}

.gallery-item .gallery-columns-5 {
  max-width: 20%;
}

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.blocks-gallery-caption {
  text-align: center;
}

.gallery-caption {
  display: block;
}

/* post */
article.post {
  padding-bottom: 1.5rem;
}
article h3.entry-title {
  font-size: 1.35rem;
  text-transform: none;
}
article .wrapper-readmore {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
article .wrapper-readmore::after {
  content: "";
  background: url("../images/ic-next.png") no-repeat;
  width: 10px;
  height: 20px;
  display: inline-block;
  background-size: 8px;
  margin-left: 7px;
}
article .wrapper-readmore .readmore {
  border-bottom: 1px solid #D5B25F;
  display: inline-block;
  transition: 0.4s all;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
article .wrapper-readmore .readmore:hover {
  text-decoration: none !important;
  color: #555E63;
  border-bottom: 1px solid transparent;
}
article .image-content {
  margin: 1.5rem 0;
  text-align: center;
}
article .card-event {
  border-radius: 10px;
}
article .card-event .thumb-event img {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 992px) {
  article .card-event .thumb-event img {
    border-radius: 10px 0 0 10px;
  }
}
article .card-event .card-event-image {
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 500px) {
  article .card-event .card-event-image {
    min-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  article .card-event .card-event-image {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 992px) {
  article .card-event .content-event p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  article .card-event .content-event p {
    font-size: 1.3rem;
  }
}

.wrapper-project-slider {
  margin-top: 4rem;
  position: relative;
}
.wrapper-project-slider::before {
  content: "";
  background: url("../images/bg-domestic-program.png") no-repeat right top;
  width: 600px;
  height: 600px;
  background-size: 100%;
  position: absolute;
  top: -9rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .wrapper-project-slider::before {
    display: none;
  }
}
.wrapper-project-slider .textwidget {
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .wrapper-project-slider .textwidget {
    padding-top: 0;
  }
}

.project-slider {
  position: relative;
}
.project-slider .slick-list {
  margin-left: 20px;
}
.project-slider .slick-arrow {
  width: 45px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
  background: #242532;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 11px 12px rgba(0, 0, 0, 0.5);
  text-indent: -999em;
}
.project-slider .slick-arrow.slick-prev {
  left: 3%;
}
.project-slider .slick-arrow.slick-prev::after {
  background: url(../images/Shape-next.png) center center no-repeat;
  transform: rotate(180deg);
  left: 5px;
}
.project-slider .slick-arrow.slick-next {
  right: 3%;
}
.project-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  outline: none;
  cursor: default;
}
.project-slider .slick-arrow.slick-disabled::after {
  opacity: 0.5;
}
.project-slider .slick-arrow::after {
  content: "";
  background-size: 15px !important;
  width: 30px;
  height: 30px;
  background: url(../images/Shape-next.png) center center no-repeat;
  position: absolute;
  display: block;
  top: 20%;
  line-height: 1;
}
.project-slider .slick-dots {
  list-style: none;
  margin: 1rem 0.5rem;
  padding: 0;
  text-align: center;
}
.project-slider .slick-dots li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 4px;
}
.project-slider .slick-dots li button {
  border: 1px solid #9CA5AC;
  text-indent: -999em;
  background: transparent;
  border-radius: 10px;
  padding: 0;
  width: 12px;
  display: inline-block;
  height: 12px;
}
.project-slider .slick-dots li button:focus {
  outline: none;
}
.project-slider .slick-dots li.slick-active button {
  border: 1px solid #1E5E2A;
  background: #1E5E2A;
}
.project-slider .single-project {
  background-color: #F7F7F7;
  border-radius: 10px;
  min-height: 430px;
  margin-right: 20px;
  display: flex !important;
  flex-direction: column;
}
.project-slider .single-project:last-child {
  margin-left: 0;
}
.project-slider .single-project img {
  border-radius: 10px 10px 0 0;
}
.project-slider .single-project .wrapper-card {
  padding: 1rem;
  flex: 1;
  display: flex;
  margin-bottom: auto;
  flex-direction: column;
  justify-content: space-between;
}
.project-slider .single-project .entry-title {
  color: #505752;
  font-size: 1.15rem;
  margin-bottom: 2rem;
}
.project-slider .single-project .entry-title:lang(en-US) {
  text-transform: none;
}

.entry-header-card h3.entry-title {
  font-size: 1.2rem;
}

.content-card p {
  font-size: 1rem;
}

.title-link {
  margin: 0.75rem 0;
}

.wrapper-card-item {
  position: relative;
}
.wrapper-card-item .post {
  margin-bottom: 1rem !important;
  padding-bottom: 1rem !important;
}
.wrapper-card-item::after {
  content: "";
  background: #979797;
  width: 50%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body.post-template-default.single-post .entry-header,
body.post-template-default.single-post .entry-content {
  max-width: 800px;
  margin: auto;
}
body.post-template-default.single-post .entry-content {
  margin-bottom: 4rem;
}

.category-project-knowledge {
  margin-bottom: 0 !important;
}

.archive article.post {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.archive article.post .download-item {
  margin-top: auto;
}
.archive article.post .download-description p {
  font-size: 1.15rem;
}
.archive article.post .download-description a {
  color: #1E5E2A;
}
.archive article.post .content p {
  font-size: 1.1rem;
}

/*--------------------------------------------------------------
## Smart Slider Thumbnail
--------------------------------------------------------------*/
.slideshow-thumbnail {
  height: auto;
  max-height: 500px !important;
}
@media screen and (min-width: 1024px) {
  .slideshow-thumbnail {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 1280px) {
  .slideshow-thumbnail {
    height: 90vh;
  }
}
.slideshow-thumbnail .n2-ss-slider,
.slideshow-thumbnail .n2-ss-swipe-element {
  height: 400px !important;
}
.slideshow-thumbnail .n2-ss-slider .nextend-arrow,
.slideshow-thumbnail .n2-ss-swipe-element .nextend-arrow {
  width: 32px !important;
  height: 32px !important;
}
@media screen and (max-width: 991px) {
  .slideshow-thumbnail .n2-ss-slider .nextend-arrow,
.slideshow-thumbnail .n2-ss-swipe-element .nextend-arrow {
    top: 40% !important;
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .slideshow-thumbnail .n2-ss-slider,
.slideshow-thumbnail .n2-ss-swipe-element {
    height: 600px !important;
  }
}
@media screen and (min-width: 1280px) {
  .slideshow-thumbnail .n2-ss-slider,
.slideshow-thumbnail .n2-ss-swipe-element {
    height: 90vh !important;
  }
  .slideshow-thumbnail .n2-ss-slider .nextend-arrow,
.slideshow-thumbnail .n2-ss-swipe-element .nextend-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}
.slideshow-thumbnail .n2-ss-slider-3.n2-ow {
  height: 400px !important;
}
@media screen and (min-width: 1024px) {
  .slideshow-thumbnail .n2-ss-slider-3.n2-ow {
    height: 600px !important;
  }
}
@media screen and (min-width: 1280px) {
  .slideshow-thumbnail .n2-ss-slider-3.n2-ow {
    height: 90vh !important;
  }
}
.slideshow-thumbnail .nextend-thumbnail-default {
  position: absolute !important;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.slideshow-thumbnail .n2-active .n2-ss-thumb-image {
  border: 4px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.slideshow-thumbnail .n2-ss-thumb-image {
  border: 2px solid #101010;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

/*--------------------------------------------------------------
## Tab Menu
--------------------------------------------------------------*/
.nav-tab.nav {
  border-bottom: 1px solid #E0E0E0;
  flex-wrap: nowrap;
  text-align: center;
  align-items: center;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
.nav-tab.nav > .nav-item {
  margin-bottom: 0;
  margin: 0 0.75rem 0 0.75rem;
  display: inline-block;
}
@media (max-width: 600px) {
  .nav-tab.nav > .nav-item {
    font-size: 1rem;
    line-height: 1.35;
  }
}
@media (max-width: 375px) {
  .nav-tab.nav > .nav-item {
    font-size: 0.85rem;
  }
}
@media (max-width: 360px) {
  .nav-tab.nav > .nav-item {
    font-size: 0.8rem;
  }
}
.nav-tab.nav .nav-link {
  padding: 1.5rem 0 1.5rem;
  border-bottom: 2px solid transparent;
  transition: 0.5s all;
  text-transform: uppercase;
}
.nav-tab.nav .nav-link.active, .nav-tab.nav .nav-link:hover, .nav-tab.nav .nav-link:focus, .nav-tab.nav .nav-link:active {
  color: #1E5E2A;
  border-bottom: 2px solid #1E5E2A;
}
@media screen and (min-width: 500px) {
  .nav-tab.nav > .nav-item {
    margin: 0 1.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-tab.nav > .nav-item {
    margin: 0 2rem 0 2rem;
  }
}

/*--------------------------------------------------------------
## โครงการพัฒนาเด็กและเยาวชน
--------------------------------------------------------------*/
.block-bg-white {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}
.block-bg-white.block-child-left {
  background: url("../images/bg-block-white-left@2x.jpg") bottom center;
  background-size: cover;
  padding-bottom: 350px;
}
.block-bg-white.block-child-right {
  background: url("../images/bg-block-white-right@2x.jpg") bottom center;
  background-size: cover;
  padding-bottom: 250px;
}
.block-bg-white h2.widget-title {
  margin-bottom: 2rem;
}
@media screen and (min-width: 650px) {
  .block-bg-white {
    padding: 2rem;
    height: 750px !important;
    max-height: 750px;
  }
}
@media screen and (min-width: 1200px) {
  .block-bg-white {
    padding: 3rem;
    max-height: 850px;
    height: 850px !important;
  }
}

.block-faidee {
  position: relative;
}
.block-faidee::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-size: 80px !important;
  width: 100px;
  height: 300px;
  background: url("../images/leaf-faidee@2x.png") bottom right no-repeat;
}
@media screen and (min-width: 992px) {
  .block-faidee::after {
    background-size: 160px !important;
    width: 160px;
    height: 300px;
    background: url("../images/leaf-faidee@2x.png") bottom right no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .block-faidee::after {
    background-size: 200px !important;
    width: 200px;
    height: 400px;
    background: url("../images/leaf-faidee@2x.png") bottom right no-repeat;
  }
}

.bg-leaf {
  position: relative;
  background: #fff;
}
.bg-leaf .textwidget p {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .bg-leaf {
    background: transparent;
  }
  .bg-leaf .content {
    background-color: #fff;
    margin-bottom: 8rem;
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-right: 8rem;
  }
  .bg-leaf .content .panel-first-child {
    flex: 0 0 67%;
    max-width: 560px;
  }
  .bg-leaf .content .panel-last-child {
    position: absolute;
    right: 0rem;
    width: 44%;
  }
  .bg-leaf::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background-size: 400px !important;
    width: 400px;
    height: 300px;
    background: url("../images/bg-leaf@2x.png") bottom right no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  .bg-leaf .content {
    margin-bottom: 12rem;
    padding: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .bg-leaf .content .panel-first-child {
    margin-left: 7%;
  }
}
@media screen and (min-width: 1440px) {
  .bg-leaf .content {
    padding: 7rem;
  }
  .bg-leaf .content .panel-first-child {
    margin-left: 12%;
  }
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .contact-col-3 .block-contact {
    padding: 5rem;
    height: 550px;
  }
}
@media (max-width: 1024px) and (min-width: 781px) {
  .contact-col-3 .panel-grid-cell:last-child {
    width: 100% !important;
    flex: 1 !important;
  }
}

.block-contact {
  min-height: 480px;
  padding: 2rem;
}
.block-contact h2 {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .block-contact {
    height: 550px;
    padding: 4rem;
  }
  .block-contact h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .block-contact {
    height: 670px;
    padding: 7rem;
  }
  .block-contact h2 {
    font-size: 1.75rem;
  }
}
.block-contact .sow-features-feature {
  align-items: center;
}
.block-contact .sow-features-feature > a {
  display: flex;
}
.block-contact .sow-features-feature > a .sow-icon-container {
  margin-right: 15px !important;
}
.block-contact .sow-features-feature .textwidget {
  margin: 0 !important;
}
.block-contact .sow-features-feature h5 {
  font-size: 1.15rem;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  font-weight: normal;
  margin: 0 !important;
  color: white;
}
.block-contact .sow-features-feature h5:lang(en-US) {
  text-transform: none;
}

.icon-left-feature {
  margin-bottom: 3rem;
}
.icon-left-feature .sow-features-feature {
  padding: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
.icon-left-feature .sow-features-feature .textwidget {
  margin: 0 !important;
  width: 100%;
}
.icon-left-feature .sow-features-feature h5 {
  margin: 0 0 0.25rem !important;
  font-size: 1.15rem;
}
.icon-left-feature .sow-features-feature p {
  font-size: 1rem;
}

.icon-top-feature .sow-features-list {
  display: flex;
  flex-wrap: wrap;
}
.icon-top-feature .sow-features-feature {
  border-right: 1px solid #1E5E2A;
  text-align: left !important;
}
.icon-top-feature .sow-features-feature:last-child {
  border-right: 0;
}
.icon-top-feature .sow-features-feature h5 {
  font-size: 1.05rem;
}
.icon-top-feature .sow-features-feature h5:lang(en-US) {
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
}
.icon-top-feature .sow-features-feature h2 {
  line-height: 1.2;
  font-size: 1.75rem;
}
.icon-top-feature .sow-features-feature h5, .icon-top-feature .sow-features-feature h2 {
  margin: 0 !important;
  color: #1E5E2A;
  text-transform: none;
}
.icon-top-feature .sow-features-feature .sow-icon-container {
  margin: 0 0 10px !important;
}
.icon-top-feature .sow-features-feature .textwidget {
  margin: 0 !important;
  color: #1E5E2A;
}
@media (max-width: 520px) {
  .icon-top-feature .sow-features-feature {
    padding: 0 !important;
    border-right: 0;
    border-bottom: 1px solid white;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
  .icon-top-feature .sow-features-feature:last-child {
    border-bottom: 0;
  }
}

/*--------------------------------------------------------------
## Related Project
--------------------------------------------------------------*/
@media (max-width: 520px) {
  .section-mfl-related h2.block-title {
    font-size: 1.5rem;
  }
}

.related-card {
  position: relative;
}
.related-card .entry-header {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: white;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
}
.related-card .entry-header .entry-title, .related-card .entry-header .entry-title a {
  color: white;
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 0;
  width: 65%;
}
@media (max-width: 1024px) {
  .related-card .entry-header {
    padding: 15px;
    font-size: 1rem;
  }
}
.related-card .entry-thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.related-card img {
  border-radius: 10px;
}
@media (max-width: 520px) {
  .related-card .entry-header {
    padding: 10px;
  }
  .related-card .entry-header .entry-title, .related-card .entry-header .entry-title a {
    font-size: 1rem;
    width: 100%;
  }
  .related-card .entry-header .entry-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 975px) {
  .related-card .entry-header .entry-title, .related-card .entry-header .entry-title a {
    width: 100%;
  }
  .related-card .entry-header .entry-btn {
    display: none;
  }
}

/* pager */
.pager {
  margin: 3rem 0;
}
.pager .page-numbers {
  margin: 0 2px;
  padding: 5px 10px;
  background: #fff;
  color: #1E5E2A;
  border: 1px solid #1E5E2A;
}
.pager .page-numbers.current {
  background: #1E5E2A;
  color: #fff;
}

/*--------------------------------------------------------------
## 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page Fullwidth, Post - No Title 
--------------------------------------------------------------*/
body.page-template-fullwidth-notitle header#masthead,
body.post-template-fullwidth-notitle header#masthead,
body.page-template-page-banner header#masthead,
body.post-template-page-banner header#masthead,
body.post-template-post-project header#masthead,
body.post-template-post-project-international header#masthead {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
}
body.page-template-fullwidth-notitle article.post,
body.post-template-fullwidth-notitle article.post,
body.page-template-page-banner article.post,
body.post-template-page-banner article.post,
body.post-template-post-project article.post,
body.post-template-post-project-international article.post {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  body.post-template-post-project .container,
body.post-template-post-project-international .container,
body.page-template-page-project .container {
    max-width: 100%;
  }
}
body.post-template-post-project .block-content-lg,
body.post-template-post-project-international .block-content-lg,
body.page-template-page-project .block-content-lg {
  padding: 0 !important;
  max-width: 900px !important;
}
@media screen and (min-width: 1024px) {
  body.post-template-post-project .block-content-lg .panel-grid-cell,
body.post-template-post-project-international .block-content-lg .panel-grid-cell,
body.page-template-page-project .block-content-lg .panel-grid-cell {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  body.post-template-post-project .block-content-lg .panel-grid-cell,
body.post-template-post-project-international .block-content-lg .panel-grid-cell,
body.page-template-page-project .block-content-lg .panel-grid-cell {
    margin-left: 60px;
  }
}
body.post-template-post-project .wp-block-columns,
body.post-template-post-project-international .wp-block-columns,
body.page-template-page-project .wp-block-columns {
  max-width: 900px;
  margin: auto;
}
body.post-template-post-project .hero-banner .so-widget-sow-hero .sow-slider-image-wrapper h1,
body.post-template-post-project-international .hero-banner .so-widget-sow-hero .sow-slider-image-wrapper h1,
body.page-template-page-project .hero-banner .so-widget-sow-hero .sow-slider-image-wrapper h1 {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  max-width: 900px;
  line-height: 1.35em !important;
}
body.post-template-post-project .hero-banner div.quote,
body.post-template-post-project-international .hero-banner div.quote,
body.page-template-page-project .hero-banner div.quote {
  color: white;
  font-size: 1.5rem;
  line-height: 1.35;
  max-width: 900px;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
body.post-template-post-project .content-area:after,
body.post-template-post-project-international .content-area:after,
body.page-template-page-project .content-area:after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  content: "";
  background: url("../images/hills@2x.png") no-repeat center center;
}

/*--------------------------------------------------------------
## Page About - Background White
--------------------------------------------------------------*/
body.page-template-page-about {
  background: #fff;
}
body.page-template-page-about .site-content {
  position: relative;
}
body.page-template-page-about .site-content::before {
  content: "";
  background: url("../images/bg-bird.png") no-repeat top right;
  background-size: contain;
  width: 100%;
  max-width: 400px;
  height: 300px;
  position: absolute;
  right: 20px;
}
body.page-template-page-about .content-area {
  position: relative;
  padding-bottom: 10vh;
}
body.page-template-page-about .content-area::after {
  content: "";
  background: url("../images/bg-footer-white.png") no-repeat bottom left;
  background-size: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 80vh;
  z-index: -1;
  padding-bottom: 10rem;
}

/*--------------------------------------------------------------
## Page Project - Background White 
--------------------------------------------------------------*/
body.page-template-page-project {
  background: #fff;
}
body.page-template-page-project .site-content {
  position: relative;
}
body.page-template-page-project .content-area {
  padding-bottom: 10vh;
  position: relative;
}
body.page-template-page-project .content-area::after {
  content: "";
  background: url("../images/bg-line@2x.png") no-repeat bottom left;
  background-size: 400px;
  width: 100%;
  height: 950px;
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*--------------------------------------------------------------
## Hero Banner height 100
--------------------------------------------------------------*/
body.page-about .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-cover {
  background-position: right bottom !important;
}
@media screen and (min-width: 1024px) {
  body.page-about .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-cover {
    background-position: top center !important;
  }
}

/*--------------------------------------------------------------
## Hero Banner height 100
--------------------------------------------------------------*/
@media screen and (max-width: 520px) {
  .hero-banner.hero-banner-h100 .so-widget-sow-hero {
    min-height: 100vh !important;
  }
}
@media screen and (max-width: 520px) {
  .hero-banner.hero-banner-h100 .so-widget-sow-hero .sow-slider-image-wrapper {
    height: 100vh !important;
  }
}

/*--------------------------------------------------------------
## Hero Banner
--------------------------------------------------------------*/
@media screen and (max-width: 520px) {
  .hero-banner .so-widget-sow-hero {
    min-height: 65vh !important;
  }
}
.hero-banner .so-widget-sow-hero .sow-slider-image-cover {
  background-position: top center !important;
}
.hero-banner .so-widget-sow-hero .sow-slider-image-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .hero-banner .so-widget-sow-hero .sow-slider-image-wrapper {
    height: 65vh !important;
  }
}
.hero-banner .so-widget-sow-hero .sow-slider-image-wrapper h1 {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  font-weight: normal;
  max-width: 900px;
}
.hero-banner .so-widget-sow-hero .sow-slider-image-wrapper h1::after {
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  margin: 20px auto 30px;
  background-color: white;
}
.hero-banner .sow-slider-images {
  margin: 0;
  padding: 0;
}
.hero-banner .sow-slider-images .sow-slider-image::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
}
.hero-banner .sow-slider-images .sow-slider-image-container {
  z-index: 101 !important;
}
.hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper div.quote {
  color: white;
  font-size: 1.5rem;
  line-height: 1.35;
  max-width: 900px;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
@media screen and (max-width: 991px) {
  .hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper div.quote {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 400px) {
  .hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper div.quote {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper {
    padding: 2rem !important;
  }
  .hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper h1 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 520px) {
  .hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper {
    padding: 1rem !important;
  }
  .hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper h1 {
    font-size: 1.75rem !important;
  }
}
.hero-banner--bottom .so-widget-sow-hero .sow-slider-image-wrapper h1::after {
  display: none;
}
.hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper h1::after {
  display: none;
}
.hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper h1:lang(en-US) {
  line-height: 1 !important;
}
.hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper .teaser .text-lg {
  font-size: 2em;
  line-height: 1.5;
}
.hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper .teaser .text-lg:lang(en-US) {
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper .teaser .text-lg:lang(en-US) {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-cover {
    background-image: url("../images/banner-about-mobile.jpg") !important;
    background-position: right -30vh !important;
    background-repeat: no-repeat !important;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 6rem 1rem 2rem !important;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper h1 {
    font-size: 25px;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper h1::after {
    display: none;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper .teaser .text-lg {
    font-size: 1.5em;
    line-height: 1.35;
  }
}
@media screen and (max-width: 500px) {
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-cover {
    background-image: url("../images/banner-about-mobile.jpg") !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper h1 {
    font-size: 22px;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper h1::after {
    display: none;
  }
  .hero-banner--left-center .so-widget-sow-hero .sow-slider-image-wrapper .teaser .text-lg {
    font-size: 1.25em;
    line-height: 1.35;
  }
}
.hero-banner--organization .so-widget-sow-hero .sow-slider-image-wrapper hr {
  border: none;
  background: url("../images/hr-organization@2x.png") no-repeat center center;
  background-size: 100%;
  width: 175px;
  height: 50px;
}
.hero-banner--organization .so-widget-sow-hero .sow-slider-image-wrapper h2 {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial !important;
}
@media screen and (max-width: 991px) {
  .hero-banner--organization .so-widget-sow-hero .sow-slider-image-wrapper {
    padding: 6rem 1rem 2rem !important;
  }
  .hero-banner--organization .so-widget-sow-hero .sow-slider-image-wrapper p {
    font-size: 1.15rem !important;
  }
  .hero-banner--organization .so-widget-sow-hero .sow-slider-image-wrapper p:lang(en-US) {
    font-size: 0.9rem !important;
  }
}

.home-anchor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .home-anchor {
    bottom: 2%;
  }
}
.home-anchor a {
  text-indent: -9999em;
  background: url("../images/btn_scroll.png") no-repeat center center;
  background-size: contain;
  width: 70px;
  height: 50px;
  display: block;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: bounce;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1px);
  }
}

/*--------------------------------------------------------------
## Hero Banner - about page
--------------------------------------------------------------*/
.banner-textscroll {
  min-height: 100vh;
  background: none !important;
  padding: 0 !important;
}
.banner-textscroll h2.widget-title {
  font-size: 2.5rem;
  color: #E1B1B1;
}
.banner-textscroll .textwidget {
  opacity: 0.75;
  max-width: 100%;
  color: #3B262F;
}
@media screen and (min-width: 992px) {
  .banner-textscroll .textwidget {
    max-width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-textscroll .textwidget {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .banner-textscroll {
    background: url("../images/footer-origin.jpg") no-repeat !important;
    background-size: cover !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
  }
  .banner-textscroll .textwidget {
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .banner-textscroll {
    padding: 3rem 2rem !important;
  }
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
body.page-contact .content-area {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
## Doitung Project
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .wrapper-content-doitung .panel-widget-style {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wrapper-content-doitung .panel-widget-style.wrapper-content-doitung-img {
    margin: 0 1.5rem !important;
  }
}

#brand-doitung .widget_sow-editor h2.widget-title {
  font-size: 2.5rem !important;
}
@media screen and (max-width: 767px) {
  #brand-doitung .panel-grid-cell {
    margin-top: 0;
  }
}

.dotiung-col-2 {
  justify-content: center !important;
  position: relative;
  padding-bottom: 100px;
}
.dotiung-col-2::before {
  top: -350px;
  background: url(../images/bg-top-doitung@2x.png) no-repeat bottom right;
  background-size: cover;
  display: block;
  content: "";
  width: 100%;
  height: 350px;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .dotiung-col-2::before {
    display: none;
  }
  .dotiung-col-2 .panel-grid-cell {
    margin-top: 20px;
  }
  .dotiung-col-2 .panel-grid-cell:first-child {
    order: 1;
  }
}
.dotiung-col-2 .panel-grid-cell {
  max-width: 700px;
}
.dotiung-col-2 .panel-grid-cell:last-child {
  margin-left: 2rem !important;
}
@media screen and (max-width: 768px) {
  .dotiung-col-2 .panel-grid-cell {
    max-width: 100% !important;
  }
  .dotiung-col-2 .panel-grid-cell:first-child {
    max-width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .dotiung-col-2 {
    align-items: center !important;
  }
  .dotiung-col-2 .panel-grid-cell .widget_sow-image {
    margin: 0 !important;
  }
  .dotiung-col-2 .panel-grid-cell:last-child {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .dotiung-col-2 .panel-grid-cell:last-child {
    margin-left: 0 !important;
  }
}

.dotiung-col-1 {
  justify-content: center !important;
}
.dotiung-col-1 .panel-grid-cell {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .dotiung-col-1 .panel-grid-cell {
    max-width: 785px;
  }
}
@media screen and (max-width: 991px) {
  .dotiung-col-1 {
    align-items: center !important;
  }
  .dotiung-col-1 .panel-grid-cell {
    max-width: 80% !important;
    padding: 0 1.5rem !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .dotiung-col-1 .panel-grid-cell {
    max-width: 100% !important;
  }
}

/*----------------------------------
Component : Jobs
Variants : -
----------------------------------*/
.page-job .search_jobs {
  background: #CEC7BD;
}
.page-job .search_jobs:before {
  content: "All Jobs";
  color: #000;
  text-transform: uppercase;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
.page-job .search_jobs input[type=text] {
  padding: 8px 15px;
  border: 1px solid #D3D3D3;
}
.page-job .search_jobs input[type=submit] {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  background: #5A5A5A;
  border: 0;
  padding: 15px;
}
.page-job .search_jobs .select2-search {
  margin-bottom: 0;
}
.page-job .job_filters {
  background: transparent;
}
.page-job .job_filters .job_types {
  margin: 0 1rem 1rem;
  border: none;
  display: none;
}
.page-job .job_filters .job_types label {
  margin: 0;
}
.page-job .job_filters .showing_jobs {
  margin: 1rem;
  line-height: 1.35em;
  overflow: hidden;
}
.page-job div.job_listings {
  overflow: hidden;
  margin: 2rem 0;
}
.page-job div.job_listings ul.job_listings .position .company {
  font-size: 90%;
}
.page-job div.job_listings ul.job_listings .meta li {
  font-weight: 400;
}
@media (min-width: 992px) {
  .page-job div.job_listings .job_filters {
    float: left;
    width: 25%;
    margin-right: 3%;
  }
  .page-job div.job_listings .search_jobs .search_keywords,
.page-job div.job_listings .search_jobs .search_location {
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
  }
  .page-job div.job_listings .search_jobs .search_categories {
    padding-top: 0;
  }
  .page-job div.job_listings ul.job_listings {
    float: left;
    width: 72%;
  }
  .page-job div.job_listings div.job_listings .load_more_jobs {
    clear: both;
  }
}
.page-job ul.job_listings li.job_listing,
.page-job ul.job_listings {
  border-color: #D6D6D6;
}
.page-job ul.job_listings .location {
  color: #3B262F !important;
}
.page-job ul.job_listings .meta {
  font-size: 0.9rem;
}
@media (max-width: 560px) {
  .page-job ul.job_listings .meta {
    display: none;
  }
}
.page-job ul.job_listings .position h3 {
  color: #005496;
}
.page-job ul.job_listings .position h3:lang(en-US) {
  text-transform: none;
}
.page-job ul.job_listings .location {
  font-size: 0.95rem;
}

/*----------------------------------
Component : Jobs Detail
Variants : -
----------------------------------*/
.job_listing-template-default .site-main {
  padding: 15px;
  max-width: 800px;
  margin: 0 auto 3rem;
}
.job_listing-template-default .site-main .entry-header {
  margin-top: 3rem;
}
.job_listing-template-default .site-main .job-listing-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 95%;
}
.job_listing-template-default .site-main .google_map_link {
  pointer-events: none;
}
.job_listing-template-default .site-main .application_details {
  background: #fff;
}

.application_button {
  border: none;
  background: #1E5E2A;
  border-color: #1E5E2A;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  transition: 0.5s all;
  line-height: 1.5em !important;
}
.application_button:hover {
  background: #4AA646 !important;
  border-color: #4AA646 !important;
  color: white !important;
}

.single_job_listing .company {
  overflow: hidden;
  min-height: 85px;
}

.single-job_listing .post-navigation {
  display: none;
}

/*----------------------------------
Component : Jobs Form Submit
----------------------------------*/
.job_listing_preview_title button,
.job_listing_preview_title input[type=button],
.job_listing_preview_title input[type=reset],
.job_listing_preview_title input[type=submit],
.job-manager-form button,
.job-manager-form input[type=button],
.job-manager-form input[type=reset],
.job-manager-form input[type=submit] {
  font-size: 1rem;
  line-height: 1.35em;
  text-transform: uppercase;
}
.job_listing_preview_title fieldset,
.job-manager-form fieldset {
  line-height: 1.35em;
}

.job_listing_preview {
  padding: 1rem;
}

.application_button {
  text-transform: uppercase;
}

/*----------------------------------
Component : Dashboard
----------------------------------*/
.job-manager-job-dashboard {
  text-align: center;
}
.job-manager-job-dashboard .job-manager-jobs {
  text-align: left;
}

/*--------------------------------------------------------------
## Home - Flagship
--------------------------------------------------------------*/
.flagship-project-wrapper {
  background: #E2EAEE url("../images/bg-flagship@2x.png") no-repeat bottom center;
  min-height: 800px;
  background-size: cover;
  padding: 3rem 0;
  justify-content: flex-start !important;
}
@media (min-width: 992px) {
  .flagship-project-wrapper {
    padding: 3rem 0;
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .flagship-project-wrapper {
    padding: 5rem 0;
    justify-content: center !important;
  }
}
.flagship-project-wrapper .feature-image {
  position: relative;
}
.flagship-project-wrapper .feature-image .feature-image-bg {
  height: 380px;
  min-height: 380px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.25);
  transition: 0.17s height;
}
.flagship-project-wrapper .feature-image .feature-image-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0000004d;
  display: block;
  border-radius: 10px;
}
.flagship-project-wrapper .feature-image .wrapper-card {
  color: white;
  position: absolute;
  bottom: 0;
  padding: 1.75rem;
  z-index: 999;
}
.flagship-project-wrapper .feature-image .wrapper-card a {
  color: #fff;
}
.flagship-project-wrapper .feature-image .wrapper-card .entry-title {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  font-size: 1.5rem;
}
.flagship-project-wrapper .feature-image .wrapper-card .content p {
  font-size: 1.1rem;
  line-height: 1.3;
}
@media (min-width: 781px) {
  .flagship-project-wrapper .feature-image .wrapper-card {
    padding: 0.75rem;
  }
  .flagship-project-wrapper .feature-image .wrapper-card .entry-title {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
  .flagship-project-wrapper .feature-image .wrapper-card .content p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .flagship-project-wrapper .feature-image .wrapper-card {
    padding: 1.75rem;
  }
  .flagship-project-wrapper .feature-image .wrapper-card .entry-title {
    font-size: 1.65rem;
    line-height: 1.4em;
  }
  .flagship-project-wrapper .feature-image .wrapper-card .content p {
    font-size: 1.3rem;
  }
}
.flagship-project-wrapper .main-project-slider .slick-list {
  padding: 2rem 0;
  min-height: 520px;
}
.flagship-project-wrapper .main-project-slider .slick-list .single-project {
  margin: 1rem 0.5rem 1rem 0.5rem;
  position: relative;
}
.flagship-project-wrapper .main-project-slider .slick-list .single-project::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.flagship-project-wrapper .main-project-slider .slick-list .single-project.slick-current {
  margin-top: 0px;
}
.flagship-project-wrapper .main-project-slider .slick-list .single-project.slick-current .feature-image {
  position: relative;
}
.flagship-project-wrapper .main-project-slider .slick-list .single-project.slick-current .feature-image .feature-image-bg {
  height: 420px;
  min-height: 420px;
}
.flagship-project-wrapper .main-project-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translate(-50%, 0);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .flagship-project-wrapper .main-project-slider .slick-dots {
    padding: 0;
    left: 10px;
    bottom: -7%;
    transform: translate(0, 0);
  }
}
@media (min-width: 1024px) {
  .flagship-project-wrapper .main-project-slider .slick-dots {
    padding: 0;
  }
}
.flagship-project-wrapper .main-project-slider .slick-dots li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 4px;
}
.flagship-project-wrapper .main-project-slider .slick-dots li button {
  border: 1px solid #9CA5AC;
  text-indent: -999em;
  background: transparent;
  border-radius: 10px;
  width: 40px;
  display: inline-block;
  height: 8px;
}
.flagship-project-wrapper .main-project-slider .slick-dots li button:focus {
  outline: none;
}
.flagship-project-wrapper .main-project-slider .slick-dots li.slick-active button {
  border: 1px solid #1E5E2A;
  background: #1E5E2A;
}
.flagship-project-wrapper .main-project-slider .slick-arrow {
  width: 45px;
  height: 50px;
  position: absolute;
  z-index: 1;
  bottom: -7%;
  background: #242532;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 11px 12px rgba(0, 0, 0, 0.5);
  text-indent: -999em;
}
.flagship-project-wrapper .main-project-slider .slick-arrow.slick-prev {
  right: 10%;
}
.flagship-project-wrapper .main-project-slider .slick-arrow.slick-prev::after {
  background: url(../images/Shape-next.png) center center no-repeat;
  transform: rotate(180deg);
  left: 5px;
}
.flagship-project-wrapper .main-project-slider .slick-arrow.slick-next {
  right: 3%;
}
.flagship-project-wrapper .main-project-slider .slick-arrow::after {
  content: "";
  background-size: 15px !important;
  width: 30px;
  height: 30px;
  background: url(../images/Shape-next.png) center center no-repeat;
  position: absolute;
  display: block;
  top: 20%;
  line-height: 1;
}
.flagship-project-wrapper .main-project-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
  outline: none;
  cursor: default;
}
.flagship-project-wrapper .main-project-slider .slick-arrow.slick-disabled::after {
  opacity: 0.5;
}

.flagship-project-teaser {
  padding: 0 1rem;
}
.flagship-project-teaser .widget-title {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
}
.flagship-project-teaser h3.font-en {
  font-size: 1.65rem;
  font-weight: 600;
  color: #1E5E2A;
}
.flagship-project-teaser p {
  font-size: 1.35rem;
}
@media (min-width: 992px) {
  .flagship-project-teaser {
    padding: 0 2rem;
  }
}
@media (min-width: 769px) {
  .flagship-project-teaser {
    padding: 4rem 2rem 2rem;
  }
}
@media (min-width: 1024px) {
  .flagship-project-teaser {
    padding: 3rem 2rem 3rem 3rem;
  }
}
@media (min-width: 1280px) {
  .flagship-project-teaser {
    padding: 3rem 2rem 3rem 5rem;
  }
}

/*--------------------------------------------------------------
## Home - Developments Programe
--------------------------------------------------------------*/
.programs-wrapper {
  background: #fff;
  padding: 2rem 0 0;
}
@media (min-width: 992px) {
  .programs-wrapper {
    background: #fff url("../images/bg-development-programs@2x.jpg") no-repeat left top;
    background-size: contain;
    min-height: 750px;
    padding: 3rem 0;
  }
  .programs-wrapper .block-content-sm {
    max-width: 380px;
  }
}
@media (min-width: 1024px) {
  .programs-wrapper {
    background: #fff url("../images/bg-development-programs@2x.jpg") no-repeat left top;
    background-size: contain;
    min-height: 750px;
  }
  .programs-wrapper .block-content-sm {
    max-width: 550px;
  }
}
@media (min-width: 1280px) {
  .programs-wrapper {
    background: #fff url("../images/bg-development-programs-lg.jpg") no-repeat left top;
    background-size: contain;
    padding: 7rem 0 1rem;
  }
}
.programs-wrapper .development-programs-teaser .widget-title {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  text-transform: uppercase;
}
.programs-wrapper .development-programs-teaser p {
  font-size: 1.45rem;
}
.programs-wrapper .development-programs-teaser h3.font-en {
  font-size: 1.65rem;
  font-weight: 600;
  color: #1E5E2A;
  text-transform: uppercase;
}
.programs-wrapper .project-all-slider {
  margin: 4rem 0 3rem;
}
@media (min-width: 1280px) {
  .programs-wrapper .project-all-slider {
    margin: 7rem 0 3rem;
  }
}
.programs-wrapper .single-project {
  background: #F7F7F7;
}
.programs-wrapper .single-project .wrapper-card {
  text-align: left;
}
.programs-wrapper .single-project .wrapper-card a {
  color: #1E5E2A;
}
.programs-wrapper .single-project .wrapper-tag {
  font-style: italic;
}

@media (max-width: 1024px) {
  body.home .hero-banner .sow-slider-image p {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  body.home .hero-banner .block-content-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.home .hero-banner .sow-slider-image p {
    font-size: 1.45rem !important;
  }
}
@media (max-width: 400px) {
  body.home .hero-banner .sow-slider-image p {
    font-size: 1.1rem !important;
  }
}
body.home .card-column article {
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  body.home .card-column {
    display: flex;
  }
  body.home .card-column article {
    flex: 0 0 48%;
    margin-right: 2%;
    margin-bottom: 2rem;
  }
  body.home .card-column article:last-child {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Home - Project Home Wrapper
--------------------------------------------------------------*/
.project-home-wrapper {
  background: #fff url("../images/bg-watercolor@2x.png") no-repeat center center;
  background-size: cover;
  padding: 4rem 0;
}
@media (min-width: 1280px) {
  .project-home-wrapper {
    padding: 7rem 0;
  }
}
.project-home-wrapper .project-home-item .sow-features-feature {
  padding: 0 !important;
  height: 170px;
  display: flex !important;
}
.project-home-wrapper .project-home-item .sow-features-feature .sow-icon-container {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.project-home-wrapper .project-home-item .sow-features-feature .sow-icon-container .sow-icon-image {
  position: static !important;
  width: 170px !important;
  height: 170px !important;
  background-position: center right !important;
  background-size: cover !important;
  border-radius: 0 10px 10px 0;
}
.project-home-wrapper .project-home-item .sow-features-feature .sow-more-text {
  margin: 0.25rem 0 0;
}
.project-home-wrapper .project-home-item .sow-features-feature .sow-more-text a {
  text-indent: -999em;
  background: url("../images/arrow-next-black.png") no-repeat center center;
  background-size: 13px;
  border: 1px solid #000;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  transition: 0.25s all;
}
.project-home-wrapper .project-home-item .sow-features-feature .sow-more-text a:hover {
  background: #000 url("../images/arrow-next@2x.png") no-repeat center center;
  background-size: 13px;
}
@media (min-width: 520px) and (max-width: 767px) {
  .project-home-wrapper .project-home-item .sow-features-feature {
    width: 100% !important;
    margin-bottom: 10px !important;
    height: 220px;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-icon-container .sow-icon-image {
    position: static !important;
    width: 220px !important;
    height: 220px !important;
  }
}
@media (min-width: 992px) {
  .project-home-wrapper .project-home-item .sow-features-feature {
    padding: 0 10px !important;
    height: 220px;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-icon-container .sow-icon-image {
    width: 220px !important;
    height: 220px !important;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-more-text {
    display: block;
  }
}
@media (min-width: 1024px) {
  .project-home-wrapper .project-home-item .sow-features-feature {
    padding: 0 10px !important;
    height: 250px;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-icon-container .sow-icon-image {
    width: 270px !important;
    height: 250px !important;
  }
}
@media (min-width: 1280px) {
  .project-home-wrapper .project-home-item .sow-features-feature {
    padding: 0 20px !important;
    height: 300px;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-icon-container .sow-icon-image {
    width: 320px !important;
    height: 300px !important;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-more-text {
    margin: 2rem 0 0;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-more-text a {
    background: url("../images/arrow-next-black.png") no-repeat center center;
    background-size: 18px;
    width: 45px;
    height: 45px;
  }
  .project-home-wrapper .project-home-item .sow-features-feature .sow-more-text a:hover {
    background: #000 url("../images/arrow-next@2x.png") no-repeat center center;
    background-size: 18px;
  }
}
.project-home-wrapper .project-home-item .sow-features-feature .textwidget {
  width: 100%;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  margin: 0 !important;
  padding: 1rem !important;
}
@media (min-width: 1024px) {
  .project-home-wrapper .project-home-item .sow-features-feature .textwidget {
    width: 50%;
  }
}
.project-home-wrapper .project-home-item .sow-features-feature .textwidget h5 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin: 0 0 0.5rem;
}
.project-home-wrapper .project-home-item .sow-features-feature .textwidget h5:lang(en-US) {
  color: #1E5E2A;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .project-home-wrapper .project-home-item .sow-features-feature .textwidget h5 {
    font-size: 1.35rem;
  }
}
@media (min-width: 1024px) {
  .project-home-wrapper .project-home-item .sow-features-feature .textwidget h5 {
    font-size: 1.45rem;
    margin: 10px 0 0.5rem;
  }
}
@media (min-width: 1280px) {
  .project-home-wrapper .project-home-item .sow-features-feature .textwidget h5 {
    margin: 10px 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.project-home-wrapper .project-home-item .sow-features-feature .textwidget h3 {
  font-family: "DTKaLaTeXaDisplay-Regular", sans-serif, Arial;
  text-transform: uppercase;
  color: #1E5E2A;
  font-weight: 600;
  line-height: 1.15;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .project-home-wrapper .project-home-item .sow-features-feature .textwidget h3 {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------------------
## Home - Event
--------------------------------------------------------------*/
.wrapper-event-home .feature-image {
  position: relative;
}
.wrapper-event-home .feature-image .feature-image-bg {
  height: 430px;
  min-height: 430px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
}
.wrapper-event-home .wrapper-card {
  position: absolute;
  top: 0;
  padding: 0.5rem 0.5rem 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  padding-top: 10px;
}
.wrapper-event-home .wrapper-card h4.entry-title {
  font-size: 1.75rem;
  text-transform: uppercase;
}
.wrapper-event-home .wrapper-card h4.entry-title a {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
