/*2025-03-31 change font-family from Modern Grotesk to Arial fixing Vietnamese display in headlines */

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

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

body::-webkit-scrollbar-thumb
{
    background-color: #a08871;
}
body.loading_gallery{
    position: relative;
}
body.loading_gallery:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-image: url('../../images/Eclipse-1s-12.5rem.gif');
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: 50% 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
input:focus-visible,
input:focus{
    outline: none !important;
    border-color: #a08871 !important;
}
input, optgroup, select, textarea{
    /*-webkit-appearance: none;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);
    box-shadow: inset 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,.0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
body{
    overflow-x: hidden;
    background-color: #fff;
}
.grid-container{
    max-width: 75rem;
}
.section{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
body.page-template-homepage .site-footer{
    display: none;
}
body.page-template-homepage section{
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 7.8125rem 0 6.25rem;
}
body.page-template-homepage section .grid-container{
    margin-top: -5.208rem;
    padding: 5.208rem 0 0;
    overflow: hidden;
}
.text_white{
    color: #FFF !important;
}
.mobile_only{
    display: none !important;
}
.tablet_mobile{
    display: none !important;
}
b, strong{
    font-weight: 700 !important;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
header#masthead{
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 9998;
    background: transparent;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
nav#site-navigation{
    background: transparent;
    width: 100%;
}
.main-nav{
    width: 100%;
}
.main-nav > ul{
    justify-content: space-between !important;
}
.main-nav > ul > li > a{
    color: #ffffff !important;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding: 0 !important;
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.main-nav > ul > li.btn_custom > a{
    font-weight: 300;
}
.main-nav > ul > li.btn_custom > a:before{
    display: none;
}
.main-nav > ul > li > a >span{
    display: none;
}
.main-nav > ul > li.menu-item-empty{
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}
.main-nav > ul > li.current-menu-item > a{
    font-weight: 700;
}
.main-nav > ul > li.btn_primary{
    margin-left: 4.375rem;
}
.main-nav > ul > li > a:before{
    width: 0;
    height: 0.09375rem;
    background-color: #fff;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.main-nav > ul > li > a:hover:before,
.main-nav > ul > li.current-menu-item > a:before{
    width: 100%;
    opacity: 1;
}
header#masthead:before{
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 99.2%);
    opacity: 0.8;
    position: absolute;
    top: 0;
    height: 28.25rem;
    content: '';
    width: 100%;
    pointer-events: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
body.page-template-homepage header#masthead:before{
    height: 10rem;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 99.2%);
    opacity: 1;
}
header .site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    z-index: 999;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
ul.sub-menu{
    padding-top: 0.625rem;
    background-color: transparent !important;
    width: max-content !important;
    /*-webkit-transition: 0.4s ease-in-out;*/
    /*-moz-transition: 0.4s ease-in-out;*/
    /*-ms-transition: 0.4s ease-in-out;*/
    /*-o-transition: 0.4s ease-in-out;*/
    /*transition: 0.4s ease-in-out;*/
}
ul.sub-menu li > a{
    color: #FFF !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    flex: 0 0 auto;
    width: max-content;
    padding-left: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
ul.sub-menu li > a:hover,
ul.sub-menu li.current > a{
    color: #ffffff !important;
}

/*header#masthead ul.sub-menu{*/
/*    background-color: transparent;*/
/*    width: max-content !important;*/
/*}*/
header#masthead.sticky ul.sub-menu{
    background-color: #FFF !important;
    padding: 0.521rem;
}
header#masthead.sticky ul.sub-menu > li > a{
    color: #000000 !important;

}
header#masthead.sticky ul.sub-menu > li > a:hover{
    color: #000000 !important
}
header#masthead.sticky .site-logo{
    transform: translate(-50%, -50%) scale(0.9);
}
header#masthead.sticky:before{
    height: 0;
}
header#masthead.sticky{
    background-color: #fff;
    box-shadow: -0.0625rem 0.5rem 0.875rem #1b4d2742;
}
header#masthead.sticky .main-nav > ul > li > a{
    color: #000000 !important;
    line-height: 2.083rem;
}
header#masthead.sticky .main-nav > ul > li.current-menu-item > a{
    color: #a08871 !important;
}
header#masthead.sticky .main-nav > ul > li > a:hover:before{
    background: #000000 !important;
}
header#masthead.sticky .main-nav > ul > li.current-menu-item > a:before{
    background: #a08871 !important;
}
header#masthead.sticky .main-nav > ul > li.btn_custom > a{
    font-weight: 300;
    color: #FFF !important;
}
header#masthead.sticky .main-nav > ul > li.btn_custom:hover a{
    color: #a08871 !important;
}
.cus_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.home_page:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
}
.default_page{
    padding: 50px 0;
}
.home_content_wrap{
    position: relative;
    z-index: 5;
    max-width: 61.25rem;
    padding: 3.75rem 1.875rem 2.5rem;
    border: 0.0625rem solid #FFF;
    border-top: none;
    /*overflow-x: hidden;*/
}
.home_content_wrap,
.home_content_wrap p,
.home_content_wrap li{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
}
.home_content_wrap h1{
    font-family: "Arial";
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0.449375rem;
    line-height: 4.2rem;
    margin-bottom: 0.9375rem;
}
.home_content_wrap h2:before,
.home_content_wrap h2:after{
    height: 0.0625rem;
    width: 28.75rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: 4;
}
.home_content_wrap h2:after{
    right: 100%;
}
.home_content_wrap h2:before{
    left: 100%;
}
.home_content_wrap h2{
    font-family: "Arial";
    font-size: 6.5rem;
    letter-spacing: 1.3rem;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: -3.9rem;
    transform: translateX(-50%);
}
.logo_bottom_wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.5625rem;
    display: flex;
    align-items: center;
    z-index: 5;
    width: max-content;
    justify-content: center;
}
.logo_bottom_wrap > .logo_wrap:not(:last-child){
    margin-right: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
}
.logo_bottom_wrap > .logo_wrap:not(:last-child):before{
    height: 100%;
    width: 0.1875rem;
    background: linear-gradient(0deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.1) 100%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}
.site-content{
    display: block;
}
a{
    text-decoration: none;
}
.btn_custom{
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.225rem;
    background-color: #a08871;
    border-radius: 1.25rem;
    padding: 0 1.875rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 0.0625rem solid #a08871;
}
.btn_custom{
    color: white;
}
.news_1{
    padding: 6.25rem 0 7.5rem;
}
.news_1 .news_item{
    text-align: center;
    box-shadow: 0 0 0.3125rem rgba(35, 31, 32, 0.6);
}
.news_1 h3 a{
    color: #231f20;
}
.news_1 h3{
    color: #231f20;
    font-size: 1.125rem;
    font-weight: 300;
    text-align: center;
}
.news_1 .cont_wrap{
    padding: 1.875rem 2.5rem 1.25rem;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    width: 100%;
    display: block;
}
.news_swiper{
    padding: 0.3125rem;
}
.text_center{
    text-align: center !important;
}
.swiper_box{
    position: relative;
}
.swiper_box .swiper_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.swiper_box .swiper_arrow.next{
    right: -2.5rem;
}
.swiper_box .swiper_arrow.prev{
    left: -2.5rem;
}
.swiper_box .swiper_arrow svg{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.swiper_box .swiper_arrow.next:hover svg{
    transform: translateX(0.1875rem) scale(1.2);
}
.swiper_box .swiper_arrow.prev:hover svg {
    transform: translateX(-0.1875rem) scale(1.2);
}
.swiper_box .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: -1.875rem;
    display: flex;
    justify-content: flex-end;
}
.swiper_box .swiper-pagination-bullet{
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: rgb(160, 136, 113);
    border-radius: 50%;
    opacity: 0.3 !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0 0.625rem !important;
}
.swiper_box .swiper-pagination-bullet-active{
    opacity: 1 !important;
}
.bg_white{
    background-color: #fff !important;
}
.bg_primary{
    background-color: #a08871;
}
.text_primary{
    color: #a08871 !important;
}
.text_black{
    color: #000000 !important;
}
.page_heading{
    font-family: "Arial";
    font-size: 2.8125rem;
    font-weight: 400;
    text-transform: uppercase;
    /* Text style for "OTHER NEWS" */
    letter-spacing: 0.5625rem;
}
.news_2{
    padding: 0 0 5.1875rem;
}
.news_2 .grid-container{
    padding-top: 3.625rem;
    position: relative;
}
.news_2 .grid-container:before{
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 0.0625rem;
    top: 0;
    left: 0;
    visibility: unset;
}
.news_2 h4 a{
    color: #231f20;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}
.news_1 .page_heading{
    margin-bottom: 2.5rem;
}
.news_2 .page_heading{
    margin-bottom: 4.375rem;
}
.gallery_list_wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.gallery_list_wrap .item h3{
    position: absolute;
    left: 2.8125rem;
    bottom: 1.5625rem;
    z-index: 9;
    margin: 0;
    font-family: "Arial";
    font-size: 1rem;
    font-weight: 400;
}
.gallery_list_wrap .item {
    position: relative;
    max-height: 18.125rem;
    cursor: pointer;
}
.gallery_list_wrap .item .img_wrap{
    height: 100%;
    width: 100%;
}
.gallery_list_wrap .item .img_wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.gallery_list_wrap .item:nth-child(11n+1){
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    max-height: 37.1875rem;
}
.gallery_list_wrap .item:nth-child(11n+2){
    grid-row-start: 1;
    grid-row-end: 3;
    max-height: 37.1875rem;
}
.gallery_list_wrap .item:nth-child(11n+10){
    grid-column-start: 2;
    grid-column-end: 4;
}
.gallery_list_wrap .item:before{
    z-index: 4;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0) 100%);
}
.banner_gr img {
    display: block;
}
.single_content_wrap,
.single_content_wrap li,
.single_content_wrap p{
    font-size: 1rem;
    font-weight: 400;
}
.single_content_wrap .wp-caption .wp-caption-text{
    font-size: 0.9375rem;
    text-align: center;
}
section.footer_main{
    padding: 5.625rem 0 2.5rem;
}
.logo_footer{
    margin-bottom: 6.25rem;
}
.list_menu_footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.list_menu_footer li > a,
.list_menu_footer .item_title{
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.325rem;
    line-height: normal;
    margin-bottom: 0.75rem;
    display: inline-block;
}
.list_menu_footer ul{
    list-style: none;
    margin: 0;
}
.list_menu_footer .item{
    max-width: 25%;
}
.list_menu_footer li > a{
    font-weight: 300;
    letter-spacing: normal;
    position: relative;
}
ul.social_footer{
    display: flex;
    flex-wrap: wrap;
}
ul.social_footer li{
    margin: 0 0.625rem 0.625rem 0;
}
.footer_bottom_text{
    font-size: 1.1875rem;
    font-weight: 300;
    line-height: 1.4675rem;
    letter-spacing: 0.59375rem;
}
.footer_fast_link ul{
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: center;
}
.footer_fast_link ul li {
    padding: 0.75rem 0;
}
.footer_fast_link ul li > a{
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1rem;

}
.footer_fast_link ul li:not(:last-child) > a{
    border-right: 0.0625rem solid #FFF;
    padding-right: 1.875rem;
    margin-right: 1.875rem;
}
ul.social_footer img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
ul.social_footer img:hover{
    transform: scale(1.2);
}
.contact_2 .cont_wrap a,
.contact_2 .cont_wrap{
    color: #231f20;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
}
.contact_2 .cont_wrap b,
.contact_2 .cont_wrap strong{
    font-weight: 700;
}
.contact_2 .cont_wrap a:hover{
    text-decoration: underline;
}
.contact_2{
    padding: 5.625rem 0 3.75rem;
    background-color: rgba(160, 136, 113, 0.3);
    overflow: unset;
}
.contact_2 h3{
    margin-top: 2.5rem;
    margin-bottom: 2.8125rem;
}
.contact_2 .box_swiper{
    padding-bottom: 3.125rem;
    margin-bottom: 5rem;
    position: relative;
}
.contact_2 .box_swiper:before{
    width: 100%;
    height: 0.125rem;
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%)
}
.contact_form_wrap label{
    color: #231f20;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.3125rem;
}
.contact_form_wrap .grid-50.btn_submit{
    margin-bottom: 0;
    margin-top: 1.823rem;
}
.contact_form_wrap .grid-50{
    margin-bottom: 1.5rem;
}
.contact_form_wrap p{
    margin-bottom: 0;
}
.contact_form_wrap .wpcf7-form-control-wrap:has(select):before{
    position: absolute;
    content: url('../../images/arrow_down.svg');
    right: 1rem;
    top: 65%;
    transform: translateY(-50%);
    pointer-events: none;
}
.contact_form_wrap select{
    cursor: pointer;
}
.contact_form_wrap .select-options{
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #FFF;
    z-index: 2;
    box-shadow: 0 0 0.521rem rgba(102, 102, 102, 0.2);
    margin: 0;
    list-style: none;
}
.contact_form_wrap .select-options > li{
    border-bottom: 0.052rem solid #FFF;
    padding: 0.521rem 1.198rem;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-size: 0.9375rem;
    line-height: 1.354rem;

    color: #333333;
}
.contact_form_wrap .select-options > li.active,
.contact_form_wrap .select-options > li:hover{
    background-color: #a08871;
    color: #FFF
}
.contact_form_wrap .select-styled{
    display: flex;
    align-items: center;
    padding-left: 1.042rem;
    cursor: pointer;
}
.contact_form_wrap select,
.contact_form_wrap .select-styled,
.contact_form_wrap input:not([type="submit"]){
    width: 100%;
    background-color: transparent;
    border: 0.052rem solid black;
    height: 2.448rem;
}
.contact_form_wrap .grid-50:nth-child(odd){
    padding-left: 1.875rem;
}
.contact_form_wrap .grid-50:nth-child(even){
    padding-right: 1.875rem;
}
.contact_form_wrap input[type="submit"]{
    border-radius: 1.5625rem;
    padding: 0.1875rem 4.375rem;
    background-color: #a08871;
    text-transform: uppercase;
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: 0.278125rem;
    float: right;
    border: 0.0625rem solid #a08871;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.contact_form_wrap input[type="submit"]:hover{
    background-color: transparent;
    color: #a08871;
}
.page_heading_big{
    font-size: 5.8125rem;
    font-weight: 400;
    letter-spacing: 1.125rem;
    text-transform: uppercase;
    font-family: "Arial";
}
.contact_1 h1{
    padding: 4.375rem 0;
}
.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 0.8125rem;
}
.wpcf7 form .wpcf7-response-output{
    border-color: #dc3232 !important;
    color: #dc3232 !important;
    border-radius: 0.625rem;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450 !important;
    color: #46b450 !important;
}
section.gallery{
    padding-bottom: 1.5rem;
}
section.gallery h1{
    margin: 0;
    padding: 7.1875rem 0 5rem;
}
#gallery_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#gallery_popup.show{
    z-index: 9999999;
    pointer-events: unset;
    opacity: 1;
}
#gallery_popup .bg_close{
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#gallery_popup.show .bg_close{
    height: 100%;
}
#gallery_popup .swiper.gallery_swiper{
    position: absolute;
    max-width: 75rem;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
#gallery_popup .swiper-slide{
    text-align: center;
}
#gallery_popup .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.9375rem;
    background-color: rgba(218, 218, 218, 0.8);
    z-index: 10;
    border-radius: 0.625rem;
    display: flex;
    cursor: pointer;
}
#gallery_popup .swiper-arrow.next{
    right: 5%;
}
#gallery_popup .swiper-arrow.prev{
    left:  5%;
}
#gallery_popup .swiper-arrow svg{
    transition: 0.3s ease-in-out;
}
#gallery_popup .swiper-arrow.next:hover svg{
    transform: translateX(0.3125rem);
}
#gallery_popup .swiper-arrow.prev:hover svg{
    transform: translateX(-0.3125rem);
}
#gallery_popup .btn_close{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0.3125rem;
    background-color: rgba(218, 218, 218, 0.8);
    padding: 0.9375rem;
    display: flex;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#gallery_popup .btn_close *{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#gallery_popup .btn_close:hover{
    background-color: rgba(160, 136, 113, 0.8);
}
#gallery_popup .btn_close:hover path{
    stroke: #FFF;
}
#gallery_popup .btn_close:hover svg{
    transform: scale(1.2);
}
.contact_2 .swiper_arrow{
    top: 45%;
}
.list_menu_footer .item ul:not(.social_footer) a:before{
    width: 0;
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    position: absolute;
    content: '';
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.list_menu_footer .item ul:not(.social_footer) a:hover:before{
    width: 100%;
}
.footer_fast_link ul li > a{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer_fast_link ul li > a:hover{
    font-weight: 700;
}
.content_box
.content_box li,
.content_box p{

}
.bg_dark{
    background-color: rgba(160, 136, 113, 0.25);
}
.concept_detail_1{
    display: flex;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    grid-column-gap: 0.625rem;
}
.concept_detail_1 > div{
    width: 50%;
}
.concept_detail_1 .concept_content{
    padding: 8.5625rem 9.375rem;
}
.concept_detail_1 .concept_info{
    padding: 3.4375rem;
}
.concept_detail_1 .concept_info .info{
    display: flex;
}
.concept_detail_1 .concept_info .info > div{
    width: 50%;
}
.info .left .cont a,
.info .left .cont{
    color: #231f20;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 300;
}
.info .left .cont a:hover{
    color:#a08871;
    text-decoration: underline;
}
.info .left .cont b,
.info .left .cont strong{
    font-weight: 700;
}
.star path{
    stroke: #a08871;
    fill: transparent;
}
.star.fill path{
    fill: #a08871;
}
.info .right .item{
    margin-bottom: 1.25rem;
}
.info .small_title{
    color: #231f20;
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
    font-weight: 700;
}
.concept_detail_1 .map_wrap{
    margin-bottom: 3.75rem;
}
.content_box,
.content_box p,
.content_box li,
.content_box em,
.content_box strong{
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #231f20;
    font-weight: 300;
}
.concept_detail_1 .page_heading{
    margin-bottom: 1.875rem;
}
.concept_detail_1 h2{
    margin-top: 2.5rem;
}
.concept_detail_3{
    padding: 7.5rem 0 6.25rem;
}
.concept_detail_3 .page_heading{
    margin-bottom: 4.375rem;
}
.concept_detail_3 .img_wrap{
    margin-bottom: 1.875rem;
}
.concept_detail_3 h3{
    font-family: "Arial";
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.331875rem;
    text-transform: uppercase;
    letter-spacing: 0.375rem;
}
.news_1 .swiper-slide{
    outline: 0.09375rem dashed rgba(51, 51, 51, 0.2);
    outline-offset: -0.09375rem;
}
.concept_1{
    padding: 11.25rem 0rem;
}
.concept_1 .page_heading_big{
    position: relative;
    padding-bottom: 1.875rem;
    margin-bottom: 5rem;
}
.concept_1 .page_heading_big:before{
    position: absolute;
    content: '';
    width: 11.875rem;
    height: 0.0625rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.concept_2{
    padding: 5.625rem 0;
}
.concept_2 .inner_cont{
    padding: 2.5rem 1.875rem 1.875rem;
    min-height: 30rem;
}
.concept_2 .info{
    display: flex;
}
.concept_2 .info .left{
    width: 70%;
}
.concept_2 .info .right{
    width: 30%;
}
.concept_2 h3.sub_title{
    color: #231f20;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1375rem;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.concept_2 h3.sub_title:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 0.25rem;
    background-image: url('../../images/Path.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon_download{
    margin-top: 2.5rem;
}
.concept_2 .link{
    position: absolute;
    bottom: 1.5rem;
}
.concept_2 .link a{
    font-size: 1rem !important;
}
.menu_1 .content_box h2{
    font-family: "Arial";
    font-size: 2.8125rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5625rem;
    color: #a08871;
    margin-top: 5rem;
}
.menu_1{
    padding-bottom: 3.75rem;
}
.page_heading_big.lower{
    font-size: 4.625rem;
}
.menu_sec{
    padding: 5.625rem 0 3.75rem;
}
.menu_sec .page_heading_big{
    margin-bottom: 1rem;
    font-size: 3.854rem;
}
.menu_sec .page_heading{
    margin-bottom: 1rem;
    font-size: 2.34375rem;
}
.menu_sec .sub_title{
    font-size: 1.771rem;
    font-family: "Arial";
    letter-spacing: 0.425625rem;
    color: #231f20;
    font-weight: 400;
    margin-bottom: 0;
}
.menu_sec .swiper-slide{
}
.menu_sec .menu_list_wrap{
    padding: 3rem 1.875rem;
    border-radius: 1.25rem;
    border: 0.0625rem solid #FFF;
    background-color: #dbdcdd;
    text-align: center;
}
.menu_sec .menu_list_wrap .vi_name{
    font-weight: 500;
    margin-bottom: 0.4375rem;
}
.menu_sec .menu_list_wrap .en_name{
    font-weight: 300;
}
.menu_sec .menu_list_wrap .menu_item:not(:last-child){
    margin-bottom: 1.875rem;
}
.menu_sec .swiper_box{
    margin-bottom: 2.8125rem;
}
.home_4,
.home_1{
    padding: 4.6875rem 0 3.4375rem;
}
.home_1 img{
    width: 100%;
}
.home_2{
    padding: 3.75rem 0;
}
.home_2 .slide_wrap{
    display: flex;
    background-color: #a08871;
}
.home_2 .slide_wrap > div{
    width: 50%;
    box-sizing: border-box;
}
.home_2 .slide_wrap .img img{
    width: 100%;
}
.home_2 .slide_wrap img{
    display: block;
}
.home_2 .slide_wrap .logo{
    margin-bottom: 5rem;
}
.home_2 .slide_wrap .logo img{
    margin: auto;
    min-width: 12.5rem;
}
.home_2 .slide_wrap h3{
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.96875rem;
    letter-spacing: 0.18625rem;
}
.home_2 .slide_wrap .cont{
    padding: 2.5rem 3.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home_3 .grid-container .content_box{
    margin-bottom: 9.375rem;
}
.home_3 .grid-container .content_box *{
    color: #FFF !important;
}
.home_3 .grid-container{
    width: 75rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.home_4 .cont_wrap{
    background-color: #a08871;
    padding: 1.5625rem 2.8125rem 2.5rem;
}
.home_4 img{
    display: block;
    max-height: 23.4375rem;
    object-fit: cover;
}
.home_4 h4{
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.125rem;
    text-transform: uppercase;
    letter-spacing: 0.275rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.contact_2 .swiper_box{
    padding-bottom: 2.5rem;
    margin-bottom: 3.75rem;
}
.contact_2 .swiper_box:before{
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 0.0625rem;
    bottom: 0;
    left: 0;
}.related_post_swiper h3 > a{
     font-size: 1.375rem;
     font-weight: 400;
     line-height: 2.125rem;
     text-transform: uppercase;
     letter-spacing: 0.275rem;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-line-clamp: 2;
     display: -webkit-box;
     -webkit-box-orient: vertical;
 }
.related_post_swiper .cont_wrap{
    background-color: #a08871;
    padding: 1.5625rem 2.8125rem 2.5rem;
}
.related_post_swiper img{
    display: block;
}
.related_post_swiper h4{
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.125rem;
    text-transform: uppercase;
    letter-spacing: 0.275rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
section.single_post{
    padding: 5rem 0
}
section.single_post h1.page_heading{
    text-transform: unset;
}
section.single_post h2.page_heading{
    margin: 1.25rem 0 1.875rem;
}
.tags {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}
.tags ul{
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
}
.tags svg{
    margin-right: 0.9375rem;
}
.tags ul a{
    display: block;
    color: #000000;
    font-size: 1rem;
}
.tags ul a:hover{
    color:#AAA177;
    text-decoration: underline;
}
.news_list_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.25rem 2.5rem;
}
.news_list_wrap h3{
    margin-bottom: 0.5rem;
    margin-top: 0.3125rem;
}
.news_list_wrap h3 a{
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.125rem;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #000000;
}
.tags_1{
    padding: 3.125rem 1.875rem;
}
.tags_2{
    padding-bottom: 2.5rem;
}
.heading_banner .swiper-slide{
    position: relative;
}
.heading_banner .btn_wrap{
    position: absolute;
    bottom: 20%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 1.875rem);
    transition: 0.8s ease-in-out;
}
.heading_banner .swiper-slide-active .btn_wrap{
    opacity: 1;
    transform: translate(-50%, 0);
}
.hover_zoom{
    overflow: hidden;
}
.hover_zoom img{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.hover_zoom:hover img{
    transform: scale(1.2);
}
.hover_underline:hover a{
    text-decoration: underline;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.shine_ani {
    position: relative;
    overflow: hidden;
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    pointer-events: none;
}
.shine_ani:hover:before {
    animation: shine 1s;
}
.wrap:hover .shine_ani:before {
    animation: shine 1s;
}
.menu_mobile{
    display: none;
}

body.page-template-home .grid-container{
    max-width: 62.5rem;
}
body.page-template-home .grid-container.inside-header,
body.page-template-home .grid-container.inside-navigation{
    max-width: 75rem;
}


div#loadpage {
/ pointer-events: none; /
display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    background-size: cover;
    transition: 1s all ease-in-out;
}

div#loadpage .mask {
    background-color: #fff;
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div#loadpage.hidden .mask {
    background-color: transparent;
}

div#loadpage .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #fff;
}

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

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

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

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

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

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

#loadpage.hidden {
    opacity: 0;
    visibility: hidden;
}

div#loadpage.hidden .mask span {
    width: 0;
}

.logo-loadpage svg {
    position: absolute;
    max-width: 250px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.logo-loadpage svg .layer1 path {
    fill-opacity: 0;
    stroke-opacity: 0;
    stroke-width: 1;
    stroke-miterlimit: 10;
}

.logo-loadpage svg #layer3 path,
.logo-loadpage svg rect {
    opacity: 0;
}

.logo-loadpage svg #layer3 path {
    stroke: transparent;
}

.logo-loadpage svg.animate .layer1 path {
    stroke-opacity: 1;
}

.logo-loadpage svg.active .layer1 path {
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    fill-opacity: 1;
    stroke-opacity: 0;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
}

.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: auto;
    height: auto;
}
.logo_center img{
    width: 200px;
    height: auto;
    object-fit: cover;
}
@media only screen and (max-width: 1600px){
    .page_heading_big{
        font-size: 3.75rem;
    }
    .menu_1 .content_box h2,
    .page_heading{
        font-size: 2.5rem;
    }
    .page_heading_big.lower{
        font-size: 3.125rem;
    }
    .menu_sec .sub_title{
        font-size: 1.5rem;
    }
    .contact_1 h1{
        padding: 2.5rem 0;
    }
    .contact_2{
        padding: 3.75rem 0 2.5rem;
    }
    .contact_2 .swiper_box{
        padding-bottom: 1.875rem;
        margin-bottom: 2.5rem;
    }
    .contact_2 h3{
        margin-top: 1.5625rem;
        margin-bottom: 1.875rem;
    }
    section.gallery h1{
        padding: 3.75rem 0 2.5rem;
    }
    .news_2{
        padding-bottom: 3.125rem;
    }
    .news_1{
        padding: 3.125rem 0 4.375rem;
    }
    .menu_1 .content_box h2{
        margin-top: 3.125rem;
    }
    .menu_1{
        padding-bottom: 2.5rem;
    }
    .menu_sec{
        padding: 2.5rem 0 4.375rem;
    }
    .concept_1{
        padding: 8.4375rem 0 4.375rem;
    }
    .concept_1 .page_heading{
        margin-bottom: 3.125rem;
    }
    .concept_2{
        padding: 3.75rem 0;
    }
    section.footer_main{
        padding: 3.75rem 0 1.5625rem;
    }
    .logo_footer{
        margin-bottom: 4.375rem;
    }
    .home_4, .home_1{
        padding: 2.8125rem 0 1.5625rem;
    }
    .home_2{
        padding: 2.5rem 0;
    }
    .home_3 .grid-container .content_box{
        margin-bottom: 6.25rem;
    }
    section.single_post{
        padding: 3.75rem 0;
    }
    .concept_2 .info .left{
        width: 65%;
    }
    .concept_2 .info .right{
        width: 35%;
    }
}
@media only screen and (max-width: 1500px){}
@media only screen and (max-width: 1400px){

    .page_heading_big{
        font-size: 3.4375rem;
    }
    .menu_1 .content_box h2,
    .page_heading{
        font-size: 2.25rem;
    }
    .page_heading_big.lower{
        font-size: 2.875rem;
    }
    .menu_sec .sub_title{
        font-size: 1.375rem;
    }
}
@media only screen and (max-width: 1300px){}
@media only screen and (max-width: 1199px){
    .grid-container{
        max-width: 950px !important
    }
    .main-nav > ul > li > a{
        font-size: 1.0625rem;
    }
    .site-header .header-image{
        width: 3.125rem !important;
    }
    .inside-header{
        padding: 0.625rem 1.25rem;
    }
    header#masthead:before{
        height: 21.875rem;
    }
    .contact_1 h1{
        padding: 1.25rem 0;
        margin: 0;
    }
    .page_heading_big{
        font-size: 2.5rem;
    }
    .menu_1 .content_box h2,
    .page_heading{
        font-size: 2rem;
    }
    .contact_2 h3{
        margin-top: 0.625rem;
        margin-bottom: 0.9375rem;
    }
    .contact_2 .swiper_box{
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .contact_2{
        padding: 2.5rem 0 1.875rem;
    }
    section.gallery h1{
        padding: 2.5rem 0 1.875rem;
    }
    .gallery_list_wrap{
        grid-gap: 0.625rem;
        margin-bottom: 0.625rem;
    }
    #gallery_popup .swiper.gallery_swiper{
        max-width: 59.375rem;
    }
    .news_1{
        padding: 1.875rem 0 3.125rem;
    }
    .news_2 .grid-container {
        padding-top: 2.5rem;
    }
    .news_2 h4 a{
        font-size: 1.125rem;
    }
    .news_2 h4{
        margin-bottom: 0.75rem;
        line-height: normal;
    }
    .news_2{
        padding-bottom: 2.1875rem;
    }tr
    section.single_post{
        padding: 2.5rem 0;
    }
    .menu_1{
        padding-bottom: 1.875rem;
    }
    .content_box br{
        display: none;
    }
    .menu_1 .content_box h2{
        margin: 1.875rem 0 0.9375rem;
    }
    .content_box, .content_box p, .content_box li, .content_box em, .content_box strong{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .page_heading_big.lower{
        font-size: 2.25rem;
        margin-bottom: 0.625rem;
    }
    .menu_sec .sub_title{
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    .menu_sec{
        padding: 1.875rem 0 3.125rem;
    }
    .menu_sec .swiper_box{
        margin-bottom: 1.875rem;
    }
    .menu_sec .menu_list_wrap{
        padding: 3.125rem 1.25rem;
    }
    .concept_1{
        padding: 5rem 0 3.75rem;
    }
    .concept_1 .page_heading{
        margin-bottom: 1.875rem;
        padding-bottom: 1.25rem;
    }
    .concept_2 .inner_cont{
        padding: 1.875rem 0.9375rem 1.25rem;
    }
    .concept_2 .info .left{
        width: 65%;
    }
    .concept_2 .info .right{
        width: 35%;
    }
    .info .left .cont a, .info .left .cont{
        font-size: 1rem;
    }
    .info .small_title{
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
    }
    .home_4, .home_1{
        padding: 1.875rem 0 1.25rem;
    }
    .home_2 .slide_wrap .cont{
        padding: 6.25rem 1.875rem 1.25rem;
    }
    .home_2 .slide_wrap h3{
        font-size: 1.5rem;
    }
    .home_3 .grid-container .content_box{
        margin-bottom: 3.125rem;
    }
    .home_2 .slide_wrap .logo{
        margin-bottom: 2.5rem;
    }
    .concept_detail_1 .concept_content{
        padding: 4rem 2.5rem;
    }
    .concept_detail_1 .concept_info{
        padding: 4rem 2.5rem;
    }
    .concept_detail_1 .map_wrap{
        margin-bottom: 1rem;
    }
    .concept_detail_3{
        padding: 4rem 0 3rem;
    }
    .concept_detail_3 .page_heading {
        margin-bottom: 2.5rem;
    }
    .concept_detail_3 h3{
        letter-spacing: 0.2rem;
    }
    .home_content_wrap h1{
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .home_4 .cont_wrap{
        padding: 1.5625rem 1.8125rem 1.5rem
    }
    .news_list_wrap{
        grid-gap: 1.5rem;
    }
    .concept_detail_3 .img_wrap{
        margin-bottom: 1rem;
    }
    .menu_sec .page_heading{
        font-size: 1.8rem;
    }
    .menu_sec .menu_list_wrap .menu_item:not(:last-child){
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 991px){
    .page_heading_big.lower{
        font-size: 1.875rem;
    }
    #gallery_popup .swiper.gallery_swiper,
    .grid-container{
        max-width: 720px !important;
    }
    .swiper_box .swiper_arrow.prev{
        left: -1.5625rem;
    }
    .swiper_box .swiper_arrow.next{
        right: -1.5625rem;
    }
    .menu_1 .content_box h2,
    .page_heading{
        font-size: 1.625rem;
        letter-spacing: 0.3rem;
    }
    .page_heading_big{
        font-size: 2rem;
    }
    .contact_1 h1{
        padding: 0.9375rem 0
    }
    .contact_2{
        padding: 1.875rem 0 1.25rem;
    }
    .contact_form_wrap input:not([type="submit"]){
        padding: 0.3125rem 0.9375rem;
    }
    .contact_form_wrap .grid-50:nth-child(even){
        padding-right: 0.9375rem;
    }
    .contact_form_wrap .grid-50:nth-child(odd){
        padding-left: 0.9375rem;
    }
    p{
        margin-bottom: 1rem;
    }
    section.footer_main{
        padding: 2.5rem 0 1.25rem;
    }
    .logo_footer{
        margin-bottom: 2.5rem;
    }
    .logo_footer img{
        max-width: 15.625rem;
    }
    .list_menu_footer .item{
        max-width: 50%;
        width: 50%;
        text-align: center;
        margin-bottom: 1.25rem;
        overflow: hidden;
    }
    .list_menu_footer{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 2.5rem;
    }
    .list_menu_footer li > a{
        font-size: 1.125rem;
    }
    ul.social_footer{
        justify-content: center;
    }
    .gallery_list_wrap .item h3{
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.9375rem;
        width: 92%;
        text-align: center;
    }
    #gallery_popup .swiper-arrow.prev{
        left: 3%;
    }
    #gallery_popup .swiper-arrow.next{
        right: 3%;
    }
    section.gallery h1{
        padding: 1.875rem 0 1.25rem
    }
    section.gallery{
        padding-bottom: 0;
    }
    .news_2 .grid-container{
        padding-top: 1.875rem;
    }
    section.single_post{
        padding: 1.875rem 0;
    }
    .related_post_swiper .cont_wrap{
        padding: 1.25rem 1.875rem 1.875rem;
    }
    section.single_post h2.page_heading{
        margin: 0.625rem 0 1.25rem;
    }
    .related_post_swiper img{
        max-height: 25rem;
        object-fit: cover;
    }
    .related_post_swiper h3{
        margin-bottom: 0.625rem;
    }
    .related_post_swiper h3 > a{
        font-size: 1.25rem;
        line-height: 1.5625rem;
    }
    .menu_sec .menu_list_wrap .menu_item{
        margin-bottom: 0.9375rem;
        font-size: 0.9375rem;
    }
    .menu_sec .menu_list_wrap .vi_name{
        margin-bottom: 0;
    }
    .menu_sec{
        padding: 1.25rem 0 2.1875rem;
    }
    .home_2 .slide_wrap .cont{
        padding: 3.125rem 1.25rem 1.875rem;
    }
    .home_2 .slide_wrap .logo img{
        min-width: unset;
    }
    .concept_1{
        padding: 3rem 0 2rem;
    }
    .concept_detail_1{
        flex-wrap: wrap;
    }
    .concept_detail_1 > div{
        width: 100%;
    }
    .concept_detail_1 .concept_content{
        padding-bottom: 0;
        padding-top: 2rem;
    }
    .concept_detail_1 h2{
        margin-top: 2rem;
    }
    .concept_detail_1 .page_heading{
        margin-bottom: 1.25rem;
    }
    .concept_detail_1 .concept_info{
        padding: 2.5rem;
    }
    .concept_detail_3{
        padding: 2.5rem 0 2rem;
    }
    .concept_detail_3 h3{
        font-size: 1.5rem;
    }
    .concept_detail_3 .img_wrap{
        margin-bottom: 1rem;
    }
    .concept_detail_1{
        margin-top: 0;
    }
    .concept_detail_3 .page_heading{
        margin-bottom: 2rem;
    }
    .logo_center img{
        width: 150px !important;
    }
    .home_content_wrap h2{
        font-size: 5.5rem;
        top: -3.25rem;
    }
    .home_content_wrap h1{
        font-size: 1.75rem;
    }
    .news_list_wrap{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tags_1{
        padding: 2rem 1.5rem;
    }
    header#masthead{
        background-color: #fff !important;
        height: 80px;
    }
    header#masthead:before{
        display: none !important;
    }
    div#page{
        margin-top: 80px;
    }
    header#masthead .site-logo{
        transform: translateX(-50%) scale(1) !important;
        position: fixed !important;
        left: 50% !important;
        top: 10px !important;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper{
        display: none;
    }
    .inside-header nav{
        display: none;
    }
    .hamburger .line{
         width: 35px;
         height: 3px;
         background-color: #a08871;
         display: block;
         margin: 8px 0 8px auto;
         -webkit-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
         transition: all 0.3s ease-in-out;
         border-radius: 20px;
     }
    #show_mobile_menu{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        z-index: 99999;
    }
    #show_mobile_menu.active .line:nth-child(2){
        opacity: 0;
    }
    .hamburger .line:nth-child(1){
        width: 28px;
    }
    .hamburger .line:nth-child(3){
        width: 20px;
    }
    #show_mobile_menu.active .line:nth-child(1){
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        -o-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
        width: 35px;
    }
    #show_mobile_menu.active .line:nth-child(3){
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
        width: 35px;
    }
    .hamburger {
        display: block;
        margin-left: 20px;
    }
    .menu_mobile{
        display: block;
        position: fixed;
        height: calc(100vh - 80px);
        width: 50vw;
        top: 80px !important;
        right: 0 !important;
        margin: 0 !important;
        left: unset !important;
        transform: translateX(100%);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        background: rgba(160, 136, 113, 0.95);
        padding: 40px 30px;
    }
    .menu_mobile.active{
        transform: translateX(0);
    }
    .menu_mobile .mobile_menu,
    .menu_mobile .grid-container{
        height: 100%;
        padding: 0;
    }
    .mobile_menu > ul{
        margin: 0;
        list-style: none;
        max-height: 100%;
        overflow-y: auto;
    }
    header#masthead .mobile_menu ul > li.menu-item-empty{
        display: none !important;
    }
    header#masthead .mobile_menu ul > li{
        display: block;
        border-bottom: 1px solid #FFF;
        text-align: center;
        border-radius: 0 !important;
        height: auto;
    }
    header#masthead .mobile_menu ul > li > a{
        padding: 15px !important;
        color: #FFF !important;
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        display: inline-block;
    }
    header#masthead .mobile_menu > ul ul.sub-menu{
        display: none;
        margin: 0;
        width: 100% !important;
        list-style: none;
        border-top: 1px solid #FFF;
        padding: 0 !important;
        background-color: #FFF !important;
    }
    header#masthead .mobile_menu > ul ul.sub-menu > li:last-child{
        border: none !important;
    }
    header#masthead .mobile_menu > ul ul.sub-menu > li{
        border-color: #a08871;
    }
    header#masthead .mobile_menu > ul ul.sub-menu > li > a{
        color: #a08871 !important;
    }
    .news_2 .page_heading{
        margin-bottom: 3rem;
    }
    li.menu-item-has-children{
        position: relative;
    }
    li.menu-item-has-children > span {
        position: absolute;
        top: 30px;
        right: 20px;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 767px) {
    .page_heading_big.lower{
        font-size: 1.5rem;
        letter-spacing: 0.375rem;
    }
    .menu_sec .sub_title{
        font-size: 1.0625rem;
        margin-bottom: 0.3125rem;
        letter-spacing: 0.1875rem;
    }
    #gallery_popup .swiper.gallery_swiper,
    .grid-container{
        max-width: 100%;
    }
    .grid-container{
        max-width: 100% !important;
    }
    .contact_form_wrap .grid-50 {
        padding: 0 0.625rem !important;
    }
    .contact_form_wrap input[type="submit"]{
        font-size: 1.125rem;
    }
    header#masthead:before{
        height: 100%;
    }
    .page_heading_big{
        font-size: 1.5rem;
        letter-spacing: 0.75rem;
    }
    .menu_1 .content_box h2,
    .page_heading{
        letter-spacing: 0.5rem;
        font-size: 1.375rem;
    }
    .list_menu_footer .item_title{
        font-size: 1.25rem;
    }
    .gallery_list_wrap{
        grid-template-columns: 1fr 1fr;
    }
    .gallery_list_wrap .item{
        grid-row-start: unset !important;
        grid-row-end: unset !important;
        grid-column-start: unset !important;
        grid-column-end: unset !important;
    }
    #gallery_popup .btn_close,
    #gallery_popup .swiper-arrow{
        padding: 0.5rem;
    }
    #gallery_popup .swiper-arrow svg{
        transform: unset !important;
    }
    .swiper_box .swiper-pagination-bullet{
        width: 0.625rem;
        height: 0.625rem;
        margin: 0 0.3125rem !important;
    }
    .swiper_box .swiper-pagination{
        justify-content: center;
    }
    section.single_post{
        padding: 1.25rem 0;
    }
    .single_content_wrap, .single_content_wrap li, .single_content_wrap p{
        text-align: justify;
    }
    .icon_download{
        margin-top: 1rem;
    }
    .concept_1 .page_heading_big{
        padding-bottom: 1rem;
    }
    .concept_detail_1 .concept_content{
        padding: 1.5rem 1rem 0 !important;
    }
    .concept_detail_1 .concept_info{
        padding: 1.5rem 1rem 1rem;
    }
    .concept_detail_1 .concept_info .info > .left{
        width: calc(60% - 10px);
        margin-right: 10px;
    }
    .concept_detail_1 .concept_info .info > .right{
        width: 40%;
    }
    .concept_detail_3 .page_heading{
        margin-bottom: 1.5rem;
    }
    .concept_detail_3 h3{
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }
    .concept_2 .info .left{
        width: calc(60% - 10px);
        margin-right: 10px;
    }
    .concept_2 .info .right{
        width: 40%;
    }
    .concept_2 .inner_cont{
        padding: 1rem;
    }
    .concept_2 h2{
        margin-bottom: 0.75rem;
    }
    .concept_2 h3.sub_title{
        font-size: 1rem;
    }
    .logo_center img{
        width: 100px !important;
    }
    body.page-template-homepage section .grid-container{
        margin-left: 10px;
        margin-right: 10px;
    }
    .logo_bottom_wrap > .logo_wrap:not(:last-child){
        margin-right: 1rem;
        padding-right: 1rem
    }
    .home_content_wrap{
        padding: 3rem 1rem 2rem;
    }
    .home_content_wrap br{
        display: none;
    }
    body.page-template-homepage section .grid-container{
        margin-top: -50px;
    }
    .home_3{
        height: 350px;
    }
    .home_3 .bg_img img,
    .home_3 .bg_img{
        height: 100%;
    }
    .home_3 .grid-container .content_box{
        margin-bottom: 1.5rem;
    }
    .news_list_wrap{
        grid-template-columns: 1fr 1fr;
    }
    .news_list_wrap h3 a{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .news_list_wrap  .btn_custom{
        padding: 0.75rem 1rem;
    }
    .menu_mobile{
        width: 100vw;
    }
    header#masthead .site-logo{
        transform: unset !important;
        position: unset !important;
    }
    .has-inline-mobile-toggle .inside-header{
        height: 100%;
    }
    .footer_fast_link ul{
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .footer_fast_link ul li{
        padding: 0.25rem 0;
    }
    .footer_fast_link ul li:not(:last-child) > a{
        padding-right: 0;
        margin-right: 0;
        border: none;
        text-align: center;
        letter-spacing: 0.75rem;
    }
    .home_2 .slide_wrap{
        flex-direction: column-reverse;
        position: relative;
    }
    .home_2 .slide_wrap:before{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        content: '';
        top: 0;
        left: 0;
    }
    .home_2 .slide_wrap > div{
        width: 100%;
    }
    .home_2 .slide_wrap .cont{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .news_2 .page_heading{
        margin-bottom: 1.5rem;
    }
    .info .right .item .stars svg{
        width: 18px;
        height: 18px;
    }
    .concept_2{
        padding: 2.5rem 0;
    }
    .menu_sec .page_heading{
        font-size: 1.5rem;
    }
    .inside-header{
        padding: 0.5rem 1.25rem;
    }
    header#masthead{
        height: 60px;
    }
    .site-header .header-image{
        height: 40px;
    }
    div#page{
        margin-top: 60px;
    }
    .menu_mobile{
        top: 60px !important;
    }
    .concept_2 .link{
        position: relative;
        bottom: 0;
    }
    .logo_bottom_wrap{
        position: unset;
        margin-top: 30px;
        flex-wrap: wrap;
        transform: unset;
        max-width: 100%;
    }
    body.page-template-homepage section{
        flex-direction: column;
        padding-bottom: 2rem;
    }
    .logo_bottom_wrap > .logo_wrap{
        max-width: 100px;
        margin-bottom: 20px;
        padding-right: 1rem !important;
    }

}
@media (min-width: 1280px) {
    body, html {
        font-size: 0.95vw;
    }
}
