@import "./custom/shortcode.css";
@import "./custom/mobile-menu.css";

@font-face {
  font-family: Cormorantinfant;
  src: url("https://cdn.prod.website-files.com/66d6d1e81470c91cc5c0d0e1/66d6d1e81470c91cc5c0d10a_CormorantInfant-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantinfant;
  src: url("https://cdn.prod.website-files.com/66d6d1e81470c91cc5c0d0e1/66d6d1e81470c91cc5c0d10b_CormorantInfant-SemiBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.content-wrap h4{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: Cormorantinfant, Palatino Linotype, sans-serif;
	font-size: 26px;
	line-height: 32px;
}
.absolute-full-background{
    /*z-index: -1;*/
}
.wp-block-group{
    position: relative;
}
.search-dropdown-toggle{
    padding: 15px 17px;
}
.person-image img{
    /*max-height: 450px;*/
    object-fit: contain;
}
.recruitment-wrap > .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    @media (max-width: 1200px) {
        justify-content: start;
    }
}

.recruitment-block{
    background-color: #147D73;
    width: 18%;
    padding: 25px 18px;
    margin: 11px 11px;
    text-align: center;
    position: relative;
    @media (max-width: 1200px) {
        width: 31%;
    }
    @media (max-width: 992px) {
        width: 30%;
    }
    @media (max-width: 768px) {
        width: 46%;
    }
    @media (max-width: 576px) {
        width: 100%;
        margin: 11px 0;
    }
}
.recruitment-block h4{
    font-family: "Cormorant Infant";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    min-height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.recruitment-block:before{
    content: "";
    position: absolute;
    right: -9px;
    top: calc(50% - 10px);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #147D73;
}
@media (max-width: 576px) {
    .recruitment-block:before{
        border-bottom: unset;
        border-top: 10px solid #147D73;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        right: calc(50% - 10px);
        top: unset;
        bottom: -9px;
    }
}
.recruitment-block:last-child:before{
    display: none;
}
.recruitment-block p{
    color: #FEFEFE;
    font-family: Sarabun;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
.green-padding-block{
    padding: 75px 20px 100px;
}

@media (min-width: 992px) {
    .menu-item:hover .w-dropdown-list{
        position: fixed;
        left: 0;
        top: 64px;
        right: auto;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
    }
}
.megamenu-column{
    padding: 5px 26px;
}
.subpage-link{
    margin-bottom: 3px;
}
.pt-70{
    padding-top: 70px;
}
.pt-60{
    padding-top: 60px;
}
.inner-page-col-large.bg-color{
    height: auto;
    align-self: normal;
}
.tab-button-wrapper{
    top: 80px;
}

.contact-left-column-padding{
    @media (min-width: 1200px) {
        padding-right: 170px;
    }
}


.fixed-header{
position: fixed;
width: 100%;
background-image: linear-gradient(160deg, #c84242, #ce7634);
border-bottom: 1px solid #fff;
padding-top: 15px;
padding-bottom: 15px;
top: 0;
margin-top: 0;
}
@media (max-width: 991px) {
.fixed-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
}
@media (min-width: 767px) {
.fixed-header .brand{
    margin-top: 10px;
}
}
@media (min-width: 992px) {
.fixed-header .brand{
    margin-top: 12px;
}
}

.fixed-header .brand img{
max-width: 120px;
}
body .is-layout-flex > *{
margin: inherit;
}
.is-layout-flex{
gap: unset;
}
.policy-text p{
margin-bottom: 15px;
font-size: 12px;
line-height: 17px;
}
.background-video{
z-index: -1;
}
.multicolor-line{
border: none;
}
.tab-button.active{
background-color: rgba(0, 0, 0, 0.2);
}
._50-split-columns{
gap: 0;
}

.fixed-section-padding{
    padding: 0;
    @media (max-width: 768px) {
        padding: 20px 0;
    }
}
.tab-button.full-width{
    @media (max-width: 781px) {
        width: 100%;
    }
}
.image-height-100{
    height: 100%;
}
.image-height-100 img{
    height: 100%;
    object-fit: cover;
}
.upper-menu{
position: absolute;
right: 0;
top: -30px;
}
.flex-group > .wp-block-group__inner-container{
    display: flex;
}
.flex-group-wrap > .wp-block-group__inner-container{
    flex-wrap: wrap;
}
/*.homepage-service{*/
/*background-size: cover;*/
/*}*/

.menu-main-menu-container .w-dropdown-list{
background-color: #0a8f82!important;
box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 19%);
width: 100%;
}

.bg-none{
background-image: none;
}
.menu-depth-1 > li:nth-child(2){
background-color: rgba(33, 71, 67, 0.2);
}
.menu-depth-1 > li:nth-child(3){
background-color: rgba(33, 71, 67, 0.4);
}
.nav-dropdown-toggle{
cursor: pointer;
padding: 22px 17px 22px;
}
.menu-main-menu-container > ul > li, .menu-top-menu-container ul li{
background-image: none;
padding: 0;
border: none;
display: flex;
}
.menu-top-menu-container ul li a{
color: #fff;
font-size: 15px;
/*text-transform: uppercase;*/
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 22px 10px 22px;
}
.menu-top-menu-container ul li a:hover{
    text-decoration: none;
    color: hsla(0, 0%, 100%, 0.6);
}
.second-tier-menu{
    display: flex;
}

@media (max-width: 991px) {
    .second-tier-menu{
        display: none;
    }
}
.upper-small-title{
    text-transform: uppercase;
    font-family: Sarabun;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14px;
    line-height: 18px;
}
.desktop-section-spacing{
    @media (min-width: 991px) {
        margin: 80px 0 60px;
    }
}
.second-tier-menu .dropdown-list.w--open{
    left: -271px;
}
ol li{
    background: none;
    padding-left: 10px;
}
.absolute-background{
    width: 53%;
    left: 0;
}
.insights-collection-item a:hover{
    text-decoration: none;
}

.content-wrap .wp-block-column{
    /*flex-grow: unset!important;*/
}
.content-wrap .wp-block-group__inner-container{
    width: 100%;
}
.wp-block-columns{
    flex-wrap: wrap!important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: unset;
}

.footer-section li{
    background: none;
    border: none;
}
.footer-section li a{
    color: #fff;
    font-weight: 500;
}
.margin-l-auto{
    margin-left: auto;
}
.footer-columns{
    display: flex;
    align-items: center;
    padding-left: 10px!important;
    justify-content: space-between;
}
.menu-footer-menu-container{
    width: 100%;
}
.copyright-text{
    white-space: nowrap;
}
@media (max-width: 768px) {
    .footer-columns{
        flex-wrap: wrap;
        justify-content: center;
    }
    .menu-footer-menu-container{
        width: 100%;
        justify-content: center;
    }
    .margin-l-auto{
        margin-left: unset;
    }
    .footer-columns ul{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footer-columns ul li{
        text-align: center;
        padding: 0 0 8px;
        margin: 0 10px 5px;
    }
    .footer-columns ul li:last-child{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .contact-section-form-block{
        /*max-width: 400px;*/
        max-width: unset;
    }
}


.search-item a{
    border: 1px solid #fff;
    padding: 20px 35px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.search-item a:hover{
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
}
.inner-page-col-large > h2{
    margin-top: 35px;
}
@media screen and (min-width: 991px){
    .inner-page-col-large h1{
        font-size: 60px;
        line-height: 65px;
    }
}

.pagination span, .pagination a{
    margin: 0 10px;
}
.group-flex > .wp-block-group__inner-container{
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    width: 100%;
}
.list .group-flex > .wp-block-group__inner-container{
    align-items: center;
}
@media (max-width: 768px) {
    .group-flex > .wp-block-group__inner-container{
        flex-wrap: wrap;
    }
}
.about-content-wrap{
    max-width: 900px;
}
.utility-page-wrap{
    top: 0;
    margin-bottom: 40px;
    height: 70vh;
}
.small-collection-link a{
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Sarabun, 'Trebuchet MS', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.small-collection-link a:hover{
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.service-img{
    display: flex;
}
.service-img img {
    width: 24px;
    height: 24px;
    max-width: none;
    margin-right: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 300px;
}
.hero-splashing img{
    width: 100%;
    height: 450px;
    margin-top: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 567px) {
    .hero-splashing img{
        height: 80vw;
    }
}
.contact-section-form-block{
    min-width: unset;
}
.expertise-icon img{
    height: 70px;
    margin-bottom: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 1440px){
    .expertise-icon img{
        margin-bottom: 16px;
    }
}
.pagination span, .pagination a{
    text-shadow: 1px 1px black;
}
.pagination a{
    color: #ffcf72;
}
.w-select option{
    background-color: #bdbbbb;
}
.white-button a{
    background-color: #fff;
    color: #186b63;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 6px 10px;
    width: 169px;
    border: 1px solid #fff;
}
.transparent-button a{
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 6px 10px;
    width: 169px;
    border: 1px solid #fff;
}
.social-links{
    padding: 0;
}
.social-links li{
    padding-top: 3px;
    width: auto!important;
}
.social-links li:first-child{
    padding-left: 0;
}
.social-links img{
    width: 30px;
    max-height: 20px;
}