@charset "utf-8";
@font-face {
    font-family: "SVN-FelixTitling";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/SVN-FelixTitling.ttf");
}

@font-face {
    font-family: '1FTV-VIP-Foresta-Monesta';
    src: url('../fonts/1FTV-VIP-Foresta-Monesta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "1FTV-La-Graziela";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/1FTV-La-Graziela.otf");
}
@font-face {
    font-family: 'SVN-Futura-Book';
    src: url('../fonts/SVN-FuturaBook.eot');
    src: url('../fonts/SVN-FuturaBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SVN-FuturaBook.woff2') format('woff2'),
        url('../fonts/SVN-FuturaBook.woff') format('woff'),
        url('../fonts/SVN-FuturaBook.ttf') format('truetype'),
        url('../fonts/SVN-FuturaBook.svg#SVN-FuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "SVN-Futura-Medium";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/SVN-Futura-Medium.ttf");
}

@font-face {
    font-family: "SFUFuturaBold";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/SFUFuturaBold.TTF");
}

:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: #fff;
  --d-gradient-nav: linear-gradient(135deg, rgba(11,78,130,0.9) 0%, rgba(14,45,44,0.9) 100%);
  --d-gradient-thumb: linear-gradient(0deg, rgba(14,45,44,0.8) 0%, rgba(14,45,44,0.3) 40%, rgba(14,45,44,0) 100%);
  --d-padding-s:3vw;
  --d-padding: 6.2vw;
  --d-padding69: 6.8vw;
  --d-padding2040: 11.2vw;
  --d-padding-xl: 14.32292vw;
  --color25F:#00425F;
  --color354:#ECA354;
  --colorFFF:#FFFFFF;
  --color55:#555555;
  --colorC5E: #C48C5E;
  --color176: #fbc383;
  --font40: 40px;
  --font35:35px;
  --font32:32px;
  --font30:30px;
  --font27:27px;
  --font22:22px;
  --font20:20px;
  --font18:18px;
}
b, strong{font-family: "SFUFuturaBold"; font-size: 16px;}
html::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
} 
html::-webkit-scrollbar-thumb {
    background-color: var(--color25F);
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: var(--color25F); 
    scrollbar-face-color: var(--color25F);
    scrollbar-3dlight-color: var(--color25F); 
    scrollbar-highlight-color: var(--color25F);
    scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: var(--color25F);
    scrollbar-shadow-color: var(--color25F);
    scrollbar-dark-shadow-color: var(--color25F);
}
/*FOR FF*/
html{
     scrollbar-color: var(--color25F) #ffffff;
    scrollbar-width: 8px;
}

body { font-family: "SVN-Futura-Book", sans-serif;  margin: 0px; padding: 0px; font-size: var(--font18); line-height: 25px; overflow-x: hidden; font-weight: 400; color: var(--color55); 
    
}
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 { margin: 0 auto 15px; line-height: 1.4; }
h1 { font-size: 48px; }
h2,h1.sm { font-size: 30px; }
h2.lg,h3.xxl{ font-size: 24px;}
h3,h2.md { font-size: 20px; }
h4,h2.sm { 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: #333; }
a:hover, a:focus { text-decoration: none; outline: none; }
ul, ol { margin: 0 auto 20px; }
ul li, ol li { margin: 0 auto 10px; }
blockquote { background: #f5f5f5; }
*:focus,button:focus {
  outline: none;
}
.white-text{ color: #fff !important; }
.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;}
.blur{filter:blur(10px)}
/* =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 {margin: 0; padding: 5px 5px 0px;    font-style: italic; }

/*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:  var(--font18);margin: auto; padding: 8px 35px 8px; transition: var(--d-transition);
    text-decoration: none;
}
.btn.btn-icon{padding-left: 60px;}
.btn.btn-primary, .btn.btn-default{ border-radius: 0px; background: transparent; font-size: var(--font18); text-transform: uppercase;   color: #fff; text-transform: uppercase; border: solid 1px transparent;
}
.btn.btn-primary{border-color: var(--color25F); color: var(--color25F);}
.btn.btn-primary:hover{background: transparent; border-color: #cfb082; color: #bda177;}
.btn.btn-default{background: transparent; border-color: #cfb082; color: #bda177; position: relative;}

.btn.btn-default:hover{ background: var(--colorC5E); color: var(--colorFFF); border-color:  var(--colorC5E);}

.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: var(--color25F); outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: 17px; color: var(--color25F); }
.btn.outline-btn { background: none; color: #006838; border: var(--color25F) 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: var(--color25F); color: var(--color25F); }
.btn-transparent { background: transparent; border: solid 1px var(--color25F); color: var(--color25F); font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
.btn-detail{margin-top: 25px;}
/*-------------------------
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: #c74243;}
.form-group-captcha{ font-size: 0.7em;opacity: 0.5;position: absolute; text-align: center;visibility: hidden; margin-bottom: 0px; }
.modal-form-popup .form-group-captcha{visibility: visible;position: relative; opacity: 1;}
.form-group-captcha a{color: var(--color176);}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control { background: transparent; border: 0 none; border-radius: 0px;  box-shadow: none; color: #fff; font-size: 16px; height: 33px; line-height: 27px; padding: 0 15px; }
#footer .form-control{color: var(--color176)}
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: var(--color25F); }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #333; padding: 0; }
.panel-heading:hover .panel-title a .question { background: var(--color25F); }
.panel-heading:hover .panel-title a { border-color: var(--color25F); }
.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;}
.section-title, .editor-content h2{font-size: var(--font32); color: var(--color25F);font-family: "SVN-FelixTitling"; text-transform: uppercase; margin-bottom: 0px; position: relative;}
.section-subtitle{font-size: 51px; margin-bottom: 10px; color: #fbc383; line-height: 59px;    font-family: '1FTV-VIP-Foresta-Monesta';text-transform: none;padding-right: 15px; display: inline-block; margin-bottom: 10px;color: #fbc383;line-height: 80px;}
.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-description p:last-child{margin-bottom: 0;}
.secondary-bg { background: var(--color25F); color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}
section.dark,.section.dark{color: #fff;}
section.dark .section-title,.section.dark .section-title{color: #fff;}
section.dark .btn-default{color: #fff; border-color: #fff;}

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

.primary-bg { background: var(--d-gradient); color: #fff; }

.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 20px 0; }
.section-padding-top{padding-top: 100px;}

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

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

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


.fancybox-container .fancybox-caption-wrap{padding-top: 0px}
.fancybox-container .fancybox-caption-wrap .fancybox-caption{color: var(--colorFFF); text-align: center; padding: 10px 0px;    font-size: 15px;}
.fancybox-container .fancybox-caption-wrap strong{margin-left: 5px;}

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

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

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

/*--------------------
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: var(--color25F); border:0px; border-bottom: solid 2px var(--color25F); 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 var(--color25F);}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.tab-content {margin-top: 0px; padding: 0px;}

.nicescroll-rails{
        transform: translatex(calc(-1 * (var(--d-padding) - 30px )));
}
.nicescroll-rails .nicescroll-cursors{}

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

.item-thumb.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; background: rgba(255,255,255,1);}
.bootbox  .bootbox-body{color: #333333;}
.bootbox.modal .close{position: absolute; margin: 0px !important; right: -15px; top: -15px; border-radius: 50%; width: 30px; height: 30px;
        font-size: 26px; line-height: 0.8;
    background: var(--color25F); color: #fff; border: 0;
}
.bootbox.modal .close:hover{ background: var(--color25F);}

/*------------------------
1.12. LoadingMask
--------------------------------*/
.mask {
    position: fixed;left: 0; top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    z-index: 99999;
    transition: var(--d-transition);
    transition-duration: 2s;
}

.mask::before{content: '';}
.mask::before, .wave-svg {
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    display: block;
    width: 100%;
}
.wave-svg path {
   fill: #fff;
}
.mask.up{opacity: 0;}
.wave-svg {
    margin: -10px 0 0;
    transform-origin: 50% 0;
}
.mask::before {
    background: linear-gradient(0deg,#eedfc6 0,#285a71 100%);
}

.mask .mask-bg{
    position: absolute; left: 0; top: 0; width: 100%;    height: calc(var(--vh, 1vh) * 100);
    background: #065f84;
    transition: var(--d-transition);
    z-index: 4;

}
.mask .mask-bg svg{position: absolute;width: 210px; max-width: 45vw; height: auto; left: 50%; top: 50%; transform: translate(-50%,-50%);
    transition: var(--d-transition);
    transition-duration: 1s;

}
.mask.up .mask-bg svg{opacity: 0; filter: blur(15px); transform: translate(-50%,-50%) scale(2);
    transform-origin: center;
}


body.ready .mask {
    pointer-events: none;
    z-index: -99999;
}
#logo_vivus path{fill-opacity: 0; stroke: var(--colorFFF); stroke-width: 1px; }
#logo_vivus.done path{fill-opacity: 1; stroke-width: 0;fill: var(--colorFFF);}

/*Stick*/
.fixed-btn{position: fixed; right: 15px; z-index: 6; opacity: 0; transition: var(--d-transition); transform: translateY(100px); }
.fixed-btn.show{transform: translateY(0px); opacity:1 }
.fixed-btn.center{top: 50%; transform: translateY(-50%);}
.fixed-btn.top{top: 40px;}
.fixed-btn.bottom{bottom: 10%;color: #fff;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn .svg, .fixed-btn svg{width: 32px; height: auto;}

body.menu-open .fixed-btn.bottom{opacity: 0 !important;    pointer-events: none;}

.fixed-btn.b-static .tel-btn{display: none;}
.svg-ani svg path{
   fill: none !important;
   stroke: currentColor;
}
.fixed-social-btn svg *{transition:var(--d-transition)}
.fixed-social-btn a{display: block;width: 40px;  height: 40px; margin-bottom: 7px;}
        .fixed-social-btn a:hover svg rect {fill: #014129;  stroke: transparent;}
.fixed-social-btn a span{font-size: 1rem; color: #fff; text-transform: uppercase; margin-left: 3px;}
.fixed-social-btn a.zalo{  }
.fixed-btn .fixed-social-btn .svg, .fixed-btn .fixed-social-btn svg{width: 37px; height: 37px;}
.fixed-social-btn a:hover path{animation: shakesocial 1s infinite;  }
@keyframes shakesocial {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(3px); }
}
/*FullPage*/

.fullpage-wrapper .bg-nav{position: relative;}


.fullpage-nav{
    line-height: normal; padding: 0px; margin: 0px;
    position: fixed; right: calc( var(--d-padding) - 35px ) ; z-index: 6; opacity: 0; transition: var(--d-transition);
    top: 50%; transform: translate(100px,-50%);
}
.fullpage-nav.show{transform:  translate(0px,-50%); opacity:1 }



.fullpage-nav li{
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
}
.fullpage-nav li a {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    opacity: 0.4;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    justify-content: flex-end;

}
.fullpage-nav li a .title{ transform: translateX(50%); 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{transform: translateX(0); opacity: 1;}

.fullpage-nav li span:not(.title) {
    display: flex; align-items: center;justify-content: center;
    margin-left: 10px;
    text-align: center;
    flex: 0 0 35px; width: 35px; height: 35px; border: solid 1px #fff; border-radius: 50%;
    order: 2;
}
.fullpage-nav li:hover a span:not(.title),
.fullpage-nav li.active a span:not(.title){background: var(--color25F);}

.fancybox-can-zoomIn .fancybox-image-wrap,.fancybox-can-zoomIn .fancybox-image-wrap .fancybox-image{transition: var(--d-transition);}
/*================
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.sticky { position: fixed; top: 0;  left: 0; right: 0;}
.to_bottom.sticky #header,.to_bottom #header{display: none}
.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: 9.5vw; min-width: 90px;
    height: auto; padding: 0px;
    position: fixed; top: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: relative; transition: var(--d-transition);
}
#header .navbar-brand .img-fluid{transition: var(--d-transition);}
#header .navbar-brand:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    z-index: 2;
}
#header .navbar-brand .white{display: none;}

#navigation { padding: 0px; position: relative; text-align: right;}
#header.sticky .navbar-brand {width: 9vw; min-width: 90px;}

#header .header-left,
#header .header-right {display: flex; align-content: center; position: fixed; color: #fff;}
#header .header-right{right: var(--d-padding-s);}
#header .header-left{right: auto; left:var(--d-padding-s);top: 10px;}
#header .header-left > a,
#header .header-right > a{margin-right: 20px ; padding-right: 20px; position: relative;
    text-transform: uppercase; font-weight: 500;
}
.header-right{height: 100%; display: flex ; align-items: center;}
#header .header-left > a.btn-reg{margin-right: 0; padding-right: 0;}
#header .header-left > a.btn-reg:after{display: none;}
#header .header-left a.svg-ani,
#header .header-right a.svg-ani{color: #fff;display: flex; align-items: center;}
#header .header-left a.hotline span{font-size: 1.3em; font-weight: 600;}
body.menu-open #header .header-left a.svg-ani,
body.menu-open #header .header-right a.svg-ani{}
#header .header-left .svg,
#header .header-right .svg{height: 22px; width: auto; margin-right: 10px;}
#header .header-right .w-language{display: inline-flex; margin-right: 15px;    align-items: center;}
    .w-language li { display: inline-block; margin-bottom: 0px; margin:0px 13px; position:relative; }
        .w-language li:after { content: ''; position: absolute; right: -17px; top: 50%; width: 1px; height: 21px; background: #CFA176; transform: translateY(-50%); }
        .w-language li:last-child:after{display: none;}
.w-language  a{color: #C0C0C0; font-size: 18px;text-transform: uppercase;background: transparent; border-radius: 0px;}
.w-language  a.active{color: var(--color354); }
#header .header-right .w-language ul{ min-width: 60px; text-align: center;    margin-bottom: 0px;}

.w-language a.hotline-head{    margin-left: 15px;background: url(../images/bg-hotline.svg) left top no-repeat;    padding-top: 2px; background-size: contain; width: 197px; height: 39px; margin-top: 7px; padding-left: 52px; font-size: 20px; color: #fff;}
#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; }

.w-language a.tour360{ height: 37px; background-size: contain !important; position: relative; background: #08A1AA; 
    background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%); padding: 5px 16px !important; 
    border-top-left-radius: 5px; border-top-right-radius: 5px; align-items: center; display: flex ; margin-top: 5px;
}
    .w-language a.tour360 img{margin-right: 0px !important; height: 20px !important;}
    .w-language a.tour360:after{
        content: ''; position: absolute; width: 100%; height: 7px; left: 0px; bottom: -3px; background: #08A1AA; background: linear-gradient(90deg, rgba(205, 136, 59, 1) 0%, rgba(251, 195, 131, 1) 100%); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
    }
.header-bottom .navbar-toggler{border: 0px;  color: #fff; text-transform: uppercase; font-size: 18px; font-weight: 500;
     padding: 0; padding-right: 30px; position: relative;    background: #08A1AA;
    background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%);
     padding: 8px 40px 8px 15px; border-radius: 5px;
}
.header-bottom .navbar-toggler:focus{outline: none;box-shadow: none;}
.header-bottom .navbar-toggler span{color:var(--colorFFF); }

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

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

#header .navbar-toggler-icon > span:nth-of-type(1) {
    width: 60%;
    top: 0;
    left: 0%;
}
#header .navbar-toggler-icon > span:nth-of-type(2) {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#header .navbar-toggler-icon > span:nth-of-type(3) {
    width: 100%;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
#header .navbar-toggler-icon:hover > span {
    width: 100%;
    transition: 0.3s ease all;
}
body.menu-open #header .header-right .dropdown-language{}
body.menu-open #header .header-right .dropdown-language > a{}
body.menu-open .header-bottom .navbar-toggler{color: #fff;}
body.menu-open #header .navbar-toggler .navbar-toggler-icon {
    margin: 0;
    width: 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: #d4b88e;
    transition: 0.3s ease all;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(2) {
    opacity: 0;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}


@media (min-width:1200px) {
    .center-light #header .navbar-brand path,
    .center-light #header .navbar-brand use{fill: #fff;}

    .center-light #header .navbar-brand .normal{display: none;}
    .center-light #header .navbar-brand .white{display: block;}

    .menu-open #header .navbar-brand .normal{display: none;}
    .menu-open #header .navbar-brand .white{display: block;}
}

.left-light #header .header-left a.svg-ani{color: var(--color25F)}
.left-light .fixed-btn.bottom,
.left-light .fixed-social-btn a{color: var(--color25F)}
.left-light .fixed-social-btn a{border-color: #cfb082;}
.right-light  #header .header-right .dropdown-language > a{}
.right-light  #header .header-right .dropdown-language > a{ background: transparent;color: var(--color25F);}





.d-bg,.d-bg-ani{position: relative;}

.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: 20px; left: 50%; transform: translateX(-50%);    z-index: 2;
        display: flex;     align-items: center;
}
.swiper:not(.swiper-default) .slide-control .swiper-button-prev,
.swiper:not(.swiper-default) .slide-control .swiper-button-next,
.swiper:not(.swiper-default) .slide-control .swiper-pagination{position: static;}
.swiper .slide-control .swiper-pagination{display: flex;margin: 0px 54px;}
.slide-control .swiper-pagination .swiper-pagination-bullet{
    background: #cfb082;
}
.slide-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--color25F);
}



.slide-control .swiper-button-next, .slide-control .swiper-button-prev{width: 33px; height:  33px;
    background-size:  auto 50%; background-repeat: no-repeat; background-position: center center;
    flex: 0 0 33px;    margin: 0px; border: solid 1px var(--color25F); border-radius: 50%; margin: 0px 10px;
        transition: var(--d-transition);
}
.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 .swiper-button-next:hover{
    background-color: #fff;  background-image: url('../images/arrow-next-white.svg');
}
.slide-control .swiper-button-prev:hover{
    background-color: #fff;  background-image: url('../images/arrow-prev-white.svg');
}

.slide-control.dark .swiper-button-prev{background-image: url('../images/arrow-prev.svg');}
.slide-control.dark .swiper-button-next{background-image: url('../images/arrow-next.svg');}


.section-gallery .slide-control .swiper-button-prev{background-color: rgba(207,176,130,0.3); border-color: #cfb082;}
.section-gallery .slide-control .swiper-button-next{background-color: rgba(207,176,130,0.3); border-color: #cfb082;}

.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: 13px;height: 13px;  margin: 0px 6px;
    border-radius: 50%; opacity: 1; border: solid 1px var(--color25F); background: transparent;
}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--color25F);}

.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*/

.section-home-slide .swiper-slide video{width: 100%; height: 100%; object-fit: cover;}
.form-popup{position: absolute;
    width: 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;}

.section-home-slide .swiper .slide-control .swiper-pagination{margin: 0;}
.section-home-slide .swiper .slide-control{transform: translate(0); left: var(--d-padding);}
.section-home-slide .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
     border: solid 0px #fff;
     width: 66px; height: 3px; border-radius: 0;
     background: #fff; opacity: 0.3;
}
.section-home-slide .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.form-popup{ 
    /*opacity: 0; 
    transition: var(--d-transition);
    transition-duration: 1.5s;*/
}
.form-popup .inner{
   text-align: center;
}
.form-popup.show{/*opacity: 1;*/ }
.form-popup.show .inner{

}
.modal-form-popup .modal-content{
    /*background: var(--color25F) url('../images/bg-popup-form.jpg') no-repeat center center;
    background-size: cover;*/
    background:rgb(255 255 255 / 90%);
}
.modal-form-popup .close{position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; 
     background: #08A1AA; background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%);
     transition: var(--d-transition);
     opacity: 1;
     z-index: 4;
     border-radius: 50%;
}
.modal-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;
}
.modal-form-popup .close:hover{transform: rotate(180deg);}
.form-popup h3,
.form-popup h2{color: #fbc383; text-transform: uppercase; font-family: "SFUFuturaBold"; font-size: 27px;}
.form-popup .form-group.has-error .help-block {  color: #cfb082; position: absolute;  right: 0px;  top: 50%;   transform: translateY(-50%);}
.form-popup .form-control{
     color: #fff;
    border-bottom: solid 1px rgba(255,255,255,0.4);
    border-radius: 0px;
    text-align: left;
    padding: 0px 0px 0px;
}
.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;
}
.form-popup .btn.btn-primary{background: #fbc383; border: 0px;}
.form-popup .form-control-catcha a{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-modal{
    width: 36.5625vw; min-width: 600px;  
    top: 50%; left: 50%; transform: translate(-50%,-50%);  
   position: absolute;
}
.modal-content .form-popup{ 
   width: 100%; height: 0px; position: relative;
   padding-top: 100%;
}
.modal-content .form-popup .inner{position: absolute;
    left: 0px; top: 0px; width: 100%; height: 100%;
    padding: 0px 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    color: #fff;
}
.modal-content .form-popup .overlay{
   
    position: absolute;
    left: 0px; top: 0px; width: 100%; height: 100%;

}
.modal-content .form-popup .overlay span{position: absolute;
    left: 0px; top: 0px; width: 100%; height: 100%;
}
.modal-content .form-popup .overlay span:nth-child(1),
.modal-content .form-popup .overlay span:nth-child(2){
    background: #065f84;
    transform: scale(0.9);
    border-radius: 50%;
}


.section-content-fitbottom {position: absolute; bottom: 30px; left: 0px; width: 100%;  z-index: 3;}

.section-introduction .section-content-wrapper{
    padding-right: var(--d-padding);
    padding-left: var(--d-padding);
}
.section-introduction .section-content-wrapper p{margin-bottom: 5px;}

.img-about-ov,.bg-about-page{ height: 100vh;}
    .bg-about-page { background-size: cover; background-position: 58% center; }


.small-title{ color: #B0712A; text-transform: uppercase; font-family: "SFUFuturaBold"; font-size: var(--font20); position: relative; margin-top: 20px;    display: block;}
.section-introduction .small-title:after{ content: '';
    position: absolute;
    right: 0px;
    width: 55%;
    height: 1px;
    background: #B0712A; bottom: 0px;
}
.item-apartment { display: grid ; grid-template-columns: repeat(2, 1fr); gap: 10px;     margin-top: 20px;}
.item-apartment .i-ap{display: flex;}
.item-apartment .thumb{min-width: 60px;}
.item-apartment .description{padding-left: 14px;text-align: left;    font-size: 16px;}  
.item-apartment .title{font-family: "SFUFuturaBold"; font-size:17px; margin-bottom: 0px;}

.section-advantage{    background: #064872;   background: linear-gradient(90deg, rgba(6, 72, 114, 1) 0%, rgba(8, 161, 170, 1) 100%);}
    .bg-advant{padding: 20px 40px 20px;background: #FFFFFF;    min-height: 165px;border: 1px solid #78cedd; border-radius: 40px; border-bottom-right-radius: 0px;}
    .numb_adv{min-width: 73px;background: #f2f3e1; background:linear-gradient(90deg, #f2f3e1 0%, #78cedd 100%); line-height: 56px; position: absolute; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: "SFUFuturaBold"; font-size: 50px; padding-bottom: 10px; display: inline-block; border-bottom: 1px solid #78cedd; bottom: -1px;}

    .w_advant { display: flex ; align-items: flex-end; justify-content: space-between;    margin-bottom: 20px;    position: relative; }
    .w_advant:last-child{margin-bottom: 0px;}
    .left-advantage .numb_adv{order: 2; right: -60px; bottom: 0px;text-align: right; padding-right: 20px;}
    .left-advantage .bg-advant{order: 1}
    .right-advantage .w_advant {justify-content: end; }
    .w_advant .title{ color: var(--color25F); text-transform: uppercase; font-size: 18px; font-family: "SFUFuturaBold"; padding-right: 30px;     margin-bottom: 8px;}
        .item-advan-mobile{display: none;}
    .w_advant .des-ap { line-height: 21px; }
        
.center-advantage{text-align: center;    display: grid}
    .center-advantage .num_adv{font-size: 240px;display: inline-block;background: #f2f3e1; background:linear-gradient(90deg, #f2f3e1 0%, #78cedd 100%);-webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 230px;}
    .center-advantage .title_avd{margin-top: 20px;display: inline-block; font-size: 25px;text-transform: uppercase; font-family: "SFUFuturaBold"; background: #f2f3e1; background:linear-gradient(90deg, #f2f3e1 0%, #78cedd 100%);-webkit-background-clip: text;    -webkit-text-fill-color: transparent;}

    .numb_adv:before { content: ''; position: absolute; width: 15px; height: 15px; border-radius: 50%; background: #78cedd; bottom: -7px; right: -5px; }
    .numb_adv:after {content: ''; position: absolute; width: 23px; height: 23px; border-radius: 50%; background: rgb(120 206 221 / 40%); bottom: -11px; right: -10px;}
    .right-advantage .numb_adv:after{left: -10px; right: auto;}
    .right-advantage .numb_adv:before{left:-5px; right: auto; }

    .right-advantage .numb_adv {  left: -60px;  bottom: 0px; text-align: left;  padding-left: 20px;}
    .right-advantage .bg-advant { padding: 20px 40px 20px;border-bottom-right-radius: 80px; border-bottom-left-radius: 0px;}

.s-investor img{    max-width: 140px;}
.s-investor .t-name-part{color: var(--color25F); margin: 20px auto 0px;}

.list-partner { display: flex ; text-align: center; }
.list-partner .thumb{min-height: 110px; max-width: 270px; margin: auto;display: grid ; justify-content: center; align-items: center;}
.list-partner .thumb img{max-height: 110px; max-width: 210px;}

.s-partner .subtitle{color: var(--color25F); text-transform: uppercase;margin-top: 40px; margin-bottom: 40px;font-size: var(--font32);}
.s-partner .small-t{text-transform: uppercase; color: var(--color55); margin-bottom: 20px;font-family: "SFUFuturaBold"; font-size: var(--font18);}

.se-bg-ketnoi{background: url(../images/bg-overview.jpg) center top no-repeat; background-size: cover;}







@media (min-width: 992px) {
    .col-lg-65 {
        flex: 0 0 auto;
        width: 53.33333333%;
    }
    .col-lg-55 {
        flex: 0 0 auto;
        width: 46.66666667%;
    }

   

}

/*HOMEPAGE*/
.section-overview{background: url(../images/bg-overview.jpg) center top no-repeat; background-size: cover;    overflow: hidden;}
.section-overview .section-content{padding-right: 40px;}
.section-overview .btn-detail { margin-top: 15px;}
.img-overview{display: grid ; align-items: end; justify-content: space-between; margin: 0px -7px; gap: 15px; grid-template-columns: 52% 48%;}
    .img-overview > div{padding: 0px;}

.logo-banner{position: absolute; top: 30%;z-index: 5; left: 50%; transform: translateX(-50%); opacity: 0;}
    .logo-banner img{width: 220px;}
.video-status-play .logo-banner{opacity: 1;}
.img-small img{ object-fit: cover;height: 389px; width: 100%;    object-position: center bottom; }
.img-big img{ object-fit: cover;height: 456px; width: 100%; }





/*Location */
.home-page.fp-viewing-tien-ich #header, 
.fp-viewing-loi-the #header{opacity: 0; visibility: hidden; pointer-events: none;}

.home-page.fp-viewing-mat-bang-tong-the #header .navbar-brand .white{display: block;}
.home-page.fp-viewing-mat-bang-tong-the #header .navbar-brand .normal{display: none;}
#location{overflow: hidden;    background: #0b3b63; }

.content-z {z-index: 2;    }
#location .section-image-wrapper{width: 100%;  height: 100%; margin-left:0; margin-top: 0; float: right;}
#location.active  .section-image-wrapper{
    opacity: 1;
    /*animation: scaleOut;animation-duration: 2s;animation-delay: 0.5s;animation-fill-mode: forwards;*/
}
#location .section-image{width: 1920px; height:1050px; position: absolute;
    right: 0;
    top: 0;
    margin: 0px 0 0 0px;
    transform-origin: right top;
}
#location.page-location .section-image-wrapper { width: 100%;  float: none;}

#location .btn-detail,.section-utilities-slide .btn-detail{margin-top: 15px;}
#location.section-location.page-location{
    height: calc(100vw* 1070 / 1672);
    min-height: unset !important;
}

#location.section-location.page-location .section-image{
    width: 100%;
    height: 100%;
    transform: scale(1) !important;left: 0px; right: auto; transform-origin: left bottom;
}


#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{
    position: absolute; top: 50%; left: var(--d-padding-s); 
   transform: translateY(-50%);
   width: 34vw;     z-index: 4;
}

#location .section-image svg#citymap{animation: fourcity 1s infinite;}
@keyframes fourcity {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(-2px, -2px); }
    50% { transform: translate(2px, 2px); }
    75% { transform: translate(-2px, -2px); }
}

.logo-pin{width: 88px; height: 102px; position: absolute; top: 42.9%; left: 52.8%; z-index: 22;}
.logo-pin .items{position: absolute; left: 6px; top: 6px; right: 6px;
    width: calc(100% - 12px); padding-top:  calc(100% - 12px);   
}
.logo-pin .items .inner{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
    overflow: hidden;
    border-radius: 50%; background: #fff; border: solid 1px #b59273;
}
.logo-pin .items:after{content: ''; position: absolute;
    width: 60px; height: 33px;
    background: url('../images/map-pin-logo.png') no-repeat center top;background-size: contain;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%); z-index: 6;
}
.point-map{animation: 2s infinite IconBgLogo;opacity: 1;}
@keyframes IconBgLogo{0%,to{fill:#08405e}50%{fill:#1d5c7d}}

/*
.logo-pin:after {
    content: '';
    width: 120px;
    height: 120px;
    top: -18px;
    left: -18px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #00425F;
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}*/
@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1;
        -moz-opacity:.1;
        -webkit-opacity:.1;
        -o-opacity:.1;
    }
    30% {
        -moz-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5;
        -moz-opacity:.5;
        -webkit-opacity:.5;
        -o-opacity:.5;
    }
    100% {
        -moz-transform:rotate(0) scale(1) skew(1deg);
        opacity:.6;
        -moz-opacity:.6;
        -webkit-opacity:.6;
        -o-opacity:.1;
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1;
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5;
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1;
    }
    }
    @-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform:rotate(0) kscale(.5) skew(1deg);
        -o-opacity:.1;
    }
    30% {
        -o-transform:rotate(0) scale(.7) skew(1deg);
        -o-opacity:.5;
    }
    100% {
        -o-transform:rotate(0) scale(1) skew(1deg);
        -o-opacity:.1;
    }
}

@media (min-width:1200px) {
    #location .point{opacity:0}
    #location.fp-completely .point {
        animation: bounceInDown;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
    }
    #location  .point.p1 {animation-delay: 0.3s;}
    #location  .point.p2 {animation-delay: 0.31s;}
    #location  .point.p3 {animation-delay: 0.32s;}
    #location  .point.p4 {animation-delay: 0.33s;}
    #location  .point.p5 {animation-delay: 0.34s;}
    #location  .point.p6 {animation-delay: 0.45s;}
    #location  .point.p7 {animation-delay: 0.46s;}
    #location  .point.p8 {animation-delay: 0.47s;}
    #location  .point.p9 {animation-delay: 0.48s;}
    #location  .point.p10 {animation-delay: 0.49s;}
    #location  .point.p11 {animation-delay: 0.50s;}
    #location  .point.p12 {animation-delay: 0.51s;}
    #location  .point.p13 {animation-delay: 0.52s;}
    #location  .point.p14 {animation-delay: 0.53s;}
    #location  .point.p15 {animation-delay: 0.54s;}
    #location  .point.p16 {animation-delay: 0.65s;}
    #location  .point.p17 {animation-delay: 0.66s;}
    #location  .point.p18 {animation-delay: 0.67s;}
    #location  .point.p19 {animation-delay: 0.68s;}
    #location  .point.p20 {animation-delay: 0.69s;}
    #location  .point.p21 {animation-delay: 0.70s;}
    #location  .point.p22 {animation-delay: 0.71s;}
    #location  .point.p23 {animation-delay: 0.72s;}
    #location  .point.p24 {animation-delay: 0.73s;}
    #location  .point.p25 {animation-delay: 0.74s;}
    #location  .point.p26 {animation-delay: 0.75s;}
    #location  .point.p27 {animation-delay: 0.76s;}
    #location  .point.p28 {animation-delay: 0.77s;}
    #location  .point.p29 {animation-delay: 0.78s;}
    #location  .point.p30 {animation-delay: 0.79s;}
    #location  .point.p31 {animation-delay: 0.80s;}
    #location  .point.p32 {animation-delay: 0.81s;}
    #location  .point.p33 {animation-delay: 0.82s;}
    #location  .point.p34 {animation-delay: 0.83s;}
    #location  .point.p35 {animation-delay: 0.84s;}
    #location  .point.p36 {animation-delay: 0.85s;}
    #location  .point.p37 {animation-delay: 0.86s;}
    #location  .point.p38 {animation-delay: 0.87s;}
    #location  .point.p39 {animation-delay: 0.88s;}
    #location  .point.p40 {animation-delay: 0.89s;}
    #location  .point.p41 {animation-delay: 0.90s;}
    #location  .point.p42 {animation-delay: 0.91s;}
}

.section-content-wrapper.fix{position: absolute;}
.section-content-wrapper.bottom-right{    bottom: 6.12vh; right: calc(var(--d-padding) * 2 );}
.section-masterplain-info .section-content-wrapper{width: 40vw;}


#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 IconLogo {
    0% {
       fill: #0077BE;
       
    }
    50% {
       fill: #00ACE7;
      
    }
    to {
       fill: #0077BE; 
      
    }
}

.location-link-slide .thumb{position: relative;margin: 10px 0px;}
.location-link-slide .thumb .title{
    font-family: "SFUFuturaBold"; font-size: var(--font18);    display: inline-block; text-transform: uppercase; 
    margin-bottom: 0px;margin-top: 10px; background: #B0712A; background: linear-gradient(90deg, #B0712A 0%, #CD883B 50%, #ECA354 100%); 
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;padding-left: 40px;
}
.location-link-slide .thumb:before{
    content: ''; position: absolute; left:0px; top:1px;
    width: 34px;    height:34px; border-radius: 50%;
    background: hsl(198deg 100% 19% / 100%);
    -webkit-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
.location-link-slide .thumb:after{
    content: ''; position: absolute; left: 8.5px; top: 8.5px;
    width: 17px;    height: 17px; border-radius: 50%;
    background: var(--color25F);
}

.location-link-slide .description ul{list-style: none; margin: 0px; padding: 0px;}
.location-link-slide .description ul li{position: relative; padding-left: 20px;}
.location-link-slide .description ul li:before{content: ''; position: absolute; left: 0px; top: 6px;
    width: 10px; height: 10px; background: #1a4745; border-radius: 50%;
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.4;
    }
    50% {
        -moz-transform:rotate(0) -moz-scale(1) skew(1deg);
        opacity:.4;
    }
    100% {
        -moz-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.4;
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.4;
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.4;
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.4;
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.4;
    }
    50% {
        -o-transform:rotate(0) scale(1) skew(1deg);
        opacity:.4;
    }
    100% {
        -o-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.4;
    }
}

/*Lien ket khu vuc*/
.location-link{
    background: url(../images/vi-tri-du-an.jpg) center 10% no-repeat; background-size: cover; position: relative; overflow: hidden; width: 100%; height: 400px;
}
.link-time .description{line-height: 20px; padding-left: 5px;}
      

.tooltip-style.s-tooltip{margin-top: -40px;line-height: 20px;z-index: 100; color: #fff; text-align: center; padding:6px 10px 6px; border-radius: 15px; border: 1px solid #fbc383;background: #08A1AA; background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%); border-top-left-radius: 0px; font-size: 15px;}
    .tooltip-style.s-tooltip span {display: block; padding: 2px 23px; border-top: 1px solid #fff; font-size: 14px;}
    .tooltip-style.s-tooltip strong { margin-bottom: 8px; display: block;     font-size: 14px;}














.section-masterplain-info{min-height: 600px;}
.box-master { background: rgb(0 66 95 / 56%); border: 1px solid #2DA6DB;    z-index: 2; border-radius: 40px; max-width: 420px; padding:30px 30px; color: #fff; position: absolute; top: 50%; transform: translateY(-50%); right: var(--d-padding); }
    .section-info ul{list-style: none;    padding: 0;margin-bottom: 0px;}
    .section-info ul li{position: relative; padding-left: 25px;margin-bottom: 7px;}
    .section-info ul li:before{
        content: ''; position: absolute; 
        left: 0px; top: 7px; background: url(../images/ico-list.svg) center center no-repeat; background-size: contain;
        width: 17px;
        height: 12px;
    }

.tab-masterplan {
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 0%;    z-index: 2;
    margin-bottom: 0px;
    left: 50%;    display: flex;
    transform: translateX(-50%);    white-space: nowrap;
}
.tab-masterplan li{display: inline-block;     background: #08A1AA;background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%); margin: 0px 10px; transition: var(--d-transition);    border-top-left-radius: 15px;}
    .tab-masterplan li a{text-transform: uppercase; font-size: var(--font18); color: var(--colorFFF) !important;padding: 10px 25px;}
    .tab-masterplan li:hover,.tab-masterplan li.active{background:#fbc383; color: #000 !important}
       .tab-masterplan li:hover a,.tab-masterplan li.active a{color: #064872 !important;}

.section-news #myTab{
    justify-content: center;
    margin-top: -42px;
    border-bottom: 0px;
}  
    .section-news .nav-tabs .nav-item,.tab-fresia .nav-item{margin: 0px 10px;}
    .section-news .nav-tabs .nav-link,.tab-fresia .nav-item .nav-link{ padding: 8px 35px; margin-bottom: 0px; text-transform: uppercase; color: #fff;border: 1px solid #fbc383;background: #08A1AA;   background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 0px; }
    .section-news .nav-tabs .nav-link.active,.tab-fresia .nav-link.active{background: #B0712A; color: #fff;}

    .section-news .tab-content{padding-top: 50px;}
    .section-utilities .tab-fresia{margin-top: 0px;justify-content: center;border-bottom: 0px;position: absolute; z-index: 2;left: 50%; transform: translateX(-50%);}
    .section-utilities .tab-fresia .nav-link {border-radius: 0px 0px 10px 10px; border-top:0px;border-bottom:1px solid #B0712A }

.section-news .post-list .item .item-body {padding: 25px 0px 25px;}   
 
.mb_tongthe map { position: absolute;}

#area-tooltip{
    display: block; z-index: 20; top: 50% !important; transform: translateY(-50%); background: rgb(0 66 95 / 70%) !important; border: 1px solid #2DA6DB; border-radius: 20px !important; border-top-left-radius: 0px !important; text-transform: uppercase; color: var(--colorFFF); padding: 10px 20px !important;
}
.section-mb-tang .mb_tongthe{position: relative;    justify-content: center;    top: -10%;}
    .section-mb-tang .fp-tableCell{position: relative;}

.sec-masterplan-p .section-title{position: absolute; top:7%; width: 100%; text-align: center;  z-index: 9}
    .sec-masterplan-p .section-title .section-subtitle{background: transparent;color: var(--colorFFF);    -webkit-background-clip: none;    -webkit-text-fill-color: #fff;}

.home-page .sec-masterplan-p .section-title{position: relative; top: auto; text-align: left;}
.home-page .sec-masterplan-p .section-title{display: none;}
.home-page .sec-masterplan-p .box-master .section-title{display: block;}
.section-matbang-tong-page .mb_tongthe{padding-top: 10px; max-width: 850px;height: 100vh; align-items: flex-start; display: flex ;}

.section-matbang-tong-page .container{position: relative;}
section.section-matbang-tong-page {background:#F8F5E7 !important;}












ul.list-mb-items { position: absolute; right: -3%; left: auto;z-index: 2; display: inline-block; width: auto; top: 20%;    padding: 0px; }
.list-mb-items li{list-style: none; display: block;     background: #08A1AA;    background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%); margin: 8px 0px; transition: var(--d-transition); border-top-left-radius: 15px; overflow: hidden; padding: 7px 16px; text-align: center;}
    .list-mb-items a{text-transform: uppercase; font-size: var(--font18); color: var(--colorFFF) !important;    }
.list-mb-items li.active,.list-mb-items li:hover{background:#fbc383;}

.updating-item { position: absolute; top: 50%; transform: translateY(-50%); text-align: center; color: var(--color25F); font-size: 30px; font-family: "SFUFuturaBold"; text-transform: uppercase; }

.section-matbang-tong-page.mb-tang-p .section-title{margin-top:10px; }



body:not(.home-page) .box-master{display: none;}

.anima-img{display: block; overflow: hidden;}
.anima-img img{transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);}

.anima-img:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.chevron-container {
    display: flex;
    align-items: center;
}
.chevron-container a { margin: auto; }
.chevron-pattern {
    width: 52px; height: 22px; background: url(../images/ico-viewmore.svg) left center no-repeat; transition: all 0.3s ease; background-size: contain;
}

.chevron-pattern { animation: slide 1s infinite linear;}

@keyframes slide {
    0% { background-position: 0 0; }
    100% { background-position: 40px 0; }
}
@keyframes slide2 {
    0% { background-position: 0 0; }
    100% { background-position: -40px 0; }
}
.chevron-container:hover .chevron-pattern {
    animation-play-state: paused;
}







.content-investor { align-items: center; }
.content-investor .img-investor{padding-right: 30px;}
.content-investor .des-investor{padding-left: 30px;}
    .content-investor .des-investor img{max-width: 120px;}
.des-investor img{max-width: 150px;}
.content-investor h4{color: var(--color25F); text-transform: uppercase; font-weight: var(--font18); margin: 20px 0px; font-family: "SFUFuturaBold";}
.des-inves { padding-right: 40px; }

.content-library .thumb{position: relative; overflow: hidden;}
.content-library .thumb img{object-fit: cover; height: 403px; width: 100%;}
    .content-library .title{position: absolute; transition: var(--d-transition); left: 15px; bottom: 15px; margin-bottom: 0px;    background: #08A1AA;
    background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%); border-radius: 20px; border-top-left-radius: 0px; text-transform: uppercase; font-family: "SFUFuturaBold"; color: var(--colorFFF); font-size: var(--font22); padding: 9px 30px;}
    .content-library a:hover .title{border-top-left-radius: 20px; border-bottom-right-radius:0px;background: linear-gradient(90deg,rgba(6, 72, 114, 1)  0%, rgba(8, 161, 170, 1) 100%); }

.section-investor.p-investor:after{top: 50%; transform: translateY(-50%); width: 477px; height: 576px; background-position: left top; background-size: cover; right: -11%;}










.section-masterplan .masterplan-map-wrapper{position: absolute;
        top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.section-masterplan .masterplan-map{
        position: absolute;
    width:1920px; height: 980px; background-position: 50%; background-size: contain; background-repeat: no-repeat;
}
.section-masterplan .masterplan-map .inner,
.section-masterplan .masterplan-map .items,
.section-masterplan .masterplan-map .svg-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-masterplan  .item{position: absolute; z-index: 2;}
.section-masterplan  .item a{position: relative; display: block;   width: 170px; height: 170px;}
.section-masterplan  .item:not(.show) a .overlay span:not(:last-child){    display: none;}
.section-masterplan  .item .inner{
     padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}

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

.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;
    /*filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 1));*/
    fill-opacity: 1;
}



.section-inspired .section-content-wrapper{    padding: 0px 15% 0px 25%;}
.section-inspired .inner{min-height: 50vw;}

.section-floorplan .floorplan-map-wrapper{position: absolute;
        top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.section-floorplan .floorplan-map{
        position: absolute;
    width:978px; height: 980px; background-position: 50%; background-size: contain; background-repeat: no-repeat;
}
.section-floorplan .floorplan-map .inner,
.section-floorplan .floorplan-map .svg-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-floorplan  .col-content-wrapper{background: #fff; z-index: 9;

}
.section-floorplan .section-content-wrapper{ padding: 0px 25% 0px 15%;}

.section-floorplan .svg-map .item-hover path{
     fill-opacity: 0;
    stroke: "url(#floor_plan_stroke)";
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    cursor: pointer;
    fill: var(--color25F);
}

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

.section-floorplan .floorplan-map .items .item{position: absolute;
    left: 55%;top: 50%; 
    width: 264px; height: 271px;
    background: url('../images/bg-tang.png') no-repeat center center;
    opacity: 0;
    transform: translateY(-50%) scale(0.6);
    text-align: center;
    padding: 50px 15px;
    transition: var(--d-transition);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-floorplan .floorplan-map .items .item.show{opacity: 1; transform: translateY(-50%) scale(1);}
.section-floorplan .floorplan-map .items .item .title{font-size: 22px; color: var(--color25F); font-weight: 600; text-transform: uppercase; margin-bottom: 5px;
    padding: 0px 18px;
}
.section-floorplan .floorplan-map .items .item .subtitle{margin-bottom: 10px;}
.section-floorplan .floorplan-map .items .item .btn.btn-default{margin-top: 0px; margin-bottom: 0px;}

.section-smarthome-slide .section-content-wrapper{padding-top: 20px;  height: 100%; position: relative;}
.section-smarthome-slide .section-image-wrapper{display: flex;
    position: absolute;
    bottom: -90px;
    right: 0px;
    max-width: 12vw;
    display: none;
}
.section-smarthome-slide .section-image{margin-left: auto; margin-top: 60px;  position: relative;}
.section-smarthome-slide .section-image:before {content: ''; position: absolute; bottom: 85%; left: 85%;
    width: 50%; height: calc(50% * 196 / 188);
    background: url('../images/smart-link-icon.png') no-repeat right bottom; background-size: contain;
    z-index: 2;
}
.section-smarthome-slide .section-slide{position: relative;}

.section-smarthome-slide .section-info{}
.section-smarthome-slide .swiper-slide{height: 0px; padding-top: calc(100% * 717 / 958);}

.section-smarthome-slide .slide-control{position: absolute; bottom: 0px;     
    display: flex;
    left: 0; transform: translateX(-50%);
    padding: 10px;
    background: rgba(207,176,130,0.3);
}
.section-smarthome-slide .slide-control .swiper-button-next, 
.section-smarthome-slide .slide-control .swiper-button-prev{position: static;
    margin: 0px 10px;
    border-color: #cfb082;
    background-color: transparent;
}
.section-smarthome-slide .slide-control .swiper-button-next:hover,
.section-smarthome-slide .slide-control .swiper-button-prev:hover{
    border-color: #193531;
}


.section-salegallery  {}
.section-salegallery .swiper.salegallery-slide{overflow: visible;}
.section-salegallery .section-wrapper{padding-bottom: 15vh;}
.section-salegallery .swiper-slide{height: 0px; padding-top: calc(100% * 493 / 785);}
.section-salegallery .swiper-slide .bg{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.section-salegallery .section-slide{position: relative; }
.section-salegallery .slide-control{position: absolute; bottom: -90px; left: 50%;; transform: translateX(-50%);
    display: flex;
}
.section-salegallery .slide-control .swiper-button-next, 
.section-salegallery .slide-control .swiper-button-prev{position: static;}

.section-salegallery .section-image{right: calc(50% + 20px + 3.90625vw); position: absolute; bottom: -160px;
    height: 290px; width: 50%; overflow: hidden;
}
.section-salegallery .section-image img{width: 100%; height: 100%; object-fit: cover; opacity: 0.65;}
.section-salegallery .section-content-wrapper{height: 100%; position: relative; margin-left: var(--d-padding);
    padding-top: calc(var(--d-padding) * 0.6 ); margin-right: calc(var(--d-padding) * 0.4 );
}
.section-salegallery .section-content-wrapper .section-form-wrapper{
    height: 290px; padding: 30px 45px;
    background: #f1f1f1;
    position: absolute; bottom: -160px; right: 0px; z-index: 3;
}
.section-form-sales .form-control{border-bottom: solid 1px #cecece;
    padding: 5px 0px; color: var(--color25F);
}


.section-utilities-slide .section-content-wrapper{
    padding-left: var(--d-padding); padding-right: var(--d-padding);

}
.section-utilities-slide .swiper-slide .description{text-align: center;}
.section-utilities-slide .slide-control{width: auto;
    position: absolute;
    bottom: auto;
   
    z-index: 2;
    display: flex;
    align-items: center;
}

.section-utilities-slide .utilities-slide{padding-bottom: 40px;}
.utilities-slide .swiper-slide .slide-content{padding-top:calc(100% * 670/939); height: 0px;}
    .utilities-slide.swiper .slide-content:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 66, 95, 0) 0%, #00425F 100%);
    opacity: 60%;
    }
.section-utilities-slide { background: #FBF8F4;}
.section-utilities-slide .swiper-scrollbar{bottom: 0px !important; background: transparent; height: auto !important;    left: 0% !important;    width: 100% !important;}
    .section-utilities-slide .swiper-scrollbar:before{content: ''; position: absolute; background: rgb(0 66 95 / 40%); height: 2px !important; width: 100%; left: 0px; top: 50%; transform: translateY(-50%);}
    .section-utilities-slide .swiper-scrollbar-drag{background: #08A1AA; background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%);border-radius: 10px; height: 8px;}
.slide-content{position: relative;}
    .t-utilities{position: absolute; bottom: 20px; text-align: center; width: 100%; color: var(--colorFFF);font-family: "SFUFuturaBold"; text-transform: uppercase;
        font-size: var(--font22); margin-bottom: 0px; z-index: 1;
    }

    .swiper-slide-active .anima-fadeIn {
        animation-name: fadeInUpSD;
        animation-duration: 1s;
        opacity: 1;
        width: 100%;
    }
    @-webkit-keyframes fadeInUpSD {
      0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes fadeInUpSD {

      0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
      }

      100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }


.mono-bg-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #cfb082; 
    background: transparent; 
    overflow: hidden;
    transition: background 0.5s ease, transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1; 
    border: 1px solid #cfb082;
}

/* Hiệu ứng hover */
.mono-bg-link:hover {
    background: #cfb082; 
    border-color: #cfb082;
}

/* Hiệu ứng sóng lan tỏa */
.mono-bg-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgb(207 176 130 / 30%); /* Sóng mờ xanh lam */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.mono-bg-link:hover::before {
    width: 300px;
    height: 300px; /* Tạo sóng lan tỏa */
}

/* Hiệu ứng ánh sáng viền */
.mono-bg-link::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #cfb082;
    z-index: -1;
    filter: blur(10px);
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.mono-bg-link:hover::after {
    opacity: 0.5; /* Hiệu ứng phát sáng viền khi hover */
}

.layout-left.section-utilities-slide .section-content-wrapper,
.layout-left.section-smarthome-slide .section-content-wrapper{
    padding-right: var(--d-padding-xl);
    padding-left: var(--d-padding);
}
.layout-left.section-utilities-slide .slide-control{left: auto; right: 50%;}
.layout-left.section-smarthome-slide .slide-control{left: auto; right: 0;    transform: translateX(50%);}


.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 .ani{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.utilities-image-wrapper svg .item-maker circle{fill: #43bb86; stroke:#fff;stroke-width: 1; border: 1px solid var(--colorFFF);}
.floor circle{fill: #189dce !important;}
.outdoor .item span{background: #189dce;}
.floor .item span{background: #179dcf !important;}
.item-tienich .floor .item:hover span,.section-utilities .items-wrapper .active span{background: #d34429 !important;}
.utilities-image-wrapper svg .item-maker text{fill: #fff;font-size: 19px;}
.utilities-image-wrapper svg .item-maker:hover circle,
.utilities-image-wrapper svg .item-maker.active circle{fill: #43bb86;}
.utilities-image-wrapper svg .item-maker:hover circle,
.utilities-image-wrapper svg .item-maker.active circle{stroke:#fff;
    stroke-miterlimit: 5;
    stroke-width: 2;
    stroke-dasharray: 5;
    stroke-dashoffset: 0;
    animation: StrokeLine 4s infinite linear;
}

.items-wrapper {
  max-height: 520px;              /* hoặc bạn có thể dùng height: 100% nếu nằm trong khung */
  overflow-y: auto;     /* màu nền nhẹ */
  padding: 8px;
  border-radius: 8px;             /* bo góc nhẹ cho hiện đại */
  scroll-behavior: smooth;        /* mượt khi cuộn */
}


/* Scrollbar đẹp hơn trên Chrome, Edge, Safari */
.items-wrapper::-webkit-scrollbar {
  width: 6px;
}

.items-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.items-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
  transition: background 0.3s;
}

.items-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

/* Firefox (scrollbar đẹp hơn) */
.items-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.sect-tienich .over-img img {  object-fit: cover; height: 455px;  width: 100%;}
.sect-tienich .item h3{font-family: "SFUFuturaBold"; position: absolute; left: 0%; padding: 0px 15px; width: 100%; text-transform: uppercase; text-align: center; font-size: 20px; bottom: 20px;    color: #fff;z-index: 2; margin-bottom: 0px;}
.sect-tienich .over-img:after { content: ''; position: absolute; width: 100%; height: 200px; left: 0px; bottom: 0px; background: linear-gradient(180deg, rgba(0, 66, 95, 0) 0%, #00425F 100%); opacity: 60%; }

.tab-fresia .nav-item .nav-link{background: #fff;}
.tab-fresia .nav-link.active { background: #B0712A; color: #fff; }
.section-utilities .utilities-image-outter .utilities-image-wrapper{position: relative; top: -23px;}


@media (min-width:992px) {
    .section-utilities .nicescrol-wrapper{position: absolute;left: 0px; top: 0px; width: 100%; height: 100%;
        padding: 0px calc(var(--bs-gutter-x) * .5);
    }
    .section-utilities .section-content-wrapper{
        height: 100%;
    }
}
.mb-tienich{position: relative;}
    .mb-tienich:after{content: ''; position: absolute; left: 0px; top: 0px;
    background: url(../images/bg-tien-ich.png) right top no-repeat; background-size: cover; width: 30%; height: 100%;
    }
    .item-tienich {position: absolute; left: 0px; top: 0px; z-index: 2; padding: 15px 40px 0px 40px; height: 100%;}
        .item-tienich:after { content: ''; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: linear-gradient(270deg, rgba(0, 66, 95, 0) 0%, #00425F 100%); opacity: 80%; z-index: -1; }
.section-utilities{ background: #FBF7F3; }
.section-utilities .items-wrapper .group{margin-bottom: 15px;}
.section-utilities .items-wrapper .group .title{color: #fff; text-transform: uppercase;    margin-bottom: 15px;font-family: "SFUFuturaBold";}
.section-utilities .items-wrapper .group .title strong{text-transform: uppercase;}
.section-utilities .items-wrapper .item{margin: 3px 0px; display: block; font-size: 16px; position: relative; padding-left: 30px; color: #fff;}
.section-utilities .items-wrapper .item span{
    width: 22px; height: 22px; font-size: 14px; color: var(--colorFFF); background: #43bb86; border: 1px solid var(--colorFFF); overflow: hidden; border-radius: 50%; 
    text-align: center; line-height: 19px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);
}
.section-utilities .items-wrapper .item.active span,
.section-utilities .items-wrapper .item:hover span,.section-utilities .items-wrapper .outdoor .item.active span{  background: var(--color25F) !important;}

.section-utilities .items-wrapper .item.item-none span{ width: 10px; height: 10px;   left: 7.5px; top: 5px;}
.item-tienich h3 {  color: #fff;  text-transform: uppercase;     font-family: "SFUFuturaBold"; font-size: 25px;}
.fp-viewing-mat-bang-dien-hinh #header{opacity: 0; visibility: hidden; pointer-events: none;}
.utilities-image-wrapper .map-tooltip {
        background: #0d2e2d;
        box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px; /*55px;*/
      pointer-events: none;
      position: absolute;
      text-align: center;
      z-index: 5;
      height: auto;      
      margin: 0 auto;
     
      transform: translate(-50%,-100%);
      display: none;
      padding: 0px;
      white-space: nowrap;
      color: #fff;

}
.utilities-image-wrapper .map-tooltip .subdivision-maker{
    border: solid 1px #cfb082; border-radius: 20px;
    /*padding: 10px 20px;*/
    padding: 0px;
     overflow: hidden;
}
.utilities-image-wrapper .map-tooltip .subdivision-maker h5{
    text-transform: uppercase; margin: 0px; color: #fff; text-transform: uppercase;
    padding: 7px 20px; font-size: 15px;
}
.subdivision-maker img{
    width: 100%; max-width: unset;
    height: 115px;
    object-fit: cover;
}

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

.section-tien-ich-ngoai-troi .section-content-wrapper {padding-left: 7%}
.section-tien-ich-trong-nha .section-content-wrapper {padding-right: 7%}

.section-gallery .gallery-slide .swiper-slide{position: relative; width: auto;}
.section-gallery .gallery-slide .swiper-slide .thumb,
.section-gallery .gallery-slide .swiper-slide .item-thumb{position: relative;}
.section-gallery .gallery-slide .swiper-slide .thumb:before,
.section-gallery .gallery-slide .swiper-slide .item-thumb:before{position: absolute;
    content: ''; left: 0px; bottom: 0px; width: 100%; height: 100%;
    background: var(--d-gradient-thumb);
    z-index: 2;

}
.section-gallery .gallery-slide .swiper-slide .thumb img,
.section-gallery .gallery-slide .swiper-slide .item-thumb img {max-height: 60vh; width: auto;}
.section-gallery .gallery-slide .swiper-slide h3{position: absolute; left: 0px; bottom: 0px;
    width: 100%; padding: 20px 40px; color: #fff; text-transform: uppercase; font-weight: 400;
    margin: 0; z-index: 3;
}

.section-smarthome-slide .section-info,
.section-location .section-info,
.section-introduction .section-content,
.section-utilities-slide .section-info,
.section-masterplain-info .section-content,
.section-floorplan .section-info,
.section-salegallery .section-info{text-align: justify;}

.section-location-link .slide-control .swiper-button-next,
.section-location-link .slide-control .swiper-button-prev{
    top: calc((100vw - ((var(--d-padding) * 2) - 70px )) / 3 / 2 * 220 / 348  );
}
.section-location-link .slide-control .swiper-button-prev{transform: translateX(-60px);}
.section-location-link .slide-control .swiper-button-next{transform: translateX(60px);}
.section-location-link .slide-control{padding-top: 30px;}
.section-location-link .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0;}

.fp-custom .fp-section.section-floor-slide{background: #eeeeee url('../images/bg-mb-full.jpg') no-repeat center center;
    background-size: cover;
}
.floor-slide .swiper-slide{text-align: center;}
.floor-slide .swiper-slide img{max-height: 70vh;}
.section-floor-slide .slide-control .swiper-button-next:hover, 
.section-floor-slide .slide-control .swiper-button-prev:hover{}


/*@media (min-width:768px) {*/
    .post-feature .item img {display: none;}   
    .post-feature .item .item-thumb{padding-top: calc(100% * 666 / 946);} 
    .post-feature .item{position: relative;}
    .post-feature .item:before{content: '';
        position: absolute;
        content: ''; left: 0px; bottom: 0px; width: 100%; height: 100%;
        background: var(--d-gradient-thumb);

    }
    .post-feature .item .item-body{position: absolute; bottom: 0px; left: 0px; width: 100%;
        padding: 20px 10%;
    }
/*}*/
.post-feature .item{color: #fff; display: block;}

.post-list .item{margin-bottom: 30px;  display: block;}
.post-list .item-thumb img{object-fit: cover; height: 235px; width: 100%;}
.post-list .item .item-body{ position: relative; padding-top: 20px;}
.post-list .item h3{margin-bottom: 15px;}
.post-list .item h3 a{height: 50px; -webkit-line-clamp: 2; color: var(--color25F); font-family: "SVN-Futura-Medium"; font-size: 22px; line-height: 23px;}
.post-list .item .description{margin-bottom: 20px;    -webkit-line-clamp: 2; height: 50px;}
.post-list .item .btn-detail{margin: 0;}

.section-content-wrapper.post-detail {padding-top: 70px;    font-size: 1.2rem;}
/*Footer*/
#footer{position: relative; overflow: hidden;background: #08A1AA; background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%);}
    #footer:before{content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 30%;background: #FBF8F4;}
    #footer .fp-tableCell{position: relative; z-index: 1}
.footer-bottom{ padding: 30px 0px 0px;z-index: 2;position: relative;}
    .logo-footer img{width: 180px;}
#footer .title{text-transform: uppercase; margin-bottom: 20px; font-family: "SFUFuturaBold";   font-size: var(--font18);    min-height: 51px; color: var(--color176);}
.contact-info .item{position: relative; padding: 0px 0px 8px; display: flex ; align-items: flex-start; line-height: 20px;}
.contact-info .item a{color: var(--color176);}

#footer .logo-footer{flex: 0 0 auto; width: 28%;}
#footer .company-footer,#footer .company-footer-2{flex: 0 0 auto; width: 36%;}
#footer .l-first { min-width: 65px; }
#footer .company-footer-2 .l-first { min-width: 105px; }
.copyright,.copyright a { color: #A4AABB; }
#footer .copyright span{color: var(--color176);}
#footer .copyright span.design-by{color: #A4AABB;}
#footer .fixed-social-btn a{border-color: var(--colorFFF); color: var(--colorFFF); background: var(--colorFFF); margin: 0px 8px; border-radius: 50%; width: 37px; height: 37px; text-align: center; display: flex ; align-items: center; justify-content: center;}
#footer .fixed-social-btn { display: flex ; align-items: center; justify-content: center; margin: 20px auto 20px; }
#footer .fa-facebook-f:before{content: ''; background: url(../images/ico-facebook.svg) center center no-repeat; width: 19px; height: 20px; background-size: contain; display: block;}
#footer .fa-tiktok:before{content: ''; background: url(../images/ico-tiktok.svg) center center no-repeat; width: 19px; height: 20px; background-size: contain; display: block;}
#footer .fa-youtube:before{content: ''; background: url(../images/ico-youtube.svg) center center no-repeat; width: 23px; height: 15px; background-size: contain; display: block;}

#footer .fixed-social-btn a:hover{transform: scale(1.2);filter: contrast(1.2);}

#footer .contact-form{background: #FBF8F4;padding-top: 20px; position: relative; z-index: 2}
#footer .form-control{ border: 1px solid #BEBEBE; padding: 0px 10px; border-radius: 0px;}
#footer textarea.form-control{height:50px ;}
#footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:var(--color55);
}
#footer .form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--color55);
}
#footer .form-control:-ms-input-placeholder { /* IE 10+ */
  color: var(--color55);
}
#footer .form-control:-moz-placeholder { /* Firefox 18- */
  color: var(--color55);
}
.des-form{text-align: center; margin-bottom: 30px;display: none;}
.form-footer{}
.go_top {width: 43px; height: 43px; border-radius: 50%; transition: var(--d-transition); border: 1px solid #fff; background: transparent; position: absolute; bottom: 15%; left: 3%; overflow: hidden; display: flex ; justify-content: center; align-items: center;cursor: pointer;}
.go_top:hover{background-color: var(--colorFFF);}    
    .go_top:after{
        content: ''; background: url(../images/ico-top.svg) center top no-repeat; width: 17px; height: 23px; background-size: contain; position: absolute; 
        -webkit-animation: animatop 0.8s infinite ease-in-out alternate;
          animation: animatop 0.8s infinite ease-in-out alternate;
    }

    @-webkit-keyframes animatop {
      from {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
      }
      to {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
      }
    }

    @keyframes animatop {
      from {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
      }
      to {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
      }
    }
.items.col-p-contact { padding-top: 20px; }
    
    
section .bg.bg-right{
    right: 0;
}
section .bg.bg-right:before{background-position: left center;}
section .bg.bg-right:after{
    right:var(--d-padding);
}

section .bg.bg-left{
    left: 0;
}
section .bg.bg-left:before{background-position: right center;}
section .bg.bg-left:after{
    left:var(--d-padding);
}

.section-header-page{background: #064872; background: linear-gradient(90deg, rgba(6, 72, 114, 1) 0%, rgba(8, 161, 170, 1) 100%); color: #fff;padding: 40px 0px 40px;    overflow: hidden;}
    .section-header-page h1{margin-bottom: 20px;}
    .section-header-page .des-head-page{margin-bottom: 20px;}
        .section-header-page .des-head-page strong{font-size: 16px;}
.section-header-page.cata-news{padding-top: 110px;}
.section-news.list-news-cata{padding-bottom: 70px;}
.section-header-page.cata-news .section-subtitle{margin-bottom: 50px;}

.section-post-other{margin-top: 70px;}
.col-p-contact .title{color: var(--color25F); text-transform: uppercase; font-size: 25px;}
.col-p-contact .l-first { min-width: 75px; }
.col-p-contact .company-footer,.col-p-contact .company-footer-2{ flex: 0 0 auto;  width: 50%;}
.col-p-contact .l-first{font-family: "SVN-Futura-Medium";}
.col-p-contact .company-footer-2{padding-left: 50px;}
.col-p-contact .company-footer-2 .l-first { min-width: 125px;}

.sect-p-contact{    background: #FBF8F4;}
.banner-page-s.banner-contact{ margin-top: 30px; }
/**/

h1.post-title{font-size: 24px;font-weight: 700; color: var(--color25F); margin-bottom: 30px; line-height: 1.2em;
    text-transform: uppercase;font-family: "SFUFuturaBold";
}

.post-detail .date-time strong{display: block; font-size: 30px;}
.post-detail  strong{    font-family: "SVN-Futura-Medium";    font-size: 1.25rem;}
.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: 600; text-transform: none;     font-family: "SVN-Futura-Medium";}
.post-detail .editor-content a{color: var(--color25F);}
.post-detail .editor-content a:hover{color: #00ACE7}

.pagination{padding: 20px 15px;  border-radius: 0px; text-align: center;     width: 100%;}
.pagination ul{list-style: none;padding: 0px; margin: 0px auto;}
.pagination ul li{display: inline-block; margin: 0px 5px;}
.pagination ul li a,
.pagination ul li span{display: inline-block; padding: 0px 5px; text-align: center; font-weight: 500; color: #666666; width: 40px; height: 40px; line-height: 38px; border-radius: 0%; border:solid 1px var(--color25F);}
.pagination ul li span.current{color: #bda177;  border-color: #bda177;}
.pagination ul li a:hover{border-color: #bda177;}
.pagination ul li span.dots{border-color: transparent;}


/*Libary*/
.section-video .slide-control .swiper-button-prev{
    background: url(../images/ico-pre.svg) left center no-repeat; border: 0px; left: 14%;    margin-left: 0px; border-radius: 0px;background-size: contain;
}
.section-video .slide-control .swiper-button-next{
    background: url(../images/ico-next.svg) left center no-repeat; border: 0px; right: 14%;     margin-right: 0px;border-radius: 0px; background-size: contain;
}
    .section-video .slide-control .swiper-button-next:hover{animation: slide 1s infinite linear; background-position-y: center !important; margin-right: 10px }
    .section-video .slide-control .swiper-button-prev:hover{animation: slide2 1s infinite linear; background-position-y: center !important; margin-left: 10px }
.section-video .video-slide .swiper-slide-active{transform: scale(0.9);}

.over-img{position: relative; overflow: hidden;}






.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(--color25F);
    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: var(--color25F); 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*/
.section-introduction-detail .section-content-fitbottom {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    z-index: 3;
}
.section-introduction-detail .section-content-fitbottom .items {
    margin-left: -10px;
    margin-right: -10px;
}
.section-introduction-detail .section-content-fitbottom .item {
    margin: 10px 0px;
    padding: 0px 10px;
    display: flex;
    color: #fff;
    align-items: center;
}
.section-introduction-detail .section-content-fitbottom .item span {
    flex: 0 0 32px;
    font-size: 22px;
    font-weight: 500;
    color: var(--color25F);
        margin-right: 5px;
}
.section-content-popup{ position: absolute; width: 26.5628vw; height: 26.5628vw; display: flex;}
.section-content-popup .inner{ padding: 0.5rem; height: auto;    width: 95%; }
.section-content-popup .section-title{position: relative; margin-bottom: 20px; padding-bottom: 20px;}
.section-content-popup .section-title:before,
.section-content-popup .section-title:after{content:''; position: absolute; bottom: 0px;  left: 50%; transform: translateX(-50%);}
.section-content-popup .section-title:before{height: 1px; width: 75%; background: rgba(243, 190, 79, 0.5);}
.section-content-popup .section-title:after{width: 10px;height: 10px; border: 1px solid var(--color25F); border-radius: 50%; margin-bottom: -5px;
   background: url(../images/bg-form.svg) no-repeat 50%/contain;
}
.section-introduction-detail .section-content-popup{right: 150px; top: 50%; transform: translateY(-50%);}

section.section-video{background: #FBF8F4;}
.section-video .section-subtitle{margin-bottom: 0px;}
.section-video .video-slide .swiper-slide{position: relative;}
.section-video .video-slide .swiper-slide .thumb{position: relative; height: 80vh;}
.section-video .video-slide .swiper-slide .thumb img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}
.section-video .video-slide .swiper-slide h3{color: var(--color25F);font-family: "SFUFuturaBold"; margin-top: 15px; opacity:0; pointer-events:none; text-align:center; font-size:var(--font20); }
.section-video .video-slide .swiper-slide.swiper-slide-active h3{opacity: 1; pointer-events: auto;}
.section-video .video-slide .swiper-slide .thumb:before{content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgb(255 255 255 / 50%); z-index: 1;}
.section-video .video-slide .swiper-slide.swiper-slide-active .thumb:before{background: transparent;}
.section-video .video-slide .swiper-slide .thumb:after{
    content: '';
    position: absolute; 
    left: 50%; top: 50%; width:70px; height: 70px; 
    transform: translate(-50%, -50%); opacity: 0; z-index: 5;
    background: url(../images/icon-video-play.svg) no-repeat center center; background-size: contain;
}
.section-video .video-slide .swiper-slide.swiper-slide-active .thumb:after{opacity: 1}

.main-document .col-document{flex: 0 0 auto; width: 33.33333333%;}
.col-document .thumb{width:285px}
.col-document .thumb img{object-fit: cover; height: 380px; width: 100%;}
.col-document .title{color: var(--color25F);font-family: "SFUFuturaBold"; margin-top: 15px; font-size: var(--font18);}
.col-document .ico-download{transition: var(--d-transition);     background: #08A1AA;
    background: linear-gradient(90deg, rgba(8, 161, 170, 1) 0%, rgba(6, 72, 114, 1) 100%);display: flex ; align-items: center; justify-content: center; position: absolute; bottom: 0px; right: 20px; width: 94px; height: 93px; border-radius: 40px; border-top-left-radius: 0px;}
    .ico-download img{-webkit-transform: scale(1) !important;  transform: scale(1) !important;    width: 40px;}

.col-document a:hover .ico-download {background: linear-gradient(90deg, #ECA354 0%, #CD883B 50%, #B0712A100%);border-top-left-radius: 40px;border-bottom-right-radius: 0px;}

.col-gallery{position: relative;    padding: 0px 10px;}
    .col-g1.col-gallery { margin-top: 70px; }
        .col-gallery img{object-fit: cover;width: 100%;  }
    .col-g1.col-gallery img,.col-g3.col-gallery img { height: 210px; }
    .col-g2.col-gallery img { height: 290px; }

.section-gallery .section-subtitle {margin-bottom: 20px;}

.top-gallery { display: grid ; grid-template-columns: 40% 27% 33%;align-items: end;padding: 0px;    margin: 0px -15px;}
.top-gallery .t-gallery{position: absolute; right: 0px;}
.top-gallery .col-g1.col-gallery .t-gallery { right: -15px; top: -22%; padding: 14px 30px 50px; }
.top-gallery .col-g3.col-gallery .t-gallery { right: 10px; top: calc(-22% + 2px);    padding: 14px 30px 50px; }

.col-gallery .thumb {z-index: 5;    position: relative;}
.t-gallery {
    background: #F2ECE4;
    margin-bottom: 0px;
    padding: 20px 30px;
    color: var(--color25F); font-size: var(--font18);
    font-family: "SFUFuturaBold";
}
    .t-gallery a{color: var(--color25F); transition: var(--d-transition);}
    .t-gallery a:hover{background: #B0712A;background: linear-gradient(90deg, #B0712A 0%, #CD883B 50%, #ECA354 100%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;}

.bottom-gallery{
    display: grid ; grid-template-columns: 38% 62%;align-items: start;padding: 0px;margin: 20px -15px 0px;
}

    .thum-b{width: 232px;    position: relative;}
    .bottom-gallery .col-g1.col-gallery img{width: 232px; height: 160px;}
    .bottom-gallery .col-g2.col-gallery img{width: 890px; height: 204px;}

    .bottom-gallery .col-g1.col-gallery .t-gallery {right: -20px; top: auto; bottom: -50px; padding: 20px 30px 20px; position: absolute; width: calc(100% + 20px);}
    .bottom-gallery .col-g1.col-gallery { margin-top: 0px; display: flex ; justify-content: end; }


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

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

@media (min-width:1200px) {
    #header{width: 100%; min-height: 80px;    }
    #header.sticky{min-height: 80px;}
    #header.sticky .header-left {top: 5px; }
    #fullpage section:first-child .section-padding-top{padding-top: 90px;}
}
@media (min-width:1201px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: 1200px;
    }
   .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}
@media (min-width:1440px) {
    .logo-toogle-head { padding: 150px 0px 40px;}
    .section-header-page{padding-top: 40px;}
    .section-header-page .des-head-page { margin-bottom: 60px; }
    .section-header-page h1 { margin-bottom: 30px; }
    .home-page.fp-viewing-tien-ich #header {visibility: visible; pointer-events: auto; }
    #location .section-image {transform: scale(0.7) !important; }
    .items-wrapper { max-height: 577px;}
    .logo-footer img { width: 180px; }
    .bg-advant {max-width: 369px; }
    .section-title, .editor-content h2{font-size: 36px;}
    .link-time .description { line-height: 22px; }
    .se-bg-ketnoi {min-height: 712px; }

    .post-list .item-thumb img {height: 265px;}

    .location-link {height: 520px; }
    .bg-contact {min-height: 638px; }

    .sect-tienich .over-img img {height: 495px;}
    .item-tienich h3 {font-size: 27px; }
    #footer .fixed-social-btn {margin: 20px auto 20px; }
    #footer .contact-form {padding-top: 30px; }
    .des-form {display: block; }
    #footer textarea.form-control { height: 70px; }

    .w_advant {margin-bottom: 30px;}    

    .section-matbang-tong-page .mb_tongthe {max-width: 890px;}
    .section-matbang-tong-page .section-subtitle{top: 3%}

    .item-tienich {padding: 35px 40px 0px 40px;}
    .section-utilities .items-wrapper .item { margin: 5px 0px}
    .section-utilities .items-wrapper .item span { width: 24px; height: 24px; line-height: 21px; font-size: 15px;}

    .col-g1.col-gallery img, .col-g3.col-gallery img { height: 240px; }
    .col-g2.col-gallery img { height: 360px; }
    .bottom-gallery .col-g2.col-gallery img {height: 244px; }
    .bottom-gallery .col-g1.col-gallery img {height: 180px; }

    ul.list-mb-items { right: -6%;}
    .section-matbang-tong-page.mb-tang-p .section-title {margin-top: 40px; }
    .section-mb-tang .mb_tongthe {  top: -5%;}

    .s-partner .subtitle {margin-top: 80px; margin-bottom: 50px; }
    .list-partner .thumb img {max-width: 270px; }
    .s-partner .small-t { margin-bottom: 30px;}

}
@media (min-width:1600px) {
     #fullpage section:first-child .section-padding-top{padding-top: 140px;}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1340px;
    }
    .logo-toogle-head img { width: 200px; }
    .img-big img {height: 533px; }
    .img-small img { height: 434px;}
    .section-overview .section-content { padding-right: 100px; }
    #location { min-height: 662px; }
    .section-subtitle,.section-title{font-size: 40px;line-height: 51px;}
    #location .section-content {width: 28vw; }
    .post-list .item h3 a { height: 53px;font-size: 22px; line-height: 26px; }

    #location .section-image { transform: scale(0.76) !important; }
        .logo-pin:after { content: ''; width: 130px; height: 130px;}
    .box-master {padding: 40px 40px;}    
    .content-library .thumb img { height: 453px; }

    .content-investor .des-investor { padding-left: 60px; }    
    .post-list .item-thumb img{height: 295px;}
    .logo-footer img { width: 190px; }
    .col-document .thumb { width: 335px; }
        .col-document .thumb img {height: 440px;}

    .bg-advant { padding: 25px 50px 20px 60px; max-width: calc(100% - 10px); }    
    .right-advantage .bg-advant { padding: 25px 50px 20px 60px; }
    .center-advantage .title_avd { font-size: 28px;}
    .numb_adv { font-size: 55px; }

    .se-bg-ketnoi { min-height: 790px; }

    .list-partner .thumb { min-height: 120px;}

    .location-link { height: 520px; }

    .bg-contact { min-height: 710px; }
    .item-tienich h3 { font-size: 28px; }

    .section-tien-ich-ngoai-troi .section-content-wrapper { padding-left: 9%; }
    .section-tien-ich-trong-nha .section-content-wrapper { padding-right: 9%; }
    .sect-tienich .over-img img {height: 535px;}
    .sect-tienich .item h3{font-size: 22px;}

    .section-investor.p-investor:after {width: 547px; height: 656px;}
    #footer .title{font-size: 17px;}

    .section-matbang-tong-page .mb_tongthe {max-width: 960px; padding-top: 0px; margin: auto;}
    .section-mb-tang .mb_tongthe {  top: -10%;}
}
@media (min-width:1680px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1410px; }
.logo-banner img { width: 300px;}
.fixed-btn .fixed-social-btn .svg, .fixed-btn .fixed-social-btn svg { width: 40px; height: 40px; }
body{font-size: var(--font18);line-height: 30px;}
.btn.btn-primary, .btn.btn-default{font-size: var(--font20);}
.tab-masterplan li a,.content-investor h4{font-size: var(--font18);}
#location .section-content { width: 27vw; }
#location .section-image { transform: scale(0.88) !important; }
.box-master { padding: 50px 50px; max-width: 480px; }
.logo-toogle-head { padding: 160px 0px 20px; }
    .logo-toogle-head img { width: 220px; }
.section-subtitle, .section-title { font-size: 40px; line-height: 52px; }

.post-list .item .description { -webkit-line-clamp: 3; height: 90px; }
#news .chevron-container { margin-top: 30px; }

.content-investor .des-investor { padding-left: 80px; }
.content-library .title {padding: 11px 35px; }
.items-wrapper { max-height: 730px;}

.section-mb-tang .mb_tongthe {  top: 0%;}

.section-subtitle{margin-bottom: 40px;}
.page-about .small-title { margin-top: 30px; }
.item-apartment {gap: 40px;}
.section-introduction .section-content-wrapper p { margin-bottom: 9px; }
.logo-footer img { width: 210px; }
.col-document .thumb { width: 355px; }
    .col-document .thumb img { height: 470px; }

.se-bg-ketnoi { min-height: 830px; }
.location-link { height: 630px; }
.bg-contact { min-height: 746px; }
.section-news #myTab{margin-top: -48px; }
.sect-tienich .over-img img { height: 570px; }

.section-investor.p-investor:after {right: -10%; }

.img-big img { height: 562px; }
.img-small img { height: 458px; }

.content-library .thumb img { height: 485px; }

.w_advant .des-ap { line-height: 26px; }
.w_advant .title {font-size: 21px;margin-bottom: 15px;     padding-right: 20px;}
.s-partner .subtitle {margin-top: 70px; margin-bottom: 50px;}
.list-partner .thumb { min-height: 140px; }
.list-partner .thumb img { max-height: 120px; max-width: 280px;}

.section-matbang-tong-page .mb_tongthe {max-width: 100%; justify-content: center; }

.col-g1.col-gallery img, .col-g3.col-gallery img { height: 270px; }
.bottom-gallery .col-g2.col-gallery img { height: 274px; }
.bottom-gallery .col-g1.col-gallery img { height: 200px; }
.col-g2.col-gallery img { height: 420px; }

.items.row.col-p-contact { max-width: 1165px; margin: 40px auto 0px; }

.footer-bottom {padding: 50px 0px; }
.contact-info .item { padding: 0px 0px 11px;line-height: 26px; }
#footer .fixed-social-btn { margin: 40px auto 20px; }
#footer .contact-form { padding-top: 50px; }
#footer textarea.form-control { height: 90px; }

.location-link-slide .thumb:before{top: 8px;}
.location-link-slide .thumb:after{top: 16px; left: 9px;}
}
@media (min-width:1900px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1600px; }
#location { min-height: 796px; }
.img-big img { height: 633px; }
.img-small img { height: 519px; }
.bgvideo {width: 120px; height: 120px;}
.section-subtitle, .section-title{font-size:45px;line-height: 60px;}
.content-library .thumb img { height: 533px; }
.box-master {max-width: 480px; padding: 50px 50px; }  
.post-list .item-thumb img{height: 345px;}
.logo-footer img { width: 227px; }
.col-document .thumb { width: 373px; }
.col-document .thumb img { height: 490px; }
.col-document .ico-download{right: 70px;}
.w_advant .title br{display: block;}
.center-advantage .title_avd { font-size: 40px; }
.center-advantage .num_adv { font-size: 320px;line-height: 310px; }
.left-advantage { padding-right: 30px; }
.right-advantage { padding-left: 30px; }
.w_advant .title{font-size: 24px;}
.numb_adv { font-size: 60px; }
.list-partner .thumb img { max-height: 130px; }
.list-partner .thumb { min-height: 170px; max-width: 290px; margin: auto; }

.se-bg-ketnoi { min-height: 940px; }
.location-link { height: 693px; }
.bg-contact { min-height: 850px; }

.section-utilities .items-wrapper .item { margin: 8px 0px;}
.sect-tienich .over-img img { height: 690px; }
.section-investor.p-investor:after { right: -9%; width: 567px; height: 676px; }
#footer .title { font-size: 18px; }
.go_top { width: 47px; height: 47px;}
    .go_top:after { width: 20px; height: 27px;}

#location .section-image { transform: scale(0.93) !important; }

.footer-bottom { padding: 60px 0px 40px; }


.w_advant .title {padding-right: 0px; }
.bg-advant { padding: 31px 50px 30px 60px;min-height: 224px;}



.section-utilities .utilities-image-outter .utilities-image-wrapper {top: -90px; }

}    
@media (min-width:2040px) {
    #location { min-height: 840px; }
    .box-master{right: var(--d-padding2040);}
    .section-utilities-slide .section-content-wrapper{padding-left: var(--d-padding2040);}
    .bg-contact { min-height: 910px; }
    .location-link { height: 782px; }
    #location .section-image {
        transform: scale(0.93) !important;
        bottom: auto;
        top: 7%;
        right: 0px;
        left: auto;
        transform-origin: right top;
    }
    .section-mb-tang .mb_tongthe {  top:-7%;}
}
@media (min-width:2500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1850px; }
    .img-big img { height: 743px; }
    .img-small img { height: 604px; }

    .box-master{right: 16vw;}
    .bg-contact { min-height: 1140px; }

    .item-tienich h3 { font-size: 34px; }
    .section-utilities .items-wrapper .group .title { font-size: 21px; }

    .section-utilities .items-wrapper .item span { width: 29px; height: 29px; font-size: 17px;line-height: 23px; }
    .section-utilities .items-wrapper .item { margin: 10px 0px; padding-left: 36px; font-size: 18px; }
    .sect-tienich .over-img img { height: 840px; }
    .sect-tienich .item h3 { font-size: 26px; bottom: 30px; }
    .section-investor.p-investor:after { right: -8%; width: 637px; height: 746px; }
    .location-link { height: 980px; }
    #location { min-height: 1070px; }
    #location .section-image {
        transform: scale(1) !important;
        top: 10%;
    }
    .section-mb-tang .mb_tongthe {  top:0%;max-height: 1080px;}
    .section-matbang-tong-page .mb_tongthe { max-width: 1200px; padding-top:150px }
    .items-wrapper { max-height: 1010px; }
}    



@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 screen and (max-width: 1280px) {
  .bg-contact {min-height: 565px; }
  .sect-tienich .over-img img {height: 435px;}
  .item-apartment .title {font-size: 18px;}
  #location .section-image {transform: scale(0.6) !important; }
  .section-matbang-tong-page.mb-tang-p .section-title{left: 0px;}
  ul.list-mb-items { right: -1%;}
}
@media (min-width:992px) and (max-width:1200px) {
	.fullpage{overflow: hidden;}
    #header .navbar-brand {  width: 12vw;}
    .home-page.fp-viewing-mat-bang-tong-the #header .navbar-brand .white { display: none; }
    .home-page.fp-viewing-mat-bang-tong-the #header .navbar-brand .normal { display: block; }
    .overlay-menu {background-position:right bottom !important;}
    .header-bottom { min-height: 82px; }
    .overlay-menu .menu:not(.menu-other) a { font-size: 21px !important; }
   .overlay-menu .menu > li { margin: 0px 21px !important; }
    .sticky .header-bottom{background: #fff;}
    #section_video, .video-section {height: auto;}
    .img-big img {height: 376px;}
    .img-small img { height: 310px;}
    .section-title,.section-subtitle{ font-size: var(--font27);}
    .col-p-contact .title {font-size: var(--font22); }
    .section-mb-tang{overflow: hidden;}
    #location .section-image-wrapper {float: none; min-height: 480px; }
    .overlay-menu .menu > li { padding: 15px 0px; margin: 0px 14px; }
    .box-master {max-width: 380px; padding: 30px 20px;right: 30px; }
    .content-library .thumb img {height: 333px; }
    .content-library .title {border-radius: 15px;font-size: var(--font18); padding: 9px 30px; }
    .post-list .item-thumb img {height: 225px; }
    #news .chevron-container{margin-top: 30px;}
    .contact-info br,.section-header-page .des-head-page br{display: none;}
    .logo-banner img { width: 180px; }

    .center-advantage .title_avd {font-size: 20px;}
    .w_advant .title {font-size: 15px;        padding-right: 10px; }
    .bg-advant { padding: 20px 30px 20px; border-radius: 80px;        border-bottom-right-radius: 0px;}
    .right-advantage .bg-advant { padding: 20px 30px 20px 30px; border-bottom-right-radius: 80px; border-bottom-left-radius: 0px; }

   .se-bg-ketnoi {min-height: 560px;}
   body:not(.home-page) #fullpage section:first-child,.section-header-page {  padding-top: 140px; } 
   .location-link {height: 400px; }
   .bg-contact { min-height: 465px; }
   .item-tienich h3 {font-size: 22px; }
   .item-tienich { padding: 30px 40px 0px 40px;}
   .section-investor.p-investor:after { width: 337px; height: 426px; }

   section {padding: 60px 0px; }
   section#section_video,section#section_video_home,#location,section#footer{padding: 0px;}
   #location .section-image { transform: scale(0.48) !important; }
   #location .section-content { width: 31vw; }

   .list-partner .thumb img { max-height: 105px; max-width: 230px; }
   .footer-bottom {padding: 60px 0px 60px; }
   #footer .fixed-social-btn { margin: 50px auto 20px; }
   #footer textarea.form-control { height: 110px; }
   .des-form {display: block; }
   #footer .contact-form {padding-top: 50px;padding-bottom: 30px; }
   .form-group-captcha {visibility: visible; }

   .section-mb-tang{padding-top: 0px !important}
   .section-mb-tang .mb_tongthe { position: relative; justify-content: center; display: block; }
   section.sec-masterplan-p{padding-top: 30px}
   body:not(.home-page) .sec-masterplan-p .tab-masterplan{display: none;}
    .section-matbang-tong-page .mb_tongthe { padding-top: 0px; max-width: 100%; margin: auto; order: 3;        height: auto; }
    .section-matbang-tong-page.mb-tang-p .section-title {max-width: 100%; position: relative; top: 0%; margin-top: 0px;width: 100%; text-align: center !important; }
    .updating-item {position: relative; top: 0%; font-size: 27px; order: 3; min-height: 200px; align-items: center; display: flex ; justify-content: center;}
    ul.list-mb-items {text-align: center; position: relative; right: 0px; left: auto; z-index: 2; display: inline-block; width: auto; top: auto; padding: 0px; order: 1; margin-bottom: 40px; }
    .section-matbang-tong-page .section-subtitle { position: relative; left: 0px; top: auto; z-index: 2; width: auto; order: 2; }
    .list-mb-items li { list-style: none; display: inline-block;margin: 0px 9px; }

    .section-utilities {padding-top:20px;         padding-bottom: 0px;}
    .section-utilities .items-wrapper .item { margin: 5px 0px;font-size: 14px; line-height: 17px; }
    .section-utilities .items-wrapper .item span { width: 19px; height: 19px; font-size: 13px; line-height: 15px;}
    .section-utilities .items-wrapper .group .title {margin-bottom: 11px;}
    .item-tienich h3 { font-size: 21px; }

   .section-content-wrapper.post-detail,.p-detail-news { padding-top:0px;} 
   .section-post-other { margin-top: 0px; }
   .section-utilities .utilities-image-outter .utilities-image-wrapper {top: 0px; }  
   .section-utilities .tab-fresia {position: relative;  left: auto; transform: none; }
   .section-utilities .tab-fresia .nav-link { border-radius: 10px 10px 0px 0px; border-top: 1px solid #B0712A; border-bottom: 0px; }
   .col-p-contact .company-footer { padding-right: 30px; }
   .col-p-contact .company-footer-2 { padding-left: 0px; }
   #footer .form-group-captcha { position: relative; }

}
@media (min-width:1200px) {
    .section-content-inner{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
}
@media (max-width:1199px) {
    .sticky .header-bottom{background: #065f84;}
    .menu-open .sticky .header-bottom{background:transparent;}
    .section-padding-top{padding-top: 50px;}
    section .bg{display: none;}
   .fullpage-nav,
   .fixed-scroll-downs{display: none;}
   .home-page.fp-viewing-mat-bang-tong-the #header .navbar-brand .white { display: none; }
   .home-page.fp-viewing-mat-bang-tong-the #header .navbar-brand .normal { display: block; }

   .m-right{margin-right: 0;}
   .m-left{margin-left: 0;}
   .m-both{margin-right: 0; margin-left: 0;}

 
    .section-location-link .slide-control .swiper-button-next,
    .section-location-link .slide-control .swiper-button-prev{
        top: calc((100vw - ((var(--d-padding) * 2) - 35px )) / 2 / 2 * 220 / 348  );
        border-color: #fff;
    }
    .section-location-link .slide-control .swiper-button-prev{transform: translateX(0px);}
    .section-location-link .slide-control .swiper-button-next{transform: translateX(0px);}
    

    .section-introduction,
    .section-masterplain-info{min-height: calc(100vw * 980 / 1920);}
    .section-utilities-slide .section-padding-top{padding-bottom: 50px;}
    
    .utilities-slide.swiper .slide-content{right: var(--bs-gutter-x,.75rem);}

    .section-introduction .section-content-wrapper,
    .section-smarthome-slide .section-content-wrapper,
    .section-utilities-slide .section-content-wrapper,
    .layout-left.section-utilities-slide .section-content-wrapper,
    .section-inspired .section-content-wrapper,
    .section-floorplan .section-content-wrapper,
    .section-introduction.layout-right .section-content-wrapper{padding: 0px var(--bs-gutter-x,.75rem) 0px;}
    .section-floorplan .floorplan-map-wrapper{height: calc(50vw * 980 / 978);
            position: static;
    }

    .section-smarthome-slide{background: #fafaf9;}
    .section-smarthome-slide .section-image-wrapper{display: none;}
    .section-smarthome-slide .section-slide{padding-bottom: 60px;}
    .section-smarthome-slide .slide-control{
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        background: transparent;
    }

    .section-salegallery {padding-top: 50px;}
    .section-salegallery .section-content-wrapper{margin-left: 0; margin-right: 0; padding-top: 0;}

    .section-masterplain-info .section-content-wrapper{width: 50vw;}
    .section-content-wrapper.bottom-right{bottom: 15px; right:var(--bs-gutter-x,.75rem); ;}

    #fullpage{overflow: hidden;}
    
    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;*/}
    .section-top{margin-top: 48px;}
    .section-mb-tang { margin-top: 0px;        padding-bottom: 0px; }
    .section-home-slide .form-popup{display: none;}
    
    .section-utilities-slide .slide-control{
        top: auto; transform: translateX(-50%);
        bottom: -45px;
    }
    .section-utilities .section-content-fitbottom{position: static; margin-top: 30px; padding-bottom:50px ; }
    .section-utilities .section-content-fitbottom .section-description{margin-bottom: 15px;}
    .section-life:before{width: 40vw;}

    .utilities-image-wrapper {
        overflow: hidden;
        height: auto !important;
        margin-left: 0; margin-right: 0;
    }
    .post-list .item h3 a{height: 67px; -webkit-line-clamp: 3;}
    
    .post-list .item .description{   height: 60px;  -webkit-line-clamp: 3;
        display: none;
    }
    .post-list .item h4{    -webkit-line-clamp: 2; height: 40px;}

    .home-slide .swiper-slide,
    .product-slide .swiper-slide {height: calc(100vw * 980 / 1920);}


    #header .header-bottom .navbar-toggler,
    #header .header-right a.svg-ani,
    #header .header-left a.svg-ani,
    #header.sticky .header-bottom .navbar-toggler,
    #header.sticky .header-right a.svg-ani,
    #header.sticky .header-left a.svg-ani{color: var(--color25F);}
    #header .navbar-toggler-icon > span, 
    #header .header-right .dropdown-language > a,
    #header.sticky .navbar-toggler-icon > span, 
    #header.sticky .header-right .dropdown-language > a{
        border-color: var(--color25F); color: var(--color25F);
    }
    #header .navbar-brand{position: static;}
    #header .navbar-toggler-icon > span{background-color: var(--colorFFF);}
    .header-bottom .navbar-toggler{ order: 4;}
    #header .header-left a span{display: none;}

    .section-location{padding: 50px 0;}
    #location .section-content-fittop{position: static; padding-top: 50px;}

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

    .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{ position: static; padding: 30px 0px; }

   
    .utilities-slide-out-wrapper{height: auto;}
    .section-utilities-slide-out .utilities-slide-withthumb .slide-image{height: 0px; padding-top:calc(100% * 728 / 1315) ;}

    .swiper.progress-slide{height: auto;}
    .progress-slide-wrapper{padding-bottom: 40px;}
    .progress-slide .swiper-slide > a{height: 0px; padding-top:calc(100% * 612 / 909) ;}

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

   
    .section-utilities .section-content-fitbottom .section-title{font-size: 22px;}
    .fixed-social-btn{  margin-top: 30px;}
    
    .fixed-social-btn a i{color: var(--color25F); border-color: var(--color25F);}
    .fixed-btn.bottom .copyright{font-size: 14px; margin-top: 15px;}

    body:not(.home-page) .sec-masterplan-p .tab-masterplan{display: none;}
    .section-utilities .utilities-image-outter .utilities-image-wrapper {top: 0px; }    
    .section-utilities .tab-fresia {position: relative;  left: auto; transform: none; }
    .section-utilities .tab-fresia .nav-link { border-radius: 10px 10px 0px 0px; border-top: 1px solid #B0712A; border-bottom: 0px; }
}
@media (max-width:991px) {
    .box-master {padding: 30px 20px; right: auto; position: relative; top: -40px; transform: translate(-50%, 0px); left: 50%; right: auto; max-width: calc(100% - 60px); background: rgb(0 66 95);}
    .tab-masterplan {left: 0px;transform: translateX(0%); white-space: nowrap; justify-content: center; position:relative; }

    .home-page #news{padding-top: 0px; padding-bottom: 0px;}
    .img-about-ov,.content-about-ov{width: 100%;}
    .content-about-ov{margin-top: 25px;}

    .section-mb-tang{padding-top: 0px !important}
   .section-mb-tang .mb_tongthe { position: relative; justify-content: center; display: block;        top: 0px; }
   section.sec-masterplan-p{padding-top: 30px}
    .section-matbang-tong-page .mb_tongthe { padding-top: 0px; max-width: 100%; margin: auto; order: 3; }
    ul.list-mb-items {text-align: center; position: relative; right: 0px; left: auto; z-index: 2; display: inline-block; width: auto; top: auto; padding: 0px; order: 1; margin-bottom: 10px; }
    .section-matbang-tong-page .section-subtitle { position: relative; left: 0px; top: auto; z-index: 2; width: auto; order: 2; }
    .section-matbang-tong-page .mb_tongthe { padding-top: 0px; max-width: 100%; margin: auto; order: 3;        height: auto; }
    .section-matbang-tong-page.mb-tang-p .section-title {        max-width: 100%; position: relative; top: 0%; margin-top: 0px;width: 100%; text-align: center !important; }
    .updating-item {position: relative; top: 0%; font-size: 22px; order: 3; min-height: 150px; align-items: center; display: flex ; justify-content: center;}
    .list-mb-items li { list-style: none; display: inline-block;margin:0px 10px 15px; }
    .sec-masterplan-p .section-title { position: absolute; top: auto; width: 100%; bottom: 5%; z-index: 9; }
    .section-utilities{padding-bottom: 0px; padding-top: 20px;}
    .top-gallery,.bottom-gallery{margin: 10px 0px;}
    
    .overlay-menu {background-position:right bottom !important;}

    #footer .copyright {margin-top: 40px;}
}
@media (min-width:767px) and (max-width:991px) {
    section {padding: 60px 0px; }
    #header .navbar-brand {  width: 12vw;}
    .header-bottom { min-height: 82px; }
    #section_video, .video-section {height: auto;}
    .img-big img {height: 476px;}
    .img-small img { height: 399px;}
    .section-title,.section-subtitle{ font-size: var(--font27);}
    .section-mb-tang{overflow: hidden;}
    #location .section-image-wrapper {float: none; min-height: 560px; }
    .overlay-menu .menu > li { padding: 15px 0px; margin: 0px 14px; }
    .box-master {padding: 30px 20px; right: auto; position: relative; top: -40px; transform: translate(-50%, 0px); left: 50%; right: auto; max-width: calc(100% - 60px); background: rgb(0 66 95);}
    .tab-masterplan {left: 0px;transform: translateX(0%); white-space: nowrap; justify-content: center; position:relative; }
    .content-library .thumb img {height: 253px; }
    .content-library .title {border-radius: 15px;font-size: var(--font18); padding: 9px 30px; }
    .post-list .item-thumb img {height: 235px; }
    .section-post-other { margin-top: 0px; }
    .section-news .post-list .item .item-body { background: transparent; padding: 15px 0px; }
    #news .chevron-container{margin-top: 30px;}
    .contact-info br,.section-header-page .des-head-page br{display: none;}
    .section-header-page .des-head-page{margin-bottom: 0px;}
    .logo-banner img { width: 180px; }

    .section-overview .about-left,.section-overview .about-right{width: 100%;}
    .section-overview .about-right{margin-top: 30px;}

    .img-about-ov,.content-about-ov{width: 100%;}
    .img-about-ov { order: 2; margin-top: 30px; }
    .content-about-ov{order: 1;}

    .section-header-page { padding: 120px 0px 40px;}
    .center-advantage{width: 100%; order: 1}
    .left-advantage{order: 2;width: calc(50% - 80px);}
    .right-advantage{order: 3;width:  calc(50% - 80px);}

    .center-advantage .num_adv {    font-size: 220px;    line-height: 210px;max-width: 170px; margin: auto; }
    .w_advant .title {font-size: 17px;}

    .section-advantage .align-items-center {justify-content: space-between; }
    .bg-advant { padding: 20px 30px 20px; border-radius: 70px; border-bottom-right-radius: 0px;min-height: 273px; }
    .right-advantage .bg-advant { padding: 20px 30px 20px; border-bottom-right-radius: 70px; border-bottom-left-radius: 0px; }
    .list-partner .thumb img { max-height: 90px; }
    .list-partner .thumb { min-height: 120px; max-width: 190px; margin: auto; }
    .page-about.section-introduction{padding-bottom: 0px;        padding-top: 30px;}
    .s-investor img { max-width: 160px; }

    #location .section-content-inner{display: grid ; }
    #location .section-image-wrapper { width: 100%; order: 2;}
    #location .section-content { position: relative; top: 0%; right: auto; z-index: 3; transform: translateY(0%); width: 100%; padding: 0px 30px; order:1; margin-top: 30px; margin-bottom:20px }    

    .page-localtion .logo-pin {width: 62px;height: 62px;}
        .page-localtion .logo-pin:after { width: 100px; height: 100px; top: -18px; left: -20px;}

    .section-utilities-slide .album-ulliti {padding-left: 15px;         margin-top: 20px;}
    .tab-masterplan li {margin: 0px 5px; }
        .tab-masterplan li a {padding: 9px 15px; }

    .content-investor .img-investor { padding-right: 0px; width: 100%;        padding-left: 0px;}
    .content-investor .des-investor { width: 100%; margin-top: 20px; padding: 0px; text-align: center; }
    #footer .logo-footer {width: 100%; margin-bottom: 60px; text-align: center; }
    #footer .company-footer, #footer .company-footer-2 {width: 50%; } 
    .logo-footer img { width: 170px; }  

    .se-bg-ketnoi {min-height: 450px; }
    .location-link {height: 300px; }
    .col-p-contact .title {font-size: var(--font20); }
    .bg-contact { min-height: 344px; }

    .item-tienich { position: relative; padding: 40px 40px;background: var(--color25F);}
    .item-tienich:after{display: none;}
    .items-wrapper { display: grid ; grid-template-columns: 50% 50%; }

    .item-tienich h3{font-size: 23px;}

    .section-investor.p-investor:after {width: 317px; height: 380px;right: -13%; }

    section {padding: 60px 0px; }
    section#section_video,section#section_video_home,#location,section#footer{padding: 0px;}
    #location .section-image { transform: scale(0.56) !important;}
    .des-inves { padding-right: 0px; }
    #footer textarea.form-control { height: 70px; }

    .img-about-ov, .bg-about-page { height: 400px; }

    .list-partner .thumb img {max-height: 95px; max-width: 180px;}
    .footer-bottom {padding: 60px 0px 30px; }
    #footer .fixed-social-btn { margin: 50px auto 20px; }
    #footer textarea.form-control { height: 110px; }
    .des-form {display: block; }
    #footer .contact-form {padding-top: 50px;padding-bottom: 30px; }
    .form-group-captcha {visibility: visible; }
    #footer .form-group-captcha {position:relative; }
    .section-content-wrapper.post-detail { padding-top: 0px; }

    .col-g1.col-gallery img, .col-g3.col-gallery img { height: 180px;}
    .col-g2.col-gallery img { height: 260px; }
    .top-gallery .col-g1.col-gallery .t-gallery { right: -15px; top: -25%; padding: 10px 30px 50px;    font-size: 17px; }
    .top-gallery .col-g3.col-gallery .t-gallery { right: 10px; top: -25%; padding: 10px 30px 50px;    font-size: 17px; }
    .section-video .video-slide .swiper-slide .thumb { position: relative; height: 370px; }
    .section-video .slide-control .swiper-button-prev{left: 13%;}
    .section-video .slide-control .swiper-button-next{right: 13%;}

    .section-document .main-document{padding: 0px; margin: 0px;}
    .col-document .thumb { width: auto; }
    .col-document .thumb img { height: 280px;}
    .col-document .ico-download {bottom: 60px; right: 10px; width: 44px; height: 43px;border-radius: 20px; border-top-left-radius: 0px;}
    .ico-download img {  width: 21px; }

    .s-partner .small-t{min-height: 40px;}

    .col-p-contact .company-footer-2 { padding-left: 15px; }

 }
@media (max-width:767px) {
    .section-top{margin-top: 42px;}
    #header .header-left {left: 0px; }
    .section-subtitle, .section-title {font-size: var(--font32);line-height: 45px;}
    .section-title-md{font-size: 18px;}
    .section-title-sm{font-size: 13px;}
    .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 10px; height: 10px;}

    .section-home-slide .swiper .slide-control{bottom: 10px;}
    .section-home-slide .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
            width: 24px;    height: 2px;
    }
    .header-bottom { min-height: 90px; }

    #fullpage{overflow: hidden;}
    .section-overview .section-content { padding-right: 0px; }
    .section-masterplain-info{background: #fff !important;}
    .section-masterplain-info .section-content-wrapper{width: 100%;
        position: static; padding: 50px var(--bs-gutter-x,.75rem);  color: #333333;
    }
    .section-masterplain-info .section-content-wrapper .section-title{color: var(--color25F);}
    .section-floorplan .floorplan-map-wrapper{height: calc(100vw * 980 / 978);}
    .section-floorplan .floorplan-map-wrapper{position: relative;}

    .section-smarthome-slide .section-info{padding-right: 0;}
    
    .post-list .item h3 a{height: auto;     -webkit-line-clamp: unset;}

    section {padding: 60px 0px; }
    .slide-control .swiper-button-next, .slide-control .swiper-button-prev{
        width: 30px;
        height: 30px;     flex: 0 0 30px;
    }
    .section-utilities{padding-bottom: 0px; padding-top: 20px;}
    .section-salegallery .section-slide{margin-top: 15px;}
    
    #header .header-right .dropdown-language > a{padding: 0px;}
    #header .header-right .svg{height: 18px; margin-right: 0px;}
    #header .header-right > a{margin-right: 20px; padding-right: 0px;}
    #header .header-right > a:after{display: none;}
    #header .header-right a.svg-ani span{display: none;}
    
    #location .section-content{padding-bottom: 0;}
    .utilities-slide.swiper .slide-content{right:  var(--bs-gutter-x,.75rem); left: auto;     bottom: 15px;}
    
    .section-smarthome-slide .section-content-wrapper{padding-top: 0;}

    #location .section-content .items{border-left: 0; padding-left: 0;}
    #location .section-content .items:before{display: none;}

    .section-location-link .slide-control .swiper-button-next,
    .section-location-link .slide-control .swiper-button-prev{
        top: calc((100vw - ((var(--d-padding) * 2)  )) / 2 * 220 / 348  );
    }

    .page-localtion .logo-pin {width: 62px;height: 62px;}
        .page-localtion .logo-pin:after { width: 100px; height: 100px; top: -18px; left: -20px;}
    
    .img-about-ov,.content-about-ov{width: 100%;}
    .img-about-ov { order: 2; margin-top: 30px; }
    .content-about-ov{order: 1;}

    .center-advantage{width: 100%; order: 1}
    .left-advantage{order: 2;width: calc(50% - 80px);}
    .right-advantage{order: 3;width:  calc(50% - 80px);}

    .center-advantage .num_adv {    font-size: 220px;    line-height: 210px;max-width: 170px; margin: auto; }
    .w_advant .title {font-size: 15px;}

    .section-advantage .align-items-center {justify-content: space-between; }
    .bg-advant { padding: 20px 30px 20px; border-radius: 70px; border-bottom-right-radius: 0px;min-height: 273px; }
    .right-advantage .bg-advant { padding: 20px 30px 20px; border-bottom-right-radius: 70px; border-bottom-left-radius: 0px; }
    .list-partner .thumb img { max-height: 80px; }
    .list-partner .thumb { min-height: 110px; max-width: 190px; margin: auto;}
    .page-about.section-introduction{padding-bottom: 0px;        padding-top: 20px;}
    .s-investor img { max-width: 160px; }


    .section-header-page .section-subtitle, .section-header-page .section-title { font-size: var(--font27); line-height: 37px; }
    .section-header-page { padding: 120px 0px 40px;}
   
    .footer-top{padding-bottom: 15px;}
    #footer .copyright-wrapper {padding-bottom: 0px; position: static;}

    .home-slide, 
    .product-slide,
    .home-slide .swiper-slide, 
    .product-slide .swiper-slide{min-height: calc(100vw * 0.65);}
    .utilities-image-wrapper .map-tooltip{   padding: 3px 10px; }
    .utilities-image-wrapper .map-tooltip .subdivision-maker{padding: 0px; border-radius: 0;
        border: 0;
    }
    .utilities-image-wrapper .map-tooltip h5{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{ position: relative;}
    .fixed-btn.bottom{ 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(14,45,44,0) 100%);

    }
    .highlight-slide.swiper .slide-control .swiper-pagination-total{    font-size: 15px;}
    .highlight-slide.swiper .slide-control .swiper-pagination-current{font-size: 30px;}
    
    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%;}

    .section-smarthome-slide .section-slide{padding-bottom: 45px;}
    .section-salegallery .section-slide {    padding-bottom: 60px;}
    .section-salegallery .slide-control{    left: 50%; transform: translateX(-50%); bottom: -45px;}
    
    #formModal .modal-body{overflow-x: hidden;}
    
    .section-utilities .section-content-fitbottom{padding-bottom: 0;}
    .section-utilities .section-content-fitbottom .items-wrapper{padding-top: 0;}
    .section-utilities .section-content-fitbottom .items{width: 100%;}
    .section-utilities .section-content-fitbottom .item,
    .utilities-image-wrapper .map-tooltip .subdivision-maker h5{font-size: 12px; }
    .section-utilities .section-content-fitbottom .item span{margin-right: 3px;}

    #footer .contact-form{padding: 30px;}
    .modal-content .form-popup-modal{min-width: 480px;}
    .modal-content .form-popup-modal .form-group{margin-bottom: 15px;}

    #footer .logo-footer {width: 100%; margin-bottom: 60px; text-align: center; }
    #footer .company-footer, #footer .company-footer-2 {width: 50%; } 
    .logo-footer img { width: 170px; }

    #location .section-image-wrapper {float: none; min-height: 530px; }
    #location .section-content-inner{display: grid ; }
    #location .section-image-wrapper { width: 100%; order: 2;}
    #location .section-content { position: relative; top: 0%; right: auto; transform: translateY(0%); width: 100%; padding: 0px 30px; order:1; margin-top: 30px; margin-bottom:30px }    

    .section-utilities-slide .album-ulliti {padding-left: 15px;        margin-top: 25px; }
    .tab-masterplan li {margin: 0px 5px; }
        .tab-masterplan li a {padding: 9px 15px; }

    .content-investor .img-investor { padding-right: 15px; padding-left: 15px;width: 100%;        }
    .content-investor .des-investor { width: 100%; margin-top: 20px; padding: 0px; text-align: center; }
    #footer .logo-footer {width: 100%; margin-bottom: 60px; text-align: center; }
    #footer .company-footer, #footer .company-footer-2 {width: 50%; } 
    .logo-footer img { width: 170px; }   

    .tab-masterplan { white-space: normal; display: grid ; grid-template-columns: repeat(2, 1fr); text-align: center; justify-content: space-between; gap: 20px;        padding: 0px 30px; }
    .container, .container-sm { max-width: calc(100% - 60px); }  

    .content-library .col-md-6{flex: 0 0 auto; width: 50%;}  
    .content-library .thumb img { height: 243px; }
    .content-library .title {border-radius: 15px;font-size: 18px; padding: 8px 24px;        border-top-left-radius: 0px; }
    .post-list .item-thumb img {height: 155px;}
    .contact-info br,.section-header-page .des-head-page br{display: none;}
    .section-header-page .des-head-page{margin-bottom: 30px;}
    .left-advantage,.right-advantage { width: calc(50% - 70px); }
    .list-partner {justify-content: space-between; }

    .se-bg-ketnoi { min-height: 420px; }

    .col-p-contact .title {font-size: var(--font20); }
    .bg-contact { min-height: 331px; }

    .item-tienich { position: relative; padding: 40px 40px;background: var(--color25F);}
    .item-tienich:after{display: none;}
    .items-wrapper { display: grid ; grid-template-columns: 50% 50%;        max-height: none; }
    .item-tienich h3{font-size: 23px;}
    .sect-tienich .over-img img { height: 355px; }

    .section-investor.p-investor:after {width: 317px; height: 380px;right: -13%; }

    section {padding: 60px 0px; }
    section#section_video,section#section_video_home,#location,section#footer{padding: 0px;}
    #location .section-image { transform: scale(0.54) !important;}
    .des-inves { padding-right: 0px; }
    #footer textarea.form-control { height: 70px; }

    .list-partner .thumb img { max-height: 95px; }
    .footer-bottom {padding: 60px 0px 30px; }
    #footer .form-group-captcha {position: relative; }
    #footer .fixed-social-btn { margin: 50px auto 20px; }
    #footer textarea.form-control { height: 110px; }
    .des-form {display: block; }
    #footer .contact-form {padding-top: 50px;padding-bottom: 30px; }
    .form-group-captcha {visibility: visible; }

    .section-content-wrapper.post-detail { padding-top: 20px; }
    .section-content-wrapper.post-detail  .post-title { font-size: 18px; text-align: left !important; }
    .section-post-other { margin-top: 0px; }

    .col-g1.col-gallery img, .col-g3.col-gallery img { height: 180px;}
    .col-g2.col-gallery img { height: 260px; }
    .top-gallery .col-g1.col-gallery .t-gallery { right: -15px; top: -25%; padding: 10px 30px 50px;    font-size: 17px; }
    .top-gallery .col-g3.col-gallery .t-gallery { right: 10px; top: -25%; padding: 10px 30px 50px;    font-size: 17px; }
    .section-video .video-slide .swiper-slide .thumb { position: relative; height: 370px; }
    .section-video .slide-control .swiper-button-prev{left: 13%;}
    .section-video .slide-control .swiper-button-next{right: 13%;}

    .section-document .main-document{padding: 0px; margin: 0px;}
    .col-document .thumb { width: auto; }
    .col-document .thumb img { height: 280px;}
    .col-document .ico-download {bottom: 60px; right: 10px; width: 44px; height: 43px;border-radius: 20px; border-top-left-radius: 0px;}
    .ico-download img {  width: 21px; }

    .s-partner .small-t { min-height: 40px;}
    .list-partner .thumb img { max-height: 87px; }


}
@media (max-width:575px) {
	#intro_section .logo-intro object{width: 36vw;}
    #intro_section.ready .logo-intro object{
        width: 27vw;margin-top: -27vw;
    }
    .menu-open header#header{background: transparent;}
    #intro_section .text-intro h2{font-size: 21px;}
    #intro_section .text-intro h3{font-size: 10px;}
    .footer-top .copyright-wrapper{font-size: 12px;}
    .section-product-slide .section-content-fitbottom .inner a{font-size: 11px;}
    .logo-banner img { width: 90px; }
    .container, .container-sm { max-width: 100%; }

    .item-advan-mobile{display: block;}

    .section-mb-tang{padding: 0px}
    .section-title {font-size: 37px; line-height: 58px;}
    .section-subtitle{font-size: 41px; line-height: 60px;}
    .btn.btn-primary, .btn.btn-default { font-size: 18px; padding: 6px 25px 5px; }
    header#header { position: relative;background: #065f84;visibility: visible; }
    .to_bottom.sticky #header, .to_bottom #header { display: block; }
    .header-bottom { min-height: 84px; }
    section { padding: 50px 0px; }
    .section-overview .section-content { padding-right: 0px; }
    .img-big img { height: 266px;}
    .img-small img {height: 226px; }

    .img-about-ov, .bg-about-page { height: 400px; }

    .list-mb-items li {margin: 0px 5px 7px; padding: 7px 17px; }
    section.section-matbang-tong-page{padding-top: 30px}

    #location .section-image-wrapper { min-height: 310px; }

    .page-localtion .logo-pin {width: 30px;height: 30px;}
        .page-localtion .logo-pin:after {width: 45px; height: 45px; top: -24%; left: -28%;        border: 1px solid #00425F;}

    .w-language a.tour360 {margin-top: 0px;}
    .w-language a.tour360:after{height: 4px;}    
    .w-language a.hotline-head{background: url(../images/ico-tel-m.svg) left top no-repeat; background-size: contain;-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; width: 30px; height: 30px; margin-top: 0px; color: #000; text-indent: -99999px; overflow: hidden; padding-left: 0px; margin-right: 10px;}
    @-webkit-keyframes phonering-alo-circle-img-anim {
        0% {-webkit-transform:rotate(0) scale(1) skew(1deg)}
        10% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
        20% {-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
        30% {-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
        40% {-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
        50% {-webkit-transform:rotate(0) scale(1) skew(1deg)}
        100% {-webkit-transform:rotate(0) scale(1) skew(1deg)}
    }
    
    .ico-la-small:after,.ico-la-full:after { width: 187px; height: 156px; }
    .tab-masterplan {gap: 5px; padding: 0px 10px;}
        .tab-masterplan li a {padding: 10px 8px; font-size: 17px;}
    .box-master {max-width: calc(100% - 30px); }
    .content-library .col-md-6 { flex: 0 0 auto; width: 100%; margin-bottom: 20px; }
    .content-library .thumb img { height: 243px; }
    .post-list .item-thumb img { height: 235px; }
    .des-inves { padding-right: 15px; padding-left: 15px; text-align: justify; }
    .des-form br{display: none;}

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

    .item-apartment .thumb { min-width: 53px; }
    .item-apartment .title {font-size: 18px;}

    .center-advantage .num_adv { font-size: 190px; line-height: 180px;  }

    .section-introduction .small-title:after {width: 39%;}
    .item-apartment {grid-template-columns: repeat(1, 1fr);}

    .left-advantage, .right-advantage { width: 100%; }
    .center-advantage {margin-bottom: 30px; }
    .w_advant { position: relative;    justify-content: end; }
    .bg-advant {border-radius: 60px; border-bottom-left-radius: 0px; min-height: auto;        width: calc(100% - 80px);  }

    .left-advantage,.right-advantage{display: none;}
    .center-advantage{order: 1;}
    .item-advan-mobile{order: 1;padding-bottom: 30px;}

    .w_advant:nth-child(2n+2) {justify-content: start; }
    .w_advant:nth-child(2n+1) .numb_adv{left: 20px;padding-left: 10px;}
    .w_advant:nth-child(2n+2) .numb_adv{right: 20px;padding-right: 15px;text-align: right;}
    .numb_adv{bottom: 0px;}
    .w_advant .title {padding-right: 0px; }
    .w_advant:nth-child(2n+1) .numb_adv:after{right: auto; left: -9px; }
    .w_advant:nth-child(2n+1) .numb_adv:before { right: auto; left: -5px; }

    .w_advant:nth-child(2n+2) .numb_adv:after{left: auto; right: -9px; }
    .w_advant:nth-child(2n+2) .numb_adv:before { left: auto; right: -5px; }

    .w_advant:nth-child(2n+2) .bg-advant {border-radius: 60px; border-bottom-right-radius: 0px; }

    .section-header-page .section-subtitle, .section-header-page .section-title { font-size: 32px; line-height: 50px;}
    .se-bg-ketnoi { min-height: 270px; }

    .section-header-page h1 { margin-bottom: 30px; }

    .location-link {height: 180px; }

    .utilities-slide.swiper .slide-content:after{height: 80px;}

    .list-partner .w-part{flex: 0 0 auto; width: 100%;        margin-bottom: 30px;}
   .list-partner .thumb img { max-height: 93px; max-width: 180px; }
        .list-partner .thumb {min-height: 100px; margin-bottom: 20px;        max-width: 100%;}
    .list-partner { display: block; }
    .s-partner .small-t { font-size: 15px;         margin-bottom: 20px;}
    #footer .contact-form { padding: 30px 10px; }
    #form_register .row{margin: 0px;}
    #footer .company-footer, #footer .company-footer-2 { width: 100%; }
    #footer .company-footer-2{margin-top: 20px;}
    #footer .title {margin-bottom: 20px;}
    .t-utilities {font-size: var(--font18); }
    #location .section-content { padding: 0px 15px;        margin-bottom: 10px;}
    .form-footer{padding: 0px;}
    .logo-footer img { width: 150px; }
    .footer-bottom {padding-top: 50px; }

    .col-p-contact .company-footer, .col-p-contact .company-footer-2 {  width: 100%;}
    .col-p-contact .company-footer-2{padding-left: 15px;}
    .bg-contact { min-height: 191px; }
    .design-by{display: block;}

    .item-tienich {padding: 30px 15px; }
        .item-tienich h3 { font-size: 21px; }

    .items-wrapper { margin: 0px -15px; }    
    .section-utilities .items-wrapper .group {padding: 15px 0px 0px 5px;        margin-bottom: 0px; }
        .section-utilities .items-wrapper .item { margin: 10px 0px;line-height: 20px; }

    .section-utilities .items-wrapper .group .title {font-size: 16px; }    
    .sect-tienich .over-img img { height: 275px; }
    .sect-tienich .over-img:after {height: 100px;opacity: 70%; }

    .sect-tienich .item h3{font-size: 17px;}

    .section-tien-ich-ngoai-troi .section-content-wrapper { padding-left: 15px; }
    .section-tien-ich-trong-nha .section-content-wrapper { padding-right: 15px; }

    .section-investor.p-investor:after {display: none;}
    .s-investor img { max-width: 140px; }
    .list-partner {
        display: grid; grid-template-columns: 50% 50%;
        grid-template-areas:
        "part1 part2"
        "part3 part3";
    }
    .list-partner .w-part:nth-child(1){grid-area: part1;}
    .list-partner .w-part:nth-child(2){grid-area: part2;}
    .list-partner .w-part:nth-child(3){grid-area: part3;}

    .top-gallery,.bottom-gallery{grid-template-columns: 80% 20%;
        grid-template-areas:
        "itemtv1 itemtv2"
        "itemtv3 itemtv3";
    }
    .top-gallery .col-g1 { grid-area: itemtv1; }
    .top-gallery .col-g2 { grid-area: itemtv2; }
    .top-gallery .col-g3 { grid-area: itemtv3;margin-top: 60px; }
    .bottom-gallery .thum-b,.bottom-gallery .col-g1.col-gallery img { width: 100%;}

    .section-video .video-slide .swiper-slide .thumb {height: 250px; }
    .section-video .slide-control .swiper-button-prev { left: 20px; top: auto; bottom: -30px;  }
    .section-video .slide-control .swiper-button-next { right:20px;top: auto; bottom: -30px;  }
    .section-video .video-slide .swiper-slide h3{font-size: 18px;}

    .modal-form-popup .modal-content .form-popup-modal { min-width: 100%; }
    .modal-content .form-popup .overlay{display: none;}
    .modal-form-popup .modal-content .form-popup .inner{padding: 30px 10%;}

    .modal-content .form-popup { width: calc(100% - 30px); height: 100%; position: relative; padding-top: 100%; background: var(--color25F); margin: auto;border: 1px solid #B0712A; border-radius: 20px; }

    .go_top { width: 40px; height: 40px; bottom: 15px; left: 15px;}

    #location .section-image { transform: scale(0.31) !important; }
    .img-overview {margin: 0px -7px; gap: 0px;padding: 0px; }    
        .img-overview > div { padding: 0px 7px; }

    .utilities-slide.swiper .slide-content { right: auto; }    

    #footer .footer-bottom{padding-bottom: 60px;}
    .post-list .item .description { height: 76px; -webkit-line-clamp: 3;display: block !important; }
    .section-news .tab-content { padding-top: 10px; }
    .section-news .nav-tabs .nav-link{ padding: 8px 28px;}
    .p-detail-news{padding-top: 0px;}
    .section-content-wrapper.post-detail { padding-top: 0px; }
    .section-content-wrapper.post-detail .post-title {line-height: 26px; }

    .main-document .col-document { flex: 0 0 auto; width: 100%; margin-bottom: 20px; }
    .col-document .thumb img { height: 500px; }
    .section-video .video-slide .swiper-slide .thumb:after{width: 50px; height: 50px;}

    .mask .mask-bg{background: #065f84;   height: 100vh;}

    .s-partner .small-t { min-height: auto; }
    .sec-masterplan-p .section-title .section-subtitle{    margin-bottom: 0px;}
}

@media (max-width:420px) {
	.section-subtitle, .section-title,.s-partner .subtitle { font-size: 25px; line-height: 39px; }
    .se-bg-ketnoi { min-height: 260px; }
    .sect-tienich .over-img img { height: 235px; }
    #location .section-image { transform: scale(0.3) !important; }
    .tab-masterplan li a { padding: 10px 7px; }
}
@media (max-width:380px) {
    .section-subtitle, .section-title,.s-partner .subtitle { font-size: 23px; line-height: 36px; }
    .small-title {font-size: var(--font18);}
    .se-bg-ketnoi { min-height: 240px; }
    #location .section-image-wrapper { min-height: 270px; }
    .img-about-ov, .bg-about-page { height: 330px; }
    .sect-tienich .over-img img { height: 245px; }
    .s-partner .small-t { font-size: 14px; }
    .list-partner .thumb img { max-height: 90px;        max-width: 160px; }
    .list-partner .thumb { min-height: 90px;}
    #location .section-image { transform: scale(0.27) !important; }
    .tab-masterplan li a { padding: 10px 6px; font-size: 14px !important; }
    .content-library .title {font-size: 16px; }
    .list-mb-items li { margin: 0px 3px 6px; padding: 7px 11px; }
    .list-mb-items a {font-size: 15px; }
    .sec-masterplan-p .section-title .section-subtitle {font-size: 20px; margin-bottom: 20px; }

    .section-news .nav-tabs .nav-link { padding: 7px 22px; }
    .col-document .thumb img { height: 430px; }
}
@media (max-width:365px) {
    .list-partner .thumb img { max-height: 78px; }
    .list-partner .thumb { min-height: 80px;}
    #location .section-image { transform: scale(0.26) !important; }
    #location .section-image-wrapper { min-height: 260px; }
    .img-big img { height: 216px; }
    .img-small img { height: 183px; }
    .section-subtitle, .section-title, .s-partner .subtitle { font-size: 22px; line-height: 30px; }
    .list-mb-items a { font-size: 14px; }
    .list-mb-items li {padding: 7px 13px; }
}  
@media (max-width:330px) {  
    .section-news .nav-tabs .nav-link { padding: 7px 13px; }
    .post-list .item-thumb img { height: 205px; }
}
@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);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

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

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



/*Overlay Menu*/
.overlay-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 21; background: #02364b url(../images/bg-menu.jpg) no-repeat right top; background-size: cover;}
.overlay-menu .menu-logo{ position: absolute; pointer-events: none; z-index: 5; width: 100%; left:0; top: 40%; transform: translateY(-50%); text-align: center; }
.overlay-menu .menu-logo img{opacity: 0;max-width: 25vw; max-height: 45vh;}
.menu-open .overlay-menu .menu-logo img{
    animation: scaleOut;
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.overlay-menu .main-menu-container {   
    text-align: center;
    padding: 0;
    margin: 60px auto;
    list-style-type: none;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    flex-direction: column;
}
.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none;
}
.logo-toogle-head{ padding:110px 0px 10px; text-align: center;  margin: auto;}
    .logo-toogle-head img{width: 170px;}


.overlay-menu .menu a {
    color: #fff;
    transition: all ease 0.4s;
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}
.overlay-menu .menu a:hover,
.overlay-menu .menu .current-menu-item a{color: #fbc383; }
.overlay-menu .menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #fbc383;
    transition: var(--d-transition);
}
.overlay-menu .menu li:hover a:after { width: calc(100%); }
.menu-open .header-bottom .navbar-brand{opacity: 0; pointer-events: none;}
/*.overlay-menu .menu .current_page_parent a{color: #d4b88e; }*/

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

.overlay-menu .copyright{position: absolute; bottom: 15px; left: var(--d-padding); width: 100%;color: #fff;
    opacity: 0; transition: var(--d-transition); 
}
body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
body.menu-open .overlay-menu .copyright{opacity: 1; }
body.menu-open .overlay-menu .bg {opacity: 0.04; transition-delay: 0.3s;}
.overlay-menu .menu{list-style: none; padding: 0px; margin-left: 0px; margin-bottom: 0px;}

.overlay-menu .menu > li {
    opacity: 0;    display: inline-block;
    transform: translate(50px, 0);
    -webkit-transform: translate3d(50px, 0px, 0);
    transition-delay: 0.6s;
    padding:15px 0px ;
    margin: 0px 23px;
    
}
body.menu-open .overlay-menu .menu li {
    transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
body.menu-open #header .navbar-brand{}

.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 (min-width:1900px) {
    .logo-toogle-head { padding: 150px 0px 10px;}
    .logo-toogle-head img { width: 210px; }
    .overlay-menu .main-menu-container { margin: 80px auto;}
    .w-language a.hotline-head{padding-top: 0px;}
}
@media (max-width:1699px) {
    .overlay-menu .menu > li{    padding: 10px 0px;}
    .overlay-menu .menu:not(.menu-other) a{    font-size: 27px;}
}
@media (max-width:1399px) {
    .overlay-menu .menu > li{ padding: 8px 0px;}
    .overlay-menu .menu:not(.menu-other) a{font-size: 24px;}
    .overlay-menu .menu-other a{font-size: 18px;}
    .overlay-menu .menu-other > li:not(:last-child){    margin-right: 65px;}
}

@media (max-width:1199px) {
    .overlay-menu .menu > li{text-align: center;}
}
@media (max-width:991px) {
    .overlay-menu .main-menu-container{display: block; width: 100%;     text-align: center;}
    .overlay-menu .menu-logo{display: none;}   
    .overlay-menu .menu > li { padding: 18px 0px; } 
}
@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;}
}

/*Video*/
#section_video,.video-section{position: relative; height: 100vh; min-height: 560px;}

@media (max-width:1199px) {
    #section_video,.video-section{min-height: 0px;    height: auto;}
    #section_video .video_header,.video-section .video_header{height: calc(100vw * 9 / 16);}
    #section_video .video_header video,.video-section .video_header video{width: 100%; height: auto; position: static; top: auto; left: auto;
        -webkit-transform: translate(0); 
     transform: translate(0);
    }
}

/*For Video*/
.video_header {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}
.video_header video {
    position: absolute;
    /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;*/

    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#section_video.video-status-play .video_header video,.video-section.video-status-play .video_header video{opacity: 1;}


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

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


/*ScrollDown Icon*/
@media (min-width:1400px) {
    .fixed-scroll-downs-icon{display: none;}
}
@media (max-width:1399px) {
    .fullpage-nav{margin-top: -30px;}
    .fixed-scroll-downs{font-size: 12px; padding-left: 15px;}
}
@media (max-width:1199px) {
    .fixed-scroll-downs-icon{display: none;}
}
.fixed-scroll-downs-icon{    position: fixed; bottom: 50px;     right: calc( var(--d-padding) - 5px );}

.fixed-scroll-downs-icon .chevron {
  position: absolute;
  width: 30px;
  height: 2px;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.fixed-scroll-downs-icon .chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.fixed-scroll-downs-icon .chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.fixed-scroll-downs-icon .chevron:before,
.fixed-scroll-downs-icon .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}
body.light .chevron:before,
body.light .chevron:after{background: var(--color25F);}

.fixed-scroll-downs-icon .chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.fixed-scroll-downs-icon .chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}


@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(10px);
  }
  66.6% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(30px) scale(0.5);
  }
}


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

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



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

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

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

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



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


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

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


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

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

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

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


@media (min-width: 1200px){
    .fp-custom{ transform: translate3d(0px, 0px, 0px) !important;}
    .fp-custom .fp-section {
        width: 100% !important;
        position: absolute !important;
        left: 0;
        top: 0;
        z-index: 1 ;
        transform: translateY(100%);
        transform-origin: bottom;
        transition-duration: 0s;
        opacity: 1;
        background-color: #fff;


    }
    .fp-custom .fp-section.up{
        transform: translateY(-100%);
        transform-origin: top;
    }
    .fp-custom .fp-section.fp-completely{
        transition-duration: 0s;
         z-index: 6 ;
         opacity: 1;
        transform: translateY(0);
    }
    .fp-custom .fp-section.active {
        transition-duration: 0.5s;
        transition: transform ease 1000ms; /*cubic-bezier(.77, 0, .175, 1)*/
        z-index: 8 ;
        opacity: 1;
         transform: translateY(0);
       
    }
}
