@charset "utf-8";

@font-face {
    font-family: "Aptima";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/UTM-Aptima.ttf");
}
@font-face {
    font-family: "Aptima";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/UTM-AptimaItalic.ttf");
}

@font-face {
    font-family: "Aptima";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/UTM-AptimaBold.ttf");
}
@font-face {
    font-family: "Aptima";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/UTM-AptimaBoldItalic.ttf");
}

@font-face {
    font-family: "TrajanPro";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/TrajanPro3Regular.otf");
}
@font-face {
    font-family: "TrajanPro";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/TrajanPro3SemiBold.otf");
}
@font-face {
    font-family: "TrajanPro";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/TrajanPro3Bold.otf");
}

@font-face {
    font-family: "FzJHWMonoline";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/Fz-JHW-Monoline-Signature.ttf");
}

/*
18
55
35
15
68
32
24
14
*/
:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: linear-gradient(163deg, rgba(158,128,83,1) 0%, rgba(196,171,124,1) 30%, rgba(214,191,144,1) 54%, rgba(192,166,119,1) 80%, rgba(158,128,83,1) 100%);
  --d-textg: radial-gradient(108.15% 5708.45% at 100% 100%, #FFEAA2 0%, #DEB05E 22.4%, #FCE3A3 48.96%, #FFECA7 75.52%, #DEB05E 96.87%);
  --d-padding: 5.46875vw;
  --d-padding-xl: 6.5vw;
 -d-padding:  var(--bs-gutter-x,.75rem); 
  
  --fz-68: 45px;
  --fz-55: 36px;
  --fz-50: 32px;
  --fz-35: 18px;
  --fz-32: 18px;
  --fz-24: 16px;
  --fz-18: 14px;
  --fz-15: 12px;
  --fz-14: 10px;
  --iz-1: 36px;
  --iz-2: 40px;

  --bs-border-radius: 0.75rem;

}

@media (min-width:1200px) {
   :root {
        --fz-68: 3.125vw;
        --fz-55: 2.864583333333333vw;
        --fz-50: 2.604166666666667vw;
        --fz-35: 1.822916666666667vw;
        --fz-32: 1.666666666666667vw;
        --fz-30: 1.5625vw;
        --fz-24: 1.25vw;
        --fz-18: 16px;
        --fz-15: 14px;
        --fz-14: 12px;

        --d-gutter: 30px; 
        --iz-1: 2.34375vw;
        --iz-2: 3.125vw;
        --d-padding: 2.604166666666667vw;    
        --bs-border-radius: 1.5rem;  
    }
}
@media (min-width:1601px) {
    :root {
        --d-gutter: 50px; 
        --d-padding: 2.604166666666667vw;      
        --fz-18: 0.9375vw;
        --fz-15: 0.78125vw;
        --fz-14: 0.7291666666666667vw;
    }
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #EBE0CF;
} 
html::-webkit-scrollbar-thumb {
    background-color: #B7B7B7;
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: #B7B7B7; 
    scrollbar-face-color: #B7B7B7;
    scrollbar-3dlight-color: #B7B7B7; 
    scrollbar-highlight-color: #B7B7B7;
    scrollbar-track-color: #EBE0CF; 
    scrollbar-arrow-color: #B7B7B7;
    scrollbar-shadow-color: #B7B7B7;
    scrollbar-dark-shadow-color: #B7B7B7;
}
/*FOR FF*/
html{
     scrollbar-color: #B7B7B7 #EBE0CF;
    scrollbar-width: 8px;
}

body { font-family: 'Aptima', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-18); line-height: 1.33;  font-weight: 400; color: #1a1a1a;
    background: #fff url('../images/bg.jpg') repeat-y; background-size: 100% auto;

}
.font-1{
    font-family: 'Aptima', sans-serif;
    font-weight: 400;
}
.font-2{
    font-family: 'TrajanPro', sans-serif;    
}
.font-3{
    font-family: 'FzJHWMonoline', sans-serif;    
}
.color-1{
    color: #9e8053;
}

/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Aptima', sans-serif;  margin: 0 auto 15px; font-weight: 700; line-height: 1.4; }
h1 { font-size: var(--fz-60); }
h2,h1.sm { font-size: var(--fz-45); }
h2.lg,h3.xxl{ font-size: var(--fz-40);}
h3,h2.md { font-size: var(--fz-35); }
h4,h2.sm,h3.md { font-size: var(--fz-30); margin-bottom: 15px; }
h5,h4.md,h3.sm { font-size: var(--fz-18); margin-bottom: 15px; }
h6 { font-size: var(--fz-18); margin-bottom: 10px; }
p { /*font-size: 15px;
margin-bottom: 20px;*/ }
a {transition: var(--d-transition);  text-decoration: none; color: #000; }
a:hover, a:focus { text-decoration: none; outline: none; color: #d6ae7a; }
ul, ol { margin: 0 auto 20px; }
ul li, ol li { margin: 0 auto 10px; }
blockquote { background: #f5f5f5; }
*:focus,button:focus {
  outline: none;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }
.text-shadow{
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }

.gutter-30 {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-30 > [class*='col-'] { 
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.gutter-50 {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-50 > [class*='col-'] { 
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (min-width:1200px)  
{
    .gutter-30 { margin-left: calc(-1 * 30px); margin-right: calc(-1 * 30px); }
    .gutter-30 > [class*='col-'] { padding-right: calc(1 * 30px); padding-left: calc(1 * 30px); }

    .gutter-50 { margin-left: calc(-1 * 50px); margin-right: calc(-1 * 50px); }
    .gutter-50 > [class*='col-'] { padding-right: calc(1 * 50px); padding-left: calc(1 * 50px); }
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
.point-none{pointer-events: none;}
.blur{filter:blur(10px)}
.rounded{

}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 1em auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; /* Image does not overflow the content area */ text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 13px; margin: 0; padding: 5px 5px 0px; }

/*End core*/
.editor-content img { max-width: 100%; height: auto; }
.editor-content img.media-object { max-width: none; }
.editor-content h2, .editor-content h3, .editor-content h4 { font-weight: 700; color: #fff; }
.editor-content h4 { font-size: 16px; }
.editor-content h3 { font-size: 18px; }
.editor-content h2 { font-size: 20px; color: #fff;}

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 0px; background: #e2d9b9; border: 0px;  font-size: var(--fz-16);margin: auto; padding: 10px 35px; transition: var(--d-transition);
    text-decoration: none; font-weight: 400;
}
.btn.btn-icon{padding-left: 60px;}
.btn.btn-primary,
.btn.btn-default{
    background: #e2d9b9; font-size: var(--fz-18); text-transform: uppercase; font-weight: 400;
    color: #1a1a1a; text-transform: uppercase; border: solid 1px #e2d9b9;
    border-radius: 50px;
}
.btn.btn-primary{border-color: #e2d9b9; color: #1a1a1a;}
.btn.btn-primary:hover{background: transparent; border-color: #2d2d2d; color: #000000;}
.btn.btn-default{background: transparent; border-color: #2d2d2d; color: #000000; position: relative;
    padding-left: 45px;
}
.btn.btn-default:hover{ background: #e2d9b9; color: #1a1a1a; border-color: #e2d9b9;}

.btn.btn-primary.md{padding: 10px 35px 8px;}

.btn .fa { font-size: 22px; margin-right: 5px; vertical-align: text-top; }
.btn.btn-lg { font-size: 24px; line-height: 30px; padding: 22px 50px; }
.btn.btn-sm { font-size: 16px; padding: 8px 25px; }
.btn:hover, .btn:focus { color: #9e8053; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: 17px; color: #9e8053; }
.btn.btn-outline { background: none; color: #9e8053; border: #9e8053 solid 1px; border-radius: 50px; padding: 8px 30px; font-weight: 400; position: relative;}
.btn.btn-outline i{margin-left: 10px;}
.btn.btn-outline:hover { background: #9e8053; color: #fff; }
.btn-transparent { background: transparent; border: solid 1px #9e8053; color: #9e8053; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}

.btn.btn-gradient{position: relative;
    background: #e2d9b9;
    border-radius: 30px;
    color: #1b1b1b;
    padding: 15px 35px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 1px #e2d9b9;
}
.btn.btn-gradient{
    position: relative;
    z-index: 1;
}

.btn.btn-gradient:hover,
.btn.btn-gradient:focus{
    color: #1a1a1a;
    background: #e5c573;
    border-color: #e5c573;
}



/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 3; }
.div_zindex > * { position: relative; z-index: 1; }
.dark-overlay { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.color-overlay { background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
/*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: var(--fz-18); position: relative; }
.form-group.has-error .help-block{color: #d6ae7a; padding-left: var(--fz-24);}
.form-group-captcha{ font-size: 0.7em;opacity: 0.5; color: #fff;}
.form-group-captcha a{color: #fff;}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control { background: transparent; border: 0 none; border-radius: 0px;  box-shadow: none; color: #fff; font-size: 16px; height: 40px; line-height: 30px; padding: 0 15px; }
textarea.form-control { padding: 0px 15px; min-height:90px; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none;  background: transparent; border-color: #8dba3f; outline: none; color: #fff; }
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: pointer; font-family: fontawesome; font-size: 15px; padding: 12px 0; pointer-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: pointer; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }
/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #9e8053; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #333; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #9e8053; }
.panel-heading:hover .panel-title a { border-color: #9e8053; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/

section { position: relative; font-size: var(--fz-18); }
[data-scroll-direction=horizontal] section[data-scroll-section]{white-space: normal;}
.section-title,
.editor-content h2{
    font-size: var(--fz-68); line-height: 1.3em; color: #2d2d2d; font-weight: 600; position: relative;
    padding-top: 4px;
     margin-bottom: var(--fz-18); 
     font-family: 'TrajanPro';
}
.section-title em,
.editor-content h2 em{ font-style: italic;
    font-family: 'FzJHWMonoline';
    font-size: var(--fz-68); 
    text-transform: none;
    color: #dbc679;
    display: inline-block;
    font-weight: 400;
}
.section-title span{
    font-weight: 400;
}
.section-title strong{
    font-weight: 700;
}
.section-title small{
    font-size: var(--fz-32); 
    display: inline-block;
    vertical-align: text-top;
    font-weight: 400;
}
.line{position: relative;}

.text-g{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-justify{text-align:justify;}


.section-title.xl{font-size: var(--fz-55);}
.section-title.xl span{font-size: var(--fz-32);}
.section-title.xl em{font-size: var(--fz-55); }
.section-title.sm{font-size: var(--fz-35);  margin-bottom: var(--fz-24);}
.section-title.sm  em{font-size: var(--fz-35);}
.section-title.lg{font-size: var(--fz-50);}


.section-sub-title{font-size: var(--fz-35); margin-bottom: 15px;}
.section-title{  text-transform: uppercase;}

.section-title.left{text-align: left; padding-left: var(--d-padding-xl);}
.section-title.left em{margin-left: calc(-1 * var(--d-padding-xl));}


.section-description p:last-child{margin-bottom: 0;}
.secondary-bg { background: #9e8053; color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}
section.dark{color: #fff;}
section.dark .section-title{color: #fff;}
section.dark .btn-default{color: #fff; border-color: #fff;}

.d-bg2.left{background-position: left top;}

.ellips{  text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;    overflow: hidden;}

.primary-bg { background: var(--d-gradient); color: #fff; }
.primary-bg .section-title{color: #fff;}
.primary-bg .form-control {border-bottom:solid 1px #fff;
    color: #fff; padding: 0;
}
.primary-bg  .btn.btn-outline{border-color: #fff; color: #fff;}

.gray_bg { background: rgba(226, 225, 223, 1); }
.gray_bg_2 { background: #f5f5f5; }
.green-bg{background: rgba(220, 238, 224, 0.5)}
.section-padding { padding: calc(var(--fz-50) * 2 ) 0; }
.section-padding-lg { padding: calc(var(--fz-50) * 1.2 ) 0; }
.section-padding-sm { padding: calc(var(--fz-50) * 1 ) 0; }
.section-padding-top{padding-top: calc(var(--fz-50) * 2 );}

.disable-fullpage #fullpage section:first-child .section-padding-top{padding-top: 100px;}
.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: 32px; font-weight: 400; }
.section-header p { color: #777; font-size: 17px; margin: 22px auto 0; }

.section-bg{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}

.section-cover, .cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.icon-logo-lb,
.icon-logo-rb{position: relative;}
.secondary-color{color: #9e8053;}
.primary-color{color: #9e8053;}
.secondary-color .section-title.line-bottom:after{background: #9e8053;}
.mbtt .page-nav.masterplan-nav ul li:nth-child(1){
	display: none;
}
.fancybox-container .fancybox-bg{background: rgba(44,44,44,1);}
.fancybox-container .fancybox-button{background: rgba(44,44,44,1);}
.fancybox-container .fancybox-navigation button{color: #9e8053; background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px; height: 30px;
    padding: 0px;
    margin: 0px 15px;
}
.fancybox-container .fancybox-navigation button:before{background: transparent}
.fancybox-container .fancybox-navigation button svg{display: none;}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left{
    background-image: url('../images/arrow-prev-white.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right{
    background-image: url('../images/arrow-next-white.svg');
}
@media (max-width:991px) {
    .fancybox-container .fancybox-navigation button{width: 12px; height: 26px;}
}



.fancybox-container .fancybox-caption-wrap .fancybox-caption{color: #9e8053; }
.fancybox-container .fancybox-caption-wrap strong{margin-left: 5px;}

.fancybox-container.popupmap .fancybox-content .btn{
    position: absolute;
    bottom: 20px;left: 50%;
    transform: translateX(-50%);
        white-space: nowrap;
}

.p-left{padding-left: var(--d-padding-xl);}
.p-left-sm{padding-left: var(--d-padding);}
.p-right{padding-right: var(--d-padding-xl);}
.p-right-sm{padding-right: var(--d-padding);}
.p-both{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
.p-both-sm{padding-left: var(--d-padding); padding-right: var(--d-padding);}

.m-left{margin-left: var(--d-padding-xl);}
.m-right{margin-right: var(--d-padding-xl);}
.m-both{margin-left: var(--d-padding-xl); margin-right: var(--d-padding-xl);}

.m-left-sm{margin-left: var(--d-padding);}
.m-right-sm{margin-right: var(--d-padding);}
.m-both-sm{margin-left: var(--d-padding); margin-right: var(--d-padding);}
.grecaptcha-badge { visibility: hidden; }


.tab-content {margin-top: 0px; padding: 0px;}
.nicescroll-rails{
        
}
.nicescroll-rails .nicescroll-cursors{}

.zoom-in{display: block;}
.zoom-in img{-webkit-transform: scale(1); transform: scale(1);-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.zoom-in:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.item-thumb{display: block;}
.item-thumb.animation{ overflow: hidden;position: relative;display: block;}
/*.item-thumb.animation:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}*/
.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*.item:hover .item-thumb.animation:after {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(158, 128, 83, 0.3) ;
    box-shadow: inset 0px 0px 0px 5px rgba(158, 128, 83, 0.3) ;
}*/
.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 282 / 282);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.item-thumb.popup{
    position: relative;
}
.item-thumb.popup:before{
    content: "";
    width: var(--iz-2);
    height: var(--iz-2);
    border-radius: 50%;
    background:#e2d9b9 url('../images/icon-plus.svg') no-repeat center center;
    background-size: auto 50%;
    position: absolute;
    top: 15%;
    right: 15%;
    z-index: 2;
    opacity: 0;
    transition: var(--d-transition);
}
.item-thumb.popup:hover:before{
    opacity: 1;
}

.rectangle-bottom{
    position: relative;
}
.rectangle-bottom:after{
    content: '';
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #F3F8F4 69.73%, rgba(255, 255, 255, 0) 100%); /*F3F8F4*/
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(65%);
    pointer-events: none;

}


/*--------------------------------------------
1.10. parallex-background
---------------------------------------------------*/
.parallex-bg { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
/*------------------------
1.11. Modal
--------------------------------*/
.modal-header{background: #333333; color: #fff;}
.modal-header h4{color: #fff;}
.modal-header .close{color: #fff; opacity: 1;}
.modal-header .close:hover{opacity: 0.7;}
.modal-content{border-radius: 0px; background: rgba(255,255,255,1);}
.bootbox  .bootbox-body{color: #333333;}
.bootbox.modal .close{position: absolute; margin: 0px !important; right: -15px; top: -15px; border-radius: 50%; width: 30px; height: 30px;
        font-size: 26px; line-height: 0.8;
    background: #9e8053; color: #fff; border: 0;
}
.bootbox.modal .close:hover{ background: #9e8053;}

/*loading-overlay*/
.page-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f3ef;
    background-image: url('../images/bg-loading.jpg');
    background-size: cover;
    background-position: center center;
}
.page-loading svg {
    max-width: 40%;
    display: block;
    width: 100%;
}
.page-loading svg path {
    opacity: 0;
}
@media(max-width:767px){
   .page-loading svg {
        max-width: 70%;
    } 
}


.loading-overlay{
    position: fixed;   width: 100%;   height: calc(var(--vh, 1vh) * 100 );   left: 0;   top: 0;   
    overflow: hidden;   z-index: 99999999;
    background: #efebe5;
}


.loading-overlay svg,
.loading-overlay .overlay-logo{width: 25vw; height: auto;}
.loading-overlay video{
    position: absolute;
    top: 0;right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;object-fit: cover;
    z-index: 2;
}

.loading-overlay .overlay-content-wrapper{
    position: absolute; 
    left: 50%; top: 40%; 
    transform: translate(-50%,-50%); z-index: 2;
}
.loading-overlay .overlay-content-wrapper .overlay-image{
    width: 32.70833333333333vw;
}

.loading-overlay .overlay-content-wrapper .overlay-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.loading-overlay .overlay-logo{
    width: 17.70833333333333vw;
    margin-bottom: var(--fz-60);
}
.loading-overlay .overlay-logo object{width: 100%; height: auto;}

.loading-overlay .overlay-content-wrapper .overlay-image{
    transition: var(--d-transition);
    opacity: 0;
    transform: scale(0.5);
}
.loading-overlay.step0 .overlay-content-wrapper .overlay-image{
    transform: scale(1);
    opacity: 1;

}
.loading-overlay.step1 .overlay-content-wrapper .overlay-image{
    transform: scale(0.5);
    opacity: 0;
    transition-duration: 0.8s;

}
.loading-overlay .overlay-content-wrapper .overlay-content{
    opacity: 0;
    transform:  translate(-50%,-50%) scale(0.5);
}
.loading-overlay.step1 .overlay-content-wrapper .overlay-content{
    transition: var(--d-transition);
    transition-duration: 0.8s;
    opacity: 1;
    transform:  translate(-50%,-50%) scale(1);
}


body:not(.ready){overflow: hidden !important;}
body.ready .loading-overlay{ transform: translateY(0);  transition:  var(--d-transition);  opacity: 1;}
body.ready .loading-overlay svg, body.ready .loading-overlay .overlay-logo{}
body.done .loading-overlay{
  transition:  var(--d-transition);
  pointer-events: none;  transform: translateY(-100%); 
  transition-duration: 1s;  opacity: 0;
}
body.done .loading-overlay:before,
body.done .loading-overlay:after{height: 0px;}

body.done .loading-overlay svg,
body.done .loading-overlay .overlay-logo,
body.done .loading-overlay .bg,
body.done .loading-overlay .content{/*opacity: 0;*/}




@media (max-width:767px) {
  .loading-overlay svg,
  .loading-overlay .overlay-logo{ width: 200px; max-width: 50vw; height: auto;
   
  }
}



/*Stick*/
.fixed-video{
    position: fixed; left: 5px;
    bottom: 5px;
    width: 90px;
    height: 90px;   
    background: #202020;
    border: solid 4px #b39f84;
    border-radius: 50%;
    z-index: 10;
}
.fixed-video img{position: absolute;
    left: 0px; top: 0px;
    width: calc(100% );
    height: calc(100% );
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.7;
}
.fixed-video:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    height: 40%;
    background: url('../images/icon-play.svg') no-repeat center center;
    background-size: contain;
    transform: translate(-50%,-50%);
    z-index: 2;
    pointer-events: none;
}

.fixed-register{
    position: fixed; right: 0px;
    bottom: 0px;
    width: auto; 
    
    z-index: 10;
}
.fixed-register .btn{height: 38px;
    border-radius: 19px 0px 0px 0px;
    background: var(--d-gradient);
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 55px;
    padding-right: 10px;
        position: relative;
        color: #fff;
}
.fixed-register .btn i{
    width: 40px;
    height: 34px;
    position: absolute;
    left: 3px;
    top: 2px;
     border-radius: 17px 17px 17px 0px;
     background: #dbc679 url('../images/icon-register.svg') no-repeat center center;
     background-size: 42% auto;
}
.fixed-register .btn:hover{
    background: #dbc679;
}
.fixed-register .btn:hover i{background-color: #9e8053;}
.fixed-social{position: fixed; right: 5px; bottom: 50px;    z-index: 9;}
.fixed-social .social{
    display: flex;
    flex-direction: column;
}
.fixed-social .social a{margin-top: 5px; margin-right: 0}

@media (min-width:1200px) {
    .fixed-video{
        width: 6.25vw;
        height: 6.25vw;  
        border: solid 8px #b39f84;
        left: 10px;
        bottom: 10px; 
    }
}

.fixed-btn{position: fixed; right: 15px; z-index: 6; opacity: 0; transition: var(--d-transition); transform: translateY(100px); }
.fixed-btn.show{transform: translateY(0px); opacity:1 }
.fixed-btn.center{top: 50%; transform: translateY(-50%);}
.fixed-btn.top{top: 40px;}
.fixed-btn.bottom{bottom: 20px;}
.fixed-btn.left{left: var(--d-gutter); right: auto;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn a{display: block; margin: 15px 0px; text-align: center; font-size:  20px;}
.fixed-btn .svg,
.fixed-btn svg{max-width: 100px; height: auto;     position: relative;z-index: 3;
        animation: Ringing-call 1s infinite ease-in-out;
}
.fixed-btn.bottom a:last-child{margin-bottom: 0px;}
.fixed-btn.fixed-social-btn{flex-direction: row;}
.fixed-btn.fixed-social-btn a{color: #fff; margin: 0px 0px; margin-right: 15px;}
.fixed-btn.fixed-social-btn a:hover{color: #FACD57;}

.fixed-btn.fixed-action-btn a{width: 42px; height: 42px; background: #12878A;
    border-radius: 50%; margin: 5px 0px; padding: 26% 26%; color: #DEB05E;
    display: inline-flex; position: relative; 
    justify-content: center;
}
.fixed-btn.fixed-action-btn a:before{
    content: '';
    position: absolute; z-index: 2;
    width: 100%; height: 100%; left: 0px; top: 0px;
    border: 1px solid #FCE3A3; border-radius: 50%;
}
.fixed-btn.fixed-action-btn a.zalo:before{border: 0}
.fixed-btn.fixed-action-btn a:hover{color: #fff;}
.fixed-btn.fixed-action-btn a span{
    transform: translateX(10px);
    opacity: 0;
    transition: var(--d-transition);
    color: #fff;
    position: absolute; height: 100%; top: 0px;
    right: 21px;
    white-space: nowrap;
    padding: 6px 56px 4px 20px;
    background: #12878A;
    border-radius: 20px;
    pointer-events: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-flex; align-items: center;


}
.fixed-btn.fixed-action-btn a:hover span{
    transform: translateX(0);
    opacity: 1;
}
.fixed-btn .icongt{
    width: 3.541666666666667vw;
    min-width: 45px;
    height: auto;
}


.svg-ani svg path{
   fill: none !important;
   stroke: currentColor;
}
.fixed-social-btn{display: flex; margin-bottom: 0px; }
.fixed-social-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    margin-right: 10px;
}
.fixed-social-btn a i{width: 32px; height: 32px; color: #fff; border-radius: 50%;border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-social-btn a i.fa-cube{border: 0; font-size: 18px;}
.fixed-social-btn a span{font-size: 1rem; color: #fff; text-transform: uppercase; margin-left: 3px;}
.fixed-social-btn a.btn-360{border-right: solid 1px #fff; margin-right: 20px; padding-right: 20px;}
.fixed-social-btn a.zalo{
    /*animation: iconbounce 3s infinite;*/
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 3;
    bottom: 5px;
    right: 0px;
}
.fixed-social-btn a.zalo .icon-circle{
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
    animation-name: zoomIn_zalo;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fixed-social-btn a.zalo .icon-circle-fill{
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
    animation-name: pulse_zalo;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fixed-social-btn a.zalo span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: static;
    margin: 0;
    opacity: 1;
    padding: 0;
    transform: none;
}
@keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulse_zalo {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.fixed-btn.bottom .copyright{font-size: 15px;}

.fixed-scroll-downs{position: fixed; transform: translateY(-50%); top: 50%;
     color: #fff; text-transform: uppercase;
    right: 15px;
}
@media(max-width:1199px){
    .fixed-scroll-downs{
        display: none;
    }

}



/*================
2. Header
===========================*/

#header { background: transparent; 
    width: 100%; transition-duration: 0.3s;  z-index: 22; 
    padding: var(--fz-18) var(--fz-18);
    transform: translateY(-100%); 
   
    position: fixed; 
    top: 0;
    left: 0;
}
#fullpage{/*margin-top: -65px;*/}
#header .header-bottom{
     visibility: hidden;
}
#header .header-bottom.show {visibility: visible;}

.navbar-header { position: relative; z-index: 1; }
#header .navbar {padding-left: 0px; padding-right: 0px;align-items: flex-start;    padding: 0;}
#header .navbar-brand { 
    margin: 0px 0; transition-duration: 0.3s;  
    width:  4.895833333333333vw; min-width: 50px;
    height: auto; padding: 0px;
    margin-left: var(--d-padding); top: 0;
}

#header .navbar-brand object{pointer-events: none; max-width: 100%; height: auto; display: block;}
.disable-fullpage #header.sticky{
    background: #fff;
    padding: 10px var(--fz-18) 10px;
}
.disable-fullpage #header.sticky .navbar-brand{width: 64px; }


body.scroll-down #header,
body.menu-open #header{transform: translateY(0);}

@media (min-width: 1201px){
    #header .navbar-brand{ } 
    #header .navbar{align-items: flex-start;}   
}

#navigation { padding: 0px; position: relative; text-align: right;}


.header-bottom{}

.header-bottom .navbar{/*padding-top: 30px;*/}

#header .header-right {display: flex;align-items: center;
    right: var(--d-padding);color: #fff;
    margin-left:auto;
    background: #fff;
    border-radius: 35px;
    padding: 5px 15px;
    padding-right: 5px;
    line-height: 1em;
}

#header .header-right .menu{list-style: none; padding: 0; margin: 0; display: flex;}
#header .header-right .menu li{margin: 0}
#header .header-right .menu li a{
    padding: 13px 15px 11px; display: inline-block;
    font-size: var(--fz-15);
    text-transform: uppercase;
    font-weight: 600;
}
#header .header-right .language,
#header .header-right .booking{margin-left: 15px;}
#header .header-right .booking a{padding: 10px 20px 8px 30px;
    display: flex;
    align-items: center;
    font-size: var(--fz-15);
     font-weight: 600;
}
#header .header-right .booking a i{margin-left: 0.8em;     font-size: 1.5em;}

#header .header-right .social{
    display: flex;
    align-items: center;
}
.social a{
    width: var(--iz-1);
    height: var(--iz-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin: 0px 5px;
    background: #e2d9b9;
    border-radius: 50%;
    color: #2d2d2d;
}
.social a:hover{

}
.social a:hover{
   

}
.social a.btn-facebook:hover{color: #4267B2}
.social a.btn-youtube:hover{color: #FF0000}
.social a.btn-zalo:hover svg path{fill: #2196f3;}

#header .header-right > a.hotline{margin-left: 15px;}
#header .header-right > a.hotline i{
    margin-right: 0.5rem;
    animation: phonering 1s infinite ease-in-out;
}



#header:not(.is-alternate) { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }


.header-bottom .navbar-toggler{text-transform: uppercase; font-weight: 400;
      position: relative;  margin-left: 15px;
     height: 36px; width: 45px;
}
.header-bottom .navbar-toggler.btn-gradient:before{
    left: 3px;
    right: 3px;
    top: 1px;
    bottom: 2px;
}
.header-bottom .navbar-toggler:focus{outline: none;box-shadow: none;}



#header .navbar-toggler-icon {
    background: transparent; 
    position: absolute; left: 50%; top: 50%; transform:  translateX(-50%) translateY(-50%);
    width: 20px;
    height: 12px;
    cursor: pointer;
    /* margin-bottom: 5px; */
    transition: 0.3s ease all;
   
}
#header .navbar-toggler-icon > span {

    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #2d2d2d;
    position: absolute;
    transition: 0.3s ease all;
}

#header .navbar-toggler-icon > span:nth-of-type(1) {
  
     width: 70%;
    top: 0;
    left: 0%;
}
#header .navbar-toggler-icon > span:nth-of-type(2) {

    width: 85%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#header .navbar-toggler-icon > span:nth-of-type(3) {
    width: 100%;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
#header .navbar-toggler-icon:hover > span {
    width: 100%;
    transition: 0.3s ease all;
}
body.menu-open #header .header-right .dropdown-language{}
body.menu-open #header .header-right .dropdown-language > a{}
body.menu-open .header-bottom .navbar-toggler{color: #fff;}
body.menu-open #header .navbar-toggler .navbar-toggler-icon {
    margin: 0;
    width: 20px;
    height: 20px;
    transform: rotate(180deg) translateX(50%) translateY(50%);
    transition: 0.3s ease all;
    opacity: 1;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span {
    width: 100%;
    height: 2px;
    background-color: #9e8053;
    transition: 0.3s ease all;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(2) {
    opacity: 0;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-content {flex-direction: column; align-items: center;}


.swiper:not(.swiper-default) .slide-control{position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);    z-index: 2;
        display: flex;     align-items: center;
}
.swiper:not(.swiper-default) .slide-control .swiper-button-prev,
.swiper:not(.swiper-default) .slide-control .swiper-button-next,
.swiper:not(.swiper-default) .slide-control .swiper-pagination{position: static;}
.swiper .slide-control .swiper-pagination{display: flex;margin: 0px 6px; width: auto; position: static;}
.slide-control .swiper-pagination .swiper-pagination-bullet{
    background: #5C5C5C;
    width: 12px;
    height: 12px;
}
.slide-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #9e8053;
}

.swiper.swiper-default .slide-control{
        display: flex;
    align-items: center;
    justify-content: center;
}
.swiper.swiper-default .slide-control .swiper-button-prev,
.swiper.swiper-default .slide-control .swiper-button-next{left: auto; right:auto; top:auto}
.slide-control .swiper-button-next, .slide-control .swiper-button-prev{
    width: var(--iz-2); 
    height:  var(--iz-2);
    flex: 0 0 var(--iz-2);   margin: 0px; border: solid 1px #3d3c3a; border-radius: 50%; margin: 0px 7px;
    transition: var(--d-transition);
    position: relative;
    background: transparent;
}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{display: none;}

.slide-control .swiper-button-next:before,
.slide-control .swiper-button-prev:before{
    content: '';
    position: absolute;
    left: 2px;top: 2px;right: 2px; bottom: 2px;
    background-color: transparent;
    background-size:  auto 25%; background-repeat: no-repeat; background-position: center center;
    border-radius: 50%; 

}

.slide-control .swiper-button-prev:before{background-image: url('../images/arrow-prev.svg');}
.slide-control .swiper-button-next:before{background-image: url('../images/arrow-next.svg');}
.slide-control .swiper-button-next:hover:before{
    background-color: #dbc679;
   background-image: url('../images/arrow-next-white.svg');
}
.slide-control .swiper-button-prev:hover:before{
    background-color: #dbc679;
    background-image: url('../images/arrow-prev-white.svg');
}





.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 13px;height: 13px;  margin: 0px 6px;
    border-radius: 50%; opacity: 1; border: solid 1px #9e8053; background: transparent;
}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #9e8053;}

.post-slide-cate.swiper{padding-bottom: 10px;}
.post-list .swiper .swiper-pagination{    position: absolute; bottom: 0; margin: 0px;    justify-content: center;}
.post-list .swiper .slide-control{transform: none; bottom: 0px;}
.swiper-pagination-bullets-dynamic{}

.swiper.swiper-default{}
.swiper.swiper-control-top .slide-control {justify-content: flex-end; padding-bottom: 40px;}
.swiper.swiper-control-top .slide-control .swiper-button-next{margin-right: 0}


.section-anchor{
    position: absolute;
    left: var(--d-padding);
    top: 0;
    padding: 0px 15px 0px 30px;
    font-size: 14px;
    color: #2d2d2d;
    text-transform: uppercase;
    border:solid 1px #c7c7c7;
    border-radius: 20px;
    height: 28px;
    display: inline-flex;
    align-items: center;

}
.section-anchor:before{
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url('../images/icon-logo.svg') no-repeat center center;
    background-size: contain;
}

.section-home-banner .section-content-wrapper{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: var(--fz-30) calc(var(--d-padding) * 1.5) var(--fz-88);
    background: url('../images/bg-banner-content.svg') no-repeat left bottom;
    background-size: contain;
    color: #fff;
}
.section-home-banner .section-content-wrapper .section-title{color: #fff;}
.section-home-banner .section-content-wrapper .section-title em{
    line-height: 1;
    transform: translateY(-90%);
    display: inline-block;
    color: #fff;
}
.section-home-banner .swiper.swiper-default .slide-control{
    position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: 3;
    border-radius: 30px;
    border:solid 1px rgba(255,255,255,0.5);
    color: #fff;
}
.section-home-banner .slide-control .swiper-button-next, 
.section-home-banner .slide-control .swiper-button-prev{
    border:0;

}
.section-home-banner  .slide-control .swiper-button-next:before{
        background-image: url(../images/arrow-next-white.svg);
         background-color: transparent;
}
.section-home-banner  .slide-control .swiper-button-prev:before{
        background-image: url(../images/arrow-prev-white.svg);
         background-color: transparent;
}
.section-home-banner .swiper .slide-control .swiper-pagination{
    margin: 0;
}

.page-menu{
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--d-gradient);
    padding-top: 3px;
    height: 38px;
}
.page-menu ul{
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
    list-style: none;
    background: #fff;
}
.page-menu ul li{
    margin: 0px 8px;
}
.page-menu ul li a{
    color: #787878; 
    font-size: var(--fz-14);
    text-transform: uppercase;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    position: relative;
    font-weight: 600;
    height: 35px;
}
.page-menu ul li a:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/icon-menu-active.svg') no-repeat center center;
    background-size: contain;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;


}
.page-menu ul li:hover a,
.page-menu ul li.active a{color: #dbc679}
.page-menu ul li.active a:before{opacity: 1;}

html[data-scroll-direction=horizontal] [data-scroll-container]{
       display: inline-flex;
}
.section-bg,
.section-bg .inner{position: absolute;
    left: 5%;
    bottom: 0;
    width: 95%;
    height: 100%;
    transition: var(--d-transition);
     transition-delay: 0.5s;
}

.section-dark,
.section-dark .section-title{color: #fff;}



.section-introduction .bg{
    position: absolute;
    width: 28.125vw;
    height: 31.19791666666667vw;
    background: url('../images/bg-about.png') no-repeat center center;
    background-size: contain;
    right: 25.98958333333333vw;
    bottom: -10.41666666666667vw;
}
.section-introduction .section-title{
    padding-left: var(--fz-50);
}
.section-introduction .section-title em{
    padding-left: calc(var(--fz-50) * 1.5 );
    line-height: 1em;    
    display: inline-block;
    transform: translateY(-0.5em);
}
.section-introduction .section-content-wrapper{
    padding-top: var(--fz-50);

}
.section-introduction .section-content{display: flex; 
    margin-top: 12.625vw; 
    padding-right:calc(2.2 * var(--d-padding)) ;
}
.section-introduction .section-content .item-thumb{
    flex: 0 0 15.625vw;
    width: 15.625vw;
    padding-top: calc(15.625vw * 324 / 300);
    margin-right: calc(15.625vw / 2);
}
.section-introduction .section-image{position: relative;}
.section-introduction .section-image:before{
    content: '';
    width: var(--iz-2);
    height: var(--iz-2);
    border-radius: 50%;
    background:#e2d9b9 url('../images/arrow-down.svg') no-repeat center center;
    background-size: auto 50%;
    position: absolute;
    left: 0px;
    bottom: 10%;
    transform: translateX(-50%);
}



.section-room .section-title{padding-left: calc(var(--fz-50) * 2.5 );
    padding-bottom: calc(var(--fz-50) * 1.5 );
}
.section-room .section-title em{padding-left: calc(var(--fz-50) * 1.5 );transform: translateY(-0.5em);}
.section-room .section-title small{padding-left: calc(var(--fz-50) * 3.7 );}
.section-room .items{}
.section-room  .slide-control{    margin-top: 40px;}
.section-room .items .item{
    background: #fff;
    border-radius: var(--bs-border-radius); overflow: hidden;
}
.section-room .items .item .title{
    margin: 0; padding: var(--fz-24) var(--fz-35); 
    font-weight: 600;
    font-size: var(--fz-24);
}
.section-room .items .item .title span{
    display: block;
    color: #e5c573;
    font-size: var(--fz-18);
}
.section-room .items .item .item-thumb{padding-top: calc(100% * 640 / 600);}
.section-room .items .col-lg-8 .item .item-thumb{padding-top: calc(100% * 640 / 1230);}
.section-room .items .item{
   
}
.room-slide .swiper-slide{height: auto;}
.room-slide .swiper-slide .item{

}
@media(min-width:1200px){
    .section-room .room-slide .item{
         height: 100%;
    }
    .section-room .items .item{
        margin-bottom: 0;
       
    }
    .section-room .section-item-top .items .col-lg-4:nth-child(3n + 2) .item{margin-top: calc(var(--fz-50) * 2.44 )}
    .section-room .section-item-top .items .col-lg-4:nth-child(3n + 3) .item{margin-top: calc(var(--fz-50) * 4.88 )}

    .section-room .section-item-bottom .items .col-lg-8 .item{margin-top: calc(var(--fz-50) * 2.44 )}    
}
.section-room .section-item-bottom .bg{
    position: absolute;
    width: 19.32291666666667vw;
    height: 31.40625vw;
    background: url('../images/bg-icon-2.png') no-repeat center center;
    background-size: contain;
    left: calc(var(--d-padding) * -1);
    top: calc(var(--fz-50) * 2 );
    transform: translateY(-45%);
}
.section-room .section-item-bottom .section-content{
    width: 27.34375vw;
    min-width: 300px;
    margin-left: auto;
}

.section-tour{
    padding: 0px 10px;
}
.section-tour .section-tour-inner{
    padding: 40px 30px;
    background: #e6e0cd;
    border-radius: var(--bs-border-radius);
}
.section-tour .section-info{
    width: 40%;
    min-width: 300px;
    margin-left: 52%;
}

.tour-slide .slide-control{margin-top: 40px;}
.tour-slide .item{
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}
.tour-slide .item .item-thumb{
    padding-top: calc(100%);
}
.tour-slide .item .title{
    position: absolute;
    bottom: 5px; left: 5px; right: 5px;
    background: #fff;
    border-bottom-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    padding: 10px 15px;
    text-align: center;
    font-weight: 600;
    font-size: var(--fz-18);
    margin: 0;
}
.section-experience .bg{
    position: absolute;
    width: 11.61458333333333vw;
    height: 22.76041666666667vw;
    background: url('../images/bg-3.png') no-repeat center center;
    background-size: contain;
    right: -30px;
    top: 45%;
    transform: translateY(-50%);
}
.section-experience .section-title em{color: #d7ae7b}
.section-experience .section-title span{
    display: block;
    margin-top: -0.4em;
    font-weight: 600;
}
.section-experience .item:first-child{

}
.section-experience .item{margin-bottom: calc(2 * var(--fz-50));}
@media(min-width:1200px){
    .section-tour .section-tour-inner{margin-bottom:12.5vw; }
    .section-experience .item:last-child{margin-bottom: -12.5vw;}    
    .section-experience .section-title span{
        padding-left: var(--fz-50);
    }
}

.section-experience .item .thumb-link{
    font-size: var(--fz-24);
    font-weight: 600;
    position: absolute;
    right: 60px;
    bottom: 20px;
    display: flex;
    color: #fff;
    align-items: center;
    margin-top: 1em;
}
.section-experience .item .thumb-link:before{
    content: '';
   flex: 0 0 var(--iz-1);
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    background:#e2d9b9 url('../images/arrow-next.svg') no-repeat center center;
    background-size: 50% auto;
    margin-right: 0.5em;
}

.section-cuisine .section-content-bg,
.section-gift .section-content-bg{
    width: 40.625vw; height: 40.625vw;
    min-width: 360px;min-height: 360px;
    background: url('../images/bg-content.png') no-repeat center center;
    background-size: 90% auto;
    margin: 0px auto;
    padding-top: 5vw;
}
.section-cuisine .section-content-bg .section-info,
.section-gift .section-content-bg .section-info{
    padding: 0px 25%;
    margin-top: var(--fz-55);
    text-align: center;
}

.cuisine-slide{
    margin-top: calc(var(--fz-50) * -2 );
}
.cuisine-slide .item{
    position: relative;
   
}
.cuisine-slide .item .item-thumb{
    padding-top: calc(100% * 268 / 432);
    border-radius: var(--bs-border-radius);

    overflow: hidden;
}
.cuisine-slide .item .title{
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--fz-18);
    margin: 0;
    min-height: 5.2rem;
}
@media(min-width:1200px){
    .cuisine-slide .swiper-slide-next .item,
    .cuisine-slide .swiper-slide-next + .swiper-slide .item{
        margin-top: 30%;
    }    
}


.section-promotion .box-promotion{

}
.section-promotion .box-promotion .bg-top{
    padding-top: calc(100% * 189 / 1820);
    width: 100%; height: 0;
    background: url('../images/gift-top.png') no-repeat center top;
    background-size: 100%;
}
.section-promotion .box-promotion .bg-mid{
    background: url('../images/gift-mid.png') repeat-y center top;
    background-size: 100%;   
    padding: 30px 80px;
}
.section-promotion .box-promotion .bg-bottom{
    padding-top: calc(100% * 41 / 1820);
    width: 100%; height: 0;
    background: url('../images/gif-bottom.png') no-repeat center bottom;
    background-size: 100%;
}

.promotion-slide .item-thumb{
    padding-top: calc(100% * 450 / 395);
}
.section-promotion .text-note{padding: 30px 0px 0px; text-align: center;}

.gift-slide{
    margin-top: calc(var(--fz-50) * -4 );
}
.gift-slide{

}

.gift-slide .item{
    position: relative;
   
}
.gift-slide .item .item-thumb{
    padding-top: calc(100% * 268 / 432);
    border-radius: var(--bs-border-radius);

    overflow: hidden;
}
.gift-slide .item .title{
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--fz-18);
    margin: 0;
}

.section-consultation{padding: 0px 10px;}
.section-consultation .section-title em{
    transform: translateY(-60%);
}
.section-consultation .section-consultation-inner{
    background-image: url('../images/bg-form.jpg');
        padding: 40px 30px;
    border-radius: var(--bs-border-radius);
}
.section-consultation .section-form{
    padding: 40px; border-radius: var(--bs-border-radius);
    background: #fff;
}
.section-consultation .section-form .form-control{
    border-radius: var(--bs-border-radius);
        border: solid 0px #2d2d2d;
    border-bottom-width: 1px;
    padding: 0px var(--fz-24);
    color: #2d2d2d;
}
.section-consultation .section-form .btn{width: 100%; margin-top: 2em;}


.section-consultation .contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2d2d2d;
   font-family: 'Aptima', sans-serif; 
}
.section-consultation .contact-form  .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #2d2d2d;
  font-family: 'Aptima', sans-serif; 
}
.section-consultation .contact-form  .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #2d2d2d;
  font-family: 'Aptima', sans-serif; 
}
.section-consultation .contact-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #2d2d2d;
  font-family: 'Aptima', sans-serif; 
}


.items-faqs .accordion-item{background: transparent; border: 0; border-bottom: 1px solid #aaaaaa;    border-radius: 0;}
.items-faqs .accordion-header .accordion-button{
    background: transparent;
    padding: 15px 40px;
    padding-left: 50%;
    color: #0E0E1D;
    border-radius: 0;
    box-shadow: none;
    font-size: var(--fz-24);
    cursor: pointer;
}
.items-faqs .accordion-header .accordion-button span.number{
    position: absolute;
    left: 0px;
    font-size: var(--fz-35);
    font-weight: 700;
}
.items-faqs .accordion-header .accordion-button.collapsed span.number{
    color: #777777;
}
.items-faqs .accordion-header .accordion-button::after{
   background:url('../images/icon-plus.svg') no-repeat center center;
   width: 30px;
   height: 30px;
   background-size: contain;
   position: absolute;
   right: 0px;
}
.items-faqs .accordion-header .accordion-button:not(.collapsed){
    font-weight: 700;
}
.items-faqs .accordion-header .accordion-button:not(.collapsed)::after{
    background-image: url('../images/icon-minus.svg')
}
.items-faqs .accordion-body{border-radius: 0;
    padding: 10px 0px 30px;
    padding-left: 50%;
}


.contact-info-wrapper{
    --heading-size: 33.85416666666667vw;

    background: #e6e0cd;
    border-radius: var(--bs-border-radius);
    padding: calc(var(--fz-50) * 2 ) var(--fz-50) calc(var(--fz-50) * 1.5 );
    margin-top: calc(var(--heading-size) * 0.3 );

}
.contact-info-wrapper .contact-heading{
    width: var(--heading-size);
    height: var(--heading-size);
    background: url('../images/img-footer.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding-top: calc(var(--fz-50) * 2 );
}
.contact-info-wrapper .contact-heading .section-title{
    color: #fff;
}
.contact-info-wrapper .contact-heading .contact-control{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(20%);
    background: #3d3c3a;
    border-radius: 30px;
     display: flex;
}


.contact-info-wrapper .contact-heading .contact-control .btn{
    background: transparent;
    color: #fff;
    border: 0;
    padding: 10px 18px;
    white-space: nowrap;
}
.contact-info-wrapper .contact-heading .contact-control .btn.active{
    background: #fff; color: #2d2d2d;
}

.contact-info .item{
    margin: var(--fz-50) 0px;
}
.contact-info .item h4{font-weight: 400; text-transform: uppercase; font-size: var(--fz-18); margin-bottom: 0.5em;}

.contact-info .item{
    padding-left: calc(var(--iz-2) + 25px ); position: relative;
}
.contact-info .item:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: var(--iz-2);
    height: var(--iz-2);
    background: url('../images/icon-address.svg') no-repeat center center;
    background-size: 50% auto;
    border-radius: 50%;
    border: solid 1px #bab4a1;
}

@media(min-width:1200px){
    .contact-info .item-phone,
    .contact-info .item-email{
        padding-left: 0;
        padding-right: calc(var(--iz-2) + 25px );
        text-align: right;
    }
    .contact-info .item-phone:before,
    .contact-info .item-email:before{
        left: auto;
        right: 0;
    }
}

.contact-info .item-phone:before{
    background-image: url('../images/icon-phone.svg');
}
.contact-info .item-email:before{
    background-image: url('../images/icon-email.svg');
}
.contact-info .item strong{
    font-size: var(--fz-24);
}
.contact-info .contact-tab:not(.active){display: none;}

#footer:before{
    content: '';
    position: absolute;
    width: 26.19791666666667vw;
    height: 19.375vw;
    background: url(../images/bg-4.png) no-repeat bottom right;
    background-size: contain;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.footer-bottom {padding-bottom: 30px;}
.footer-bottom .footer-logo{width: 4.895833333333333vw; min-width: 60px;}
.footer-bottom .social{text-align: right;}

.btn-load-popup{cursor: pointer;}
.modal-popup-detail .modal-button{position: fixed; top: 15px; right: 15px;}
.modal-popup-detail .modal-button .btn{padding: 5px; width:36px; height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.modal-popup-detail .modal-button .btn i{    font-size: 1.3em;}
.modal-popup-detail .modal-content{}
.modal-popup-detail .modal-content .modal-body{
   padding: 0;
   position: relative;
}
@media(min-width:1200px){
    .modal-popup-detail .modal-content{
        background: transparent;
    }
    .modal-popup-detail .popup-detail .d-bg{
        display: flex;
        width: 70%;
        margin-left: 15%;
        background: #fff;
        height: 100vh;
        overflow-y: auto;
    }
    .modal-popup-detail .popup-detail .d-bg.with-thumb{
        width: 85%;
         align-items: center;
        
    }
    .popup-detail .with-thumb .inner{
        display: flex;
    }
    .popup-detail .with-thumb .popup-col-left{

    }
    .popup-detail .with-thumb .popup-col-left img{
        height: 100vh;
        width: auto;
        max-width: none;
    }
    .popup-detail .with-thumb .popup-col-left{
       
    }

    .popup-detail .popup-col-right{flex-grow: 1;
        padding: calc(var(--fz-50) * 2 );
    }

}





#fullpage{overflow: hidden;}
body:not(.disable-fullpage) section{ position: relative;}


/*intro_section*/



.contact-form-wrapper .contact-image-desktop{align-items: flex-end;     margin-bottom: 80px;}

.primary-bg .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
   font-family: 'Aptima', sans-serif; 
   font-size: var(--fz-16);
}
.primary-bg  .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: 'Aptima', sans-serif; 
   font-size: var(--fz-16);
}
.primary-bg .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'Aptima', sans-serif; 
   font-size: var(--fz-16);
}
.primary-bg.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'Aptima', sans-serif; 
   font-size: var(--fz-16);
}



.pagination{padding: 20px 15px;  border-radius: 0px; text-align: center;     width: 100%;}
.pagination ul{list-style: none;padding: 0px; margin: 0px auto;}
.pagination ul li{display: inline-block; margin: 0px 5px;}
.pagination ul li a,
.pagination ul li span{padding: 0px 5px; text-align: center; font-weight: 700; color: #9e8053; width: 30px; height: 30px; 
    background: #F3EBDB;
    border: 1px solid #9e8053;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li span.current{
    background: var(--d-textg);
}
.pagination ul li a:hover{background: var(--d-textg);}
.pagination ul li span.dots{border-color: transparent;}


@keyframes kenburns_custom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/*=======================
11. Responsive-CSS
==============================*/

@media (min-width:1200px) {
    .container{
        max-width: 960px;
    }
}
@media (min-width:1201px) {
    .container{
        max-width: 1040px;
    }
   .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}
@media (min-width:1299px) {
    .container{
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    
}
@media (min-width:1601px) {
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1320px;
    }

}
@media (max-width:1699px) {
    #header {padding-top: var(--fz-18);}
    .btn-gradient{
            padding: 13px 35px 13px;
    }
}

@media (max-width:1599px) {
    
  .items-faqs .accordion-header .accordion-button::after{
        width: 24px;
        height: 24px;
    }

}
@media (max-width:1399px) {

   .fixed-btn a{    margin: 10px 0px;}
    .fixed-btn.bottom{bottom: 20px;}

    .page-menu ul li{    margin: 0px 5px;}
    .section-introduction,
    .section-introduction .item .content,
    .section-product .section-content,
    .section-product .item .content{font-size: var(--fz-15);}
    .section-introduction .item{margin-bottom: 1em;}
    .swiper-pagination-bullets.swiper-pagination-horizontal.section-nav{bottom: 60px;}
    .partner-list .group{
        padding: 0px 25px;
    }
    #footer .contact-form .form-control{
        min-height: 40px;
    }
    .btn-gradient{ padding: 10px  30px 11px;}
    .items-faqs .accordion-header .accordion-button::after{
        width: 20px;
        height: 20px;
    }

    
}

@media (max-width:1299px) {
    .box-curve,
    .partner-list .item .title{font-size: var(--fz-15);}
    .post-list .item-feature .datetime{
        margin-right: 30px;
    }
   .post-list .item-feature .item h3 a, .post-list .item-feature .item h3 div{
        font-size: var(--fz-15);
   }
}

@media (max-width:1200px) {
   
	
}
@media (min-width:1200px) and (max-width:1399px) {
	
}
@media (min-width:992px) and (max-width:1200px) {
	

}
@media (min-width:1200px) {
    .section-content-inner{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
}
@media (max-width:1199px) {
    .page-menu{display: none;}
    
    .fixed-btn{right: 15px;}
    .fixed-btn.fixed-action-btn a{padding: 3px; justify-content: center; margin: 0px; margin-left: 5px;}
    .fixed-btn.fixed-action-btn a:not(.zalo) span{display: none;}
    .fixed-btn .svg,
    .fixed-btn svg{width: 20px;}
    



     body:not(.disable-fullpage) section{}

     .section-bg{
        width: 100%;
        left: 0;
     }

    .section-room .section-item-bottom .section-content{
        margin-left: 0;    
        padding-left: calc(var(--fz-50) * 2.5 );
        min-width: 600px;
    }

    

}
@media (max-width:991px) {
    .fixed-btn{    right: 10px;}
    #header .header-right .booking{
        margin-left: 0;
        margin-right: 5px;
        
    }
    #header .header-right .booking a{
        padding: 8px 10px 6px 10px;
    }
    #header .header-right .booking a i{
        font-size: 1em;
    }
    #header .header-right > a.hotline{
            width: 50px;
            height: 40px;
            align-items: center;
            display: flex;
            justify-content: center;
            padding: 0;
            padding-left: 0;
    }
    #header .header-right > a.hotline i{margin-right: 0}
    #header .header-right{
        padding: 3px;
    }
    .header-bottom .navbar-toggler{
        margin-left: 0px;
        padding: 5px 5px;
        height: 32px;
        width: 32px;
    }

    .section-anchor{
        left: 50%;
        transform: translateX(-50%);
    }
    .popup-col-right {
        
        padding: 2em 1em;
        margin-top: 30px;
    }

    .section-cuisine .section-content-bg .section-info, .section-gift .section-content-bg .section-info{
        padding: 0px 10%;
    }
    .section-tour .section-info{
        margin-left: 0;
        width: 100%;
    }
    .footer-bottom,
    .footer-bottom .social  {
        text-align: center;
    }
    .footer-bottom .coppy-right{
        padding: 15px 0px;
    }
    .footer-bottom  .row .col-lg-4:first-child{
        order: 2;
    }
    .footer-bottom  .row .col-lg-4:last-child{
        order: 3;
    }



   
}
@media (min-width:767px) and (max-width:991px) {


 }
@media (max-width:767px) {
    #header .navbar-brand{
        margin-left:0;
    }
    .btn-gradient:before{
            left: 3px;
        right: 3px;
        top: 1px;
        bottom: 2px;
    }
    .section-padding{    padding: 45px 0px;}
    .section-padding-lg{
        padding: 30px 0px;
    }
    .section-padding-top  {padding-top: 45px;}
    .fixed-btn{    flex-direction: row;}
    .fixed-btn a{margin: 0px 10px; position: relative;}
    
    .fixed-btn.bottom{bottom: 10px;  right:10px; }
    .fixed-btn.left{left: 10px; bottom: 10px; right: auto;}
    .fixed-social-btn a.zalo{
            bottom: 0px;
        right: 5px;
    }
    .fixed-btn.center{top: auto; bottom: 10px; right: 0px; transform: translateY(0); 
        padding-right: 90px;
    }
    .fixed-btn.center:before{content: ''; position: absolute; right: 0px; bottom: -15px; width: 100vw; height: 80px;
        background: linear-gradient(0deg, rgba(16,107,117,0.8) 0%, rgba(22,32,63,0) 100%);

    }


    .section-title,
    .section-title.xl,
    .section-title.xxl{font-size: var(--fz-35);}
    .section-title span,
    .section-title.xl span,
    .section-title.xxl span{font-size: var(--fz-24);}
    .section-title.xxl em{    font-size: var(--fz-35);}
    .section-title.left{padding-left: 0}
    .section-title.xxl{padding-top: 0.5em;}

    .section-title.sm{
        font-size: var(--fz-24);
    }

    .section-home-banner .swiper.swiper-default .slide-control{
        display: none;
    }

    .section-room .items .item .title{
        font-size: var(--fz-24);
    }
    .section-cuisine .section-content-bg, .section-gift .section-content-bg{
        background-size: 100% auto;
        
    }
    

    .section-introduction .section-title{
        padding-left: 0;
    }
    .section-room .section-title{
        padding-left: 0;
            padding-bottom: 25px;
    }
    .section-tour .section-tour-inner{
        padding: 30px 5px;
    }
    .section-promotion .box-promotion .bg-mid{
        padding: 30px 30px;
    }

    .items-faqs .accordion-header .accordion-button,
    .items-faqs .accordion-body{
        padding-left: 40px;
    }
    .section-introduction .section-content{padding-right: 0; margin-bottom: 2em; margin-top: 2em;}
    .section-introduction .section-content .item-thumb{
        flex: 0 0 25vw;
        width: 25vw;
        padding-top: calc(25vw * 324 / 300);
        margin-right: 1.5em;
    }
    .section-introduction .section-image:before{
        left: 50%;
        bottom: 0;
        transform: translateX(-50%) translateY(50%)
    }
    .section-experience .item .thumb-link:before{
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }
    .section-experience .item .thumb-link{
        position: static;
        color: #1a1a1a;
        font-size: 13px;

    }
    .section-tour .section-tour-inner{
        margin-bottom: 45px;
    }
    .section-experience .item:last-child{
        margin-bottom: 0;
    }
    .section-room .items .col-lg-4:last-child .item{margin-bottom: 0}
    .section-room .section-item-bottom{padding-top: 0}

    .swiper-control-top{
        display: flex;
        flex-direction: column;
    }
    .swiper.swiper-control-top .slide-control{
        order: 3;
        padding-bottom: 0;
        padding-top: 15px;
        justify-content:center;
    }
    .section-room .section-item-bottom .section-content{
        min-width: 300px;
        width: 100%;
        padding-left: 0;
    }
    .gift-slide{
            margin-top: calc(var(--fz-50) * -2 );
    }
    .section-consultation .section-consultation-inner{
        padding: 30px 0.5em;
    }
    .section-consultation .section-form{
        padding: 30px 1em;
    }

    .contact-info-wrapper{
        --heading-size: 75vw;
        padding: calc(var(--fz-50) * 2 ) 1em calc(var(--fz-50) );


    }
    .contact-info-wrapper .contact-heading{
            position: static;
            transform: translateX(0);
            margin: auto;
            margin-top: calc(var(--fz-50) * -4 );
    }
    .contact-tab .item:first-child{margin-top: 0}

    .contact-info .item{
            padding-left: calc(var(--iz-2) + 10px );
    }

    .popup-detail .with-thumb .popup-col-left img{width: 100%; height: auto;}
   
}
@media (max-width:575px) {
	
}

@media (max-width:374px) {
	
}


@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}


@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -200;
    }
}
@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: -200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 5000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.driveInTop {
  -webkit-animation-name: driveInTop;
  animation-name: driveInTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes driveInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0); }
  30% {
    opacity: 1; }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } 
}
.blink {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } 
}
.swoopInTop {
  -webkit-animation-name: swoopInTop;
  animation-name: swoopInTop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@keyframes swoopInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleY(1.5) translate3d(0, -400px, 0);
    transform: scaleY(1.5) translate3d(0, -400px, 0); }
  40% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleY(1.2) translate3d(0, 0, 0);
    transform: scaleY(1.2) translate3d(0, 0, 0); }
  65% {
    -webkit-transform: scaleY(1) translate3d(0, 20px, 0);
    transform: scaleY(1) translate3d(0, 20px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
    transform: scaleY(1) translate3d(0, 0, 0); } 
}

@keyframes phonering{
    0%{transform:rotate(0deg)}
    10%{transform:rotate(-25deg)}
    20%{transform:rotate(25deg)}
    30%{transform:rotate(-25deg)}
    40%{transform:rotate(25deg)}
    50%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}




@media (max-width:1399px) {
    
    
}
@media (max-width:1299px) {
   
}

@media (max-width:1199px) {
    

     #header .header-right .submenu{display: none;}

}

@media (max-width:991px) {
    
}


/* Custom ANIMATION  */
.flipInXCustom, .flipInYCustom{
    opacity: 0;
     -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes flipInXCustom { 
    0% { 
        transform: rotateX(180deg); 
        opacity: 0; 
    } 
    100% { 
        transform: rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInXCustom.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInXCustom; 
    backface-visibility: visible !important; 
    animation-name: flipInXCustom; 
}

@keyframes flipInYCustom { 
    0% { 
        transform: rotateY(180deg); 
        opacity: 0; 
    } 
    100% { 
        transform: rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInYCustom.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInYCustom; 
    backface-visibility: visible !important; 
    animation-name: flipInYCustom; 
}


.scaleInY{opacity: 0; transform-origin: bottom;}
@-webkit-keyframes scaleInY { 
    0% { 
        opacity: 0; 
        -webkit-transform: scaleY(.1); 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: scaleY(1); 
    } 
} 

@keyframes scaleInY { 
    0% { 
        opacity: 0; 
        transform: scaleY(.1); 
    } 
    100% { 
        opacity: 1; 
        transform: scaleY(1); 
    }
} 

.scaleInY.go { 
    -webkit-animation-name: scaleInY; 
    animation-name: scaleInY; 
}



.zoomIn{
    opacity: 0;
     -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes zoomIn { 
    0% { 
        transform: scale(0);
        opacity: 0; 
    } 
    100% { 
        transform: scale(1); 
        opacity: 1; 
    } 
} 
.zoomIn.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: zoomIn; 
    backface-visibility: visible !important; 
    animation-name: zoomIn; 
}


@-webkit-keyframes custom-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes custom-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}

@-webkit-keyframes custom-spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes custom-spin-2 {
  0% {
    -webkit-transform:  rotate(0deg);
    transform:  rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:  rotate(359deg);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes arrow-animation{
    0%{
        opacity:1;transform:translateY(0px)
    }
    49%{
        opacity:0;transform:translateY(10px)
    }
    50%{
        opacity:0;transform:translateY(-10px)
    }
    100%{
        opacity:1;transform:translateY(0)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@media (max-width:767px) {
    @keyframes scaleOut {
        0% {
            opacity: 0;
            transform: scale(1.2);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes scaleToIn {
  0% {
    transform:  scale(1);
    opacity: 1;
  }
  100% {
    transform:  scale(2);
    opacity: 0;
  }
}

@keyframes bounceInDown
{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{opacity:1}}
@keyframes bounceIn
{30%,60%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);opacity:1}0%,to{transform:translate3d(0,0,0)}30%,90%{transform:translate3d(0,5px,0)}60%{transform:translate3d(0,-5px,0)}}



/*Overlay Menu*/

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    background: #F6F6F6 ;
    background-size: 66% auto;
    padding-top: 100px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.overlay-menu .menu-slogan{
    color: #8A8A8A;
    font-size: var(--fz-35);
    margin: 1.5rem 0px 2rem;
}
.overlay-menu .menu-logo img{opacity: 0;max-width: 25vw; max-height: 45vh;}
.menu-open .overlay-menu .menu-logo img{
    animation: scaleOut;
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.overlay-menu .main-menu-container {
    text-align: center;
    display: flex;
    padding: 0;
    margin: 60px auto;
    list-style-type: none;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none;
}

.overlay-menu .menu a {
   color: #9e8053;
    transition: all ease 0.4s;
    display: block;
    font-size: var(--fz-24);
    text-transform: uppercase;
}
.overlay-menu .menu a:hover,
.overlay-menu .menu .current-menu-item a{color: #B39662; }

/*.overlay-menu .menu .current_page_parent a{color: #d4b88e; }*/

.overlay-menu {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    padding-bottom: 0px;
}

.overlay-menu .copyright{position: absolute; bottom: 15px; width: 100%;color: #939393;
    opacity: 0; transition: var(--d-transition); 
    width: 100%; text-align: center;
    padding: 0px var(--d-padding);
}
body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
body.menu-open .overlay-menu .copyright{opacity: 1; }
body.menu-open .overlay-menu .bg {opacity: 0.04; transition-delay: 0.3s;}
.overlay-menu .menu{
    list-style: none; padding: 0px; margin-left: 0px; margin-bottom: 0px;
    display: flex;
    justify-content: space-between ;
}

.overlay-menu .menu > li {
    opacity: 0;
    transform: translate(50px, 0);
    -webkit-transform: translate3d(50px, 0px, 0);
    transition-delay: 0.6s;
    padding:15px 0px ;
    margin: 0px 15px;

    
}
body.menu-open .overlay-menu .menu li {
    transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

body.menu-open #header .header-right .submenu{opacity:0; pointer-events: none;
    transition-duration: 0s;
}
@media (min-width:1200px) {
    body.menu-open #header .navbar-brand,
    body.menu-open #header .header-right > a.btn,
    body.menu-open #header .header-right .language{
        opacity:0; pointer-events: none;
        transition-duration: 0s;
    }
    body .overlay-menu .sub-menu{display: none;}
}

.overlay-menu .menu-other{display: flex; display: none;}
.overlay-menu .menu-other a{font-size: 24px; text-transform: none; font-weight: 400;}
.overlay-menu .menu-other > li{margin-right: 85px;}
.overlay-menu .menu-other > li:last-child{margin-right: 0px;}

body.menu-open{overflow: hidden !important;}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(1) {
    transition-delay: 0.2s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(2) {
    transition-delay: 0.3s;
}
body.menu-open .overlay-menu .menu >  li:nth-last-of-type(3) {
    transition-delay: 0.4s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(4) {
    transition-delay: 0.5s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(5) {
    transition-delay: 0.6s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(6) {
    transition-delay: 0.7s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(7) {
    transition-delay: 0.8s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(8) {
    transition-delay: 0.9s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(9) {
    transition-delay: 1s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(10) {
    transition-delay: 1.1s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(11) {
    transition-delay: 1.2s;
}

body.menu-open .overlay-menu .menu.menu-other > li {
     transition-delay: 0.2s;
}

@media (min-width:1200px) {
    .header-bottom .navbar-toggler{display: none;}

    .overlay-menu .menu li:hover a{
        transform: translateY(-4px);
    }
    .overlay-menu .main-menu-container{
        width: 100%;
    }
    .overlay-menu .menu{
        width: 90%;
        margin: auto;
    }
}


@media (max-width:1399px) {
    
}

@media (max-width:1199px) {
    .menu-open .overlay-menu .menu-logo,
    .menu-open .overlay-menu .menu-slogan,
    .overlay-menu .bg-sen-left,
    .overlay-menu .bg-sen-right{display: none;}
    .overlay-menu .menu  li{text-align: left;}

    .overlay-menu{overflow: auto; padding-top: 40px;}
    .overlay-menu .menu-slogan{
        margin: 1rem 0px 1rem;
    }
    .overlay-menu .main-menu-container{display: block; width: 100%;     text-align: left;     margin: 0px auto;
        padding-top: 60px;
    }
    body.menu-open .overlay-menu .copyright{
        position: static;
        padding: 15px;
        display: none;
    }
    body.menu-open .overlay-menu .menu li{
        padding: 10px 0px;
    }
    body.menu-open .header-bottom .navbar-toggler{
        
    }
   
    .overlay-menu .menu{flex-direction: column;}  

    body.menu-open .overlay-menu ul{
        margin: 10px 0px 0px; 
        padding: 0;
        list-style: none;

    }
    body.menu-open .overlay-menu .menu > li > ul{
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s;
    }
    body.menu-open .overlay-menu .menu > li.showsub > ul{
        max-height: 300px;
    }

    body.menu-open .overlay-menu .sub-menu li {
        margin: 0;
        padding: 5px 0px;
    }
    
    body.menu-open .overlay-menu .sub-menu a{
        color: #9e8053;
        position: relative;
        margin: 0;
        padding: 2px 0px;
        padding-left: 15px;
        font-size: var(--fz-18);
    }


    
     body.menu-open .overlay-menu .sub-menu li a:before{
        content: '';
        position: absolute;
        width: 8px;height: 8px;
        background: #9e8053; border-radius: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
     body.menu-open .overlay-menu .sub-menu li a:hover{color: #B39662}
     body.menu-open .overlay-menu .sub-menu li a:hover:before{background: #B39662}

     body.menu-open .overlay-menu .sub-menu ul{
        padding-left: 15px;
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.3s;
    }
    body.menu-open .overlay-menu .sub-menu ul.show{
        max-height: 210px;
    }
     body.menu-open .overlay-menu .sub-menu ul li a:before{
        background: transparent;
        border: 1px solid #9e8053;
    }
     body.menu-open .overlay-menu .sub-menu  ul li a:hover:before{border-color: #B39662; background: transparent;}


}
@media (max-width:767px) {
    
    .overlay-menu .menu:not(.menu-other) a{font-size: 18px;}
    .overlay-menu .menu-other a{font-size: 14px;}
    .overlay-menu .menu-other > li:not(:last-child){    margin-right: 20px;}
    .overlay-menu .copyright{font-size: 12px;}
}


.animated.fadeInUp{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
     -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
     -webkit-transform: translateY(200px); 
    transform: translateY(200px);
}
.animated.fadeInUp.go{
    -webkit-animation-name: fadeInUpMedium;
    animation-name: fadeInUpMedium;
}

@-webkit-keyframes fadeInUpMedium { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(200px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUpMedium { 
    0% { 
        opacity: 0; 
        transform: translateY(200px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 



.animated.revealText{
    opacity: 0;
    transform: translateX(0%);
    animation-duration: 1.5s; 
    animation-fill-mode: forwards;
}

.animated.revealText.go { 
    animation-name: revealText 
}

.animated.revealText2{
    opacity: 0;
    animation-duration: 2s; 
    animation-fill-mode: forwards;
}

.animated.revealText2.go { 
    animation-name: revealText2 
}



@keyframes revealText {
  0% {
    transform: translateX(17%);
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
    
   }
  100% {
     clip-path: inset(0px 0px 0px 0px);
     -webkit-clip-path: inset(0px 0px 0px 0px);
     transform: translateX(0%);
     opacity: 1;
  }
}


@keyframes revealLine {
  0% {
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
      opacity: 0;
    
   }
  100% {
     clip-path: inset(0px 0px 0px 0px);
     -webkit-clip-path: inset(0px 0px 0px 0px);
     opacity: 1;
  }
}

@keyframes revealText2 {
  0% {
    clip-path: inset(0px 100% 0px 0%);
    -webkit-clip-path: inset(0px 100% 0px 0%);
    
   }
  20% {
    clip-path: inset(0px 100% 0px 0%);
    -webkit-clip-path: inset(0px 100% 0px 0%);
    
   }
  40% {
      opacity: 1;
   }
  100% {
     clip-path: inset(0px 0px 0px 0px);
     -webkit-clip-path: inset(0px 0px 0px 0px);
      opacity: 1;
  }
}


.animated.scaleOutPic{
    transform: transform: scale(1.4);
    animation-duration: 2s;     
}
.animated.scaleOutPic.go { 
    animation-name: scaleOutPic 
}
@keyframes scaleOutPic {
  0% {
      
        transform: scale(1.4);
    }
    to {
       
        transform: scale(1);
    }
}

@keyframes scrollLine {
    0% {
        top: 30%;
    }
    50% {
        top: 100%;
    }
    99% {
        top: 100%;
    }
    to {
        top: 30%;
    }
}

@keyframes iconbounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    10% {transform: translateY(-30px);}
    30% {transform: translateY(-15px);}
}

@keyframes circleText{
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}


.fadeInUpShort.is-inview { 
    -webkit-animation-name: fadeInUpShort; 
    animation-name: fadeInUpShort; 
}
.fadeIn.is-inview { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

.lineIn{
    transform: translateY(110%);
}
.lineIn.is-inview { 
    -webkit-animation-name: lineIn; 
    animation-name: lineIn; 
}

@keyframes lineIn {
  0% {
    transform: translateY(110%);
   }
  100% {
    transform: translateY(0%);
  }
}


