:root{
    --main-cl: #1d4842;
    --sub-cl: #AF9967;
    --container-w: 72.917rem;
}
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v144/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

@font-face {
    font-family: 'SH Imogen Agnes';
    src: url('../fonts/SHImogenAgnes.eot');
    src: url('../fonts/SHImogenAgnes.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SHImogenAgnes.woff') format('woff'),
    url('../fonts/SHImogenAgnes.ttf') format('truetype'),
    url('../fonts/SHImogenAgnes.svg#Gotu-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "AisyahDemo";
    src: url("../fonts/AISYAH-DEMO.eot");
    src: url("../fonts/AISYAH-DEMO.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AISYAH-DEMO.otf") format("opentype"),
    url("../fonts/AISYAH-DEMO.svg") format("svg"),
    url("../fonts/AISYAH-DEMO.ttf") format("truetype"),
    url("../fonts/AISYAH-DEMO.woff") format("woff"),
    url("../fonts/AISYAH-DEMO.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
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);
}

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: 1vw;
    }
}
.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: 400px;
    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: #F8EEDE;
    /*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 polygon,
.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: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #333;
    stroke-width: 3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #AF9967;
    stroke-width: 3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-3{
    animation-name: Signature3;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #1D4842;
    stroke-width: 3px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-1{
    fill: #333;
}
.load_home_page.complete .path-2{
    fill: #AF9967;
}
.load_home_page.complete .path-3{
    fill: #1D4842;
}
@keyframes Signature1 {
    to {
        stroke: #333;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #AF9967;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature3 {
    to {
        stroke: #1D4842;
        stroke-dashoffset: 0;
    }
}
.elementor-location-header{
    position: relative;
    z-index: 999;
}
.elementor-nav-menu .sub-arrow{
    display: none !important;
}
.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: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 10vh;
    background-color: #FFF;
    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;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.lang-list{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    border-radius: 3px;
    background-color: #FFF;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.4s;
}
.elementor-icon-list-item:hover .lang-list{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: unset;
}
.lang-list > li{
    display: flex;
}
.lang-list > li > a{
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    padding: 6px 8px;
}
#breadcrumbs > ol{
    display: inline;
    list-style: none;
    padding: 0;
}
#breadcrumbs > ol > li,
#breadcrumbs > ol > li > a,
#breadcrumbs > ol > li span{
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    display: inline;
    font-weight: 700;
}
#breadcrumbs > ol > li a:hover > span{
    color: var(--main-cl);
}
#breadcrumbs > ol > li > span{
    font-weight: 400;
}
#breadcrumbs > ol > li+li:before{
    content: '/';
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    position: relative;
}
.elementor-44 .elementor-element.elementor-element-d415656 img{
    filter: brightness(0) invert(1);
}
.elementor-element-063a629 .elementor-icon-list-item img{
    width: 12px;
    height: auto;
    min-width: 12px;
}
.nk-custom-block{
    display: flex;
    flex-wrap: wrap;
}
.nk-custom-block .block-right,
.nk-custom-block .block-left{
    padding: 0 15px;
}
.nk-custom-block .block-left{
    width: 25%;
}
.nk-custom-block .block-left > ul{
    background-color: var(--main-cl);
    position: sticky;
    top: 140px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nk-custom-block .block-left > ul > li > a{
    padding: 0 25px;
    display: block;
    color: #FFF;
    transition: all 0.4s;
}
.nk-custom-block .block-left > ul > li > a > span{
    display: block;
    padding: 20px 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    position: relative;
}
.nk-custom-block .block-left > ul > li > a > span:before{
    position: absolute;
    left: -25px;
    width: 4px;
    background-color: #c1956a;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s;
    height: 0;
}
.nk-custom-block .block-left > ul > li:hover > a > span:before,
.nk-custom-block .block-left > ul > li.current-menu-item > a > span:before{
    height: calc(100% - 40px);
}
.nk-custom-block .block-left > ul > li:hover > a,
.nk-custom-block .block-left > ul > li.current-menu-item > a{
    color: var(--sub-cl);
}
.nk-custom-block .block-left > ul > li+li > a > span{
    border-top: 1px solid rgba(175, 153, 103, 0.3);
}
.nk-custom-block .block-right {
    width: 75%;
}
.p-top-160 {
    padding-top: 160px;
}

.p-bottom-160 {
    padding-bottom: 160px;
}

.p-top-140 {
    padding-top: 140px;
}

.p-bottom-140 {
    padding-bottom: 140px;
}

.p-top-120 {
    padding-top: 120px;
}

.p-bottom-120 {
    padding-bottom: 120px;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-bottom-80 {
    padding-bottom: 80px;
}

.p-top-70 {
    padding-top: 70px;
}

.p-bottom-70 {
    padding-bottom: 70px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-bottom-50 {
    padding-bottom: 50px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-bottom-40 {
    padding-bottom: 40px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-top-20 {
    padding-top: 20px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-bottom-10 {
    padding-bottom: 10px;
}

.m-top-160 {
    margin-top: 160px;
}

.m-top-120 {
    margin-top: 120px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m-bottom-160 {
    margin-bottom: 160px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-top-0 {
    margin-top: 0px;
}

.m-bottom-0 {
    margin-bottom: 0px;
}

.m-left-0 {
    margin-left: 0px;
}

.m-right-0 {
    margin-right: 0px;
}
.box_hotline {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.box_hotline h3 {
    color: #203429;
    font-family: "Gotu";
    font-size: 16px;
    margin: 0;
}

.box_hotline .box_img {
    margin-right: 15px;
}

.box_hotline a {
    text-decoration: none;
    color: #203429;
    font-family: "Gotu";
    font-size: 28px;
}

.sp_sec1 .slider{
    margin: 0 -15px;
}
.sp_sec1 .slider .item {
    padding: 0 15px;
}

.sp_sec1 .slider .item .box_img {
    width: 100%;
    display: inline-block;
    border-radius: 50px 0;
    overflow: hidden;
    position: relative;
}

.sp_sec1 .slider .item .box_img:before {
    background-color: rgba(32, 52, 41, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: .5s all;
}

.sp_sec1 .slider .item .box_img:after {
    background-image: url(../images/button_add.png);
    width: 59px;
    height: 59px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    opacity: 0;
    transition: .5s all;
}

.sp_sec1 .slider .item .box_img img {
    width: 100%;
    height: auto;
}

.sp_sec1 .slider .item:hover .box_img:after,
.sp_sec1 .slider .item:hover .box_img:before {
    opacity: 1;
}

.sp_sec1 * {
    text-decoration: none !important;
}

.sp_sec1 .slider .item .box_img {
    margin-bottom: 20px;
}

.sp_sec1 .slider .item h3 {
    color: #203429;
    font-family: "Inter";
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.prev.outside {
    left: -65px;
}

.next.outside {
    right: -65px;
}
.sp_sec1 .prev.outside {
    left: -45px;
}

.sp_sec1 .next.outside {
    right: -45px;
}

.sp_sec1 .similar_content {
    padding-right: 50px;
}

.qa_page {
    padding: 140px 0 130px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.qa_page .similar_special_text {
    top: -50px;
    left: calc(100% - -10px);
}

.qa_page .content_inner {
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 50px 50px 40px 50px;
}

.qa_page .content_inner h2 {
    color: #333333;
    font-family: "Gotu";
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.qa_page .content_inner .similar_content {
    margin-bottom: 35px;
}

.qa_page .content_inner input:not(.wpcf7-submit),
.qa_page .content_inner textarea {
    height: 44px;
    border-radius: 22px;
    border: 1px solid #d7d7d7;
    background-color: #ffffff;
    width: 100%;
}

.qa_page .content_inner textarea {
    height: 146px;
    border-radius: 22px;
}

.qa_page .content_inner input:not(.wpcf7-submit)::placeholder,
.qa_page .content_inner textarea:not(.wpcf7-submit)::placeholder {
    opacity: 0.8;
    color: #333333;
    font-size: 13px;
}

.qa_page .content_inner .similar_button {
    position: relative;
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.qa_page .content_inner .similar_button input.wpcf7-submit {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.similar_special_text {
    font-family: "AisyahDemo";
    color: #c1956a;
    /* line-height: 1.8; */
    line-height: normal;
    position: absolute;
    top: 30px;
    left: calc(100% - 55px);
    z-index: -1;
    width: max-content;
    font-size: 80px;
}

.similar_special_text.special_top {
    top: -100px;
}

.similar_special_text.special_left {
    left: 0;
}

.similar_special_text.special_center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.similar_title {
    z-index: 2;
    position: relative;
    font-family: "Gotu";
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
    width: max-content;
    max-width: 100%;
}

.similar_title.text-center {
    width: 100%;
}

.similar_title.text-right {
    margin-left: auto;
}

.similar_subtitle {
    font-size: 28px;
    color: #9b7a5c;
    line-height: 45px;
    margin-bottom: 0;
}

.button-dark {
    color: #203429;
}

.button-dark a {
    color: #203429;
}

.similar_button {
    margin-top: 55px;
    font-family: "Gotu";
}

.similar_button a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 46px;
}

.sp_sec1 .similar_special_text{
    top: -40px;
    left: calc(100% - 70px);
}

.section_name {
    position: absolute;
    top: 100px;
    font-size: 20px;
    left: 5%;
    color: #c1956a;
    text-transform: uppercase;
    font-family: "Inter";
    width: 25px;
    height: 300px;
}

.section_name::before {
    content: '';
    display: block;
    width: 1px;
    height: 73px;
    background-color: #c1956a;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section_name div {
    position: absolute;
    transform: rotate(-90deg);
    white-space: nowrap;
    text-align: right;
    top: 180px;
    width: 200px;
    height: 25px;
    left: -90px;
}
.relative{
    position: relative;
}
.arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    z-index: 50;
}
.arrow.style2.slick-arrow {
    border-color: #c1956a;
    color: #c1956a;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 17px;
}

.arrow.style2.slick-arrow:hover {
    background-color: #c1956a;
    color: #fff;
}
.sp_sec1 .prev.outside {
    left: -45px;
}
.sp_sec1 .next.outside {
    right: -45px;
}
.arrow.slick-arrow .material-icons {
    line-height: inherit;
    font-size: inherit;
}
.qa_page .box_left {
    /*width: calc(66.6667% - 60px);*/
    padding-right: 50px;
    display: inline-block;
    /*float: left;*/
}
.qa_page .box_left .list_qa .item h3{
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    transition: .3s;
    color: #333333;
    font-family: "Inter";
    font-size: 16px;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: #ffffff;
    font-weight: normal;
    padding: 25px ;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.qa_page .box_left .list_qa .item.active h3{
    margin-bottom: 30px;
    background-color: #203429;
    color: #f7f3ed;
    transition: .3s;
}
.qa_page .box_left .list_qa .item h3.gradient_border_radius:after{
    background: linear-gradient(-76deg, #ffffff 0%, #ffffff 100%);
    transition: .3s;
}
.qa_page .box_left .list_qa .item.active h3{
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.02);
    transition: .3s;
    position: relative;
}
.qa_page .box_left .list_qa .item.active h3:after {
    background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
    transition: .3s;
}
.gradient_border_radius:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(-76deg, #16747a 0%, #efdc25 100%);
    border-radius: calc(5 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}
.qa_page .box_left .list_qa .item .content{
    color: #666666;
    margin-bottom: 0px;
    padding: 0 30px;
    text-align: justify;
    max-height: 0px;
    overflow: hidden;
    transition: .3s;
}
.qa_page .box_left .list_qa .item.active .content{
    max-height: 1000px;
    transition: .3s;
    margin-bottom: 40px;

}

.qa_page .box_right .content{
    color: #666666;
    margin-bottom: 30px;
}
.qa_page .wpcf7-form .row > .col-md-12+.col-md-12{
    margin-top: 15px;
}
.qa_page .wpcf7-form .row > .col-md-12 input[type='submit']:hover{
    border-color: var(--sub-cl);
}
.about1 {
    overflow: hidden;
    background-color: #f7f3ed;
}

.about1::before {
    width: 769px;
    height: 886px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/texture_cuisine.png') center no-repeat;
    background-size: 100%;
}

.about1::after {
    width: 700px;
    height: 700px;
    content: '';
    display: block;
    position: absolute;
    bottom: -148px;
    left: -350px;
    background: url('../images/texture_logo.png') center no-repeat;
    background-size: contain;
    background-size: 100%;
}

.p-left-1col {
    padding-left: calc(100% / 12);
}

.p-right-1col {
    padding-right: calc(100% / 12);
}

.img-100 img {
    width: 100%;
}

.tourist_places-popup {
    display: none;
}

.item-tourist_place a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #203429;
    height: 0;
    padding-bottom: 73%;
    outline: none;
}

.item-tourist_place a::after {
    position: absolute;
    z-index: 15;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #fff;
    content: 'arrow_forward';
    font-family: "Material Icons";
    font-size: 16px;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: .2s all ease-in-out;
}

.item-tourist_place a:hover::after {
    opacity: 1;
}

.item-tourist_place a::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    transition: .2s all ease-in-out;
}

.item-tourist_place a:hover::before {
    height: 0;
}

.item-tourist_place a img {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: .2s all ease-in-out;
}

.item-tourist_place a h4 {
    position: absolute;
    z-index: 12;
    bottom: 25px;
    left: 30px;
    right: 30px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 18px;
}

.item-tourist_place a:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}

.tourist_places.slick-slider .col-md-4 {
    flex-basis: 100%;
    max-width: 100%;
}

.tourist_place-content.fancybox-content {
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tourist_place-content::before {
    content: '';
    display: block;
    width: 182px;
    height: 171px;
    pointer-events: none;
    background: url('../images/texture_close_popup.png') center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.tourist_place-content.fancybox-content .container {
    max-width: 950px;
}

.tourist_place-content .col-md-6 {
    padding: 0;
}

.tourist_place-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tourist_place-content .content {
    padding: 100px 55px 60px;
    color: #333333;
}

.tourist_place-content h4 {
    font-family: Gotu;
    font-size: 45px;
    margin-bottom: 25px;
}

.fancybox-slide--html .fancybox-close-small:hover {
    background: transparent;
}

.about3 {
    background-color: #f7f3ed;
    background-image: url('../images/texture_partner.png');
    background-position: center;
    background-repeat: no-repeat;
}

.partners {
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.partners img {
    width: auto !important;
}
#about-page .container,
#contact-page .container{
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.icon-arrow-left {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
}
.icon-arrow-right {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
}
.posts-page *{
    box-sizing: border-box;
}
.c-news-list .b-grid .b-grid__img{
    overflow: hidden;
}
.post-nav ul{
    display: flex;
    margin: 0 -1px;
    background-color: #FFF;
    list-style: none;
    padding-left: 0;
}
.post-nav ul > li{
    padding: 0;
    width: 100%;
}
.post-nav ul > li > a{
    display: block;
    text-decoration: none;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    padding: 32px 60px 60px;
    letter-spacing: 3px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #c8c8c8;
    position: relative;
    overflow: hidden;
}
.post-nav ul > li:hover > a,
.post-nav ul > li.current-menu-item > a{
    color: #616161;
}
.post-nav ul > li.current-menu-item > a:before{
    content: "";
    width: 12px;
    height: 12px;
    background: #f2a900;
    margin-left: -6px;
    left: 50%;
    top: -4px;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
}
.featured-post{
    position: relative;
}
.featured-post .featured-img{
    position: relative;
    padding-bottom: 45%;
}
.featured-post .featured-img:before{
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.featured-post .featured-img > img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}
.featured-post .featured-title{
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    top: 4%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
}
.featured-post .featured-link{
    bottom: 18%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #FFF;
    filter: brightness(0) invert(1);
    text-transform: uppercase;
}
.featured-post .featured-link i{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
html body div .title-special{
    text-align: center;
    letter-spacing: 7px;
    font-size: 72px;
    padding: 30px 0 40px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 3;
    line-height: 1.2;
}
html body div .title-special > span{
    font-weight: normal;
    font-family: "SH Imogen Agnes", sans-serif;
    color: #e5e5e5;
    font-size: 380%;
    margin-left: -8%;
    text-transform: initial;
    position: relative;
    z-index: -1;
}
.posts-page .posts-list{
    position: relative;
    z-index: 4;
}
.receive-newsletter{
    padding-bottom: 100px;
    background-color: #fff;
    margin-left: -1px;
    margin-right: -1px;
}
.receive-newsletter .title-special > span{
    margin-left: 0;
}
.receive-newsletter .newsletter-des{
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
.posts .c-view-more{
    background-color: #fff;
    margin-left: -1px;
    margin-right: -1px;
    padding: 40px 0;
}

.posts .c-view-more > div{
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-decoration: none;
    color: #717171;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}
.receive-newsletter .wpcf7-response-output{
    width: max-content;
    margin-top: 1em !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.receive-newsletter .newsletter-form{
    display: flex;
    width: 480px;
    max-width: 100%;
    margin: -120px auto 15px;
    border: 2px solid #ddd;
    position: relative;
    z-index: 4;
}
.receive-newsletter .newsletter-form span.wpcf7-form-control-wrap{
    flex-grow: 1;
    display: block;
}
.receive-newsletter .newsletter-form input[type='email']{
    padding: 6px 12px;
    border: none;
    font-size: 14px;
    height: 36px;
}
.receive-newsletter .newsletter-form .wpcf7-not-valid-tip,
.receive-newsletter .newsletter-form .wpcf7-spinner{
    display: none !important;
}
.receive-newsletter .newsletter-form input[type='submit']{
    font-size: 0;
    width: 60px;
    background-color: transparent;
    background-image: url("../images/arrow-right.png");
    background-size: 34px 11px;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
}
.b-grid .b-grid__row {
    margin-bottom: 20px;
}
.elementor-element-8b674a4 .elementor-swiper-button-prev,
.elementor-element-8b674a4 .elementor-swiper-button-next{
   top: 43% !important;
}
#popups-service-form{
    background-color: #F6F4F2;
    display: none;
}
.elementor-988703 .elementor-element.elementor-element-f5793f5 .elementor-heading-title{
    font-family: var(--e-global-typography-vamtam_h1-font-family), Sans-serif;
    font-size: var(--e-global-typography-vamtam_h1-font-size);
    font-weight: var(--e-global-typography-vamtam_h1-font-weight);
    line-height: var(--e-global-typography-vamtam_h1-line-height);
}
#popups-service-form .wpcf7 form .wpcf7-response-output{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#popups-service-form .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
#popups-service-form .wpcf7-not-valid-tip{
    font-size: 12px;
}
#popups-service-form textarea{
    height: 96px;
}

#popups-service-form .wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
#popups-service-form .wpcf7 form.failed .wpcf7-response-output,
#popups-service-form .wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
#popups-service-form .wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
}
a.glink+a.glink {
    margin-left: .4rem;
}

.wrap_filter_room .booking-form #dateButton:before {
  display: none;
}
.wrap_filter_room .booking-form #dateButton {
  padding-left: 0;
}
.tt-ezcloud-loading:before {
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid #ffffff;      /* màu nền */
  border-top: 4px solid #446763;  /* màu quay */
  border-radius: 50%;
  animation: tt-ezcloud-loading-spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999999999;
}

.tt-ezcloud-loading:after {
  content: "";
  position: fixed;
  background: #a8a8a854;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.logged-in span.select2-dropdown {
  margin-top: 1.7rem;
}
.fancybox-content#popup_thanh_cong .fancybox-button.fancybox-close-small {
  display: none;
}
@keyframes tt-ezcloud-loading-spin {
  to {
    transform: rotate(360deg);
  }
}
.select2-container {
    min-width: 9rem;
}
.home .similar_content p {
    font-family: "Inter";
    font-size: 18px;
    color: rgb(48, 55, 62);
    line-height: 1.56;
    font-weight: 400;
}
body.home .wrap_filter_room.show {
    position: fixed;
    top: 5rem;
    width: 100%;
}
.page-template-list-room .wrap_filter_room.show {
    top: 5rem;
}
/*body.home {*/
/*    overflow-x: clip;*/
/*}*/

/*body.home .wrap_filter_room {*/
/*    top: 93px;*/
/*}*/
@media only screen and (max-width: 1600px) {
    .posts-page,
    .post-details{
        width: 100%;
        margin-left: 0;
    }
    html body div .title-special{
        font-size: 52px;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page svg {
        width: 320px;
    }
    html body div .heading-size{
        font-size: 40px;
    }
    .receive-newsletter .newsletter-form{
        margin-top: -100px;
    }
    .post-nav ul > li > a{
        padding: 24px 30px 40px;
    }
    .elementor-988703 .elementor-element.elementor-element-6393545{
        display: none !important;
    }
    .elementor-988703 .elementor-element.elementor-element-483664e{
        width: 40%;
    }
    .elementor-988703 .elementor-element.elementor-element-1362581{
        margin: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .c-news-grid ul li{
        padding-left: 0 !important;
    }
    .c-news-grid ul li:nth-child(odd){
        border-left: none;
    }
    html body div .title-special{
        font-size: 42px;
    }
    .b-grid .b-grid__row {
        margin-bottom: 10px;
    }
    .post-nav ul > li > a{
        padding: 24px 24px 32px;
        font-size: 14px;
    }
    .elementor-206 .elementor-element.elementor-element-f85ec66,
    .elementor-206 .elementor-element.elementor-element-16a8030{
        display: none !important;
    }
    .bdt-prime-slider-skin-locate .bdt-slideshow-item{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .similar_content{
        font-size: 16px;
        line-height: 1.4;
    }
    .nk-custom-block .block-left{
        width: 33%;
    }
    .nk-custom-block .block-right{
        width: 67%;
    }
    .elementor-element-805d0dd{
        margin-bottom: 20px !important;
    }
    .elementor-988703 .elementor-element.elementor-element-29d85f0,
    .elementor-988703 .elementor-element.elementor-element-483664e{
        width: 100%;
    }
    .elementor-988703 .elementor-element.elementor-element-29d85f0 > .elementor-element-populated{
        padding-left: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .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;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    html body div .heading-size{
        font-size: 36px;
    }
    html body div .title-special{
        font-size: 24px;
    }
    .b-grid .b-grid__row {
        margin-bottom: 5px;
    }
    .c-news-list .b-grid .b-grid__row.b-grid__desc{
        max-height: 105px;
        overflow: hidden;
    }
    .receive-newsletter .newsletter-form{
        margin-top: -60px;
    }
    .receive-newsletter{
        padding-bottom: 40px;
    }
    .receive-newsletter .newsletter-form{
        margin-top: -60px;
    }
    .receive-newsletter{
        padding-bottom: 40px;
    }
    .posts .c-view-more{
        padding-bottom: 0;
    }
    .elementor-44 .elementor-element.elementor-element-dfbebc7 .elementor-menu-toggle path{
        fill: #FFF;
    }
    .elementor-44 .elementor-element.elementor-element-15fe042 .elementor-widget-image a{
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .elementor-44 .elementor-element.elementor-element-15fe042 img{
        filter: brightness(0) invert(1);
        height: 45px;
        width: auto;
    }
    .elementor-44 .elementor-element.elementor-element-17024d6{
        top: 2px;
    }
    .elementor-44 .elementor-element.elementor-element-86875cc{
        top: 6px;
    }
    .elementor-44 .elementor-element.elementor-element-86875cc .elementor-icon-list-item path{
        fill: #FFF;
    }
    .elementor-44 .elementor-element.elementor-element-86875cc .elementor-icon-list-item .elementor-icon-list-text{
        color: #FFF;
    }
    .elementor-987657 .elementor-element.elementor-element-7b02628 > .elementor-widget-container .bdt-slideshow-items{
        min-height: 360px !important;
    }
    .elementor-206 .elementor-element.elementor-element-cdaad7d .elementor-heading-title{
        text-align: center !important;
    }
    .similar_content{
        font-size: 15px;
    }
    .elementor-988588 .elementor-element.elementor-element-fc3ec7a{
        width: 100% !important;
    }
    .elementor-kit-43{
        font-size: 16px;
    }
    .post-details{
        margin: 0 20px;
        padding: 0;
        width: calc(100% - 40px);
    }
    .nk-custom-block .block-left,
    .nk-custom-block .block-right{
        width: 100%;
        padding: 0 !important;
    }
    .nk-custom-block .block-left{
        margin-bottom: 25px;
    }
    .qa_page .box_left .list_qa .item h3{
        padding: 15px;
    }
    .post-nav ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .post-nav ul > li{
        width: 50%;
    }
    .post-nav ul > li > a{
        padding: 12px;
    }
    .elementor-element-c1ecea0 .jet-listing-grid__items>.jet-listing-grid__item .elementor-image-box-wrapper{
        text-align: center !important;
    }
    .elementor-988281 .elementor-element.elementor-element-493b515{
        width: 100%;
    }
    .elementor-988281 .elementor-element.elementor-element-0a5be1c{
        padding-left: 20px;
        padding-right: 20px;
    }
    .elementor-element-568283e .jet-listing-grid__slider-icon.slick-arrow{
        left: -12px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .elementor-element-568283e .jet-listing-grid__slider-icon.slick-arrow.next-arrow{
        right: -12px;
        left: unset;
    }
    #popups-service-form{
        padding: 20px;
    }
    html body div .elementor-988325 .elementor-element .elementor-element-aa4de33{
        height: auto !important;
    }
    .elementor-988703 .elementor-element.elementor-element-29d85f0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{
        padding-top: 0;
    }
    .home .similar_content p {
        font-size: 15px;
    }
    body.home .wrap_filter_room{
        top: 0;
    }
    body:not(.page-template-list-room) section.has_ae_slider.elementor-section.elementor-top-section.elementor-element.elementor-element-dfbebc7.elementor-section-full_width.elementor-section-content-middle.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.ae-bg-gallery-type-default {
        position: fixed;
        width: 100%;
        background: #1d4842 !important;
        z-index: 999;
        top: 0;
    }
    body:not(.page-template-list-room) {
        padding-top: 65px;
    }

}