.container-width,
.full-width .ubermenu-nav,
.container,
.row{
    max-width: 70rem !important;
}
:root{
    --main-cl: #162D57;
    --sub-cl: #B79C77;
    --add-cl: #284834;
    --container-w: 96rem;
    --font-Playfair: "Playfair Display", serif;
    --font-Roboto: "Roboto", sans-serif;
}
body {
    color: #333 !important;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.25rem;
    /* 138.889% */
}

h1,
h2,
h3,
h4,
h5,
strong,
b{
    font-weight: 700;
    font-style: normal;
}

.col,
.columns,
.gallery-item {
    padding: 0 .6rem !important;
}


body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

.header-wrapper .header-main {
    position: fixed;
    width: 100%;
    margin-top: 2.35rem;
}
.header-wrapper.stuck .header-main{
    background: var(--main-cl);
    margin-top: 0 !important;
}
.header-main .nav > li > a,
.page-template-default .stuck .header-main .nav > li > a,
.single-post .stuck .header-main .nav > li > a,
.search .stuck .header-main .nav > li > a{
    position: relative;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem !important; /* 120% */
    padding: 0;
    margin-top: -0.5rem;
    transition: 0.5s all;
}
.page-template-default .header-main .nav > li > a,
.single-post .header-main .nav > li > a,
.search .header-main .nav > li > a{
    color: var(--main-cl);
}
/*.stuck .header-main .nav > li:hover > a{*/
/*    color: var(--sub-cl);*/
/*}*/
.search .stuck .header-main .nav > li.menu-item-550 > a::before,
.search .stuck .header-main .nav > li:hover > a::before,
.page-template-default .stuck .header-main .nav > li.menu-item-550 > a::before,
.single-post .stuck .header-main .nav > li.menu-item-550 > a::before,
.header-main .nav > li.current-menu-item > a::before,
.header-main .nav > li:hover > a::before,
.single-post .stuck .header-main .nav > li:hover > a::before{
    content: '';
    position: absolute;
    bottom: -.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.47rem;
    height: 0.47rem;
    background-image: url("../images/dot_header.svg");
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transition: 0.5s all;
}
/*.header-main .nav > li:hover > a::before,*/
/*.header-main .nav > li.current-menu-item:hover > a::before,*/
.search .header-main .nav > li.menu-item-550 > a::before,
.search .header-main .nav > li.current-menu-item > a::before,
.search .header-main .nav > li:hover > a::before,
.page-template-default .header-main .nav > li.menu-item-550 > a::before,
.single-post .header-main .nav > li.menu-item-550 > a::before,
.page-template-default .header-main .nav > li.current-menu-item > a::before,
.single-post .header-main .nav > li.current-menu-item > a::before,
.page-template-default .header-main .nav > li:hover > a::before,
.single-post .header-main .nav > li:hover > a::before{
    content: '';
    position: absolute;
    bottom: -.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.47rem;
    height: 0.47rem;
    background-image: url("../images/dot_header.svg");
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(1) invert(0);
}
.header-wrapper .header-nav-main{
    gap: 3.15rem;
}
/*.header-wrapper .header-nav-main li.menu-item{*/
/*    margin-top: -1.5rem;*/
/*    position: relative;*/
/*}*/

.header-search-form-wrapper input{
    background: none;
    border: none;
    box-shadow: unset;
    border-radius: 2.5rem 0 0 2.5rem ;
}
.search .header-search-form-wrapper input::placeholder,
.page-template-default .header-search-form-wrapper input::placeholder,
.single-post .header-search-form-wrapper input::placeholder{
    color: #333;
}
.search .stuck .header-search-form-wrapper input::placeholder,
.page-template-default .stuck .header-search-form-wrapper input::placeholder,
.single-post .stuck .header-search-form-wrapper input::placeholder,
.header-search-form-wrapper input::placeholder,
.header-search-form-wrapper input:focus,
.header-search-form-wrapper input{
    color: rgba(255, 255, 255, 0.50);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1rem; /* 125% */
}
.search .searchform .button.icon,
.page-template-default .searchform .button.icon,
.single-post .searchform .button.icon{
    color: var(--main-cl);
}
.search .stuck .searchform .button.icon,
.page-template-default .stuck .searchform .button.icon,
.single-post .stuck .searchform .button.icon{
    color: #fff;
}
.search .searchform .button.icon:hover,
.page-template-default .searchform .button.icon:hover,
.single-post .searchform .button.icon:hover{
    background: #fff;
}
.search .stuck .searchform .button.icon:hover,
.page-template-default .stuck .searchform .button.icon:hover,
.single-post .stuck .searchform .button.icon:hover{
    background: var(--main-cl);
}
.search .header-wrapper .header-main,
.page-template-default .header-wrapper .header-main ,
.single-post .header-wrapper .header-main {
    margin-top: 0.85rem;
}
.header-search-form-wrapper input:focus{
    background: none;
    box-shadow: unset;
}

.header-search-form-wrapper .button{
    border-radius: 0 2.5rem 2.5rem 0 ;
}
.header-search-form-wrapper .button:hover{
    box-shadow: unset;
    background: var(--main-cl);
}
.header-search-form-wrapper button{
    background: none;
    border: none;
}
.search .stuck .header-search-form-wrapper,
.page-template-default-default .stuck .header-search-form-wrapper,
.page-template-default .stuck .header-search-form-wrapper,
.single-post .stuck .header-search-form-wrapper,
.header-search-form-wrapper{
    border-radius: 2.5rem;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
}
.search .header-search-form-wrapper,
.page-template-default .header-search-form-wrapper,
.single-post .header-search-form-wrapper{
    background: rgba(22, 45, 87, 0.10);
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1.05vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #162D57;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

/*//////////////////////start////////////////////////////*/
.img_banner{
    position: relative;
    width: 100%;
    height: 100vh;
}
.img_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 60%);
}
.img_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_text_banner_home{
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 13rem;
    transform:  translateY(-50%);
    max-width: 45.2rem;
}
h1.heading_title_banner{
    color: #FFF;
    font-family: var(--font-Playfair);
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem; /* 113.333% */
    margin-bottom: 1.35rem;
}
.sub_heading_title{
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.6rem; /* 128% */
    margin-bottom: 1.25rem;
}
.btn_component span {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: var(--font-Playfair);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    padding: .5rem 1.6rem;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: 0.5s all;
}
.btn_component span:hover{
    background: var(--sub-cl);
    border: 1px solid var(--sub-cl);
}
.decor_banner_home{
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
}
.home_4 h2.heading_title,
.home_3 h2.heading_title{
    font-size: 2.6rem;
}
h2.heading_title,
.detail_insight_1 h1{
    color: var(--main-cl);
    font-family: "Playfair Display";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.35rem; /* 111.667% */
}
.italic_text_home_2{
    color: var(--add-cl);
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1.75rem; /* 140% */
    margin: 1rem 0 0 0;
}
.flex_right{
    display: flex;
    justify-content: end;
}
.home_2{
    position: relative;
    padding: 8rem 0 5.5rem;
    background: #FFFCF2;
}
.home_2 .img_bg,
.home_4 .img_bg,
.about_2 .img_bg,
.about_4 .img_bg,
.service_2 .img_bg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.home_2 .img_bg img,
.home_4 .img_bg img,
.about_2 .img_bg img,
.about_4 .img_bg img,
.service_2 .img_bg img{
    width: 100%;
    height: auto;
}
.item_home_2 h3{
    color: #B79C77;
    font-family: "Playfair Display";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 100% */
    margin: 1.85rem 0 2.65rem;
}
.item_home_2 p{
    color: var(--Secondary-Black, #333);
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 144.444% */
    margin: 0;
}
.wrap_content_home_2{
    display: flex;
    flex-wrap: wrap;
    margin: 8rem -2rem 0;
}
.item_home_2{
    position: relative;
    width: calc(calc(100%/3 - 4rem));
    margin: 0 2rem 3rem;
}
.item_home_2::before{
    content: '';
    position: absolute;
    right: -2.25rem;
    top: -1.2rem;
    width: 1px;
    height: calc(100% + 1.8rem);
    background: #E6E6E6;
}
.item_home_2:nth-child(3n)::before{
    display: none;
}
.item_home_2 .img_item {
    width: 4.2rem;
    height: 4.2rem;
}
.item_home_2 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home_3{
    background: #FFFCF2;
}
.slide_banner_home .swiper-pagination{
    position: absolute;
    left: 36%;
    bottom: 4.2rem;
}
.slide_banner_home .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    aspect-ratio: 1/1;
    opacity: 0.2;
    background: #FFF;
    border-radius: 0;
    margin: 0 0.35rem;
}
.slide_banner_home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.wrap_banner_component{
    height: 100vh;
}
.wrap_box_banner{
    position: absolute;
    top: 55%;
    z-index: 2;
    left: 13rem;
    transform: translateY(-50%);
    max-width: 29.1rem;
}
.text_wrap_banner_component{
    position: relative;
    z-index: 3;
}
.wrap_banner_component img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap_banner_component::before{
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.66) 55.02%, rgba(0, 0, 0, 0.00) 100%);
}
.wrap_banner_component::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.wrap_breadcrumb ul {
    display: flex;
    list-style: none;
    gap: 0.45rem;
    margin: 0;
    padding: 0 0 4.6rem;
}
.wrap_breadcrumb ul li{
    margin: 0;
    font-size: 0.8rem;
}
.wrap_breadcrumb ul li cite{
    font-style: normal;
    font-weight: 400;
}
.wrap_breadcrumb .divider{
    opacity: 1;
}
.item_insight_2{
    display: flex;
    gap: 5.5rem;
    margin-bottom: 3.25rem;
}
.item_insight_2:last-child{
    margin-bottom: 5.2rem;
}
.item_insight_2 .img_item{
    width: 22.55rem;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
}
.item_insight_2 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.item_insight_2:hover .img_item img{
    transform: scale(1.1);
}
.wrap_item_insight_2{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrap_item_insight_2 .date{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    gap: 0.4rem;
}
.wrap_item_insight_2 .date li{
    margin: 0;
    color: #333;
    font-size: .75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem; /* 146.667% */
}
.btn_component.btn_add span{
    border: 1px solid #B79C77;
    color: #B79C77;
}
.btn_component.btn_add span:hover{
    color: #fff;
}
.wrap_item_insight_2 h3{
    color: #333;
    font-family: "Playfair Display";
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.25rem; /* 128.571% */
    margin: 0.45rem 0;
}
.wrap_item_insight_2 p{
    color: #333;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.15rem; /* 143.75% */
    margin-bottom: 1.7rem;
}
.insight_2{
    background: #FFFCF2;
    padding: 1rem 0 8rem;
}
.bottom_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 3.6rem 13rem 4.25rem 6rem;
    background: linear-gradient(90deg, #284834 27.16%, #1A3022 100%);
}
.bottom_wrap .box_content p{
    color:  #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 325;
    line-height: 1.55rem; /* 155% */
    margin: 0;
}
.bottom_wrap .box_content{
    max-width: 26.4rem;
}
.bottom_wrap .wrap_btn{
    flex: 1;
    display: flex;
    justify-content: end;
    position: relative;
    z-index: 2;
}
.bottom_wrap svg.decor_1{
    position: absolute;
    top: 0;
    left: 50%;
    width: 30.3rem;
    height: 100%;
}
.bottom_wrap svg.decor_2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.75rem;
    height: 6.6rem;
}
.section_bottom_wrap{
    padding-bottom: 6.9rem;
    background: #FFFCF2;
}
.box_content h2.heading_title{
    margin-bottom: 0.75rem;
}
.box_right_detail_insight_1 ul{
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin: 0;
    list-style: none;
}
.box_right_detail_insight_1 ul li{
    margin: 0;
    color: #333;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem; /* 122.222% */
}
.box_right_detail_insight_1 ul li span{
    font-weight: 400;
}
.box_right_detail_insight_1 ul li svg{
    transition: 0.5s all;
}
.box_right_detail_insight_1 ul li:hover svg{
    transform: scale(1.15);
}
.box_right_detail_insight_1{
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    margin-top: 1rem;
}
.detail_insight_1 .p-0{
    padding: 0 !important;
}

.detail_insight_1 h1{
    max-width: 36.8rem;
    margin-bottom: 5.5rem;
}
.detail_insight_1{
    background: #FFFCF2;
    padding: 8.5rem 0 7.5rem;
}
.detail_insight_1 .img_banner{
    width: 100%;
    height: 100%;
}
.detail_insight_1 .img_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_insight_1 .wrap_breadcrumb ul{
    padding: 0 0 3.25rem .6rem;
}
.wrap_content_post h2{
    color:  #333;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem; /* 140% */
    margin-bottom: 1.5rem;
}
.wrap_content_post h3{
    color: var(--main-cl);
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem; /* 140% */
    margin: 2.2rem 0 1.5rem;
}
.wrap_content_post p{
    color: #333;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem; /* 133.333% */
    margin-bottom: 1rem;
}
.wrap_content_post p em{
    color:  #333;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 200;
    line-height: 1.2rem; /* 150% */
}
.wrap_content_post p img{
    margin-top: 0.5rem;
}
.wrap_content_post .line{
    background: #D5D5D5;
    height: 1px;
    width: 100%;
    margin: 1.65rem 0 1.3rem;
}
.wrap_tags{
    display: flex;
    gap: 1rem;
}
.wrap_tags span{
    color: #333;
    font-size: 0.9rem;
    font-style: italic;
    font-weight: 200;
    line-height: 1.2rem; /* 133.333% */
}
.detail_insight_2 .wrap_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.wrap_nav .nav_btn{
    width: 2.85rem;
    height: 2.85rem;
    border: 1px solid #B79C77;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    cursor: pointer;
}
.wrap_nav .nav_btn svg{
    width: 0.95rem;
    height: 1rem;
}
.wrap_nav .nav_btn svg path{
    transition: 0.5s all;
}
.wrap_nav .nav_btn:hover svg path{
    stroke: #fff
}
.wrap_nav .nav_btn:hover{
    background:  #B79C77;
}
.wrap_content_post{
    padding-top: 5.5rem;
}
.item_slide_detail_insight .img_item{
    width: 100%;
    height: 12rem;
    overflow: hidden;
}
.item_slide_detail_insight .img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all;
}
.item_slide_detail_insight:hover .img_item img{
    transform: scale(1.1);
}
.item_slide_detail_insight .date{
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin-top: 1.4rem;
}
.item_slide_detail_insight .date span{
    color: #333;
    font-size: .75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem; /* 146.667% */
}
.item_slide_detail_insight h3{
    color: #333;
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem; /* 136% */
    margin: 0.45rem 0;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.item_slide_detail_insight p{
    color: #333;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.15rem; /* 143.75% */
    margin: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.slide_detail_insight{
    overflow: hidden;
    margin-top: 1.5rem;
}
.detail_insight_2{
    background: #FFFCF2;
    padding-bottom: 7.8rem;
}
.blur_click{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home_4{
    padding: 7rem 0 8.3rem;
    background: #FFFCF2;
}
.wrap_post_home .img_post{
    width: 100%;
    height: 29.15rem;
    overflow: hidden;
}
.wrap_post_home .img_post img{
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    object-fit: cover;
}
.wrap_post_home:hover .img_post img{
    transform: scale(1.1);
}
.wrap_post_home{
    padding-bottom: 4.1rem;
    margin-top: 3.5rem;
    position: relative;
}
.box_content_post_home{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 27.05rem;
    margin-left: -4.1rem;
    padding: 3.15rem 3.45rem;
    background: linear-gradient(72deg, #1A3022 4.53%, #284834 95.47%);
}
.box_content_post_home .date{
    display: flex;
    gap: 0.4rem;
    align-items: center;
}
.box_content_post_home .date span{
    color: #fff;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem; /* 146.667% */
}
.box_content_post_home h3{
    color: #fff;
    font-family: "Playfair Display";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem; /* 121.429% */
    margin: .75rem 0;
}
.box_content_post_home p{
    color: #FFF;
    font-size: .8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.15rem; /* 143.75% */
}
.box_content_post_home a{
    color: #fff;
    font-family: Fraunces;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 166.667% */
    transition: 0.5s all;
}
.wrap_post_home:hover .box_content_post_home a{
    text-decoration: underline;
}
.sub_wrap_post_home .item{
    position: relative;
    display: flex;
    gap: 1.5rem;
    max-width: 30.7rem;
}
.sub_wrap_post_home .item .date{
    display: flex;
    flex-direction: column;
    gap: .35rem;
    align-items: center;
}
.sub_wrap_post_home .item .date .day{
    color: var(--1, #162D57);
    text-align: center;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.65rem; /* 81.538% */
}
.sub_wrap_post_home .item .date .m_y{
    color: var(--1, #162D57);
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem; /* 146.667% */
}
.sub_wrap_post_home .item .box_content h3{
    font-family: "Playfair Display";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 125% */
    transition: 0.5s all;
    margin-bottom: 0.5rem;
}
.sub_wrap_post_home .item:hover .box_content h3{
    color: var(--main-cl);
}
.sub_wrap_post_home .item .box_content p{
    font-family: "Playfair Display";
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 187.5% */
    margin: 0;
    transition: 0.5s all;
}
.sub_wrap_post_home .item:hover .box_content p{
    text-decoration: underline;
}
.sub_wrap_post_home .item .box_content{
    flex: 1;
}
.sub_wrap_post_home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4.65rem 0 3.35rem;
}
.about_1 .wrap_box_banner{
    max-width: 43rem;
}
.content_about_2 p,
.content_about_2 ul li{
    color: #424242;
    font-size: 1.725rem;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem; /* 131.429% */
}
.content_about_2 ul{
    margin-left: 1.5rem;
}
.about_2 .wrap_breadcrumb ul{
    padding: 0 0 6.75rem 1rem;
}
.about_2{
    position: relative;
    padding: 1rem 0 9.35rem;
    background: #FFFCF2;
}
.heading_title.mb_70{
    margin-bottom: 3.5rem;
}
.about_4{
    position: relative;
    padding: 5.3rem 0 7.7rem;
    background: #FFFCF2;
}
.item_slide_leadership{
    width: 100%;
}
.item_slide_leadership:hover .img_leader{
    background: #B79C77;
}
.item_slide_leadership .img_leader{
    background: #FFFAE9;
    width: 100%;
    transition: 0.5s all;
    height: 28.35rem;
}
.item_slide_leadership .img_leader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_slide_leadership h3{
    color: var(--1, #162D57);
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 120% */
    margin: 1.15rem 0 0.45rem;
}
.content_slide_leadership p{
    color: var(--2, #1A3022);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1rem; /* 125% */
    margin: 0;
}
.slide_leadership{
    overflow: hidden;
}
.about_4 h2.heading_title{
    margin-bottom: 3.5rem;
    text-align: center;
    color: #F5F5E1;
}
.wrap_btn_about_4{
    display: flex;
    justify-content: center;
    margin-top: 2.25rem;
}
.wrap_slide_leadership .nav_prev {
    position: absolute;
    top: 30%;
    left: -5%;
}
.wrap_slide_leadership .nav_next{
    position: absolute;
    top: 30%;
    left: 101%;
}
.desc_content p,
.desc_content{
    color: var(--2, #1A3022);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
    margin: 0;
}
.about_5{
    padding-bottom: 8rem;
    background: #FFFCF2;
}
.wrap_main_about_5{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3.1rem -0.6rem 6.8rem;
}
.item_main_about_5 {
    width: calc(calc(100% / 3 - 1.2rem));
    margin: 0 0.6rem 1.2rem;
    background: #FFF5E8;
    padding: 2.75rem 2.2rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
    transition: 0.5s all;
}
.item_main_about_5:hover{
    box-shadow: 0px 0px 30px 0px rgba(22, 45, 87, 0.05);
}
.item_main_about_5 h3{
    color: var(--2, #1A3022);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1rem; /* 137.5% */
    margin: 0;
}
.item_main_about_5 p{
    color: var(--2, #1A3022);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem; /* 137.5% */
    margin: 0;
}
.item_main_about_5 a{
    color: var(--Secondary-Black, #333);
    font-family: "Playfair Display";
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem; /* 156.25% */
    margin: 0;
    transition: 0.5s all;
}
.item_main_about_5:hover a{
    color: var(--main-cl);
    text-decoration: underline;
}
.item_main_about_5 .img_logo{
    width: 8rem;
    height: 4rem;
}
.item_main_about_5 .img_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about_5 .img_bg{
    bottom: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: auto;
}
.about_5 .img_bg img{
    width: 100%;
    height: auto;
}
.text_desc_about_3{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text_desc_about_3 p{
    max-width: 47.65rem;
    color: var(--2, #1A3022);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1.65rem;
    line-height: 1.75rem; /* 140% */
}
.about_3{
    padding-bottom: 7rem;
    background: linear-gradient(180deg, #FFFCF2 0%, #FFF 100%);
}
.about_3 .img_map,
.map_contact{
    position: relative;
    margin-top: 4rem;
}
.about_3 .img_map img,
.map_contact img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
ul.dot_address{
    position: absolute;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    transform: translate(-50%, -50%);
    gap: 1.25rem;
    cursor: pointer;
}

ul.dot_address .dot {
    position: relative;
    margin: 0;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: var(--main-cl);
    animation: pulse 3.5s ease-in-out infinite;
}

ul.dot_address .dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    border: .1px solid #d3d3d3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.6);
    }
    100% {
        transform: scale(1);
    }
}
ul.dot_address .address{
    position: absolute;
    font-size: .8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem; /* 125% */
    margin: 0;
    background: #eeeeee;
    padding: .4rem 1rem;
    border-radius: .3rem;
    border: 1px solid #162d57;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3rem;
    opacity: 0;
    pointer-events: none;
    transition: .4s all;
    width: max-content;
}

.wrap_box_hover_component {
    width: 100%;
    height: 45.4rem;
    display: flex;
    position: relative;
    margin-top: 1.5rem;
}

.wrap_box_hover_component .item {
    flex: 1;
    transition: 0.5s all;
    align-content: start;
    background: rgba(0, 0, 0, 0.01);
    backdrop-filter: unset;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.wrap_box_hover_component .item.active {
    flex: 1.5;
    backdrop-filter: blur(2px);
    background: rgb(22 45 87 / 70%);
}

.wrap_box_hover_component:hover .item {
    flex: 1;

    position: relative;
}

.wrap_box_hover_component .item:hover {
    flex: 1.5;
}
.wrap_box_hover_component .item{
    cursor: pointer;
}
.wrap_box_hover_component .item .box_content {
    padding: 0 3.5rem 0 2.25rem;
    position: relative;
    top: 7.3rem;
    /*margin-top: 28.5rem;*/
    transform: translateY(0%);
    transition: .5s all;
}

.wrap_box_hover_component .item.active .box_content .heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.25rem;
    width: 0.15rem;
    height: 100%;
    background: var(--sub-cl);
}
.wrap_box_hover_component .item.active .box_content {
    padding: 0 5rem 0 2.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_box_hover_component .item .box_content .heading {
    position: relative;
    color: var(--Secondary-White-1, #FFF);
    font-family: "Playfair Display";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem; /* 125% */
    transition: .5s all;
    width: 90%;
}
.wrap_box_hover_component .item.active .box_content .heading {
    color: var(--Secondary-White-1, #FFF);
    font-family: "Playfair Display";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 108.333% */
    margin-bottom: 1.625rem;
    transition-delay: .4s;
}
.wrap_box_hover_component .item .box_content .content {
    color: var(--Secondary-White-1, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.35rem; /* 135% */
    display: none;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 4;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
}
.wrap_box_hover_component .item.active .box_content .content,
.wrap_box_hover_component .item.active .box_content .btn_component span{
    display: block;
}
.wrap_box_hover_component .item .box_content .btn_component span{
    margin-top: 2.5rem;
    display: none;
}
.wrap_box_hover_component .img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: 0.5s all;
}
.wrap_box_hover_component .img_bg.active {
    display: block;
}
.wrap_box_hover_component .img_bg.active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.footer_sub_content{
    display: flex;
    gap: 3rem;
    align-items: center;
}
.footer_sub_content a{
    color: var(--Secondary-White-1, #FFF);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem; /* 122.222% */
    transition: 0.5s all;
}
.footer_sub_content a:hover{
    color: var(--sub-cl);
}
h3.title_footer{
    color: var(--Secondary-White-1, #FFF);
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 140% */
    margin: 0;
}
.line_title_footer{
    width: 2.5rem;
    height: 1px;
    background: #fff;
    margin: 0.85rem 0 1.35rem;
}
.footer-wrapper{
    padding: 4.25rem 0 1.5rem;
    background: var(--main-cl);
}
.wrap_socials{
    display: flex;
    align-items: center;
    gap: 0.45rem;
}
.wrap_socials a{
    width: 1.6rem;
    height: 1.6rem;
    transition: 0.5s all;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
.wrap_socials a:hover{
    background: #fff;
}
.wrap_socials a img{
    width: .8rem;
    height: .8rem;
    transition: 0.5s all;
    filter: brightness(0) invert(1);
}
.wrap_socials a:hover img{
    filter: brightness(1) invert(0);
}
.line_bottom_footer{
    background: #1C3C77;
    width: 100%;
    height: 1px;
    margin: 2.8rem 0 1.6rem;
}
.wrap_text_bottom_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap_text_bottom_footer h3{
    color: var(--Secondary-White-1, #FFF);
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem; /* 128% */
    margin: 0;
    flex: 1;
}
.wrap_text_bottom_footer p{
    flex: 1;
    color: var(--Secondary-White-1, #FFF);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1rem; /* 146.667% */
    margin: 0;
    opacity: 0.5;
    text-align: right;
}
.logo_footer{
    width: 13.5rem;
    height: 6.65rem;
}
.logo_footer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#logo img{
    filter: brightness(0) invert(1);
}
.search #logo img,
.page-template-default #logo img,
.single-post #logo img{
    filter: brightness(1) invert(0);
}
.search .stuck #logo img,
.page-template-default .stuck #logo img ,
.single-post .stuck #logo img {
    filter: brightness(0) invert(1);
}
.slide_detail_insight .swiper-pagination,
.slide_leadership .swiper_pagination{
    display: none;
}
.scroll_down{
    position: absolute;
    bottom: 5rem;
    left: 1.5rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 3.25rem;
    justify-content: center;
    align-items: center;
}
.wrap_scroll_down{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
.wrap_scroll_down svg{
    width: 1.1rem;
    height: 1.1rem;
    animation: hu__hu__ infinite 2s ease-in-out
}
.scroll_down p{
    color: var(--Secondary-White-1, #FFF);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1rem; /* 133.333% */
    transform: rotate(-90deg);
    margin: 0 0 0 0.25rem;
}
@keyframes hu__hu__ {
    0%, 100% { transform: translateY(-0.25rem); }
    50% { transform: translateY(0.25rem); }
}

.wrap_item_service_2{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -.6rem 0.8rem;
}
.item_service_2{
    width: calc(calc(100% / 3 - 1.2rem));
    margin: 0 0.6rem 1.2rem;
    padding: 2rem;
    border-radius: 0.5rem;
    background: #FFF5E6;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item_service_2 .img_item{
    width: 4.1rem;
    height: 4.1rem;
}
.item_service_2 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item_service_2 h3{
    color: #B79C77;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 120% */
    margin: 1rem 0 0.65rem;
}
.item_service_2 p{
    color: var(--Secondary-Black, #333);
    text-align: center;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem; /* 144.444% */
    margin: 0;
}
.box_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_2{
    position: relative;
    padding: 1rem 0 5.7rem;
    background: #FFFCF2;
}
.service_3{
    background: #FFFCF2;
}
.wrap_service_3 {
    display: flex;
    gap: .8rem;
    height: 36rem;
    padding: 0.5rem 4.5rem 0;
}
.item_service_3 {
    position: relative;
    flex: 1;
    background: #333;
    border-radius: 8px;
    transition: 0.5s all;
    backdrop-filter: blur(0px);
}
.item_service_3:nth-child(even) {
    background: #fff;
}
.item_service_3:hover,
.item_service_3.active{
    flex: 3;
}
.item_service_3 img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_service_3 h3{
    display: block;
    color: var(--Secondary-White-1, #FFF);
    font-family: "Playfair Display";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem; /* 120% */
}
.item_service_3.active .content_service_3 ul{
    display: block;
    margin: 3rem 0 1.75rem;
    list-style: none;
}
.content_service_3 ul li{
    color: var(--Secondary-White-1, #FFF);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45rem; /* 131.818% */
    margin-bottom: 0.35rem;
}
.content_service_3 ul li::before{
    content: "- ";
}
.content_service_3 p,
    /*.content_service_3 h3,*/
.content_service_3 ul,
.content_service_3 .btn_component{
    display: none;
}
.item_service_3.active .content_service_3 p{
    display: block;
    color: var(--Secondary-White-1, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 250;
    line-height: 1.25rem; /* 125% */
    margin: 0;
}
.item_service_3.active .content_service_3{
    width: 22.5rem;
    height: 100%;
    padding: 4.5rem 1.3rem 4.5rem 3.15rem;
    background: rgba(0, 8, 23, 0.70);
    backdrop-filter: blur(5px);
}
.item_service_3.active .content_service_3 .btn_component{
    display: block;
}
.item_service_3 .content_service_3{
    width: 100%;
    height: 80%;
    padding: 4.5rem 2rem 0;
    background: linear-gradient(180deg, rgba(0, 8, 23, 0.90) 0%, rgba(0, 8, 23, 0.79) 22.6%, rgba(0, 8, 23, 0.68) 42.31%, rgba(0, 8, 23, 0.59) 67.31%, rgba(0, 8, 23, 0.40) 85.1%, rgba(0, 8, 23, 0.00) 100%);
    transition:
            width 0.5s ease;
}
.contact_1.wrap_banner_component .wrap_box_banner,
.service_1.wrap_banner_component .wrap_box_banner{
    max-width: 38.7rem;
}
.item_contact_2 .img_item{
    width: 4.1rem;
    height: 4.1rem;
}
.item_contact_2 .img_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item_contact_2 {
    width: 28.55rem;
    display: flex;
    gap: 1.5rem;
    padding: 2rem 0;
    border-bottom: 1px solid #E6E6E6;
}
.item_contact_2:first-child{
    padding-top: 0;
}
.item_contact_2:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.content_item_contact_2{
    flex: 1;
}
.content_item_contact_2 h3{
    color: var(--3, #B79C77);
    font-family: "Playfair Display";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
    margin-bottom: 0.1rem;
}
.content_item_contact_2 p{
    color: var(--Secondary-Black, #333);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem; /* 166.667% */
    margin: 0;
}
.wrap_contact_2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact_2{
    padding: 1rem 0 7.8rem;
    background: #FFFCF2;
}
.contact_3{
    background: #FFFCF2;
    padding-bottom: 8.2rem;
}
.img_form_contact{
    width: 26.25rem;
    height: 32.7rem;
}
.img_form_contact img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.form_contact textarea{
    background: none;
    border: 1px solid #E9E2CC;
    margin-bottom: 1.55rem;
}
.form_contact input[type=text],
.form_contact input[type="email"]{
    height: 2.5rem;
    margin-bottom: 1.15rem;
    background: none;
    border: 1px solid #E9E2CC;
    box-shadow: unset;
}

.wrap_select{
    display: flex;
    gap: 1.6rem;
    align-items: center;
    margin-bottom: 1.15rem;
}
.form_contact input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1rem;
	min-width: 1rem;
    height: 1rem;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
    margin: -0.15rem 0.25rem 0 0;
    cursor: pointer;
    vertical-align: middle;
	display: inline-block;
}
.form_contact input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .6rem;
    height: .6rem;
    background-color: #333;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s ease;
}
.form_contact input[type="radio"]:checked::before {
    opacity: 1;
}
.form_contact .wpcf7 label{
    margin: 0;
}
.form_contact button.btn_component.btn_add{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    width: 100%;
}
.box_eq{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form_contact span.wpcf7-list-item-label {
    color: var(--2, #1A3022);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
.map_contact ul.dot_address{
    flex-direction: column;
}
.contact_4{
    background: #FFFCF2;
    padding-bottom: 3.3rem;
}
.map_contact ul.dot_address .box_desc{
    width: 21rem;
    position: absolute;
    top: -7.5rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.25rem;
    padding: .4rem 0.95rem .4rem .4rem;
    background: #FFF;
    display: flex;
    opacity: 0;
    transition: 0.5s all;
}
.map_contact ul.dot_address:hover .box_desc{
    opacity: 1;
}
.map_contact ul.dot_address .box_desc .img_site{
    width: 6.5rem;
    height: 5.1rem;
}
.map_contact ul.dot_address .box_desc .img_site img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map_contact ul.dot_address .box_desc .desc{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.map_contact ul.dot_address .box_desc .desc h4{
    margin-bottom: 0.4rem;
    color: var(--1, #162D57);
    font-family: "Playfair Display";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem; /* 150% */
}
.map_contact ul.dot_address .box_desc .desc p{
    margin: 0;
    color: var(--2, #1A3022);
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem; /* 137.5% */
}
.form_contact .row{
    width: 100%;
    padding-left: 0.3rem;
    margin: 0 !important;
}
.form_contact .row .col{
    padding: 0 0.3rem !important;
}
.search_form{
    background: #FFFCF2;
    padding: 9rem 0 2rem;
}
.text_search_form{
    color: darkred;
    font-family: "Playfair Display";
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.25rem; /* 111.667% */
    padding-bottom: 1rem;
}
.text_search_form span{
    color: #333;
}
.button_fix {
    position: fixed;
    z-index: 999;
    right: 1.5rem;
    bottom: 15%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.button_fix img{
    position: relative;
    width: 3.3rem;
    height: 3.3rem;
    transition: 0.5s all;
}
.button_fix:hover img{
    transform: rotate(20deg);
}
.button_fix p {
    width: 8rem;
    /* height: 37px; */
    flex-shrink: 0;
    border-radius: 5rem;
    background: var(--2, #1A3022);
    color: #FFF;
    font-family: Inter;
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0.3rem 0.8rem;
    white-space: nowrap;
    transform: translateX(25%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin: 0 -1.5rem 0 0;
}
.button_fix:hover p {
    transform: translateX(0);
    opacity: 1;
}
.footer-wrapper .back-to-top{
    background: none;
    border: none;
    bottom: 3.5rem;
    right: 5.1rem;
}
#main_bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}

img#main_bg_img {
    opacity: 0;
}

.item_bg.active {
    opacity: 1;
}
.content_hidden {
    opacity: 0;
    transition: .3s all;
}

.item.active .content_hidden {
    opacity: 1;
    transition-delay: .5s;
}
.wrap_content_post h3 {
    display: flex;
    align-items: center;
}

.wrap_content_post h3 strong {
    font-family: Roboto;
    font-size: 3.75rem;
    margin-right: .4rem;
}
.item_bg>* {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_home_2 {
    text-align: justify;
}
.item_home_2 h3{
    text-align: left;
}
ul.dot_address .address:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3rem;
    width: 1px;
    background: #162d57;
    transform: translateY(100%);
}

ul.dot_address:hover .address {
    opacity: 1;
}

ul.dot_address:hover {
    z-index: 9;
}
.item_slide_leadership {
    background: #fffcf2;
}

.content_slide_leadership {
    padding: 0 1rem 1rem 1rem !important;
    display: inline-block;
}
.item_slide_leadership {
    background: #fffcf2;
}
.slide_leadership .swiper-slide {
    height: auto;
}

.item_slide_leadership {
    height: 100%;
}
.item_service_3.active .content_service_3 .btn_component {
    margin-top: 1rem;
}
.item_main_about_5  .group_content {
    gap: 1.05rem;
    display: flex;
    flex-direction: column;
}

.item_main_about_5 {
    justify-content: space-between;
}
.contact_4_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.7rem;
}

.contact_4_items .item {
    width: calc(calc(100% / 2) - 1.4rem);
    margin: 0 0.7rem 1.4rem;
    position: relative;
}

.contact_4_items .item .box_img {
    width: 100%;
    height: 18rem;
    overflow: hidden;
}

.contact_4_items .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: .8s all;
}

.contact_4_items h3 {
    color: var(--main-cl);
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 2rem;
    margin-top: .7rem;
    margin-bottom: 0.2rem;
    display: block;
    line-height: 1.3;
}

.contact_4_items .content {
    font-size: .9rem;
}

.contact_4_items .item:hover .box_img img {
    scale: 1.2;
}

.contact_4_items .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.about_3 .content.text-center {
    max-width: 90%;
    margin: auto;
    line-height: 1.5;
    font-size: 1.2rem;
}
.default-page{
    padding: 9.375rem 0 5.208rem;
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.3vw;
    }
    .load_home_page svg {
        width: 320px;
    }
    .wrap_box_hover_component .item.active .box_content {
        padding: 0 3rem 0 1.75rem;
    }
    .wrap_box_hover_component .item .box_content {
        padding: 0 2rem 0 1.75rem;
    }
    .wrap_box_hover_component .item.active .box_content .heading::before{
        left: 1.75rem;
    }
    .wrap_banner_component,
    .img_banner{
        height: 75vh;
    }
    .wrap_text_banner_home{
        left: 5rem;
    }
    .wrap_box_banner{
        left: 3.5rem;
        max-width: 35rem;
    }
    .scroll_down{
        bottom: 1rem;
        left: -0.5rem;
    }

}
@media only screen and (max-width: 850px) {
    html {
        font-size: 1.9vw;
    }
    .load_home_page svg {
        width: 320px;
    }
    .item_home_2{
        width: calc(calc(100% / 2 - 4rem));
    }
    .box_content_post_home{
        margin-left: 0;
    }
    .bottom_wrap{
        padding: 3rem;
    }
    .footer_sub_content{
        gap: 1.75rem;
    }
    .search .header-wrapper .header-main,
    .header-wrapper .header-main,
    .page-template-default .header-wrapper .header-main,
    .single-post .header-wrapper .header-main{
        position: relative;
        width: 100%;
        margin-top: 0;
        background: var(--main-cl);
    }
    .search #logo img,
    .page-template-default #logo img ,
    .single-post #logo img {
        filter: brightness(0) invert(1);
    }
    .wrap_text_banner_home{
        left: 1rem;
    }
    .wrap_banner_component,
    .img_banner{
        height: 50vh;
    }
    .wrap_text_banner_home{
        top: 50%;
    }
    .wrap_content_home_2{
        justify-content: center;
        margin-top: 5rem;

    }
    .wrap_breadcrumb ul{
        padding: 0 0 4.6rem 1rem;
    }
    .wrap_box_banner,
    .about_1 .wrap_box_banner{
        max-width: 80%;
        top: 50%;
        left: 0.5rem;
    }
    .item_insight_2 {
        gap: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .item_insight_2 .img_item {
        width: 20rem;
    }
    .about_2 .wrap_breadcrumb ul,
    .detail_insight_1 .wrap_breadcrumb ul{
        padding: 0 0 3rem 1rem;
    }
    .heading_title.mb_70 {
        margin-bottom: 1.5rem;
    }
    .content_about_2 p {
        font-size: 1.65rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .about_2 {
        padding: 1rem 0 5rem;
    }
    .about_3{
        padding-bottom: 5rem;
    }
    .item_slide_leadership .img_leader{
        height: 25rem;
    }
    .about_4{
        padding: 5rem 0;
    }
    .item_main_about_5{
        padding: 1rem;
        gap: .5rem;
        width: calc(calc(100% / 3 - .6rem));
        margin: 0 0.3rem 1.2rem;
    }
    .wrap_main_about_5 {
        margin: 3rem -0.3rem 5rem;
    }
    .about_4 .img_bg{
        height: 28rem;
    }
    .about_4 .img_bg img{
        height: 100%;
    }
    .wrap_slide_leadership .nav_prev,
    .wrap_slide_leadership .nav_next{
        display: none;
    }
    .detail_insight_1{
        padding: 3rem 0;
    }
    .search .icon-menu,
    .page-template-default .icon-menu,
    .single-post .icon-menu{
        color: #fff;
    }
    .slide_detail_insight .swiper-pagination{
        display: block;
        bottom: -3.25rem;
    }
    .swiper-pagination-bullet-active{
        background: var(--main-cl);
    }
    .header-main .nav > li > a::before{
        display: none !important;
    }

    header#header .nav>li>a,
    header#header .stuck .nav>li>a{
        padding-left: 1rem;
    }
    .header-wrapper.stuck .header-main,
    .header-wrapper .header-main{
        height: 70px !important;
    }
    #logo img ,
    .header-wrapper.stuck #logo img{
        max-height: 65px !important;
    }
    header#header .nav>li.current-menu-item>a:before, header#header .nav>li:hover>a:before{
        opacity: 0;
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content,
    .mfp-close,
    .mfp-container, .mfp-wrap,
    .mfp-bg{
        top: 70px !important;
    }
    .off-canvas .sidebar-menu{
        padding-top: 0 !important;
    }
    .off-canvas-left .mfp-content{
        box-shadow: unset;
        border-top: 1px solid hsla(0,0%,100%,.2);
    }
    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background-color: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        padding-left: 2.5rem !important;
        color: var(--main-cl) !important;
        font-size: 1rem !important;
        text-transform: capitalize !important;
    }
    #main-menu .current_page_item:first-child{
        margin-top: 2rem !important;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li .sub-menu li>a:first-child {
        padding-top: 0 !important;
        font-size: 0.9rem !important;
        line-height: 1.4rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a svg {
        width: 4rem;
        height: auto;
        margin-left: -0.833rem;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a path {
        fill: var(--main-cl) !important;
        stroke: var(--main-cl);
    }
    #main-menu .current_page_item {
        background-color: rgba(209, 209, 209, 0.3);
    }
    .mfp-bg.mfp-ready {
        position: fixed !important;
    }
    [data-open="#main-menu"] i {
        display: none;
    }
    [data-open="#main-menu"] {
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    .slide_leadership .swiper_pagination {
        display: flex;
        margin-top: 1.5rem;
        justify-content: center;
    }
    .scroll_down{
        /*bottom: 1rem;*/
        /*left: -0.5rem;*/
        display: none;
    }
    .wrap_banner_component::before{
        width: 100%;
    }
    .img_form_contact{
        width: 95%;
        height: 100%;
    }
    .header-main .nav > li > a,
    .page-template-default .stuck .header-main .nav > li > a,
    .single-post .stuck .header-main .nav > li > a,
    .search .stuck .header-main .nav > li > a{
        margin-top: 0;
    }
    .item_service_2{
        padding: 1rem;
    }
    .item_service_2 p br{
        display: none;
    }
    .item_service_3.active .content_service_3{
        width: 26rem;
    }
    .wrap_service_3 {
        height: auto;
        padding: 0;
        flex-direction: column;
    }
    .button_fix{
        bottom: 5%;
    }
    .wrap_box_hover_component{
        flex-direction: column;
        height: auto;
    }
    .wrap_box_hover_component .item.active .box_content{
        transform: unset;
        padding: 2rem 1rem 2rem 3rem;
    }
    .wrap_box_hover_component .item.active .box_content .heading::before {
        left: -3rem;
    }
    /*.wrap_box_hover_component .item.active{*/
    /*    backdrop-filter: blur(0px);*/
    /*}*/
    ul.dot_address .dot {
        width: .4rem;
        height: .4rem;
    }

    ul.dot_address .dot::before {
        width: .8rem;
        height: .8rem;
    }
    ul.dot_address{
        gap: 0.75rem;
    }
    .item_home_2::before{
        display: none;
    }
    .item_service_2 h3{
        font-size: 1.35rem;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 4vw;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    h1.heading_title_banner{
        font-size: 2.25rem;
        line-height: 2.85rem;
        margin-bottom: 1rem;
    }
    .sub_heading_title {
        color: #fff;
        font-size: 1.15rem;
        font-style: normal;
        font-weight: 350;
        line-height: 1.45rem;
        margin-bottom: 1rem;
    }
    h2.heading_title,
    .detail_insight_1 h1 {
        font-size: 2.1rem;
        line-height: 2.75rem;
    }
    .item_home_2 {
        width: 100%;
        margin: 0 2rem 2rem;
    }
    .wrap_post_home {
        padding-bottom: 0;
        margin-top: 2.5rem;
    }
    .box_content_post_home {
        width: 100%;
        position: relative;
        padding: 1.5rem;
    }
    .wrap_post_home .img_post{
        height: 15rem;
    }
    .sub_wrap_post_home{
        flex-direction: column;
        margin: 1rem 0 2rem;
    }
    .sub_wrap_post_home .item .box_content h3{
        font-size: 1.2rem;
        line-height: 1.55rem;
    }
    .sub_wrap_post_home .item{
        margin-top: 1rem;
    }
    .bottom_wrap {
        padding: 1.5rem;
        flex-direction: column;
        align-items: start;
        gap: 2rem;
    }
    .section_bottom_wrap{
        padding-bottom: 3rem;
    }
    h3.title_footer{
        padding-top: 2rem;
        text-align: center;
    }
    .wrap_text_bottom_footer {
        flex-direction: column;
        gap: 1rem;
    }
    .wrap_text_bottom_footer h3,
    .wrap_text_bottom_footer p{
        text-align: center;
    }
    .item_home_2 h3 {
        font-size: 2rem;
        line-height: 2.2rem;
        margin: .75rem 0 1.25rem;
    }
    .wrap_box_banner,
    .about_1 .wrap_box_banner{
        max-width: 96%;
    }
    .wrap_breadcrumb ul{
        padding: 0 0 2rem .6rem;
    }
    .item_insight_2 {
        gap: 1.5rem;
        flex-direction: column;
    }
    .item_insight_2 .img_item {
        width: 100%;
    }

    .about_2 .wrap_breadcrumb ul {
        padding: 0 0 2rem 1rem;
    }
    .heading_title.mb_70 {
        margin-bottom: 1rem;
    }
    .content_about_2 p{
        font-size: 1.5rem;
        line-height: 2.15rem;
    }
    .text_desc_about_3 p{
        max-width: 100%;
    }
    .text_desc_about_3 p br{
        display: none;
    }
    .about_4 {
        padding: 3rem 0;
    }
    .item_slide_leadership .img_leader{
        height: 18rem;
    }

    .about_4 .img_bg{
        height: 22rem;
    }
    .about_4 .img_bg img{
        height: 100%;
    }
    .item_main_about_5 {
        width: 100%;
    }
    .wrap_main_about_5 {
        margin: 3rem -0.3rem 3rem;
    }
    .about_5 {
        padding-bottom: 5rem;
    }
    .detail_insight_1 h1 {
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
    .box_right_detail_insight_1{
        margin-bottom: 2rem;
    }
    .wrap_content_post {
        padding-top: 2rem;
    }
    .img_form_contact {
        width: 100%;
        height: 25rem;
        margin-bottom: 2rem;
    }
    .bottom_wrap svg.decor_1{
        left: -16%;
    }
    .map_contact ul.dot_address .box_desc{
        display: none;
    }
    .wrap_text_bottom_footer h3{
        font-size: 1.15rem;
    }
    .content_item_contact_2 h3{
        font-size: 1.5rem;
    }
    .item_contact_2{
        width: 100%;
    }
    .item_service_2 {
        width: 100%;
        padding: 1rem 1rem 2.2rem 1rem;
        margin: 0 0.6rem;
    }
    .item_service_3.active .content_service_3 {
        width: 100%;
        padding: 2rem;
        height: 75vh;
    }
    .bottom_wrap .box_content{
        max-width: 100%;
    }
    .button_fix{
        bottom: 0;
    }
    .wrap_box_hover_component .item .box_content .content br{
        display: none;
    }
    .wrap_box_hover_component .item.active .box_content {
        padding: 2rem 1rem 2rem 2rem;
    }
    .wrap_box_hover_component .item.active .box_content .heading::before {
        left: -2rem;
    }
    .wrap_box_hover_component .item.active .box_content .heading{
        line-height: 2.5rem;
        margin-bottom: 1rem;
        font-size: 2rem;
    }
    .about_3 ul.dot_address .address {
        font-size: .65rem;
        opacity: 0;
        transition: 0.5s all;
    }
    .about_3 ul.dot_address:hover .address {
        opacity: 1;
        background: #fff;
        border-radius: 0.25rem;
        padding: 0.1rem 0.25rem;
    }

    .box_center_mb{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .detail_insight_1 .wrap_breadcrumb ul {
        padding: 0 1rem 3rem 1rem;
        align-items: center;
    }
    .search_form {
        padding: 2rem 0;
    }
    .wrap_content_home_2{
        margin-top: 3rem;
    }



    .insight_2,
    .about_2,
    .about_3,
    .contact_2,
    .contact_3,
    .service_2{
        padding-bottom: 3rem;
    }
    .btn_component span{
        padding: .35rem 1.25rem;
    }
    .home_2,
    .home_4{
        padding: 3rem 0 ;
    }
    .bg_mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(5px);
    }

    .bg_mobile>* {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about_3 .content.text-center {
        max-width: 100%;
        font-size: 1rem;
    }
    .contact_4_items .item {
        width: calc(calc(100%) - 1.4rem);
    }

    .contact_4_items .item .box_img {
        height: 12rem;
    }

    .contact_4_items h3 {
        font-size: 1.4rem;
    }
}
