@charset "utf-8";

@font-face {
    font-family: "GTSectraDisplay";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/GTSectraDisplayRegular.ttf");
}
@font-face {
    font-family: "GTSectraDisplay";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/GTSectraDisplayBold.ttf");
}

@font-face {
    font-family: "SVNSkill";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/SVNSkill.ttf");
}
@font-face {
    font-family: "WylieVoigen";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/SVN-Wylie-Voigen.otf");
}
@font-face {
    font-family: "Rukola";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/iCiel-Rukola.ttf");
}




:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: linear-gradient(90.87deg, #EAD5B5 0%, #EAD5B5 0%, #D4B992 46.53%, #B79565 100%);
  --d-gradient1: linear-gradient(90deg, rgba(14, 34, 45, 0.9) 26.56%, rgba(14, 34, 45, 0.718233) 51.56%, rgba(14, 34, 45, 0.486) 82.29%, rgba(14, 34, 45, 0) 100%);
  --d-gradient2: linear-gradient(90deg, rgba(14, 34, 45, 0.9) 0%, rgba(74, 122, 148, 0.9) 100%);
  --d-textg:  linear-gradient(90.87deg, #EAD5B5 0%, #EAD5B5 0%, #D4B992 46.53%, #B79565 100%);
  --d-texth: linear-gradient(90.87deg, #B79565 0%, #D4B992 46.53%, #EAD5B5 100%);
  --d-gutter: var(--bs-gutter-x,.75rem); 

--d-padding:  var(--bs-gutter-x,.75rem); 
  --fz-70: 27px;
  --fz-64: 24px;
  --fz-55: 24px;
  --fz-50: 24px;
  --fz-45: 22px;
  --fz-40: 20px;
  --fz-36: 18px;
  --fz-30: 18px;
  --fz-22: 16px;
  --fz-20: 14px;
  --fz-16: 14px;
  --fz-15: 12px;
  --fz-14: 10px;
  --iz-1: 36px;
  --iz-2: 32px;

  --m-top: 90px;

}
@media (min-width:768px) {
   :root {
          --fz-70: 35px;
          --fz-64: 32px;
          --fz-55: 30px;
          --fz-50: 27px;
          --fz-45: 24px;
          --fz-40: 20px;
          --fz-36: 18px;
          --fz-30: 18px;
          --fz-22: 17px;
          --fz-20: 16px;
          --fz-16: 13px;
          --fz-15: 12px;
          --fz-14: 12px;
    }
}
@media (min-width:1200px) {
   :root {
        --d-gutter: 4.166666666666667vw; 
        --fz-70: 3.645833333333333vw;
        --fz-64: 3.333333333333333vw;
        --fz-55: 2.864583333333333vw;
        --fz-50: 2.604166666666667vw;
        --fz-45: 2.34375vw;
        --fz-40: 2.083333333333333vw;
        --fz-36: 1.875vw;
        --fz-30: 1.875vw;
        --fz-22: 1.145833333333333vw;
        --fz-20: 1.041666666666667;
        

        --iz-1: 2.604166666666667vw;
        --iz-2: 1.5625vw;
        --d-padding: 4.166666666666667vw;
        --m-top: 110px;
      
    }
}
@media (min-width:1399px) {
    :root {
        --m-top: 130px;
    }
}
@media (min-width:1601px) {
    :root {
        --d-gutter: 4.166666666666667vw; 
        --iz-1: 2.604166666666667vw;
        --iz-2: 1.5625vw;
        --d-padding: 4.166666666666667vw;
        --fz-14: 0.7291666666666667vw;
        --fz-15: 0.7291666666666667vw;
        --fz-16: 0.8333333333333333vw;
        --fz-30: 1.5625vw;
        --m-top: 180px;
    }
}


html::-webkit-scrollbar {
    width: 8px;
    background-color: #234151;
} 
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: #234151; 
    scrollbar-arrow-color: #B7B7B7;
    scrollbar-shadow-color: #B7B7B7;
    scrollbar-dark-shadow-color: #B7B7B7;
}
/*FOR FF*/
html{
     scrollbar-color: #B7B7B7 #234151;
    scrollbar-width: 8px;
}

body { font-family: 'Montserrat', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-20); line-height: 1.33; overflow-x: hidden; font-weight: 400; color: #DFDFDF; 
    background: #234151
}
html.html-disable-fullpage,
body.disable-fullpage{
    overflow: auto;
}
body:not(.disable-fullpage){overflow: hidden;}
body:not(.disable-fullpage) section{overflow: hidden; 
    background: #234151 url(../images/coming/bg.jpg) no-repeat center center;
    background-size: cover;
}
body:not(.disable-fullpage) section.white-bg{
    background-color: #fff;
}
body:not(.ready){overflow: hidden !important;}
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #fff; margin: 0 auto 15px; font-weight: 600; line-height: 1.4; }
h1 { font-size: 50px; }
h2,h1.sm { font-size: 39px; }
h2.lg,h3.xxl{ font-size: 20px;}
h3,h2.md { font-size: 20px; }
h4,h2.sm,h3.md { font-size: 18px; margin-bottom: 15px; }
h5 { font-size: 15px; margin-bottom: 15px; }
h6 { font-size: 14px; margin-bottom: 10px; }
p { }
a {transition: var(--d-transition);  text-decoration: none; color: #000; }
a:hover, a:focus { text-decoration: none; outline: none; color: #fff; }
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; }
.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-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-50 { margin-left: calc(-1 * var(--fz-50)); margin-right: calc(-1 * var(--fz-50)); }
    .gutter-50 > [class*='col-'] { padding-right: calc(1 * var(--fz-50)); padding-left: calc(1 * var(--fz-50)); }
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
.point-event-none{pointer-events: none;}
.point-event-auto{pointer-events: auto;}
/* =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: 6px; background: transparent; border: 0px; color: #fff; font-size: var(--fz-16);margin: auto; padding: 8px 30px 8px; transition: var(--d-transition);
    text-decoration: none; font-weight: 500;
}
.btn.btn-icon{}
.btn.btn-icon i{margin-right: 10px;}
.btn.btn-primary,
.btn.btn-default{
    background: var(--d-gradient); text-transform: uppercase; color: #fff;
}
.btn.btn-primary:hover{background: #234151;}
.btn.btn-default{background: var(--d-gradient); position: relative; }

.btn.btn-default span{
    position: relative;
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.btn.btn-default:hover{
    background: var(--d-texth);
    color: #fff;
}
.btn.btn-default:hover:before,
.btn.btn-default.active:before{background: transparent;}
.btn.btn-default:hover span,
.btn.btn-default.active span{color:#234151 ; background: transparent; -webkit-background-clip: unset; -webkit-text-fill-color: unset;}


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

.btn .fa { font-size: 22px; margin-right: 5px; vertical-align: text-top; }
.btn.btn-lg { line-height: 30px; padding: 22px 50px; }
.btn.btn-sm {  padding: 8px 18px; }
.btn:hover, .btn:focus { color: #234151; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { color: #234151; }
.btn.btn-outline { background: none; color: #EAD5B5; border: #EAD5B5 solid 1px; position: relative;}
.btn.btn-outline.active,
.btn.btn-outline:hover {  background: var(--d-gradient); color: #fff; }
.btn-transparent { background: transparent; border: solid 1px #234151; color: #234151; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
.btn-detail{position: relative; display: inline-flex;align-items: center; color: #fff;
    margin-top: 2em;
}
.btn-detail:before{
    content: ''; 
   
    margin-right: 15px;
    
    width:var(--fz-70);
    height: var(--fz-70);
    
    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: url("../images/arrow-right-1.svg") no-repeat;
    background-size: contain;
}
.btn-detail:hover{color: #EAD5B5}
.btn-detail:hover:before{border-color: #EAD5B5}
/*-------------------------
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
------------------------------------------------*/
.padding_none { padding: 0px; }
.padding_top_20 { padding-top: 20px; }
.padding_50px { padding: 50px 0; }
.padding_4x4_30 { padding: 30px; }
.padding_4x4_40 { padding: 40px; }
.padding_right { padding-right: 60px; }
.padding_left { padding-left: 60px; }
.space-20 { width: 100%; height: 20px; clear: both; }
.space-30 { width: 100%; height: 30px; clear: both; }
.space-40 { width: 100%; height: 40px; clear: both; }
.space-60 { width: 100%; height: 60px; clear: both; }
.space-80 { height: 80px; width: 100%; }
.margin-btm-20 { margin-bottom: 20px; clear: both; }
.margin-top-20 { margin-top: 20px; clear: both; }
.margin-top-40 { margin-top: 40px; clear: both; }
.margin-btm-40 { margin-bottom: 40px; clear: both; }
.margin-top-60 { margin-top: 60px; clear: both; }
.margin-btm-60 { margin-bottom: 60px; clear: both; }
.margin-none { margin: 0px; }
.margin-top-15 { margin-top: 15px; }
.d-inline-block { display: inline-block; }
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: 20px; position: relative; }
.form-group.has-error .help-block{color: #D3B890; opacity: 0.6;}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control { background: transparent; border: 0 none; border-radius: 3px; border: #ccc solid 0px; box-shadow: none; color: #fff; font-size: var(--fz-16); height: 34px; line-height: 30px; padding: 0 15px; }
textarea.form-control { padding: 15px 20px; }
.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: #234151; }
.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: #000; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #234151; }
.panel-heading:hover .panel-title a { border-color: #234151; }
.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; }
.text-g{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.section-title,
.section-subtitle{
    font-family: 'GTSectraDisplay';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-45);;
    /*background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    display: flex;
    text-transform: uppercase;
        flex-direction: column;
}
.section-title.center,
.section-subtitle.center{

     align-items: center;   
    justify-content: center; 
}
.section-title{}
.section-subtitle{
    font-size: var(--fz-22);
}
.section-subtitle.lg{
    font-size: var(--fz-30);
}
.section-title.lg{
    font-size: var(--fz-50);
}
.section-subtitle em{}
.section-title em{font-family: 'SVNSkill'; font-size: var(--fz-55); display:block; transform:translateX(-2rem) translateY(0.2rem) ; text-transform:none;
    font-style: italic;
    line-height: 1em;
}
.section-heading{
    margin-bottom: 1rem;
}
.section-heading.with-icon{
    padding-bottom: 42px; position: relative;
    
    display: inline-block;
}
.section-heading.with-icon .icon{
    position: absolute;
    height: 32px;
    width: 100%;
    background: url('../images/hoavan.svg') no-repeat;
    background-size: auto 100%;
    background-position: right bottom;
    right: 0;
    bottom: 0;
}
.section-heading .section-title,
.section-heading .section-subtitle{margin-bottom: 0}
@media (min-width:1200px) {
    .section-heading.with-icon{padding-bottom: 2.1875vw;
       
    }
    .section-heading.with-icon .icon{
        height:  1.666666666666667vw;
    }
}


.editor-content h2{font-size: 35px; line-height: 1.4em; color: #EAD5B5; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; position: relative;}
.section-title em,
.editor-content h2 em{ text-transform: none; font-weight: 400; }
.line{position: relative;}
.section-title.line-top,
.line.line-top{padding-top: 165px; }
.section-title.line-top:before,
.line.line-top:before{content: ''; position: absolute; width: 1px; height: 140px; background: #fff; left: 50%; margin-left: -0.5px; top:0px; }
.section-title.line-top-sm,
.line.line-top-sm{padding-top: 60px; }
.section-title.line-top-sm:before,
.line.line-top-sm:before{content: ''; position: absolute; width: 1px; height: 40px; background: #fff; left: 50%; margin-left: -0.5px; top:0px; }
.section-title.line-bottom,
.line.line-bottom{padding-bottom: 60px; }
.section-title.line-bottom:after,
.line.line-bottom:after{content: ''; position: absolute; width: 1px; height: 40px; background: #fff; left: 50%; margin-left: -0.5px; bottom:0px; }


.section-title-lg{font-size: var(--fz-40);}
.section-title-md{font-size: 30px;}
.section-title-sm{font-size: 20px;}
.section-sub-title{font-size: 30px; font-weight: 700; margin-bottom: 30px;}
.secondary-bg { background: #EAD5B5; color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}

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

.primary-bg { background: var(--d-gradient-1); color: #fff; }
.gray_bg { background: #d6d6d6; }
.gray_bg_2 { background: #f5f5f5; }
.white_bg { background: #fff; }

.section-padding,
.section-padding-sm,
.section-padding-xs {
    padding: 30px 0;
}
.section-padding-top{
    padding: 40px 0; 
}
@media (min-width: 1200px) {
    .section-padding,
    .section-padding-top {
        padding: 4.166666666666667vw 0;
    }
    .section-padding-top{padding-bottom: 0}

    .section-padding-sm {
        padding: 3.125vw 0;
    }
    .section-padding-xs {
        padding: 2.604166666666667vw 0;
    }
}

.accordion .accordion-header{
    padding: 10px 0px;
}
.accordion .accordion-item{
    background: transparent;
    border: 0;
    border-bottom: solid 1px #B79565;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 0;
}
.accordion .accordion-item:last-child{margin-bottom: 0}
.accordion  .accordion-button{
    background: transparent;
    color: #fff;
    font-size: var(--fz-20);
    font-weight: 700;
    padding: 0px;
    border-radius: 0;
}
.accordion .accordion-button:not(.collapsed){
    background: transparent;
     color: #fff;
     box-shadow: none;
}
.accordion .accordion-body{
    padding: 0px 0px 0px;
}
.accordion .accordion-button::after{
    content: '\f067';
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        background: transparent;
}
.accordion .accordion-button:not(.collapsed)::after{
    content: '\f068';
    transform:rotate(0);
}

.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: #EAD5B5;}
.primary-color{color: #234151;}
.secondary-color .section-title.line-bottom:after{background: #EAD5B5;}
.mbtt .page-nav.masterplan-nav ul li:nth-child(1){
	display: none;
}
.fancybox-container .fancybox-bg{background: var(--d-gradient1);}
.fancybox-container .fancybox-button{background: #234151;}
.fancybox-container .fancybox-navigation button{color: #EAD5B5; background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 64px; height: 64px;
    padding: 0px;
    margin: 0px 15px;
}
.fancybox-container  .fancybox-navigation .fancybox-button--arrow_left{
    left: var(--d-padding);
}
.fancybox-container  .fancybox-navigation .fancybox-button--arrow_right{
    right: var(--d-padding);
}
.fancybox-container .fancybox-navigation button:before{background: transparent}

@media (max-width:991px) {
    .fancybox-container .fancybox-navigation button{width: 32px; height: 32px;}
}

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


  body .fancybox-show-thumbs .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }


/*--------------------
1.9. Tabs 
------------------------------*/
/*.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: 18px; font-weight: 400; margin-right: 5px; text-align: center; 
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #234151; border:0px; border-bottom: solid 2px #234151; background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #234151;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.tab-content {margin-top: 0px; padding: 0px;}


.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.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(243, 190, 79, 0.5) ;
    box-shadow: inset 0px 0px 0px 5px rgba(243, 190, 79, 0.5) ;
}


.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 430 / 645);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}



/*--------------------------------------------
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;}
.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: var(--d-gradient2); color: #fff;
}
.bootbox.modal .close:hover{ background: var(--d-gradient3);}


/*Stick*/
.fixed-btn{position: fixed; right: 10px; z-index: 20; 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-padding); right: auto;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn a{display: block; margin: 10px 0px; text-align: center; font-size:  20px;}
.fixed-btn .svg,
.fixed-btn svg{width: 27px; height: auto; max-width: 100px; height: auto;     position: relative;z-index: 3;
        animation: phonering 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: #fff;}

.fixed-btn.fixed-action-btn a{width: var(--iz-1); height: var(--iz-1);
    border-radius: 50%; margin: 5px 0px; padding: 26% 26%; color: #fff;
    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-radius: 50%;
    background: var(--d-gradient);
}
.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);
    text-transform: uppercase;
    color: #fff;
    position: absolute; height: 100%; top: 0px;
    right: 21px;
    white-space: nowrap;
    padding: 6px 56px 4px 20px;
    background: var(--d-gradient);
    border-radius: 25px;
    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;
}

.svg-ani svg path{
   fill: none !important;
   stroke: currentColor;
}
.blur-bg{
    
    border: 1px solid #B79565;
    /* Glass */
    background: linear-gradient(98.61deg, rgba(44, 44, 44, 0.5) -0.04%, rgba(35, 65, 81, 0.5) 99.96%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 10px 20px rgba(0, 0, 0, 0.25), inset 0px 4px 50px rgba(166, 227, 235, 0.25);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 20px;
  
     
}


/*FullPage*/
.fullpage-nav-wrapper{
    position: fixed; z-index: 66;
    bottom: var(--fz-40);
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px var(--d-padding);
}
.fullpage-nav-wrapper .arrow{
    color: #fff;
}
.fullpage-nav-wrapper .arrow:hover{
    color: #EAD5B5;
}
.fullpage-nav-wrapper .fullpage-prev i{
    margin-right: 5px;
}
.fullpage-nav-wrapper .fullpage-next i{
    margin-left: 5px;
}
.fullpage-nav{
    line-height: normal; padding: 0px; margin: 0px;
    transition: var(--d-transition);

    margin: 0 auto !important;
    display: flex;


}

.fullpage-nav:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: rgba(194, 162, 87, 0.5);
}
.fullpage-nav li{
    padding: 0px;
    margin: 0px 15px;
    list-style: none;
}
.fullpage-nav li a {
    opacity: 1;
    display: flex;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    margin: 1.5px;
    transition-duration: 0s;

}
.fullpage-nav li a:before{
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    width: 16px;
    height: 16px;
    border:solid 1px #fff;
    border-radius: 50%;
    opacity: 0;
}

.fullpage-nav li:hover a,
.fullpage-nav li.active a  { opacity: 1; background: rgba(255, 255, 255, 1);
    width: 10px;
    height: 10px;
    margin: 0;
}
.fullpage-nav li:hover a:before,
.fullpage-nav li.active a:before{opacity: 1}

.disable-fullpage .fullpage-nav-wrapper{display: none;}



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

#header {position: fixed; top: 0; width: 100%; transition-duration: 0.3s;  z-index: 22; 
    visibility: hidden;
    background: linear-gradient(180deg, rgba(33, 60, 74, 0.9) 0.06%, rgba(35, 65, 81, 0.9) 121.43%);
    padding: 25px 0px;
    border-bottom: 1px solid rgba(235, 214, 182, 0.5);
}
#header.show{opacity: 1; visibility: visible;}

#header.sticky { position: fixed; top: 0;  left: 0; right: 0;}
.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 auto; padding: 0; transition-duration: 0.3s;  
   
}
#header .navbar-brand img{width: 13.125vw;  min-width: 115px; height: auto;}
#header .logo-cdt img{width: 13.33333333333333vw;  min-width: 90px; height: auto;}
#navigation { padding: 0px; position: relative; text-align: right;}

#header .header-left,
#header .header-right{
    position: absolute;
    top: 50%; transform: translateY(-50%);
}
#header .header-left{
    left: 0;
}
#header .header-right {display: flex; align-content: center; 
    position: absolute; right:0;
    
}
#header .header-right a{margin-left:10px; }

#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{border: 0px;  color: #fff; text-transform: uppercase;
     padding: 0;  position: relative; 
     margin-left: 45px;
}
.header-bottom .navbar-toggler:focus{outline: none;box-shadow: none;}


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

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

#header .navbar-toggler-icon > span:nth-of-type(1) {
    width: 100%;
    top: 0;
    left: 0%;
}
#header .navbar-toggler-icon > span:nth-of-type(2) {
    width: 100%;
    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: 32px;
    height: 32px;
    transform: rotate(180deg) 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: #d4b88e;
    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);
}



.fp-completely .bg,
.fp-completely .bg.go{
    opacity: 1;
}


.swiper:not(.swiper-default) .slide-control{position: absolute; bottom: 30px; 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 54px;}
.slide-control .swiper-button-next, .slide-control .swiper-button-prev{width: 20px; height: 38px;
    background-size: contain; background-repeat: no-repeat; background-position: center center;
    flex: 0 0 20px;    margin: 0px;
}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{display: none;}
.slide-control .swiper-button-prev{background-image: url('../images/arrow-prev.svg'); }
.slide-control .swiper-button-next{background-image: url('../images/arrow-next.svg');}


.section-product-detail .slide-control .swiper-button-prev,
.section-product-detail .slide-control .swiper-button-next{
    margin-top: -19px;
}
.section-product-detail .slide-control .swiper-button-next{
    transform: translateX(40px);
}
.section-product-detail .slide-control .swiper-button-prev{
    transform: translateX(-40px);
}



.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 40px;height: 4px; background: rgba(196, 196, 196, 0.6); margin: 0px 6px;
    border-radius: 0; opacity: 1;
}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #EAD5B5;}

    .post-slide.swiper  {
        padding-bottom: 30px;
    }
.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{}



/*intro_section*/

#intro_section{}
#intro_section .logo-intro object{width: 18.23vw; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
     transition: all 0.6s ease-in-out;
}
#intro_section.ready .logo-intro object{width: 13vw; margin-top: -13vw;}
#intro_section .text-intro{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: 0; visibility: hidden;
    margin-top: 15px;     width: 90%;
}
#intro_section.ready .text-intro{opacity: 1; visibility: visible; text-transform: uppercase; text-align: center;}


#intro_section .text-slogan{position: absolute; 
    width: 61.92708333333333vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
    text-align: right;
}
#intro_section .text-slogan .section-subtitle{font-size: var(--fz-20); color: #234151;
    display: inline-block;
    padding: 3px 10px 0px;
    background: #fff;
    margin: 0;
}


.section-content-wrapper{
    padding: var(--d-padding) ;
    color: #fff;
}
.section-content-wrapper.gradient{
    background: var(--d-gradient1);
}
.section-content-wrapper.bottom{
    position: absolute; left: 0;
    bottom: 0;
}

.section-inspiration{
    
}

.section-inspiration .section-content-wrapper,
.section-introduction .section-content-wrapper{
    width: 40vw;

}

@media (min-width: 1200px){
    .section-inspiration .section-content-wrapper, .section-introduction .section-content-wrapper{
        padding-right: calc(var(--d-padding) * 2);
    }
}

.section-introduction .section-items{
    position: absolute;
    right: var(--d-padding);
    top: 50%; transform: translateY(-50%);
}
.section-introduction .section-items .item{
    padding: 20px; text-align: center;
    
    background: linear-gradient(98.61deg, rgba(44, 44, 44, 0.5) -0.04%, rgba(35, 65, 81, 0.5) 99.96%);
    /* Glass */
    border-radius: 6px;
    margin: 10px 0px;
     backdrop-filter: blur(20px);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 10px 20px rgba(0, 0, 0, 0.25), inset 0px 4px 50px rgba(166, 227, 235, 0.25);
    border: solid 2px #EAD5B5;
}

.section-introduction .section-items .item .title{
    margin-bottom: 5px;
}
.section-introduction .section-items .item strong{
    font-weight: 700;
    font-family: 'GTSectraDisplay';
    font-size: var(--fz-70);
}

.section-utilities-info .section-content{height: 100%;

}
.section-utilities-info .section-content .inner{padding: var(--bs-gutter-x,.75rem);
    max-height: 70vh;
    overflow: auto;
}
.section-utilities-info .section-content .inner .section-info{
    text-align: justify;
}
@media (min-width: 1200px){
    .section-utilities-info .section-content .inner{padding: 2vw 3.125vw;}
}

.section-utilities-info .section-content-inner{display: flex; flex-direction: column;
    height: 100%;
}
.section-utilities-info .section-content-inner .item{
    height: 100%;
     position: relative;
     overflow: hidden;
     cursor: pointer;
}

.section-utilities-info .section-content-inner .items-image{}
.section-utilities-info .section-content-inner .items-image .item-thumb{
    padding-top: 0;
    height: 100%;
    
}
.section-utilities-info .section-content-inner .items-image .item-thumb img{
    border-radius: 20px;
    border: 1px solid #B79565;
}
.section-utilities-info .section-content-inner .items-image .item-content{
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    background: rgba(35, 65, 81, 0.4);
        display: flex;
    flex-direction: column;
    padding: 60px 30px;
    text-align: center;
    transform: translateY(50%);
    opacity: 0;
    transition: var(--d-transition);
    color: #fff;
}
.section-utilities-info .section-content-inner .items-image .item-content h3{margin-top: auto;
    font-family: 'WylieVoigen';
    font-size: var(--fz-40);
    font-weight: 400;
}
.section-utilities-info .section-content-inner .item:hover .item-content{
    transform: translateY(0);
    opacity: 1;
}



.section-home-slide .swiper-slide video{width: 100%; height: 100%; object-fit: cover;}

.modal-form-popup .modal-content{
    background: #234151;
}


.modal-form-popup .close{color: rgba(255,255,255,0.8);
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 30px;
}

.modal-form-popup .close:hover{color: rgba(255,255,255,1);}

.form-popup{ 
    /*opacity: 0; 
    transition: var(--d-transition);
    transition-duration: 1.5s;*/
}

.form-popup .inner{
   padding: 2.5rem 2rem;
}
.form-popup.show{/*opacity: 1;*/ }
.form-popup.show .inner{

}
.form-popup .close{position: absolute; top: 0; right: 0; width: 40px; height: 40px; 
     background: var(--d-gradient2);
     transition: var(--d-transition);
     opacity: 1;
     z-index: 4;
     border-radius: 50%;
}

.form-popup h3{color: #EAD5B5; text-transform: uppercase;}

.form-popup .form-control{
    border-bottom: 1px solid #E5E7EB;
    padding: 0px;
    border-radius: 0px;
    color: #fff;
}
.form-popup .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A7A9AC;
}
.form-popup .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #A7A9AC;
}
.form-popup .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #A7A9AC;
}
.form-popup .form-control:-moz-placeholder { /* Firefox 18- */
  color: #A7A9AC;
}

.form-popup .btn-primary{
    background: var(--d-gradient);
    border: 0;
    color: #234151;
    width: 100%;
    border-radius: 0;
}
.form-popup .btn:hover {
    background: #fff;
}
/*Modal*/
.modal-content .modal-logo{
    margin: 0px 0;
    transition-duration: 0.3s;
    width: 7.3vw;
    min-width: 45px;
    height: auto;
    padding: 0px;
    position: fixed;
    top: 30px;
}



.highlight-slide.swiper{margin-left: -45px; margin-right: -45px;}
.highlight-slide .swiper-slide {padding: 28px 45px 0px; display: flex; }
.highlight-slide .col-left{ flex-grow: 1;}
.highlight-slide .col-right{flex: 0 0 58%; padding-left: 30px; padding-right: 20px;}
.highlight-slide .thumbnail{padding-top: 62.5%; position: relative; }
.highlight-slide .thumbnail:before{content: ''; width: 87px; height: 92px; background: rgba(0, 172, 231, 0.5);
    position: absolute; right: -20px; top: -28px;z-index: -1;
}
.highlight-slide .content{position: relative; padding-left: 32%; padding-top: 90px;}
.highlight-slide .number{width: calc(32% - 20px); position: absolute; left: 0px; padding-top: calc(32% - 20px); margin-top: -50px;}
.highlight-slide .number .bg-rotate{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.highlight-slide .number .inner{font-size: 90px; line-height: 1em; display: flex; align-items: center; justify-content: center;
    color: #EAD5B5; font-weight: 700;
}
.highlight-slide .content h3{text-transform: uppercase; font-size: 18px;}
.highlight-slide .icon{max-height: 64px; width: auto; margin-bottom: 30px;}
.highlight-slide.swiper .slide-control{left: calc(16% - 10px);transform: translateX(0);}
.highlight-slide.swiper .slide-control .swiper-pagination{align-items: center;}
.highlight-slide.swiper .slide-control i{
    border: 1px solid #FFFFFF;
    transform: rotate(109.98deg);
    width: 58.52px;height: 0px;
    display: none;
}
.highlight-slide.swiper .slide-control .swiper-pagination-current{font-size: 40px;  font-weight: 700; color: #EAD5B5; line-height: 1em; position: relative;
    padding-right: 35px;
}
.highlight-slide.swiper .slide-control .swiper-pagination-current:after{
    content: '';
     border: 1px solid #FFFFFF;    
    width: 58.52px;height: 0px;
    position: absolute; right: -12px; top: 50%; transform: translateY(-50%)  rotate(109.98deg);
}
.highlight-slide.swiper .slide-control .swiper-pagination-total{font-size: 20px;}

.section-content-fitbottom {position: absolute; bottom: 30px; left: 0px; width: 100%;  z-index: 3;
    color: #E6F0F0; font-weight: 400;
}
.section-content-fitbottom.static{position: static;}
.section-content-fitbottom .description a{color: #EAD5B5; font-weight: 700;}
.section-content-fitbottom .description a:hover{color: #083544;}


.section-content-fitleft {position: absolute; bottom: 0px; left: 0; 
    height: 100%; width: 29.6875vw;  z-index: 4;
    color: #E6F0F0; font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    padding-left: var(--d-padding);
    
}
.section-content-fitleft:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(14, 34, 45, 0.9) 26.56%, rgba(14, 34, 45, 0.718233) 51.56%, rgba(14, 34, 45, 0.486) 82.29%, rgba(14, 34, 45, 0) 100%);
    opacity: 0.7;
    pointer-events: none;
}

.section-content-fitright {position: absolute; top: 0; right: var(--d-padding); 
    
    height: auto; width: 21.77083333333333vw;  z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    top: 50%;
     transform: translateY(-50%); 
    
}
.section-content-fitright .inner{
    padding: 30px ;
}
@media (min-width:1200px) {
    .section-content-fitleft{
       
    }
    .section-content-fitright{top: calc(50% + var(--fz-45));}
}

.section-content-scroll{
    max-height: calc(100vh - var(--m-top));
}
.section-content-scroll-fixed{
    height: calc(100vh - var(--m-top) - 60px );
}
.section-tab-scroll{
    height: calc(100vh - 320px);
}
.nicescroll-rails{
    transform: translatex(calc((var(--d-padding) / 2 )));
}
.nicescroll-rails.utilities-rail{transform: translatex(0);}
.nicescroll-rails.nicescroll-rails-hr{
    transform: translateX(0) translateY(30px);
}
.nicescroll-rails.progress-rail{display: none ; visibility: hidden;}




.section-introduction .section-content-fitbottom{position: absolute; bottom: 30px; left: 0px; width: 100%;}
.section-introduction .items{display: flex;}
.section-introduction .items .item{flex: 0 0 20%;     text-align: center; padding: 0px 15px;}
.section-introduction .items .item .icon{ padding-bottom: 20px; }
.section-introduction .items .item .icon img,
.section-introduction .items .item .icon svg{width: auto; height: 30px;color: #EAD5B5;}
.section-introduction .items .item .icon svg path{
   fill: none !important;
   stroke: currentColor;
}
.section-introduction .items .item:hover svg{color: #fff;}
.section-introduction .items .item h4 {color: #EAD5B5;font-weight: 600; text-transform: uppercase; display: flex; align-items: flex-end;     justify-content: center;
    min-height: 40px; padding-bottom: 5px; margin-bottom: 0px;
}
.section-introduction .items .item strong,
.section-introduction .items .item b{font-size: 40px;line-height: 1em;}

.section-masterplan .masterplan-map-wrapper,
.fullpage-map-wrapper{position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.section-masterplan .masterplan-map,
.fullpage-map-wrapper .fullpage-map{
    position: absolute;
    width:1920px; height: 980px; background-position:center top; background-size: contain; background-repeat: no-repeat;
}

.section-masterplan .masterplan-map .inner,
.section-masterplan .masterplan-map .items,
.section-masterplan .masterplan-map .svg-map,
.fullpage-map-wrapper .fullpage-map .inner,
.fullpage-map-wrapper .fullpage-map .items,
.fullpage-map-wrapper .fullpage-map .svg-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.fullpage-custom-wrapper{
    position: relative;
    height: 0;
}
.fullpage-custom-wrapper .fullpage-custom{
    position: absolute;
    background-position:center top; background-size: contain; background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.fullpage-custom-wrapper .fullpage-custom img{
    max-width: none;
}

.fullpage-custom-wrapper .fullpage-custom .inner,
.fullpage-custom-wrapper .fullpage-custom .items,
.fullpage-custom-wrapper .fullpage-custom .svg-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px){
    .section-masterplan .col-xl-60{
        flex: 0 0 auto;
        width: 60%;
    }
}



.section-floor .fullpage-custom-wrapper .fullpage-custom {
    transform-origin: top left;
}
.section-floor .section-content{
    position: absolute;
    top: var(--m-top);
    right: var(--d-padding);
    width: calc(40% - 2*var(--d-padding) );
}
.section-floor .section-content .section-heading{margin-bottom: 20px}
.section-floor .section-content .section-heading .section-title,
.section-product-detail .section-content .section-heading .section-title{text-transform: none;}
.white-bg .section-heading .text-g{
    background: var(--d-gradient2);
        -webkit-background-clip: text;
}
.section-floor .floor-image{margin-top: 2em;}
.section-floor .floor-image h4{color: #234151; text-transform: uppercase; font-weight: 600}
.white-bg  .section-info{
    color: #234151;
}
.white-bg .btn.btn-outline{
    color: #234151;
    border-color: #234151;
}
.dropdown-group{margin-left: -15px; margin-right: -15px;}
.dropdown-group .dropdown{padding: 0px 15px;}
.dropdown-group .dropdown-menu{margin-left: 15px; min-width: 250px; max-height: 50vh; overflow: auto;}

/*.section-floor .dropdown .btn{min-width: 150px;}*/
.section-floor .dropdown .btn:hover{    background: var(--d-gradient2); color: #fff}

.section-floor  .block-title:before{ content:'|' ; padding:0px 15px; }

.section-product-detail .product-image{margin-top: 2em; }
.section-product-detail .product-image .thumbnail img{width: 280px;}
.section-product-detail .product-image h4{color: #234151; text-transform: uppercase; font-weight: 600}
.section-product-detail .product-detail-image{text-align: right;}
@media(min-width:1200px){
    .section-product-detail .product-detail-image img{max-height: 80vh}
}

.section-product-detail .product-table tr td,
.section-product-detail .product-table tr th{
        padding: 10px;
}
.section-product-detail .product-table tr td{
    border: 1px solid #939598;
    color: #555555;
}
.section-product-detail .product-table tr th{
    color: #FFFFFF;
    background: #234151;
}

.section-product-detail .nav{
    justify-content: center;
    margin-top: 15px;
}
.section-product-detail .nav a{
    margin: 0px 5px;
}
.section-product-detail .nav a.active{
     background: var(--d-gradient); color: #fff; 
}
.section-product-detail .section-content .section-heading,
.section-product-detail .section-content .dropdown {
    margin-bottom: 20px;
}
.section-product-detail .section-content .section-info h3,
.section-product-detail .section-content .section-info h2{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

@media(min-width:1200px){
    .section-product-detail .product-gallery-slide img{max-height: 70vh;}
}


.section-masterplan .item{position: absolute; z-index: 2; opacity: 0;}
.section-masterplan .item.show{opacity: 1;}
.section-masterplan .item:before{content: ''; width: 6px; height: 6px;
    border-radius: 50%; background: #D3B890;
    position: absolute; transform: translate(-50%,-50%);
}
.section-masterplan .item .text-inner{
    position: absolute;
    left:calc(50% ) ;
    transform: translateX(-50%);
    bottom: 110px;
   
    border-radius: 0px;
    margin: 0;
    
}
.section-masterplan .item .text-inner:before{content: ''; position: absolute;
    height: calc(100% - 5px + 110px); top: 5px; width:0px ; border-right: 1px solid #D3B890;
    left:calc(50% ) ;
    transform: translateX(-50%);
}
.section-masterplan .item .text-inner h3{margin: 0; font-weight: 600; white-space: nowrap; line-height: 1.2em;
    font-size: 22px;
    padding: 8px 25px;
    color: #fff;
     background: var(--d-gradient);
     position: relative;
     z-index: 2;
}

.section-masterplan .item-default.go{opacity: 1;}
.section-masterplan .item-default:before{width: 10px; height: 10px; background: #fff; }
.section-masterplan .item-default .text-inner{background: rgba(255,255,255,0.9);border: 0;  right: 0px;}
.section-masterplan .item-default .text-inner:before{border-color: #fff;}
.section-masterplan .item-default .text-inner h3{color: #234151;}

.section-masterplan .item.right .text-inner{
        left: 150px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
}
.section-masterplan .item.right .text-inner:before{
    width: calc(100% - 5px + 150px);;
    height: 1px;
    background: #D3B890;
    right: 0;
    top: 50%;
        left: auto;
     transform: translateY(-50%);
}


.section-masterplan .svg-map .item-hover path{
     fill-opacity: 0;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    /*fill:url(#img_map_fill);*/
    fill: #30e6ed ;
    stroke:url(#img_map_stroke) ;
    cursor: pointer;
    stroke-width: 0;
}
.section-floor .item{pointer-events: none;}
.section-floor .item:before,
.section-floor .item.right:before,
.section-floor .item .text-inner:before,
.section-floor .item.right .text-inner:before{
    display: none;
}
.section-floor .item .text-inner,
.section-floor .item.right .text-inner{
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
}

.section-content-fitleft{}

@media (max-width:767px) {
    .section-content .dropdown .dropdown-menu{
        max-height: 200px;
        overflow: auto;
    }
}



.section-masterplan .svg-map .item-hover.show path{
    animation-name: DrawStroke2;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: linear;
    fill-opacity: 0.7;
    stroke-width: 2;
}


.section-block .section-info{margin: 20px 0px 20px; color: #fff;}
.section-block .svg-map .item-hover path{
     fill-opacity: 0;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    /*fill:url(#block_fill);*/
    stroke:#D3B890 ;
    cursor: pointer;
    stroke-width: 0;
}
.dropdown .btn{min-width: 200px; text-transform: uppercase;
        display: inline-flex; 
        align-items: center;
}
.dropdown .btn:after{
    content: '\f107';
     font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        background: transparent;
        border: 0;
        margin-left: auto;
            font-size: 1.5rem;
                line-height: 1rem;
}

.map-note a img{min-height: 22px;}

.section-utilities .bg{z-index: 2;}
.utilities-slide-child .swiper-pagination-bullets.swiper-pagination-horizontal{position: absolute; left: var(--d-gutter); top: 50%; transform: translateY(-50%);
    width: auto;     bottom: auto;
}
.swiper .utilities-slide-child  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: auto; height: auto; border-radius: 0;
    font-weight: 700;text-transform: uppercase; color: #fff; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4); position: relative;
    display: flex;
    margin: 10px 0px;    align-items: center;
    background: transparent;

}
.utilities-slide-child .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.utilities-slide-child .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    /*background: -webkit-linear-gradient(260deg, rgba(222,176,94,1) 0%, rgba(255,234,161,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #DEB05E;
}
.utilities-slide-child  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:after{
    content: ''; width: 0px; height: 1px; background: #EAD5B5; margin-left: 10px;
    transition: var(--d-transition);
    opacity: 0; 
}
.utilities-slide-child .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover:after,
.utilities-slide-child .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    width: 45px; opacity: 1;
}

.section-content-fitbottom .swiper-pagination {display: flex; justify-content: center; position: static !important;}
.section-content-fitbottom .swiper-pagination a{
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: 1px solid #EAD5B5; border-radius: 35px;
    margin: 0px 9px; padding: 10px 35px 6px;
    width: auto;
    height: auto;
    opacity: 1;

}
.section-content-fitbottom .swiper-pagination a span{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    display: inline-block;
}
.section-content-fitbottom .swiper-pagination a:hover,
.section-content-fitbottom .swiper-pagination a.swiper-pagination-bullet-active{
    background: var(--d-gradient);
}
.section-content-fitbottom .swiper-pagination a:hover span,
.section-content-fitbottom .swiper-pagination a.swiper-pagination-bullet-active span{
    background: transparent;
    color: #1A4070;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.section-content-fitleft.center{
    top: 50%;
    transform: translateY(-50%);
    height: auto;
        bottom: auto;

}

 /*section-image */
#location {
    overflow: hidden;
}

#location .section-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
}

#location.active .section-image-wrapper {
    animation: scaleOut;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
@media (max-width:767px) {
    #location .section-image-wrapper.go {
        animation: scaleOut;
        animation-duration: 2s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
}

#location .section-image {
    height: 980px;
    width: 1678px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    transform-origin: bottom right;
}

    #location .section-image img.map-img {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    #location .section-image img.map-bg,
    #location .section-image > object,
    #location .section-image > svg {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    #location .section-image > svg {
        z-index: 3;
    }

    #location .section-image > svg#LineMap .st0 {
        fill: none;
        stroke-miterlimit: 10;
        stroke-width: 2;
        stroke-dasharray: 10;
        stroke-dashoffset: 0;
        animation: StrokeLine 3s infinite linear;
        stroke: #fff;
    }
     #location .section-image .logo-map{
        position: absolute;
        left: 32.5%;
        top: 56.5%;
        width: 80px;
     }

#location .section-content {
    position: absolute;
    left: var(--d-padding);
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
}






.section-location-link .section-image-wrapper{}
.section-location-link .items .item{display: flex; margin: 1rem 0px;}
.section-location-link .items .item .number{
    width: 5.989583333333333vw; 
    height: 5.989583333333333vw; 
    flex:0 0 5.989583333333333vw;
    display: flex;
    flex-direction: column; align-items: center; justify-content: center;
    border: solid 1px #EAD5B5; border-radius: 50%;
    margin-right: 10px;
    color: #EAD5B5;
}
.section-location-link .items .item .number strong{font-size: var(--fz-50); font-family: 'GTSectraDisplay';
        font-weight: 700;
}
.section-location-link .items .item .content{flex-grow: 1;  font-weight: 500;}
.section-location-link .items .item ul{list-style: none; padding: 0; margin: 0}
.section-location-link .items .item ul li{list-style: none; padding-left: 15px; position: relative;}
.section-location-link .items .item ul li:before{content: ''; 
    width: 8px;
height: 8px;
background: #D3B890; position: absolute; left: 0px; top: 5px; border-radius: 50%;
}



.section-masterplan .section-content-fitbottom{
    position: absolute; bottom: 30px; left: 0px; width: 100%;
    text-align: center;
        z-index: 3;
}
.section-masterplan .section-content-fitbottom p:last-child{margin-bottom: 0;}

.section-utilities-slide .slide-content{position: absolute; bottom: 60px; left: 0px; width: 100%;
    padding-bottom: 0px; color: #fff; text-align: center;}
.section-utilities-slide .swiper-slide .description{text-align: center;}
.section-utilities-slide .slide-control{width: auto;}
.utilities-image-wrapper{
    display: inline-block;
/*overflow: hidden;*/}

@media(min-width:1200px){
    .utilities-image-wrapper img{max-height: 90vh;}
}

.utilities-image-wrapper svg{position: absolute; left: 0px; top: 0px; width: 100%; height: auto;z-index: 2; }
.utilities-image-wrapper svg .item-maker{}
.utilities-image-wrapper svg .item-maker circle{fill: url(#maker_fill); stroke:#234151;stroke-width: 1;
}
.utilities-image-wrapper svg .item-maker text{fill: #fff;font-size: 10px; font-weight: 700;}
.utilities-image-wrapper svg .item-maker:hover circle,
.utilities-image-wrapper svg .item-maker.active circle{fill: #234151;}
.utilities-image-wrapper svg .item-maker:hover circle,
.utilities-image-wrapper svg .item-maker.active circle{stroke:#D3B890;
    stroke-miterlimit: 5;
    stroke-width: 2;
    stroke-dasharray: 5;
    stroke-dashoffset: 0;
    animation: StrokeLine 4s infinite linear;
}
.utilities-image-wrapper svg .item-maker:hover text,
.utilities-image-wrapper svg .item-maker.active text{fill: #fff;}

.utilities-image-wrapper .map-tooltip {
      pointer-events: none;
      position: absolute;
      text-align: center;
      z-index: 5;
      height: auto;      
      margin: 0 auto;
      
      transform: translate(-50%,-100%);
      display: none;
     
        border-radius: 0px;
        
        align-items: center;
        padding: 0px;

      /*
      border-radius: 25px;
      background: var(--d-gradient2);*/
      
      /*white-space: nowrap;*/
      /*text-transform: uppercase;*/

}
.utilities-image-wrapper .map-tooltip span{
     padding: 0px;
}
.utilities-image-wrapper .map-tooltip.bottom{
    transform: translate(-50%,0);
}
.utilities-image-wrapper .map-tooltip.active {
  display: flex;
}

.section-sales-policy .section-title{    text-transform: none;}
.section-sales-policy .section-info{
    margin: 20px auto;
}
.policy-items{
    padding-right: 10px;
}

.project-number img{
    max-height: 64vh;
}
.section-about-idea .section-content-right{position: absolute;
    top: var(--m-top);
    right: 15vw;
    text-align: center;
}
.section-about-idea .section-title{color: #fff; margin-bottom: 0px;}
.section-about-idea .section-title em{transform: none;}
.section-title span.text-g{
    padding-top: 10px;
    margin-top: -10px;
}
.section-title em .text-g{
    padding-top: 10px;
    margin-top: 0;
}
.section-about-idea .section-subtitle{text-transform: none; margin-bottom: 45px; font-size: calc(var(--fz-55) / 1.7 );}
.section-about-idea .section-info{font-style: italic;}

.section-about-group .section-content{position: absolute; 
    left: 0px ;  
    top: 0px; 
    width: 42%; height: 100%;

}
.section-about-group .section-content .inner{
    margin: 200px 20% 0px;
    padding: 35px 25px;
    background: var(--d-gradient);
    text-align: center;
    color: #234151;
}
.section-about-group .section-content .inner .section-title{
    color: #234151;
    padding-bottom: 8vw;
    position: relative;
}
.section-about-group .section-content .inner .section-title:before{
    content: '';
    position: absolute;
    left: 50%; height: 6vw;
    bottom: 1vw;
    width: 1px;
    background: #234151;
    transform: translateX(-50%);
}
.section-about-partner .section-image-cover{
    height: 100vh; 
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.section-about-partner .section-image-cover img{position: absolute;
    left: 0;
    top: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.section-about-partner .section-content{

}
.section-about-partner .items{
    display: flex; flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content:center;
}
.section-about-partner .items .item{
    flex: 0 0 calc(100% / 3);
    padding: 0px 20px;
    text-align: center;
    margin: 20px 0px;
}
.section-about-partner .items .item .thumb{
    margin-bottom: 15px;
    height: 75px;
        display: flex;
    justify-content: center;
    align-items: center;
}
.section-about-partner .items .item .thumb img{
    max-width: 100%; max-height: 100%;
}
.section-about-partner .section-heading{margin-bottom: 0px; text-align: center;}

.section-about-agency,
.agency-slide-wrapper {text-align: center;}
.agency-slide-wrapper .slide-control .swiper-button-prev{
    left: 0;
    transform: translateY(-50%);
}
.agency-slide-wrapper .slide-control .swiper-button-next{
    right: 0;
    transform: translateY(-50%);
}
.agency-slide-wrapper .items{ 
    /*display: flex; flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content:center;*/
}
.agency-slide-wrapper .items .item{
    /*flex: 0 0 calc(100% / 5);*/
    padding: 0px 45px;
    text-align: center;
    
}
.agency-slide-wrapper .items .item .thumb{
    margin-bottom: 15px;
    height: 75px;
        display: flex;
    justify-content: center;
    align-items: center;
    
}
.agency-slide-wrapper .items .item .thumb img{
    max-width: 100%; max-height: 100%;
}

@media(min-width:1200px){
    .section-about-agency .section-heading{
        position: absolute;
        left: 50%;
        top: -3rem;
        transform: translate(-50%, calc(-50%));
    }
}

.section-about-document .tab-content{overflow: hidden;}
.section-about-document ul.nav,
.section-tabs ul.nav{margin: 0px 0px 30px; padding: 0px; border: 0; justify-content: center;}
.section-about-document ul.nav li,
.section-tabs ul.nav li{margin: 0px 10px;}
.section-about-document ul.nav li  .nav-link,
.section-tabs ul.nav li  .nav-link{
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}
.section-about-document ul.nav .nav-link.active,
.section-tabs ul.nav .nav-link.active{
    background: transparent;
    border: 1px solid #EAD5B5 ;
    color: #EAD5B5 ;
}
.section-about-document .items .item{margin-top: 60px;}
.document-list .item .title{
    font-family: 'GTSectraDisplay';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-30);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.document-list .item p{
    margin-bottom: 2rem;
}
.document-list .item .btn{
    text-transform: none;
}


.post-list .item{color: #fff; display: block; position: relative;}
.post-list .item .item-thumb{padding-top: calc(100% * 518 / 312); position: relative;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
        border: 1px solid #B79565;
}
.post-list .item .item-thumb:before{
 content: '';  position: absolute; bottom: 0px; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.56%, rgba(0, 0, 0, 0.8) 85.42%);
        z-index: 1;
}

.post-list .item .item-body{ position: absolute; bottom: 0px; left: 0; width: 100%; padding: 1rem; z-index: 2}
.post-list .item .item-body:before{
   
}
.post-list .item h3{margin-bottom: 10px; 
    font-weight: 700; color: #fff;
    font-size: var(--fz-15);
}
.post-list .item h3 a{ color: #fff;}
.post-list .item .description{margin-bottom: 20px;    -webkit-line-clamp: 5; height: 120px;}
.post-list .item .date-time{
    font-size: 0.85rem;
    margin-bottom: 10px;
    font-style: italic;
}

.post-list .item .btn-detail{color: #00ACE7; font-style: italic; margin-top: 20px; font-weight: 600;}
.post-list .item:hover .btn-detail{color: #EAD5B5}

.post-list .item .btn{
    font-size: var(--fz-14);
    text-transform: none;
}


.post-list-paging .item{margin-bottom: var(--fz-45);}
.post-list-paging .item .item-thumb,
.post-slide-other .item .item-thumb{
    padding-top: calc(100% * 378 / 466);
}
.post-list-paging .col-lg-8  .item {
    height: calc(100% - var(--fz-45));
    
}
.post-list-paging .col-lg-8  .item .item-thumb{
    height: calc(100%);
    padding-top: 0;
}

.progress-list .date-time{display: none;}
.progress-list.post-feature .item{
    height: calc(100% - var(--fz-45));
}
.progress-list.post-feature .item .item-thumb{
    min-height: 29vw;
    height: calc(100%);
    padding-top: 0;
}

.section-progress-timeline .section-content{
    display: flex;
    width: 100%;
        align-items: center;
}
.section-progress-timeline .section-content .section-title {
    text-align: left;
    margin-bottom: 2rem;
}
.section-progress-timeline .section-content .progress-nav{
    flex:  0 0 45%;
    width: 45%;
    margin-right: 20px;
}
.section-progress-timeline .section-content .progress-content{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.section-progress-timeline .section-content .progress-content .progress-title{
    flex:  0 0 25%; margin-right: 15px;
    font-size: calc(var(--fz-22) *1.2 );
    font-weight: 700;
    margin: 0;

}
.section-progress-timeline .section-content .progress-content  .item{flex-grow: 1}

.progress-slide-wrapper .swiper-slide .content{
    display: none;
    width: 170px;
    height: 170px;
    font-size: calc(var(--fz-22) *1.2 );

    justify-content: center;
    align-items: center;
    border: 3px solid #EAD5B5;
    color: #EAD5B5;
    border-radius: 50%;
    flex-direction: column;
        background: #234151;
}
.progress-slide-wrapper .swiper-slide .content strong{
    display: block;
    
}

.progress-slide-wrapper .swiper-wrapper{
    align-items: center;
    overflow: auto;
    z-index: 2;    
    position: relative; 
    /*justify-content: flex-end;  */
}
.progress-slide-wrapper  .progress-slide{
    position: relative;   
    padding: 0px 15px;
}
.progress-slide-wrapper .progress-slide:before{
    content: '';
    width: 100%;
    height: 2px;
    background: var(--d-gradient);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.progress-slide-wrapper .swiper-slide{
     width: 60px;
    height: 60px;
    margin: 0px 15px;
    cursor: pointer;
    
}
.progress-slide-wrapper .swiper-slide.swiper-slide-active{
    width: 170px;
    height: 170px;
}

.progress-slide-wrapper .swiper-slide span{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #FFFFFF;
    font-weight: 500;
    background: #234151;
}

.progress-slide-wrapper .swiper-slide.swiper-slide-active span{display: none;}
.progress-slide-wrapper .swiper-slide.swiper-slide-active .content{display: flex;}
.progress-content.post-list  .item .item-thumb{
    padding-top: calc(100% * 378 / 466);
}



/*Footer*/
#footer{color: #fff;}
#footer .title{color: #EAD5B5; text-transform: uppercase; margin-bottom: 2rem;}
#footer .agency-slide-wrapper .title{margin-bottom: 0}
#footer .contact-form {
   
}
@media(min-width:1200px){
    #footer .contact-form{
       padding-right: var(--fz-50); position: relative;
    }
    #footer .contact-form:after{
        content: '';
        position: absolute;
        right: calc(-1 * var(--fz-50));
        top: 0;
        height: 100%; width: 1px;
        background: #EBD6B6;
    }
    #footer .contact-info{
       padding-left: var(--fz-50);
    }
}
#footer .contact-form .section-title-lg {
    font-weight: 400;
}
.contact-info .item{position: relative;  padding: 5px 0px 35px; padding-left: 53px;}
.contact-info .item i{ color: #EAD5B5; position: absolute; left: 0px; top: 0px; font-size: 2rem;}
.contact-info .item .svg,
.contact-info .item svg{width: 32px; height: auto; color: #EAD5B5; 
    position: absolute; left: 0px; top: 0px;
}
.contact-info .item:hover .svg,
.contact-info .item:hover svg{color: #fff;}
.contact-info .item span{display: block; font-weight: 700; text-transform: uppercase;}
.contact-info .item .title{font-weight: 700;}
#footer .contact-info .item .title:hover{color: #fff;}

#footer {color: #E0E0E0;}
#footer .form-group{}
#footer .form-control{ border-bottom: 1px solid #E5E7EB; padding: 0px; border-radius: 0px; color: #fff;}
#footer textarea.form-control{height:90px ;}
#footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A7A9AC;
}
#footer .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #A7A9AC;
}
#footer .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #A7A9AC;
}
#footer .form-control:-moz-placeholder { /* Firefox 18- */
  color: #A7A9AC;
}
#footer .description{color: #D0D0D0;}
#footer .note{color: #D3B890; opacity: 0.6;}
#footer .copyright-wrapper{position: absolute; bottom: 30px; left: 0px; width: 100%; padding: 0px 15px;
    color: #B7B7B7;
}
#footer .copyright-wrapper a{color: #12878A;}

.footer-top{margin-top: 5rem;}

/**/
.post-detail .inner{}
h1.post-title{font-size: var(--fz-30);font-weight: 500; color: #D3B890; margin-bottom:5px;  line-height: 1.2em;}
.post-detail .date-time{
   
    transition: var(--d-transition);
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 300;
}
.section-post-other .section-title{margin-bottom:30px; ;}
.post-detail .editor-content h1,
.post-detail .editor-content h2,
.post-detail .editor-content h3,
.post-detail .editor-content h4,
.post-detail .editor-content h5,
.post-detail .editor-content h6{font-size: var(--fz-20);margin-bottom: 1em; font-weight: 700; text-transform: none; color: #fff;}
.post-detail .editor-content a{color: #EAD5B5;}
.post-detail .editor-content a:hover{color: #00ACE7}

.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{display: inline-block; padding: 0px 5px; text-align: center; font-weight: 500; color: #666666; width: 40px; height: 40px; line-height: 38px; border-radius: 0%; border:solid 1px transparent;
    border-radius: 50%;
}
.pagination ul li span.current{color: #bda177;  border-color: #bda177;}
.pagination ul li a:hover{border-color: #bda177;}
.pagination ul li span.dots{border-color: transparent;}


.section-fittop{
    margin-top: var(--m-top);
}
.section-post-detail{}

/*Libary*/
.block-gallery .slide-control .swiper-button-next{
    right: -20px;
    transform: translateY(-50%);
}
.block-gallery .slide-control .swiper-button-prev{
    left: -20px;
    transform: translateY(-50%);
}

.block-video .slide-control .swiper-button-next{
    right: 4%;
    transform: translateY(-50%);
}
.block-video .slide-control .swiper-button-prev{
    left: 4%;
    transform: translateY(-50%);
}
.document-slide-wrapper{
    padding: 0px 45px;
}
.block-document .slide-control .swiper-button-next{
    right: 0px;
    transform: translateY(-50%);
}
.block-document .slide-control .swiper-button-prev{
    left: 0px;
    transform: translateY(-50%);
}

.gallery-slide .item-thumb{
    height: 0px; padding-top: calc(100% * 545 / 400);
    border-radius: 10px;
    border: 1px solid #B79565;
}
.gallery-slide .item-thumb img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}
.gallery-slide h3{
    color: #fff;
    font-size: var(--fz-16);
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0px 0px;
}

.video-slide-child .item-thumb{
    height: 0px; padding-top: calc(100% * 618 / 1067);
   
}
.video-slide-child .item-thumb img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;

}
.video-slide-child .item-thumb i{
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: var(--iz-1);
    height: var(--iz-1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;

}
.video-slide-child .item-thumb:hover i{
    border: 1px solid #EAD5B5;
    color: #EAD5B5;
}
.video-slide-child .swiper-slide:not(.swiper-slide-active) .item-thumb img{
    top: 10%;
    bottom: 10%;
    height: 80%;
    opacity: 0.5;
}



/*Introduction*/


.utilities-slide-out-wrapper{display: flex; flex-direction: column; padding: 40px 0px 50px;
    height: calc(100vw * 728 /1315);
}
.utilities-slide-thumb-wrapper{height: 110px;}
.section-utilities-slide-out .utilities-slide-withthumb{flex-grow: 1; padding: 0px 40px;}
.section-utilities-slide-out .utilities-slide-withthumb .swiper-slide{
    height: 100%; display: flex; flex-direction: column;
}
.section-utilities-slide-out .utilities-slide-withthumb .section-title{text-align: center; margin-bottom: 20px; min-height: 30px;}
.section-utilities-slide-out .utilities-slide-withthumb .slide-image{ 
    flex-grow: 1;
    width: calc((100vh - 90px - 110px - 30px) * 1315 / 728 );
        margin: auto;
}
.section-utilities-slide-out .utilities-slide-thumb{height: 80px; margin-top: 30px;}
.section-utilities-slide-out .utilities-slide-thumb .swiper-wrapper{justify-content: center;    padding: 0px 5px;}
.section-utilities-slide-out .utilities-slide-thumb .swiper-slide-thumb-active .item-thumb.animation:after{
    -webkit-box-shadow: inset 0px 0px 0px 3px #EAD5B5;
    box-shadow: inset 0px 0px 0px 3px #EAD5B5;
}


.section-utilityfloor .nav {
    position: absolute; top: var(--m-top);
    right: var(--d-padding);
}
.section-utilityfloor .nav li{
    margin-left: 20px;
}
.section-utilityfloor .nav li a.active{}

.items.utilities-items.list-number{
    /*display: flex;flex-wrap: wrap; margin-left: -10px; margin-right: -10px;*/}
.items.utilities-items .number{flex: 0 0 50%; margin: 4px 0px; padding: 0px 0px;}
.items.utilities-items .item{margin: 4px 0px; 
    display: flex; font-size: var(--fz-14);  align-items: center;
    font-weight: 300;
    color: #fff;
    
}
.items.utilities-items .item span{flex: 0 0 26px; height: 26px;
     font-weight: 600; color: #fff;
    background: linear-gradient(90.87deg, #FF6B00 0%, #F09009 100%);
    overflow: hidden; border-radius: 50%; margin-right: 5px;
    text-align: center; line-height: 24px;
    font-size: var(--fz-14);

}
.items.utilities-items .item.active,
.items.utilities-items .item:hover{color: #D3B890;}
.items.utilities-items .item.active span,
.items.utilities-items .item:hover span{background: linear-gradient(90deg, rgba(14, 34, 45, 0.9) 26.56%, rgba(14, 34, 45, 0.718233) 51.56%, rgba(14, 34, 45, 0.486) 82.29%, rgba(14, 34, 45, 0) 100%);
    color: #D3B890;
    border: 1px solid #D3B890;
}


@media (min-width:992px) {
    .section-utilities .items:last-child ul {column-count: 2;    column-gap: 30px;}
    .items.utilities-items .item{/*white-space: nowrap;*/}
}


.section-subdivision .section-content-fitbottom {position: absolute; bottom: 30px; left: 0px; width: 100%;  z-index: 3;}
.section-subdivision .section-content-fitbottom:before{ content: '';
    position: absolute; left: 0px; bottom: -30px; width: 100%; height: 300%;
    background: linear-gradient(4.13deg, rgba(22, 32, 63, 0.98) 33.92%, rgba(11, 78, 130, 0) 70%);
   opacity: 0.8; pointer-events: none;
}
.section-subdivision .subdivision-map{
    position: absolute;
    width: 1920px;
    height: 980px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.subdivision-map .inner,
.subdivision-map .makers{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section-subdivision .makers .item{
    position: absolute;
    z-index: 10;
    height: 300px;
    transition: all 0.3s ease-in-out;
    width: 12px; ;
}
.section-subdivision .makers .item:before{
    content: '';left: 50%; transform: translateX(-50%); top: 60px; bottom: 12px;  width: 1px; background: #fff;
    position: absolute;
}
.section-subdivision .makers .item .title{color: #fff;font-size: 15px;text-align: center;
    position: absolute; left: 50%; top: 0px; transform: translateX(-50%);
    white-space: nowrap;
    min-width: 100px;
    height: 45px;
}
.section-subdivision .makers .item .title:before{content: ''; width: 10px; height: 10px; border-radius: 50%; border: solid 1px #fff;
    bottom: -15px; position: absolute;left: 50%; transform: translateX(-50%);
}
.section-subdivision .makers .item .title strong{text-transform: uppercase; font-weight: 600; display: block;}
.section-subdivision .makers .pointer{position: absolute; bottom: 0px;left: 0px; }
.section-subdivision .makers .pointer:before {
    transition: all 0.3s ease-in-out;
    background: #fff;
    content: "";
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.section-subdivision .makers .pointer:after {
    transition: all 0.3s ease-in-out;
    content: "";
    bottom: 0;
     left: 0;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    animation: scaleToIn 1s infinite;
    width: 12px;
    height: 12px;
}
.subdivision-maker{
    border: 0;
    box-sizing: border-box;
    border-radius: 0px;
    overflow: hidden;
}
.subdivision-maker img{
    width: 327px; max-width: unset;
    height: 188px;
    object-fit: cover;
}
.subdivision-maker h5{color: #234151; margin: 0px; padding: 7px 15px; font-weight: 400;
    background: var(--d-gradient);
    text-transform: uppercase;
    font-size: var(--fz-22);
    font-weight: 600;

}
.subdivision-maker h5 strong{font-weight: 600; text-transform: uppercase; margin-left: 5px;}

.subdivision-tooltip{ margin-top: 30px !important; }
.subdivision-tooltip.show{opacity: 1;}
.subdivision-tooltip .tooltip-arrow{display: none;}
.subdivision-tooltip .tooltip-inner{background: transparent; max-width: 100%;}

.section-subdivision .makers .item:hover .pointer:before{border: 1px solid #EAD5B5; background: #EAD5B5;}
.section-subdivision .makers .item:hover .pointer:after {border: 1px solid #EAD5B5;}

.section-partner .section-title{justify-content: center; text-transform: uppercase;font-weight: 600;}
.section-partner .section-title:before,
.section-partner .section-title:after{display: none;}

.section-partner .row-1 img{max-height: 17.85vh;}
.section-partner .row-2{margin: 50px 0px;}
.section-partner .items{ display: flex; justify-content: center; align-items: center;}
.section-partner .items .item{display: block; padding: 0px 3.6vw; }
.section-partner .items .item img{max-height: 11.53vh;}
.section-partner .items-group .group{margin: 10px 0px; padding: 0px 4.6vw;}
.section-partner .items-group .group img{max-height: 4.08vh;}
.section-partner .items-group .items{min-height: 6vh;}
.section-partner .items-group .items .item{padding: 0px 15px; }
.section-partner .items-group h4{text-transform: uppercase; font-weight: 400; border-bottom: solid 1px #12878A; margin-bottom: 10px;
    padding-bottom: 5px;
}

.section-legal .section-nav {display: flex; flex-direction: column;     align-items: flex-start;}
.section-legal .section-nav a{display: inline-flex; margin-top: 20px; 
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}
.section-legal .section-nav a:hover{
    background: transparent;
    border: 1px solid #EAD5B5;
    color: #EAD5B5;
}


#footer .contact-info{}

#footer #form_register{}
#footer #form_register .btn{background: var(--d-gradient); border: 0;
    color: #234151;
    width: 100%; border-radius: 0;
}
#footer #form_register .btn:hover{background: #fff;}
#footer #form_register .btn:hover span{}

#footer .contact-info h3{margin-top: var(--fz-20); font-size: var(--fz-16); font-weight: 600}
#footer .contact-item{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

#footer .contact-item i{
    position: absolute;
    left: 0px;top: 0;
    font-size: 20px;
}
#footer .logo-cdt,
#footer .logo-duan{
    margin-bottom: 20px;
}
#footer .logo-cdt img,
#footer .logo-duan img{
        max-width: 40%; height: auto;
}

.cate-child.nav-pills  a.nav-link{margin: 0px 5px 5px;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    color: #1A4070;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 35px 6px;
}
.cate-child.nav-pills  a.nav-link:hover,
.cate-child.nav-pills  a.nav-link.active{
    border-color: transparent;
    background: #FFF453;
}
.section-product-list .info{color: #234151; }
.section-product-list .info strong{text-transform: uppercase; font-weight: 700; font-size: 24px;
     color: #234151; margin-bottom: 0;
}
.item-product{color: #555555; }
.item-product .heading{display: flex;align-items: flex-end; border-bottom: 1px solid #B7B7B7; 
    margin-bottom: 25px; 
}
.item-product .heading .nav{margin-left: auto; display: flex; }
.item-product .heading .nav a{margin-left: 45px; border-bottom: solid 3px transparent; color: #1A4070;
    border-radius: 0px; background: transparent; text-transform: uppercase; padding: 0;
}
.item-product .heading .nav a:hover,
.item-product .heading .nav a.active{ border-bottom-color: #1A4070;}
.item-product .heading .nav a:first-child{margin-left: 0px;}
.item-product .heading .title {margin-right: 25px;
    margin-left: 0px; flex-grow: 1;  margin-bottom: 0px;
    color: #555555; text-transform: uppercase; font-size: 25px;
}
.item-product .heading .title strong{color: #DEB05E;}
.item-product .heading .title:after{}
.item-product .gallery{}
.item-product .gallery .row{}
.item-product .gallery .item{ margin-top: 30px; text-align: center;align-items: center;}
.item-product .gallery .row .item:nth-child(-n + 2){
   margin-top:0 ;
}
.item-product .gallery .item .thumb{mix-blend-mode: multiply;
        text-align: center; display: block; position: relative;
}
.item-product .gallery:not(.gallery2) .item .thumb .note{
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #fff;
    font-size: 0.7em; opacity: 0.7;
    font-style: italic;
}
.item-product .gallery:not(.gallery2) .item .thumb img{border-radius: 10px;}
.item-product .gallery .item h4{text-align: center; text-transform: uppercase;color: #234151;font-weight: 600;
    margin-top: 25px; font-size: 24px; margin-bottom: 0;
}

.item-product .gallery2{background: #fff;padding: 15px; margin-top: 30px; }
.item-product .gallery2 .item h4{color: #555555;}


.item-product .description table{max-width: 50%; margin-bottom: 15px;}
.item-product .description table tr td,
.item-product .description table tr th{border: 0px; padding: 0px 15px 15px 0px; }
.other-cate{}
.other-cate a{margin: 0px 10px;}

.section-library .section-title{margin-bottom: 60px;}
.library-slide-wrapper{padding: 60px 0px 90px;}
.library-slide-wrapper .slide-child {padding: 0px 45px; overflow: hidden; position: relative;}
.library-slide-wrapper .video-slide-child.slide-child{padding: 0px 30px;}
.library-swiper-wrapper > .swiper-slide {display: flex; align-content: center; justify-content: center;}
.library-slide-wrapper .swiper-button-next, 
.library-slide-wrapper .swiper-button-prev{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 16px;
}
.library-slide-wrapper .swiper-button-next{right: 0px;}
.library-slide-wrapper .swiper-button-prev{left: 0px;}
.library-slide-wrapper .swiper-button-next:after, 
.library-slide-wrapper .swiper-button-prev:after{font-size: 30px;}
.library-slide-wrapper .swiper-button-next:hover, 
.library-slide-wrapper .swiper-button-prev:hover{color: #fff;}
.library-slide-wrapper .item-title{text-align: center; padding: 20px 15px 0px ; color: #DFDFDF; margin: 0;}
.video-slide-child .swiper-button-next,
.video-slide-child .swiper-button-prev{transform: translateY(-23px);}
.video-slide-child .item-thumb{border-radius: 10px;}
.video-slide-child .item-thumb:before{content: ''; position: absolute; 
    left: 50%; top: 50%; transform: translate(-50%, -50%); width: 36px; height: 36px;
    background: url('../images/icon-video.svg') no-repeat center center; 
    background-size: contain;
    opacity: 0.6; transition: var(--d-transition);
    z-index: 6;
}
.video-slide-child .item-thumb:hover:before{opacity: 1;}

.block-document .section-content .item{display: flex; align-items: center;}
.block-document .section-content .item .thumb{flex:0 0 54%; padding-right: var(--fz-50);}
.block-document .section-content .item h4{text-transform: uppercase; font-size: var(--fz-30);
    font-weight: 600;
    text-transform: uppercase;
}
.block-document .section-content .item .description{margin-bottom: 20px;}




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

/*=======================
11. Responsive-CSS
==============================*/
.container-fluid{
    max-width: 100vw;
}
@media (min-width:1200px) {
    .disable-fullpage #footer .footer-top{min-height: 100vh;}
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: 1140px;
    }
   .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}
@media (min-width:1601px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1320px;
    }

}
@media (max-width:1699px) {
    #header{
        padding: 15px 0px;
    }
    .section-location-link .items .item{
            margin: 0.8rem 0px;
    }
    .section-location-link .items .item ul li{
            margin-bottom: 6px;
    }
	.section-home-slide .form-popup{ bottom: 80px;}

    .form-popup .close{width: 30px; height: 30px;}
    .form-popup .inner{padding: 20px 1.5rem;}
    .bg-rotate .overlay span{    width: 100%; height: 100%;}


    #header .navbar-brand{ }
    #header .header-right{}
    .post-list .item .description{    height: 110px;}

   
    
}

@media (max-width:1599px) {
   
	
    .fullpage-nav li{margin: 0px 15px;}
    

    .section-content-popup .inner{  font-size: 14px;}

    .section-partner .row-2{    margin: 25px 0px 30px;}

   
    #footer .copyright-wrapper{bottom: 15px;}


    .items.utilities-items .number{
            margin: 0px 0px;
    }

    .agency-slide-wrapper .items .item .thumb{height: 55px;}



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

    .section-about-idea .section-subtitle{
            margin-bottom: 15px;
    }
    .section-about-group .section-content .inner{
            margin: 120px 20% 0px;
    }
    .section-about-group .section-content .inner .section-title{
            padding-bottom: 7vw;
    }
    .section-about-group .section-image img{max-height: 80vh;}
    .section-about-partner .items .item .thumb{height: 45px}
    .section-about-document .items .item{
        margin-top: 30px;
    }
    .section-location-link .items .item ul li{
        font-size: 13px;
    }
    .section-about-document ul.nav, .section-tabs ul.nav{
        margin-bottom: 15px;
    }
    .section-about-document ul.nav li .nav-link, .section-tabs ul.nav li .nav-link{
            padding: 7px 30px;
    }
    .fullpage-nav-wrapper{
        bottom: var(--fz-30);
    }
    .block-gallery,
    .block-vide{
        padding: 0px 3vw;
        max-width: 100vw;
    }


    .library-slide-wrapper .block-gallery {}
    .library-slide-wrapper .block-gallery .item{text-align: center; display: block;}
    .library-slide-wrapper .block-gallery .item img{max-height: 60vh;}
    .section-library .section-title{margin-bottom: 20px;}
    .block-document .section-content .col-left{  padding-left: 5vw; flex-direction: row;
        width: 70%; flex: 0 0 70%; padding-top: 0; align-items: center;
    }
    .block-document .section-content .col-right{    padding-right:5vw;}

    #footer textarea.form-control{height: 60px;}

    .fixed-btn a{    margin: 10px 0px;}
    .fixed-btn.bottom{bottom: 20px;}
    .swiper .slide-control{bottom: 15px;}
   
  

    
    .section-masterplan .section-content-fitbottom,
    .section-introduction .section-content-fitbottom,
    .section-utilities .section-content-fitbottom,
    .section-utilities .section-content-fitbottom .item{ margin: 10px 0px; margin: 5px 0px  !important; font-size: 14px; }
    .section-utilities .section-content-fitbottom .item span{    flex: 0 0 27px; font-size: 14px;}
    .section-utilities-slide .slide-content{    bottom: 45px;}

    .section-content-fitbottom .swiper-pagination a{    padding: 6px 25px 4px; border-radius: 25px;}

    .section-partner .items .item img{max-height: 9vh;}
    .section-partner .items-group .group img{max-height: 4vh;}

    .items.utilities-items .number{
            margin: 0px 0px;
    }
    .items.utilities-items .item span{
            flex: 0 0 20px;
    height: 20px;
    line-height: 20px;
    }

    
    #footer .contact-item{
            margin-bottom: 10px;
    }
    #footer .section-heading{margin-bottom: 0.5rem}
    .agency-slide-wrapper .items .item .thumb{height: 65px;}
    .footer-top{margin-top: 2rem;}

}

@media (max-width:1299px) {
    
    .section-location-link .items .item ul li{
            font-size: 12px;
            margin-bottom: 3px;
    }
    .agency-slide-wrapper .items .item{    padding: 0px 30px;}
    .agency-slide-wrapper .items .item .thumb{
        height: 45px;
    }

}

@media (max-width:1200px) {
   
	
}
@media (min-width:1200px) and (max-width:1399px) {
	.section-utilities-slide-out .swiper-button-prev{left: 50%; margin-left: calc((100vh - 90px - 110px - 30px) * (1315 / 728 / 2 * -1) - 30px );}
    .section-utilities-slide-out .swiper-button-next{right: 50%; margin-right: calc((100vh - 90px - 110px - 30px) * (1315 / 728 / 2 * -1) - 30px );}
}
@media (min-width:992px) and (max-width:1200px) {
	

}
@media (max-width:1199px) {
    body, html,
    body:not(.disable-fullpage){
        overflow: auto !important;
    }
    .pp-section{
        position: relative  !important;
        transform:none !important;
        z-index: 1 !important;
        display: block !important;
        width: auto ;
        height: auto;
    }
    .pp-tableCell{
        display: block !important;
    }

    .section-content-scroll-fixed{
        height: auto;
    }

    #intro_section{
        position: relative; height:100vh !important;
   }
    .section-inspiration,
    .section-about-idea,
    .section-location .section-image-wrapper,
    #section_video .video-background .video_header{
        min-height: calc(100vw * 980 / 1920);
    }
    #section_video .video-background .video_header{
        width: 100vw;
    }
    #header .header-right a.register {display: none;}
    .section-content-wrapper.bottom{
        position: static;
    }
    .section-inspiration .section-content-wrapper{
        padding: 30px ;
        padding-left: calc(var(--d-padding) * 3 );
    }
    .section-sales-policy .section-title{
        text-transform: uppercase;
    }
    .section-sales-policy .section-title span br{
        display: none;
    }

    .section-about-group .section-content{
        width: 50%; left: 0;
    }
    .section-about-group .section-content .inner{
            margin: 5% 15% 0px;
    }
    .section-about-idea .section-content-right{
        top: 5%;
        right: 5vw;
    }
    .section-about-idea .section-subtitle{
        margin-bottom: 0;
    }


    .section-about-document,
    .home-page .section-apartment,
    .home-page .section-sales-policy,
    .home-page .section-legal,
    .home-page .section-progress-timeline,
    :not(.home-page) .section-location-link,
    .section-utilityfloor,
    .section-about-partner,
    .section-block,
    .section-sales-policy{
        background: rgba(14, 34, 45, 0.2) !important;
    }

    #fullpage{padding-top: 0; overflow: auto !important; touch-action: auto !important;}
    
    .fullpage-nav-wrapper{
        display: none;
    }
    .fixed-btn{right: 15px;}
    .fixed-btn.center{
        top: auto;
        bottom: var(--fz-30);
        transform: translateY(0);
        flex-direction: row;
    }
    .fixed-btn.fixed-action-btn a{padding: 3px; justify-content: center; margin: 0px; margin-left: 5px;}
    .fixed-btn.fixed-action-btn a span{display: none;}
   .fullpage-nav{display: none;}


   .fp-tableCell,
   .flex-m{display: flex !important; flex-direction: column;}
   .order-last-m{order: 2;}

   .section-location-link .section-image img{
    max-width: 50vw;
   }

   #location .section-image-wrapper {
        animation: scaleOut;
        animation-duration: 2s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }



    .block-document .section-content .item .thumb{
            flex: 0 0 40%;
            padding-right:15px;
    }

    .progress-slide-wrapper .swiper-slide.swiper-slide-active,
    .progress-slide-wrapper .swiper-slide .content{
            width: 140px;
            height: 140px;   
    }



   
    .btn.btn-primary, .btn.btn-default{font-size: 14px;    padding: 6px 35px 5px;}
    .fixed-btn .svg,
    .fixed-btn svg{width: 20px;}


    .section-title em{  transform: translateX(0) translateY(0.1em); line-height: 1.6em;}
    

    
    #header .navbar{  align-items: center; }

    #header .navbar-brand{}
    .post-list .item .item-thumb{
            padding-top: calc(100% * 378 / 466);
    }


    .section-utilities .utilities-slide-wrapper,
    .section-masterplan .masterplan-map-wrapper,
    .section-masterplan-detail .fullpage-map-wrapper{position: relative; min-height: calc(100vw * 980 / 1920); }

    .section-utilities .utilities-slide-wrapper .swiper-slide,
    .section-masterplan,
    .section-masterplan-detail,
    .fullpage-map-wrapper{min-height: calc(100vw * 980 / 1920);}

    .section-utilities .utilities-slide-wrapper .swiper-slide{    background: #234151;}
    

    body:not(.home-page) #fullpage section:not(.section-fittop):first-child {margin-top: 58px;}

    .item-library .item-body{padding-left: 90px;}
    .item-library .item-body .icon{    left: 20px;}


    .section-content-popup{    width: 33vw;height: 33vw;}
    .section-content-popup .inner{font-size: 12px;}
    .section-introduction-detail .section-bg{width: 100%; min-height: calc(100vw * 980 / 1920); position: relative;}
    .section-introduction-detail .section-content-fitbottom,
    .section-library .section-content-fitbottom{ position: static; padding: 30px 0px; }
    .library-slide-wrapper{padding: 0;}
    .section-library .section-title{display: none;}

    .subdivision-map-wrapper{height: auto !important; min-height: calc(100vw * 980 / 1920); }
    .section-subdivision .section-content-fitbottom{ position: static; padding: 30px 0px; } 

    #footer .copyright-wrapper{position: static;}
    .item-product .gallery .item h4{font-size: 18px;}
    .document-slide-child-m .swiper-wrapper{align-items: center;}

    .section-masterplan .masterplan-map .svg-map .item-hover:nth-child(3){
        /*animation: flash linear 1s infinite;*/
    } 


    .section-masterplan .masterplan-map .svg-map .item-hover path{
        /*fill-opacity: 0.7;*/
    }
    .section-masterplan .masterplan-map .item{opacity: 1;}
    .utilities-slide-pagination{margin-bottom: 15px;}

    .home-page .section-about-agency{display: none !important;}
    
    body:not(.show-agency) #footer .footer-agency,
    body:not(.show-agency) #footer .contact-form{display: none;} 
    body:not(.show-agency) .footer-top,
    body:not(.show-agency) #footer .contact-info{margin-top: 0}

   
}
@media (max-width:991px) {
    body:not(.home-page) #fullpage section:first-child {}
    .header-bottom .navbar-toggler{font-size: 16px;}
    .section-content-wrapper.gradient{
        background: transparent;
    }

    .section-subtitle.lg{
        font-size: var(--fz-50);
    }

    .section-inspiration .section-content-wrapper, .section-introduction .section-content-wrapper{
        width: 100%;
        padding: 0px calc(1.5rem * .5);
    }

    .section-utilities-info .section-content-inner{
        height: calc(100vw * 462 / 326);
    }
    .section-utilities-info .section-content-inner .col-6{
        margin-top: 4px;
    }
    .section-utilities-info .section-content-inner .items-image .item-content{
        opacity: 1;
            transform: translateY(0%);
                background: rgba(35, 65, 81, 0.6);
    }

    .section-with-image-m{background: transparent !important;}
    .section-location-link .items .item .number{
        width: 70px;
        height: 70px;
        flex: 0 0 70px;
    }

    .section-inspiration .section-content-fitright{
        top: auto;
        bottom: 15px;
        transform: none;
    }
    .section-inspiration .section-content-fitright .inner{
            padding: 10px;
    }
    .section-about-group .section-content{
        width: 100%;
        position: static;
        padding: 10vw 0px;
    }
    .section-about-group .section-content .inner{
        margin-top: 0px;
    }
    .section-about-partner .section-image-cover {
        display: none;
    }
    .section-about-agency .agency-slide-wrapper{padding: 0px 15px;}
    .section-about-agency .items .item{
        /*flex: 0 0 calc(100% / 3);*/
        padding: 0px 20px;
    }
    .section-about-agency .items .item .thumb{
        padding: 0px;
    }

    #location .section-content{
        position: static;
        transform: translateY(0);
        padding: 40px calc(1.5rem * .5);
    }
    .section-content-fitleft:before{
        background: transparent;
    }
    .section-masterplan .section-content-fitleft,
    .section-floor .section-content{
        position: relative;
        width: 100%;
        padding: 40px calc(1.5rem * .5) 0px;
        transform: none;
        left: auto;
        top: auto;
        right: auto;
        text-align: left;
        z-index: 5;
    }
    .section-masterplan  .fullpage-map-wrapper,
    .section-masterplan  .masterplan-map-wrapper,
    .section-floor .fullpage-custom-wrapper{
        position: relative;
        margin-top: 30px;
    }
    .section-block .section-info,
    .section-floor .section-info{
            margin: 0px 0px 15px;
    }
    .section-floor .fullpage-custom-wrapper{
        margin-bottom: 30px;
    }
    .section-product-detail .product-detail-image{
        text-align: center;
    }


    .section-masterplan .section-content-fitright{
        top: auto;
        bottom: 15px;
        transform: none;
    }
    .section-masterplan .section-content-fitright .inner{
            padding: 10px;
    }
    
    .section-utilities-info .section-content-inner .items-image .item-content{
        padding: 40px 15px;
            font-size: 13px;
    }

    .d-bg:before{ }
    .section-utilities .section-content-fitbottom .row {}
    .contact-info .item{padding-left: 45px; padding-bottom: 25px; padding-top: 0px;}
    .contact-info .item i{font-size: 1.5rem;}
    .contact-info .item .svg,
    .contact-info .item svg{width: 24px;}
    .footer-top .copyright-wrapper{padding-left: 45px;}

   
    .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{    width: 30px;height: 3px;}
   
    .fixed-btn{    right: 10px;}

     .section-introduction-detail .section-content-popup{position: static;   transform: translateY(0);     height: auto;    width: 100%;
        padding: 50px 0px;
    }
    .section-introduction-detail .section-content-fitbottom{padding-top: 0px;}
    .section-introduction-detail .section-content-popup .inner{    width: 520px; max-width: 90%; padding: 0px;}
    .section-introduction-detail .bg-rotate .overlay{display: none;}

    .section-utilities-slide-out .utilities-slide-withthumb .section-title{order: 2; margin-top: 15px; margin-bottom: 0px;}
    .utilities-slide-thumb-wrapper{display: none;}
    .section-utilities-slide-out .utilities-slide-withthumb{padding: 0px;}
    .section-utilities-slide-out .slide-control .swiper-button-next, 
    .section-utilities-slide-out .slide-control .swiper-button-prev{margin-top: -15px;}

    .document-slide-child .swiper-wrapper{align-items: center;}
    .other-cate{flex-wrap: wrap;}
    .other-cate a{margin: 5px;}
    .section-product-list .info strong{font-size: 16px;}
    .item-product .heading{    flex-direction: column;    align-items: flex-start;  }
    .item-product .heading .title{font-size: 18px;    width: 100%;    margin-right: 0px; text-align: center;}
    .item-product .heading .nav{margin: 15px auto 0px;}
    .item-product .description table{max-width: 100%;}
    .item-product .gallery .row .item:nth-child(-n + 2){margin-top: 30px;}

    .block-document .section-content .item img{max-height: 260px;}


    .progress-slide-wrapper .swiper-slide .content{

    }
    .section-progress-timeline{
        padding-bottom: 40px;
    }
    .section-progress-timeline .section-content{
        flex-direction: column;
    }
    .section-progress-timeline .section-content .progress-nav,
    .section-progress-timeline .section-content .progress-content{flex: 1; width: 100%;}
    .section-progress-timeline .section-content .progress-content{margin-bottom: 30px;
        flex-direction: column;
        width: 100%;
    }
    .progress-content.post-list .item .item-thumb{
        padding-top: calc(100vw * 378 / 466);
       
    }
    .section-progress-timeline .section-content .progress-content .item{
        flex: 1; width: 100%;
    }
    .section-progress-timeline .section-content .progress-nav{order: 2; margin-right: 0}
    .section-progress-timeline .section-content .progress-content .progress-title{
        display: none;
    }
    .section-utilityfloor .nav{
        position: static;
        justify-content: flex-end;
        margin-bottom: 2rem;
    }
    .section-utilityfloor .nav li{
        margin: 0px 5px;
    }
    #footer .contact-info,
    #footer .contact-form{    margin-top: 30px;}

    #header .navbar-brand{margin-right: 0}
}
@media (min-width:767px) and (max-width:991px) {


 }
@media (max-width:767px) {
    .section-title, .section-subtitle{
        
    }
    .section-title span.text-g,
    .section-subtitle span.text-g{
        padding-top: 12px;
        margin-top: -10px;
            line-height: 1.2;
    }
    body:not(.home-page) #fullpage section:first-child {}

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

    #intro_section .text-slogan{
        width: 80vw;
    }
    #intro_section .text-slogan .section-subtitle{
        font-size: 12px;
    }

    .section-about-idea .section-info{
        font-size: 11px;    
    }

    .section-about-document ul.nav, .section-tabs ul.nav{
        flex-wrap: wrap;
        overflow: auto;
        width: auto;
        padding-bottom: 15px;
        justify-content: flex-start;
    }
    .section-about-document ul.nav li .nav-link, .section-tabs ul.nav li .nav-link{
            white-space: nowrap;
            margin: 0px;
                margin: 10px 0px;
    }

    .block-gallery .slide-control .swiper-button-prev,
    .agency-slide-wrapper .slide-control .swiper-button-prev{
        left: -10px;
        width: 15px;
    }
    .block-gallery .slide-control .swiper-button-next,
    .agency-slide-wrapper .slide-control .swiper-button-next{
        right: -10px;
        width: 15px;
    }
    .block-video .slide-control .swiper-button-next,
    .block-video .slide-control .swiper-button-prev{
        width: 15px;
    }

    .block-document .section-content .item{
        flex-direction: column;
    }
    .block-document .section-content .item .thumb{
        flex:0 0 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .progress-list.post-feature .item .item-thumb{
        padding-top: calc(100% * 378 / 466);
        height: 0;
    }
    .section-about-document .items .item{
        margin-top: 15px; margin-bottom: 15px;
    }
    .document-list .item .title{
        font-size: 16px;
    }
    
    
    .footer-top{padding-bottom: 15px;}
    #footer .contact-info h3{
            margin-top: 30px;
    }
    #footer .contact-item i{
        font-size: 14px;
    }
    #footer .copyright-wrapper {padding-bottom: 65px; font-size: 12px; position: static;}

    .home-slide, 
    .product-slide,
    .home-slide .swiper-slide{min-height: calc(100vw * 0.65);}
    .utilities-image-wrapper .map-tooltip{    padding: 3px 10px;    height: 20px; font-size: 8px;}
    .contact-info .item{padding-bottom: 15px; min-height: 44px;}
    .footer-top .copyright-wrapper{padding-left: 0px; text-align: center;}

    .fixed-btn{    flex-direction: row;}
    .fixed-btn a{margin: 0px 10px; position: relative;}
    .fixed-btn.bottom{right: auto; bottom: 10px; }
    .fixed-btn.center{top: auto; bottom: 10px; right: 0px; transform: translateY(0); }
    .fixed-btn.center:before{content: ''; position: absolute; right: 0px; bottom: -15px; width: 100vw; height: 80px;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);

    }
   
    h1.post-title{font-size: 18px;}

    .library-list{padding: 0px 25px;}
    .item-library .item-body .icon{padding: 15px 6px;}
    .item-library .item-body .icon img, .item-library .item-body .icon svg{width: 25px;}
    .item-library .item-body{padding-left: 70px;}
    .library-list-document .swiper-wrapper .swiper-slide:nth-child(even) .item-document{width: 80%;}

    
    #formModal .modal-body{overflow-x: hidden;}
    

    section:not(.section-library) .section-content-fitbottom .swiper-pagination{flex-direction: column;}
    .section-masterplan .section-content-fitbottom, .section-utilities-slide .section-content-fitbottom, .section-utilities .section-content-fitbottom{
        padding: 30px var(--d-gutter);
    }

    .copyright a{display: block;}
    .block-document .section-content{align-self: center;}


    .section-partner .items-group .group{padding: 0px;}
    .section-partner .items-group h4{font-size: 12px;}
    .section-partner .items-group .items{margin-left: -5px; margin-right: -5px;}
    .section-partner .items-group .items .item{padding: 0px 5px;}

    .library-slide-wrapper .slide-child{    padding: 0px 15px;}


    .map-note a img{    height: 15px; min-height: 15px;}
    .item-product .heading .nav a{font-size: 14px;}
    .section-location-link .section-image img{max-width:75vw;}

    .dropdown .btn{    min-width: 150px;     padding: 8px 15px 8px;}
    .dropdown-group .dropdown-menu{min-width: 150px;}
    .agency-slide-wrapper .items .item{
        padding: 0px 20px;
    }
    #footer .agency-slide-wrapper .title{
        font-size: 13px;
    }

    .section-utilities-info .section-content-inner{
        height: auto;
    }


    .section-utilities-info .section-content-inner .items-image .item-thumb{
        height:0;
        padding-top: calc(100% * 290 / 193);
    }
    .section-utilities-info .section-content-inner .items-image .item-content{
        position: static;
        height: auto;
        padding: 20px 10px;
        font-size: 13px;
    }
    .dropdown-m-100 .btn,
    .dropdown-m-100 .dropdown-menu{
        width: 100%;

    }

        .form-popup .inner{padding: 20px 0.5rem;}


}
@media (max-width:575px) {
	#intro_section .logo-intro object{width: 36vw;}
    #intro_section.ready .logo-intro object{
        width: 27vw;margin-top: -27vw;
    }
    #intro_section .text-intro h2{font-size: 21px;}
    #intro_section .text-intro h3{font-size: 10px;}
    .footer-top .copyright-wrapper{font-size: 12px;}
    
}




@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); } 
}

@-webkit-keyframes Ringing-call {
    0% { }
    10% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    20% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    30% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    40% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    50% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    60% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    70% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    80% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
    90% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); }
    100% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); }
}

@keyframes RotateBG {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    33% {
        transform: rotate(90deg) scale(0.95);
        opacity: 0.3;
    }
    60% {
        transform: rotate(135deg) scale(1.05);
        opacity: 0.4;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}
@keyframes RotateBG1 {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    60% {
        transform: rotate(90deg) scale(1);
        opacity: 0.6;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes RotateBG2 {
    0% {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1;
    }
    33% {
        transform: rotate(90deg) scale(1);
        opacity: 0.3;
    }
    60% {
        transform: rotate(135deg) scale(1.1);
        opacity: 0.6;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1;
    }
}


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


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


/* 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.4);
        }
        to {
            opacity: 1;
            transform: scale(1.3);
        }
    }
}
@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 flash {
    0% { opacity: 1; } 
    40% { opacity: .1; } 
    80% { opacity: 1; }
    100% { opacity: 1; }
}

@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)}
}

.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: scale(1.2);
    animation-duration: 5s; 

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






/*Overlay Menu*/

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    background: #234151 url('../images/bg-menu.png') no-repeat center center;
    background-size: cover;
   
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.overlay-menu .main-menu-container {
   
    text-align: center;
    display: flex;
    padding: 0;
    margin: var(--fz-55) auto;
    list-style-type: none;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    flex-direction: column;
}
.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none;
}
.overlay-menu .menu li{

}
.overlay-menu .menu a {
    font-size: var(--fz-55);
    font-weight: 700;
    font-family: 'GTSectraDisplay';

    transition: all ease 0.4s;
    
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;

}
.overlay-menu .menu a:hover,
.overlay-menu .menu .current-menu-item a{background: var(--d-texth);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.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; left: var(--d-padding); width: 100%;color: #fff;
    opacity: 0; transition: var(--d-transition); 
}

body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
body.menu-open #header{
    background: transparent;
    border: 0;
    pointer-events: none;
}
body.menu-open .header-bottom .navbar-toggler{
    pointer-events: auto;
}
body.menu-open .fullpage-nav-wrapper,
body.menu-open #header .header-left,
body.menu-open #header .header-right a.btn,
body.menu-open #header .breadcrumbs{
    display: none;
}
body.menu-open #header .navbar-brand{    margin-left: 0;}

body .overlay-menu .social{
    position: absolute;
    bottom: 30px;
    left: 0px; width: 100%; text-align: center;
}
body .overlay-menu .social a{
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #183747;
    margin: 0px 20px;
    justify-content: center;
    align-items: center;
    font-size: 22px;

}
body .overlay-menu .social a:hover{
    background: #EAD5B5 ;
}
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;}

.overlay-menu .menu > li {
    opacity: 0;
    transform: translate(50px, 0);
    -webkit-transform: translate3d(50px, 0px, 0);
    transition-delay: 0.6s;
    padding:5px 0px ;
    margin: 0px;
    line-height: 1.2;
    
}
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);
}


.overlay-menu .menu-other{display: flex; display: none;}
.overlay-menu .menu-other a{font-size: 24px; text-transform: none; font-weight: 500;}
.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 (max-width:1699px) {

    
}
@media (max-width:1399px) {
    .overlay-menu .menu > li{    padding: 2px 0px;}
}

@media (max-width:1199px) {
    .overlay-menu .menu > li{text-align: center;     padding: 5px 0px;}
}
@media (max-width:991px) {
    .overlay-menu .main-menu-container{
        margin: 80px auto;
    }
    .overlay-menu .main-menu-container{display: block; width: 100%;     text-align: center;}
    body.menu-open #header .navbar-brand{opacity: 1;}
    .overlay-menu .menu-logo{display: none;}    
}
@media (max-width:767px) {
    
    
}



#pp-nav.bottom{
    margin: 0 auto !important;
    left:0;
    right: 0;
    top: auto !important;
    bottom: 17px;
    display: flex;
    justify-content: center;
}
#pp-nav.bottom li, .pp-slidesNav.bottom li{
    display:inline-block;
}


/*For Video*/
.video_header {
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}
.video_header video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#section_video.video-status-play .video_header video{opacity: 1;}


.video-cover-inline{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.bgvideo{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    max-width: 7vw; max-height: 7vw;
    transform: translate(-50%,-50%);
    background: url('../images/icon-video-play.svg') no-repeat center center; background-size: auto 100%;
}

/*--------------*/
#video-controls {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

#video-controls  button,
#video-controls  a{
    border: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -99999999px;
}
#video-controls #seek-bar{
    width:calc(100% - 72px); float:left; margin:0px 6px;
}
#video-controls #custom-seekbar
{  
    cursor: pointer;
    height: 6px;
    overflow: hidden;
    position: relative;
    width: 160px;
    float:left;
    margin:  7px 5px;
    background:rgba(0,0,0,0.3);
}
#video-controls #custom-seekbar span
    {
      background-color: #ffc70b ;
      position: absolute;
      top: 0;
      left: 0;
      height: 10px;
      width: 0px;
    }
#video-controls .play {
    background-image: url(../images/tmp/pause.svg);
    line-height: 20px;
    width: 20px;
    height: 20px;float: left;
    
}
#video-controls .pause {
    background-image: url(../images/tmp/play.svg);
    line-height: 20px;
    width: 20px;
    height: 20px;float: left;
    
}
#video-controls #mute{
    background-image: url(../images/tmp/mute.svg);
    line-height: 20px;
    width: 20px;
    height: 20px;float: left;margin: 0px 3px;
}
#video-controls #mute.unmute{
    background-image: url(../images/tmp/unmute.svg);
    line-height: 20px;
    width: 20px;
    height: 20px;float: left;
}
#full-screen{
    display: none;
}
@media (max-width:767px) {
    #video-controls{bottom: 5px;}
}



.pulse {
    position: absolute;
    top: 50%;
    left: 38%;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    border: 2px dotted #ECD6B7;
}

.pulse1 {
    
    -webkit-animation: pulse1 4s linear infinite;
    -moz-animation: pulse1 4s linear infinite;
    animation: pulse1 4s linear infinite;
}

.pulse2 {
    
    -webkit-animation: pulse2 4s linear infinite;
    -moz-animation: pulse2 4s linear infinite;
    animation: pulse2 4s linear infinite;
}

.pulse3 {
    
    -webkit-animation: pulse3 4s linear infinite;
    -moz-animation: pulse3 4s linear infinite;
    animation: pulse3 4s linear infinite;
}

.pulse4 {
   
    -webkit-animation: pulse4 4s linear infinite;
    -moz-animation: pulse4 4s linear infinite;
    animation: pulse4 4s linear infinite;
}

@media (max-width:767px) {
    .pulse {
        width: 100vw;
        height: 100vw;
    }
}


@keyframes pulse1 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    40% {
        transform: translate(-50%, -50%) scale(.2);
        opacity: .8;
    }

    60% {
        transform: translate(-50%, -50%) scale(.4);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: 0;
    }
}

@keyframes pulse2 {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    25% {
        transform: translate(-50%, -50%) scale(.2);
        opacity: .9;
    }

    40% {
        transform: translate(-50%, -50%) scale(.4);
        opacity: .7;
    }

    65% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: .5;
    }

    100% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: 0;
    }
}

@keyframes pulse3 {
    0% {
        transform: translate(-50%, -50%) scale(.2);
        opacity: 0;
    }

    25% {
        transform: translate(-50%, -50%) scale(.4);
        opacity: .9;
    }

    50% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: .7;
    }

    75% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: .5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes pulse4 {
    0% {
        transform: translate(-50%, -50%) scale(.1);
        opacity: 0;
    }

    30% {
        transform: translate(-50%, -50%) scale(.3);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, -50%) scale(.6);
        opacity: .8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}




/*Loading Overlay*/
.loading-overlay{
    position: fixed;   width: 100%;   height: calc(var(--vh, 1vh) * 100 );   left: 0;   top: 0;   overflow: hidden;   z-index: 99999999;
    background: linear-gradient(137.15deg, #EAD5B5 20.09%, #B79565 78.53%);
}

.loading-overlay .content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    
    
}
.loading-overlay .content .section-title{
    color: #234151;
    text-align: center;
    font-size: var(--fz-55);
}
.loading-overlay .content span{
    text-transform: none;
    display: block;
    font-size: var(--fz-45);
}
.loading-overlay .content .section-title em{
    transform: translateX(0);

}
.loading-overlay .content .section-title em span{
    font-size: calc(var(--fz-45) * 2 );
}

body:not(.ready){overflow: hidden !important;}
body.ready .loading-overlay{ transform: translateY(0);  transition:  var(--d-transition);  opacity: 1;}

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;}

.breadcrumbs{
    display: none;
    position: absolute;
    bottom: -10px;
    transform: translateY(100%);
    right: var(--d-padding);
    color: #fff;    
}
.breadcrumbs a{color: #fff;}
.breadcrumbs i{margin: 0px 8px; font-size: var(--fz-14);}
@media (min-width:1200px) {
    .breadcrumbs.show{
        display: block;
    }

    body.page-bg-white section.white-bg:before{
       

    }
    
    .page-bg-white .breadcrumbs,
    .page-bg-white .breadcrumbs a{
      color: #234151;
    }
}

.section-coming{text-align: center; color: #fff;}
.section-coming a{color: #fff }
.section-coming a:hover{color: #D4B992 }
.section-coming .section-content p{
    margin-bottom: 0.5rem;
}
.section-coming .section-content h4{margin-bottom: 0.5rem;}
.section-coming .section-content ul{list-style: none; padding: 0}
.section-coming .section-content ul li a{
    text-decoration: underline;
}

.section-coming .logo-cdt{
    margin: auto;
    margin-bottom: var(--fz-64);
    width: 16vw;
    min-width: 180px;
}
.section-coming .logo{
    margin: auto;
    margin-bottom: var(--fz-15); 
    width: 12.96875vw;
    min-width: 120px;
}
.section-coming .text-coming{
    width: 59.11458333333333vw;
    min-width: 300px;
    margin: auto;
    margin-bottom: var(--fz-45);  
    font-size: var(--fz-70);
    font-weight: 700;
    line-height: 1.2;
}
.section-coming .text-coming small{
    font-weight: 700;
    font-style: italic;
    font-size: 0.65em;
    line-height: 1.6;;
}
.section-coming .section-btn{display: flex; justify-content:center; margin-top: var(--fz-45); }
.section-coming .section-btn .item{
    margin: 0px 15px;
    display: flex;
    border: solid 1px #fff;
    padding: 10px 20px;
    align-items: center;
}
.section-coming .section-btn .item:hover{
    border-color: #D4B992;
}
.section-coming .section-btn .item .icon{
    width: 2.34375vw;
    min-width: 24px;
    margin-right: 15px ;

}
.section-coming .section-btn .item .icon img{max-width: 100%;}
.section-coming .section-btn .item .content{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: left;
}
.section-coming .section-btn .item .content strong{
    position: relative;
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 1.15em;
}

@media(max-width:991px){
    .section-coming .section-btn .item{padding: 10px 15px;    margin: 0px 10px;}
}

@media(max-width:767px){
    .section-coming .section-btn{
        flex-direction: column;
    }
    .section-coming .section-btn .item{padding: 10px 15px;    margin: 10px 0px;}
}