@charset "utf-8";

@font-face {
    font-family: "Lato";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/lato-light.ttf");
}
@font-face {
    font-family: "Lato";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/lato-regular.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/lato-medium.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/lato-semibold.ttf");
}

@font-face {
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/lato-bold.ttf");
}

@font-face {
    font-family: "Shelia";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Shelia-VNF-Regular.ttf");
}
@font-face {
    font-family: "NotoSans";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face {
    font-family: "PlayfairDisplay";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/PlayfairDisplay-Regular.ttf");
}


:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient:  radial-gradient(108.15% 5708.45% at 100% 100%, #FFEAA2 0%, #DEB05E 22.4%, #FCE3A3 48.96%, #FFECA7 75.52%, #DEB05E 96.87%);
  --d-gradient1: linear-gradient(0deg, #09384A 0.01%, #083749 1.44%, #042E40 22.01%, #022B3D 51.09%, #042E40 78.83%, #093749 98.88%, #09384A 100.01%);
  --d-gradient2: radial-gradient(108.15% 5708.45% at 100% 100%, #DFDFDF 0%, #B7B7B7 22.4%, #DFDFDF 48.96%, #FFFFFF 75.52%, #A7A9AC 96.87%);
  --d-gradient3:  radial-gradient(108.15% 5708.45% at 100% 100%, #5BBAB0 22.4%, #FFFFFF 45.83%, #5BBAB0 77.08%);
  /*--d-textg:  -webkit-linear-gradient(260deg, rgba(222,176,94,1) 0%, rgba(255,234,161,1) 100%);*/
  --d-textg: radial-gradient(108.15% 5708.45% at 100% 100%, #FFEAA2 0%, #DEB05E 22.4%, #FCE3A3 48.96%, #FFECA7 75.52%, #DEB05E 96.87%);
  --d-gutter: 50px;

}
@media (max-width:1699px) {
    :root {
        --d-gutter: 30px; 
    }
    
}
@media (max-width:1199px) {
    :root {
        --d-gutter: var(--bs-gutter-x,.75rem); 
    }
    
}

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

body { font-family: 'Lato', sans-serif;  margin: 0px; padding: 0px; font-size: 18px; line-height: 1.33; overflow-x: hidden; font-weight: 500; color: #DFDFDF; 
    background: #09384A;
}
body:not(.disable-fullpage){overflow: hidden;}
body:not(.disable-fullpage) section{overflow: hidden;}
body:not(.ready){overflow: hidden !important;}
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', 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 { /*font-size: 15px;
margin-bottom: 20px;*/ }
a {transition: var(--d-transition);  text-decoration: none; color: #000; }
a:hover, a:focus { text-decoration: none; outline: none; color: #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; }
.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: 0px; background: transparent; border: 0px; color: #fff; font-size: 18px;margin: auto; padding: 10px 35px 8px; transition: var(--d-transition);
    text-decoration: none; font-weight: 600;
}
.btn.btn-icon{padding-left: 60px;}
.btn.btn-primary,
.btn.btn-default{
    border-radius: 35px; background: var(--d-gradient); font-size: 20px; text-transform: uppercase; font-weight: 600;
    color: #fff;
}
.btn.btn-primary:hover{background: var(--d-gradient);}

.btn.btn-default{background: var(--d-gradient); position: relative; }
.btn.btn-default:before{content: ''; position: absolute; top: 1px; left: 1px; right: 1px; bottom: 1px;
     background: #083141; border-radius: 35px;
 }
.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:before,
.btn.btn-default.active:before{background: transparent;}
.btn.btn-default:hover span,
.btn.btn-default.active span{color:#1A4070 ; 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 { font-size: 24px; line-height: 30px; padding: 22px 50px; }
.btn.btn-sm { font-size: 16px; padding: 8px 25px; }
.btn:hover, .btn:focus { color: #FACD57; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: 17px; color: #602314; }
.btn.outline-btn { background: none; color: #006838; border: #602314 solid 1px; padding: 5px 25px 5px 10px; font-weight: 400; position: relative;}
.btn.outline-btn:after{position: absolute; right: 6px; top: 12px; content: "\f103"; font: normal normal normal 14px/1 FontAwesome;}
.btn.outline-btn:hover { background: #602314; color: #FACD57; }
.btn-transparent { background: transparent; border: solid 1px #602314; color: #602314; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
/*-------------------------
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: #FCE3A3; 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: 16px; 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: #602314; }
.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: #602314; }
.panel-heading:hover .panel-title a { border-color: #602314; }
.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{
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: normal;
    font-size: 39px;
    text-align: center;
    /*background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    display: flex; align-items: center;    
}
.section-title:before,
.section-title:after{content: ''; width: 45px; height: 1px; background: #FACD57; margin-right: 10px; margin-top: 2%;}
.section-title:after{margin-left: 10px; margin-right: 0;}

.editor-content h2{font-size: 35px; line-height: 1.4em; color: #FACD57; 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-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: #FACD57; 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 { padding: 80px 0; }
.section-padding-sm { padding: 20px 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: #FACD57;}
.primary-color{color: #09384A;}
.secondary-color .section-title.line-bottom:after{background: #FACD57;}
.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: #12878A;}
.fancybox-container .fancybox-navigation button{color: #FACD57; background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px; height: 30px;
    padding: 0px;
    margin: 0px 15px;
}
.fancybox-container .fancybox-navigation button:before{background: transparent}

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



.fancybox-container .fancybox-caption-wrap .fancybox-caption{color: #FACD57; }
.fancybox-container .fancybox-caption-wrap strong{margin-left: 5px;}
/*--------------------
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: #602314; border:0px; border-bottom: solid 2px #602314; 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 #602314;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.tab-content {margin-top: 0px; padding: 0px;}

.nicescroll-rails{width: 2px !important; background: #dbc18c;}
.nicescroll-rails .nicescroll-cursors{right: -8px;}

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

/*--------------------------------------------
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);}

/*------------------------
1.12. LoadingMask
--------------------------------*/
.mask {
    position: fixed;left: 0; top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
}
.mask .mask-bg{position: absolute; left: 0; top: 0; width: 100%;    height: 100%; 
    background: #09384A url('../images/intro-bg.jpg') no-repeat center center; background-size: cover;
}
.mask .mask-bg svg,
.mask .mask-bg object{position: absolute; 
    width: 320px; max-width: 45vw; height: auto; 
    left: 50%; top: 50%; transform: translate(-50%,-50%);}
body.ready .mask {
    pointer-events: none;
    z-index: -99999;
}
.mask .mask-bg #logo_vivus.hide{opacity: 0; 
    transition:var(--d-transition) ; transition-duration: 1s;}
.mask .mask-bg .logo-final{opacity: 0; transition:var(--d-transition) ;}
.mask .mask-bg .logo-final.show{opacity: 1;}

/*Stick*/
.fixed-btn{position: fixed; right: var(--d-gutter); z-index: 6; opacity: 0; transition: var(--d-transition); transform: translateY(100px); }
.fixed-btn.show{transform: translateY(0px); opacity:1 }
.fixed-btn.center{top: 50%; transform: translateY(-50%);}
.fixed-btn.top{top: 40px;}
.fixed-btn.bottom{bottom: 20px;}
.fixed-btn.left{left: var(--d-gutter); right: auto;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn a{display: block; margin: 15px 0px; text-align: center; font-size:  20px;}
.fixed-btn .svg,
.fixed-btn svg{max-width: 100px; height: auto;     position: relative;z-index: 3;
        animation: 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: #FACD57;}

.fixed-btn.fixed-action-btn a{width: 42px; height: 42px; background: #12878A;
    border-radius: 50%; margin: 5px 0px; padding: 26% 26%; color: #DEB05E;
    display: inline-flex; position: relative; 
}
.fixed-btn.fixed-action-btn a:before{
    content: '';
    position: absolute; z-index: 2;
    width: 100%; height: 100%; left: 0px; top: 0px;
    border: 1px solid #FCE3A3; border-radius: 50%;
}
.fixed-btn.fixed-action-btn a: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: #12878A;
    border-radius: 20px;
    font-size: 20px; font-weight: 700;
    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;
}


/*FullPage*/
.fullpage-nav{
    line-height: normal; padding: 0px; margin: 0px;
    position: fixed; left: 30px ; z-index: 6; opacity: 0; transition: var(--d-transition);
    top: 50%; transform: translate(-100px,-36%); display: none;
}
.fullpage-nav.show{transform:  translate(0px,-36%); opacity:0 }
.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: 30px 0px;
    list-style: none;
}
.fullpage-nav li a {
    color: rgba(194, 162, 87, 1);
    text-transform: uppercase;
    opacity: 0.5;
    display: flex;
    font-weight: 600;
    font-size: 15px;

}
.fullpage-nav li a .title{ transform: translateX(-100%); opacity: 0;
    transition: var(--d-transition);
    text-transform: uppercase; color: #fff;
}
.fullpage-nav li:hover a,
.fullpage-nav li.active a  { opacity: 1;}
.fullpage-nav li:hover a .title,
.fullpage-nav li.active a .title{transform: translateX(0); opacity: 1;}

.fullpage-nav li span:not(.title) {
    display: block;
    margin-right: 24px;
    text-align: center;
    flex: 0 0 20px; width: 20px;
}


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

#header { background: transparent; position: fixed; top: 0; width: 100%; transition-duration: 0.3s;  z-index: 22; 
    visibility: hidden;

}
#header.show{opacity: 1; visibility: visible;}
#header.show:before{content: ''; position: absolute; left: 0px; top: 0px; right: 0px; height: 23.5vh ; min-height: 80px;
    background: linear-gradient(180deg, rgba(12, 30, 53, 0) 5.91%, rgba(7, 25, 48, 0.81) 150.74%);
    transform: rotate(-180deg);
    pointer-events: none;

}
#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 0; transition-duration: 0.3s;  
    width: 14.95vw; min-width: 135px;  min-height: 70px;
    height: auto; padding: 0px;
    position: fixed; top: 0px; left: 0px; padding: 1.35vw 3.3333333vw  2.8125vw 2.6vw;
    background: url('../images/logo-bg.svg') no-repeat left top; background-size: contain;
    
}
#header .navbar-brand img{width: 9.17vw;  min-width: 90px; height: auto;}
#navigation { padding: 0px; position: relative; text-align: right;}
.main-menu-container ul{list-style: none; padding: 0; margin: 0; display: flex;}
.main-menu-container ul li{display: inline-flex; margin: 0px 19px;}
.main-menu-container ul li a{text-transform: uppercase; color: #fff; position: relative;}
.main-menu-container ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #DEB05E;
    height: 2px;
    transition-property: right;
    transition-duration: .6s;
    transition-timing-function: ease-out;
}
.main-menu-container ul li a:hover:before {
    right: 0;
}
.main-menu-container ul li a:hover{color: #DEB05E;}


.header-bottom{}

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

#header .header-right {display: flex; align-content: center; position: fixed; top: 30px;
    right: var(--d-gutter);
}
#header .header-right .language{display: flex; align-items: center; color: #fff; border-left: solid 1px #fff; margin-left: 60px; padding-left: 15px; }
#header .header-right .language a{
    text-align: center; 
    color: #fff;
    padding: 0px 8px; 
    display: inline-flex;
    font-size: 20px; font-weight: 600; align-items: center;
}
#header .header-right .language a:last-child{padding-right: 0;}
#header .header-right .language a.active{color: #B7B7B7;}
#header .header-right .language a:not(.active):hover{color: #FACD57 ; border-color: #FACD57;}

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




.d-bg .bg,
.d-bg-ani .bg{
    position: absolute; bottom: 0px; left: 0px; width: 100%; height: 50%; pointer-events: none;
    background: linear-gradient(0deg, rgba(4,46,64,1) 0%, rgba(4,46,64,0.9) 22%, rgba(4,46,64,0.3) 70%, rgba(4,46,64,0) 100%);

}
.d-bg .bg:before,
.d-bg-ani .bg:before{
    content: ''; position: absolute; width: 100%; height: 100%; background: url('../images/bg-content.svg') no-repeat center bottom; background-size: 100% auto;
    opacity: 0.5;     left: 0px;
}

.d-bg,
.d-bg-ani{position: relative;}
.d-bg:before,
.d-bg-ani .bg{
   
}
.d-bg-ani .bg{opacity: 0; transition: var(--d-transition);     pointer-events: none;}

.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: 8px; height: 14px;
    background-size: contain; background-repeat: no-repeat; background-position: center center;
    flex: 0 0 8px;    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');}

.slide-control.xxl .swiper-button-next,
.slide-control.xxl .swiper-button-prev{width: 14px; height: 30px;}
.slide-control.xxl .swiper-button-next{background-image: url('../images/arrow-next-xxl.svg');}
.slide-control.xxl .swiper-button-prev{background-image: url('../images/arrow-prev-xxl.svg');}

.library-list .slide-control.xxl .swiper-button-prev,
.library-list .slide-control.xxl .swiper-button-next{margin-top: -21.5px;}
@media (max-width:1699px) {
    .library-list .slide-control.xxl .swiper-button-prev,
    .library-list .slide-control.xxl .swiper-button-next{margin-top: -20px;}
}
@media (max-width:1399px) {
    .library-list .slide-control.xxl .swiper-button-prev,
    .library-list .slide-control.xxl .swiper-button-next{margin-top: -17.5px;}
}
@media (max-width:1199px) {
    .library-list .slide-control.xxl .swiper-button-prev,
    .library-list .slide-control.xxl .swiper-button-next{margin-top: -16px;}
}
@media (max-width:991px) {
    .slide-control.xxl .swiper-button-next,
    .slide-control.xxl .swiper-button-prev{width: 12px; height: 26px;}
    .library-list .slide-control.xxl .swiper-button-prev{left: 0px;}
    .library-list .slide-control.xxl .swiper-button-next{right: 0px;}
}


.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: #FACD57;}

.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{background-color: var(--d-gradient-3);position: relative; height: 100vh;}
#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-intro h2{font-size: 50px; color: #FACD57; line-height: 1em; margin: 0px 0px 10px;  }
#intro_section .text-intro h3{font-size: 24px; font-weight: 400; margin: 0px;}
#intro_section .text-intro h2,
#intro_section .text-intro h3{ 
    transform: translate3d(0, 60px, 0);  opacity: 0; transition: all 0.9s ease-in-out;
    transition-delay: 0.3s;

}
#intro_section .text-intro h3{
    transition-delay: 0.6s;
}

#intro_section.ready .text-intro h2,
#intro_section.ready .text-intro h3{
    transform: translateZ(0); opacity: 1;
}
section .scroll-downs{position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%);
    display: flex;
    flex-direction: column; align-items: center; opacity: 0;
    transition: var(--d-transition);
    transition-delay: 1s; cursor: pointer;
}

section .scroll-downs span{color: #FACD57; display: block; text-align: center;
    margin-bottom: 15px; text-transform: uppercase;
}
section .scroll-downs span:hover{color: #fff;}
section .scroll-downs i{ width: 32px; height: 46px; background: url('../images/arrow-down.svg') no-repeat center center;
    margin-bottom: 15px; 
    animation-name: arrow-animation;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;

}
section .scroll-downs:after{
    display: none;
    content: '';
    width: 1px; height: 33px; 
    background-color: #fff;
    /*animation-name: scroll;*/
    animation-name: arrow-animation;
    animation-duration: 3.3s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}
.section-product-banner .scroll-downs{  opacity: 1; left: auto; right: 15px;}

#intro_section.ready .scroll-downs{opacity: 1;}
#intro_section .text-slogan{position: absolute; left: var(--d-gutter); top: 60%;}
#intro_section .text-slogan h2{
    font-family: 'NotoSans';
    font-weight: 400;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1em;
}
#intro_section .text-slogan h2 em{
    display: block; padding-left: 30%;
    font-family: 'Shelia';
    font-weight: 400;
    font-size: 70px;
    text-transform: none;
    white-space: nowrap;
}

.section-home-slide .swiper-slide video{width: 100%; height: 100%; object-fit: cover;}
.form-popup{position: absolute;
    width: 25.26vw; min-height: 25.26vw;
}
.section-home-slide .form-popup{ bottom: 110px; left: 15vw; z-index: 2;}
.section-home-slide .form-popup:not(.go){pointer-events: none; z-index: -1;}

.form-popup{ 
    /*opacity: 0; 
    transition: var(--d-transition);
    transition-duration: 1.5s;*/
}
.form-popup .inner{
   
}
.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 .close:after{content: ''; position: absolute; left: 25%; top: 25%; width: 50%; height: 50%;
    background: url('../images/icon-close.svg') no-repeat center center; background-size: contain;
}
.form-popup .close:hover{transform: rotate(180deg);}
.form-popup h3{color: #FACD57; text-transform: uppercase;}

.form-popup .form-control{
    background: rgba(11, 78, 130, 0.4);
    border: 1px solid #007AC1;
    border-radius: 20px;
    text-align: center;
}
.form-popup .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-popup .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-popup .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-popup .form-control:-moz-placeholder { /* Firefox 18- */
  color: #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;
}
.modal-content .form-popup{   
    top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.bg-rotate .inner{
    position: relative;
    width: 90%;
    height: 90%;
    margin: auto;
    z-index: 3;
    padding: 20px 3rem;
    text-align: center; color: #fff;
}

.bg-rotate .overlay {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -10%;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.bg-rotate .overlay span {
    width: 110%;
    height: 110%;
    left: -5%;
    bottom: -5%;
    position: absolute;
    z-index: -2;
}
.bg-rotate .overlay span:first-child{
    background: rgba(243, 190, 79, 0.2);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
}

.bg-rotate .overlay span:nth-child(2) {
    background: url(../images/bg-form-3.svg) no-repeat 50%/contain;
    opacity: 0.4;
}
.bg-rotate .overlay span:nth-child(3) {
    background: rgba(0, 172, 231, 0.6);
    border-radius: 71% 29% 29% 71% / 52% 52% 48% 48%;
    left: 5%;
    top: -5%;
     width: 100%;
    height: 100%;
}
.bg-rotate .overlay span:nth-child(4) {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/bg-form.svg) no-repeat 50%/contain;
    z-index: 1;
}
.bg-rotate .overlay span:first-child {
    animation-name: RotateBG;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.bg-rotate  .overlay span:nth-child(2) {
    animation-name: RotateBG;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.bg-rotate  .overlay span:nth-child(3) {
    animation-name: RotateBG1;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media (min-width: 1200px) and (max-width:1599px){
    .modal-content .bg-rotate .overlay{
        width: 120%;
        height: 120%;
        left: -10%;
        top: -10%;
    }
}



.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: #FACD57; 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: #FACD57; 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: #FACD57; font-weight: 700;}
.section-content-fitbottom .description a:hover{color: #083544;}

.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: #FACD57;}
.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: #FACD57;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%;
}
.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: #FCE3A3;
    position: absolute; transform: translate(-50%,-50%);
}
.section-masterplan .item .text-inner{
    position: absolute;
    right:-0.5px ;
    bottom: 110px;
    background: #083544;
    border-radius: 35px 5px 55px 35px;
    margin: 0;
    padding: 8px 25px;
    border: solid 1px #FCE3A3;
}
.section-masterplan .item .text-inner:before{content: ''; position: absolute;
    height: calc(100% - 5px + 110px);right: -1px; top: 5px; width:0px ; border-right: 1px solid #FCE3A3;
}
.section-masterplan .item .text-inner h3{margin: 0; font-weight: 600; white-space: nowrap; line-height: 1.2em;
    font-size: 22px;
}

.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: #09384A;}

.section-masterplan .svg-map .item-hover path{
     fill-opacity: 0;
    /*stroke: #FEEE3A;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    fill: rgba(243, 190, 79, 0.4);*/
    fill:  rgba(250, 205, 87, 0.01);
    cursor: pointer;
}

.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: 1;
}
.section-masterplan-detail .item:before{display: none;}
.section-masterplan-detail .item .text-inner{
    bottom: 0px;
    transform: translateY(50%);
    left: 0px;
    right: auto;
    border-radius: 35px;
}
.section-masterplan-detail .item .text-inner:before{display: none;}
.section-masterplan-detail .map-note,
.section-product-banner .map-note{position: absolute; left: var(--d-gutter); top: 50%; transform: translateY(-50%);
   
}
.section-masterplan-detail .map-note a,
.section-product-banner .map-note a{display: block; margin: 10px 0px;}
.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: #FACD57; 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 #FACD57; 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-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;
}
#location .section-image{height: 980px; width: 1920px; position: absolute;
    left: 50%;
    top: 50%;
    margin: -490px 0 0 -960px;
}
#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#Layer_1 .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 > svg#Layer_1 .st1{animation: StrokeLine2 3s infinite linear;}
#location .section-content-fittop{
    position: absolute; top: 30px; left: 0px; width: 100%;
    text-align: center;z-index: 3;
}
#location .map-pin{position: absolute; z-index: 4;
    opacity: 0;
}
#location.active  .map-pin{
    animation: scaleOut2;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}
#location.active  .map-pin.show .pin-bg {
    animation: IconLogo 2s infinite;
    opacity: 1;
}
#location .map-pin .svg{width: 40px; height: 40px;}
#location .map-pin.circle{width: 40px; height: 40px; /*border-radius: 50%;*/}
#location .map-pin.circle span{position: absolute; left: 0px; top: 0px;
    width: 100%; 
    height: 100%; 
    background: rgba(248, 153, 56, 0.2); 
    border-radius: 50%;
    animation: MapPin 1s infinite;
    animation-delay: 0.5s;
}
#location .map-pin.circle:before{content: ""; position: absolute; width: 30px; height: 30px; left: 5px; top: 5px;
    background: rgba(248, 153, 56, 0.5); border-radius: 50%;
    z-index: 2;
    animation: MapPin 1s infinite;
    
}
#location .map-pin.circle:after{content: "";position: absolute; width: 20px; height: 20px; left: 10px; top: 10px;
    background: rgba(248, 153, 56, 1); border-radius: 50%;
    z-index: 3;
}

#location .map-content{position: absolute; right: 90px; bottom: 60px; z-index: 3; opacity: 0; 
    
}
#location.fp-completely .map-content{opacity: 1; 
    transition: var(--d-transition);
    transition-duration: 2s;
    transition-delay: 1s;
}

@keyframes MapPin {
    0% {
       opacity: 1;
       
    }
    50% {
       opacity: 0;
      
    }
    to {
      opacity: 1;
    }
}

@keyframes IconLogo {
    0% {
       fill: #0077BE;
       
    }
    50% {
       fill: #00ACE7;
      
    }
    to {
       fill: #0077BE; 
      
    }
}

.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{overflow: hidden;}
.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: #09384A; stroke:#FACD57;stroke-width: 1;
}
.utilities-image-wrapper svg .item-maker text{fill: #fff;font-size: 17px; font-weight: 700;}
.utilities-image-wrapper svg .item-maker:hover circle,
.utilities-image-wrapper svg .item-maker.active circle{fill: url(#gradient_1);}
.utilities-image-wrapper svg .item-maker:hover circle,
.utilities-image-wrapper svg .item-maker.active circle{stroke:#FACD57;
    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: #09384A;}

.utilities-image-wrapper .map-tooltip {
      pointer-events: none;
      position: absolute;
      text-align: center;
      z-index: 5;
      height: auto;      
      margin: 0 auto;
      color: #fff;
      transform: translate(-50%,-100%);
      display: none;
      background: #09384A;
        border-radius: 35px;
        border: solid 1px #FACD57;
        align-items: center;
        padding: 8px 33px 5px;

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

}
.utilities-image-wrapper .map-tooltip span{
     background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
}
.utilities-image-wrapper .map-tooltip.bottom{
    transform: translate(-50%,0);
}
.utilities-image-wrapper .map-tooltip.active {
  display: flex;
}




.post-list .item{margin-bottom: 30px; color: #fff; display: block;}
.post-list .item .item-body{padding-top: 30px; padding-left: 90px; position: relative;}
.post-list .item h4{margin-bottom: 15px; height: 75px;   -webkit-line-clamp: 3;
    color: #FACD57; text-transform: uppercase; font-weight: 600; 
}
.post-list .item .description{margin-bottom: 20px;    -webkit-line-clamp: 5; height: 120px;}
.post-list .item .date-time{padding: 20px 5px; background: var(--d-gradient3); text-align: center;
    position: absolute; transform: translateY(-40%); left: 0px; top: 0px;
    transition: var(--d-transition);
}
.post-list .item .date-time strong{display: block; font-size: 30px;}

.post-list .item .btn-detail{color: #00ACE7; font-style: italic; margin-top: 20px; font-weight: 600;}
.post-list .item:hover .btn-detail{color: #FACD57}
.post-list .item:hover .date-time{background: var(--d-gradient2); }

/*Footer*/
#footer{color: #fff;}
#footer .title{color: #FACD57; text-transform: uppercase; margin-bottom: 2rem;}
.contact-info .item{position: relative;  padding: 5px 0px 35px; padding-left: 53px;}
.contact-info .item i{ color: #FACD57; position: absolute; left: 0px; top: 0px; font-size: 2rem;}
.contact-info .item .svg,
.contact-info .item svg{width: 32px; height: auto; color: #FACD57; 
    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-control{ border-bottom: 1px solid rgba(18, 135, 138, 0.6); 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: #FCE3A3; 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;}


/**/
.post-detail .inner{}
h1.post-title{font-size: 40px;font-weight: 600; color: #FACD57; margin-bottom: 30px;    line-height: 1.2em;}
.post-detail .date-time{
    padding: 18px 3px;
    background: var(--d-gradient3);
    text-align: center;
    position: absolute;
    left: -100px;
    top: 0px;
    transition: var(--d-transition);
    max-width: 65px;
    font-size: 15px;
    transform: translateY(-10px);
}
.post-detail .date-time strong{display: block; font-size: 30px;}
.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: 17px;margin-bottom: 1em; font-weight: 700; text-transform: none; color: #fff;}
.post-detail .editor-content a{color: #FACD57;}
.post-detail .editor-content a:hover{color: #00ACE7}

/*Libary*/
.item-library .item-thumb{height: 0px; padding-top: calc(100% * 360 / 640);}
.item-library .item-thumb img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}
.item-library .item-body{
    padding-top: 15px;
    padding-left: 120px;
    position: relative;
}
.item-library .item-body .icon{
    padding: 30px 15px;
    background: var(--d-gradient3);
    position: absolute;
    transform: translateY(-50%);
    left: 30px;
    top: 0px;
    transition: var(--d-transition);
    display: flex; align-items: center; justify-content: center;

}
.item-library .item-body .icon img,
.item-library .item-body .icon svg{width: 30px; height: auto;}
.item-library .item-body .item-title{text-transform: uppercase;color: #FACD57; margin-bottom: 0px;}

.library-list{padding: 0px 40px;}
.library-list .swiper .swiper-button-prev{left: -40px;}
.library-list .swiper .swiper-button-next{right: -40px;}
.library-list-document .swiper-wrapper{align-items: center;}
.library-list-document .swiper-wrapper .swiper-slide{display: flex; justify-content: center;}
.library-list-document .swiper-wrapper .swiper-slide .item{ width: 100%;}
.library-list-document .swiper-wrapper .swiper-slide:nth-child(even) .item-document{width: 64.35%;}
.library-list-document .swiper-wrapper .swiper-slide:nth-child(even) .item-document .item-thumb{
    padding-top: calc(100% * 540 / 380);
}

/*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 #FACD57;
    box-shadow: inset 0px 0px 0px 3px #FACD57;
}

.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{background: #0B4E82;
    border: 2px solid #FACD57;
    box-sizing: border-box;
    border-radius: 24px;
    overflow: hidden;
}
.subdivision-maker img{
    width: 327px; max-width: unset;
    height: 188px;
    object-fit: cover;
}
.subdivision-maker h5{color: #fff; margin: 0px; padding: 7px 15px; font-weight: 400;}
.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 #FACD57; background: #FACD57;}
.section-subdivision .makers .item:hover .pointer:after {border: 1px solid #FACD57;}

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

#footer .contact-info{margin-top: 45px;}
#footer .contact-info .logo-cdt{margin-bottom: 15px;}
#footer #form_register{margin-top: 45px;}
#footer #form_register .btn{background: #083544; border: 1px solid #FACD57;}
#footer #form_register .btn:hover{background: #fff;}
#footer #form_register .btn:hover span{color: #12878A;     background: transparent; -webkit-background-clip: unset;
    -webkit-text-fill-color:unset;}

.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: #09384A; }
.section-product-list .info strong{text-transform: uppercase; font-weight: 700; font-size: 24px;
     color: #09384A; 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: #09384A;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{display: flex; justify-content: center;}
.block-document .section-content .col-left{width: 54%; flex: 0 0 54%; display: flex; flex-direction: column;
    align-items: flex-end; padding-top: 45px;
    padding-left: 15vw;
}
.block-document .section-content .col-right{padding-right: 15vw;}
.block-document .section-content .item{position: relative; margin: 15px;
    padding: 1px; background: var(--d-gradient);border-radius: 10px;
}
.block-document .section-content .item img{border-radius: 10px;}
.block-document .section-content .item .overlay{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
    display: flex;flex-direction: column;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: var(--d-transition);
}
.block-document .section-content .item .overlay:before{
    content: '';
    position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;  background: var(--d-gradient1); 
    opacity: 0.8;
}
.block-document .section-content .item:hover .overlay{
    opacity: 1;
}
.block-document .section-content .item:hover .overlay h4{text-transform: uppercase; position: relative;
    margin-bottom: 40px; text-align: center;
}
.block-document .section-content .item-2{max-width: 38%;}
.block-document .section-content .item .button-controls{ text-align: center;}
.block-document .section-content .item .button-controls a{
    background: #083544;
    border: 1px solid #FACD57;
    border-radius: 35px;
    padding: 7px 24px 5px 53px ;
    position: relative;
    min-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin: 5px 14px;
}
.block-document .section-content .item .button-controls a:before{
    content: ''; position: absolute;
    width: 20px; height: 20px;
    left: 24px;
    background-size: contain; 
    background-position: center center;
    background-repeat: no-repeat;

}
.block-document .section-content .item .button-controls a.download:before{
    background-image: url('../images/icon-download.svg');
}
.block-document .section-content .item .button-controls a.view:before{
    background-image: url('../images/icon-view.svg');
}





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

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

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

}
@media (max-width:1699px) {
	.section-home-slide .form-popup{ bottom: 80px;}
    body,
    .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: 15px;}
    h1, h2, h3, h4, h5, h6 {  }
    h1{ font-size: 42px; }
    h2,h1.sm { font-size: 25px; }
    h2.lg,h3.xxl{ font-size: 20px;}
    h3,h2.md { font-size: 18px; }
    h4,h2.sm { font-size: 16px; margin-bottom: 10px; }
    h5 { font-size: 14px; margin-bottom: 10px; }
    h6 { font-size: 14px; margin-bottom: 10px; }


    #intro_section .text-intro h2{font-size: 40px;}
    #intro_section .text-intro h3{font-size: 19px;}

    .btn.btn-primary, .btn.btn-default{    font-size: 16px;    padding: 8px 35px 6px;}

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

    .section-title, .editor-content h2{font-size: 30px;}
    .section-title-md{font-size: 25px;}
    .section-title-sm{font-size: 18px;}
    #header .navbar-brand{ }
    #header .header-right{right: 30px; top: 20px;}
    .post-list .item .description{    height: 110px;}

    .highlight-slide .number .inner{font-size: 80px;}
    .highlight-slide .number .inner{}
    .highlight-slide .content{padding-left: 30%;   }
    .highlight-slide .number{    width: calc(30% - 20px);padding-top: calc(30% - 20px); margin-top: -40px;}
    .highlight-slide.swiper .slide-control{  left: calc(15% - 10px);}

    .section-introduction .items .item strong,
    .section-introduction .items .item b{font-size: 32px;}
    .section-introduction .items .item .icon{padding-bottom: 15px;}
    

    .post-list .item h4{height: 65px;}
    

    h1.post-title{font-size: 32px;}
    .post-detail .date-time{   padding: 15px 5px;}
    .post-detail  .date-time strong{    font-size: 24px;}

    .section-introduction-detail .section-content-fitbottom .item{    padding: 0px 10px;}
    .section-introduction-detail .section-content-fitbottom .item span{font-size: 18px;}
    
    .section-masterplan .item .text-inner h3{font-size: 20px;}
    
}

@media (max-width:1599px) {
    .section-padding{padding: 50px 0;}
	.form-popup{width: 380px; height: 380px;}
    .fullpage-nav li{margin: 20px 0px;}
    .fullpage-nav:before{top: 20px; bottom: 20px;}
    

    .highlight-slide .number .inner{font-size: 50px;}
    .highlight-slide .content{padding-left: 25%;  }
    .highlight-slide .number{  width: calc(25% - 20px);padding-top: calc(25% - 20px);   margin-top: -30px;}
    .highlight-slide.swiper .slide-control{  left: calc(12.5% - 10px);}
    .section-content-popup .inner{  font-size: 14px;}

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

    #footer #form_register,
    #footer .contact-info{margin-top: 20px;}
    #footer .contact-info .logo-cdt img{   max-height: 90px;}
    #footer .copyright-wrapper{bottom: 15px;}





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

    .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: 30px;}

    .fixed-btn a{    margin: 10px 0px;}
    .fixed-btn.bottom{bottom: 20px;}
    .swiper .slide-control{bottom: 15px;}
   
    .fullpage-nav li a{font-size: 11px;}
    .fullpage-nav li span:not(.title){    margin-right: 20px; flex: 0 0 16px; width: 16px;}
    .fullpage-nav:before{left: 25px;}

    .section-title, .editor-content h2{    font-size: 24px;    margin-bottom: 10px;}
    .section-title-md{font-size: 20px;}
    .section-title-sm{font-size: 16px;}
    .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;}
    #footer .contact-info .logo-cdt{margin-bottom: 10px;}

}

@media (max-width:1299px) {
    h1.post-title{padding-left: 75px;}
    .post-detail .date-time{left: 0px;}

}

@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) {
    #fullpage{margin-top: 70px; padding-top: 0;}
    #header .navbar-brand{margin-left: calc(var(--bs-gutter-x,.75rem) * -1 ); padding: 10px 10px 10px 15px;}
    #header .header-right{right: 15px; top: 15px;}
    #header .header-right .language{margin-left: 0px; border: 0; padding-left: 0;}
    .fixed-btn{right: 15px;}
    .fixed-btn.fixed-action-btn a{padding: 3px; justify-content: center; margin: 0px; margin-left: 5px;}
    .fixed-btn.fixed-action-btn a span{display: none;}
   .fullpage-nav{display: none;}

   #intro_section{
        /*height: auto !important; padding-top: calc(100% * 980 / 1920 );
        background-size: 100% auto; background-position: center top;*/
        position: relative; height:calc(var(--vh, 1vh) * 100 - 70px) !important;
   }
   section .scroll-downs{display: none;}
   #intro_section .fp-tableCell{
        height: 100% !important; 
    }
   
   #intro_section .text-slogan{
    top: 15%;
    /*position: static;*/
    }

   #intro_section .text-slogan h2{  font-size: 32px; display: inline-block;}
   #intro_section .text-slogan h2 em{font-size: 45px;}

   .section-product-banner{height: auto !important; padding-top: calc(100% * 980 / 1920 ) !important;
        background-size: 100% auto; background-position: center top;
    }
    .section-product-banner .section-content-fitbottom{position: static;
            position: static;
            padding: 50px 15px;
    }
    .section-masterplan-detail .map-note,
    .section-product-banner .map-note {top: calc(100vw * 980 / 1920 ); transform: translateY(calc(-100%));}

   .fp-tableCell,
   .flex-m{display: flex !important; flex-direction: column;}
   .order-last-m{order: 2;}
   .d-bg-ani .bg{display: none;}
   .library-swiper-wrapper > .swiper-slide{display: block;}
   .library-swiper-wrapper > .swiper-slide{}



    body{font-size: 14px;}
    h1, h2, h3, h4, h5, h6 {  }
    h1 { font-size: 36px; }
    h2,h1.sm { font-size: 20px; }
    h2.lg,h3.xxl{ font-size: 18px;}
    h3,h2.md { font-size: 16px; }
    h4,h2.sm { font-size: 14px; margin-bottom: 10px; }
    h5 { font-size: 14px; margin-bottom: 10px; }
    h6 { font-size: 14px; margin-bottom: 10px; }
    .btn.btn-primary, .btn.btn-default{font-size: 14px;    padding: 6px 35px 5px;}
    .fixed-btn .svg,
    .fixed-btn svg{width: 20px;}

    .library-swiper-wrapper > .swiper-slide{display: block;}
    .library-swiper-wrapper > .swiper-slide{}

    section:not(.section-library) .section-content-fitbottom .swiper-pagination a{margin: 5px !important;}
    .section-library .section-content-fitbottom .swiper-pagination a{}
    .section-content-fitbottom .swiper-pagination a span{ font-size: 14px;}
    
    .section-masterplan .item .text-inner h3{font-size: 18px;}
    .section-masterplan .section-content-fitbottom,
    .section-utilities-slide .section-content-fitbottom,
    .section-utilities .section-content-fitbottom{
        position: relative; 
        z-index: 3;
        left: auto;
        top: auto;
        bottom: auto;
        padding: 50px var(--d-gutter); margin: 0px;
        background: var(--d-gradient-1);
     }

    .utilities-image-wrapper {
        overflow: hidden;
        height: auto !important;
        position: static;
    }
    .utilities-detail{padding-top: 30px;}
    .utilities-detail ul{list-style: none; display: flex;     flex-wrap: wrap;
            padding-left: 15px;
    }
    .utilities-detail ul li{display: flex; padding-left: 40px; position: relative;  padding-top: 7px;
            min-height: 30px;
            width: 50%;
            flex: 0 0 50%; padding-right: 15px;    margin-left: 0;

    }
    .utilities-detail ul li span{position: absolute; left: 0px; top: 0px;
        background: #FFFFFF;
        border: 1px solid #FACD57; width: 30px; height: 30px;
        color: #555555;
        border-radius: 50%; display: flex; align-items: center; justify-content: center;
    } 
    .utilities-slide-child .swiper-pagination-bullets.swiper-pagination-horizontal{
            top: calc(100vw * 980 / 1920 / 2);
    }
    

    #header{background: var(--d-gradient-nav);}
    #header .navbar{  align-items: center; }
    #header .navbar-brand,
    #header .header-right{position: static;}
    #header .navbar-brand{}
    #header .header-right .language a{font-size: 14px;}

    .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 .masterplan-map,
    .section-masterplan-detail,
    .fullpage-map-wrapper{min-height: calc(100vw * 980 / 1920);}

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

    body:not(.home-page) #fullpage section:first-child {padding-top: 90px;}

    .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: 1;
    }
    .section-masterplan .masterplan-map .item{opacity: 1;}
    .utilities-slide-pagination{margin-bottom: 15px;}
    ..section-title:before, .section-title:after{width: 30px;}
   
}
@media (max-width:991px) {
    body:not(.home-page) #fullpage section:first-child {padding-top: 70px;}
    .header-bottom .navbar-toggler{font-size: 16px;}
    #intro_section .logo-intro object{width: 24vw;}
    #intro_section.ready .logo-intro object{
        width: 18vw;margin-top: -18vw;
    }
    .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;}

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


 }
@media (max-width:767px) {
    body:not(.home-page) #fullpage section:first-child {padding-top: 65px;}
    .section-title, .editor-content h2{font-size: 24px;}
    .section-title-md{font-size: 18px;}
    .section-title-sm{font-size: 13px;}
    
    .highlight-slide .content h3{font-size: 13px;}
    .footer-top{padding-bottom: 15px;}
    #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(0deg, rgba(11,78,130,1) 0%, rgba(22,32,63,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%;}

    .form-popup{    width: 345px; height: 345px;}
    #formModal .modal-body{overflow-x: hidden;}
    .form-popup .inner{font-size: 13px;    padding: 10px 1em;}

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




}
@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.2);
        }
        to {
            opacity: 1;
            transform: scale(1.1);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

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

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




@media (max-width:1199px) {
    
    #header{    min-height: 70px; background: #0F3242;}
    #header .navbar-brand{background: transparent; min-height: 45px; padding: 18px 10px 15px 15px;}
    #header .navbar-brand{}
    #header .navbar .navbar-brand,
    #header .header-right .language,
    .header-bottom .navbar-toggler{ z-index: 22;}
    .fullpage-wrapper{padding-top: 70px;}

    .header-bottom .navbar-toggler{border: 0px;  color: #FACD57; text-transform: uppercase; font-size: 18px; font-weight: 600;
         padding: 0; padding-right: 30px; position: relative; 
         margin-left: 12px;
    }
    .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: 20px;
        height: 12px;
        cursor: pointer;
        /* margin-bottom: 5px; */
        transition: 0.3s ease all;
       
    }
    #header .navbar-toggler-icon > span {

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

    #header .navbar-toggler-icon > span:nth-of-type(1) {
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #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: 60%;
        top: 100%;
        left: 0;
        transform: translateY(-100%);
    }
    #header .navbar-toggler-icon:hover > span {
        width: 100%;
        transition: 0.3s ease all;
    }
    body.menu-open #header .navbar-toggler .navbar-toggler-icon {
        margin: 0;
        width: 20px;
        height: 20px;
        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: #FACD57;
        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);
    }


    .overlay-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 21;
        background: var(--d-gradient1);
        padding-top: 120px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        height: calc(var(--vh, 1vh) * 100); 
        width: 100%;
    }
    
    .overlay-menu .menu {
       
        
        padding: 0;
        margin: 0; margin-left: auto;
        list-style-type: none;
        overflow: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        flex-direction: column;
        width: 100%; 
    }
    .overlay-menu .menu::-webkit-scrollbar {
        display: none;
    }

    .overlay-menu .menu a {
        color: #fff;
        transition: all ease 0.4s;
        display: inline-block;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .overlay-menu .menu a:hover,
    .overlay-menu .menu .current-menu-item a{color: #F3BE4F; }

    .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: 30px; left: 0px; width: 100%;color: #fff;
        opacity: 0; transition: var(--d-transition); text-align: center;
    }
    body.menu-open .overlay-menu {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }
    body.menu-open .overlay-menu .copyright{opacity: 1; transition-delay: 1s;}
    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;
        flex-direction: column;
    }

    .overlay-menu .menu > li {
        opacity: 0;
        transform: translate(50px, 0);
        -webkit-transform: translate3d(50px, 0px, 0);
        transition-delay: 0.6s;
        padding:15px 0px ;
        margin: 0px;
    }
    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);
        justify-content: center;
    }
    body.menu-open #header .navbar-brand{opacity: 1;}

    .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:767px) {
    
    .overlay-menu .menu:not(.menu-other) a{font-size: 18px;}
    .overlay-menu .menu-other a{font-size: 14px;}
    .overlay-menu .menu-other > li:not(:last-child){    margin-right: 20px;}
    .overlay-menu .copyright{font-size: 12px;}
}


.block-hotnews {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9;
    padding: 0px var(--d-gutter);
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
}
    .block-hotnews .icon{
        width:100px; margin-right:30px;
        background:url('../images/icon-hotnews.svg') no-repeat center left;
        background-size:100% auto;
        flex: 0 0 100px;
        min-height:50px;
        
    }

    .hotnews-content {
        flex-grow:1;        
        overflow: hidden;
    }
    .hotnews-content a {
        display: inline-block;
        font-weight:700;
        
        color: #ffd513
    }
        .hotnews-content a:after {
            content: '|';
            color: #ffd513;
            padding-left: 30px;
            padding-right: 30px;
        }
        .hotnews-content a:hover {
            color: #79e4ff
        }

body.has-hotnews .fixed-btn.fixed-social-btn{
    bottom: 50px;
}
@media (min-width:1200px){
    body.has-hotnews .section-content-fitbottom,
    body.has-hotnews .section-masterplan .section-content-fitbottom{
        bottom: 55px;
    }
}

@media (max-width:991px) {
    .block-hotnews {
        padding: 0px 0.75rem;
    }
    .block-hotnews .icon {
        flex: 0 0 80px;
        min-height: 40px;
        margin-right: 10px;
    }

}



@media (max-width: 767px){
    body.has-hotnews .fixed-btn.center {
        bottom: 55px;
    }
     body.has-hotnews .fixed-btn.center:before{
        bottom: -55px;
    }
}
