@charset "utf-8";
/*
Theme Name: 
Author: nmc0987
Author URL: 
Version:1.0
*/
body { font-family: 'Montserrat', sans-serif;  margin: 0px; padding: 0px; font-size: 18px; line-height: 1.4; overflow-x: hidden; font-weight: 400; /*color: #333333;*/ color: #000; }
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Philosopher', sans-serif; color: #333333; margin: 0 auto 20px; font-weight: 300; line-height: 1.4; }
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 22px; margin-bottom: 15px; }
h5 { font-size: 20px; margin-bottom: 15px; }
h6 { font-size: 17px; margin-bottom: 10px; }
p { /*font-size: 15px;
margin-bottom: 20px;*/ }
a { transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; text-decoration: none; color: #000; }
a:hover, a:focus { text-decoration: none; outline: none; color: #091d5d; }
ul, ol { margin: 0 auto 20px; }
ul li, ol li { margin: 0 auto 10px; }
blockquote { background: #f5f5f5; }
*:focus,button:focus {
  outline: none;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }
.relative{position: relative;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px 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 { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; 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: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
/*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: #000; }
.editor-content h4 { font-size: 16px; }
.editor-content h3 { font-size: 18px; }
.editor-content h2 { font-size: 20px; color: #091d5d;}

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 5px; background: #091d5d; border: 0px; color: #fff; font-size: 16px; font-weight: 700; height: 42px; margin: auto; padding: 8px 45px 10px; transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; text-transform: uppercase;}
.btn.btn-icon{padding-left: 60px;}
.btn:hover{background: #091d5d; color: #fff;}

.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: #091d5d; outline: none; background: #fff; }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: 17px; color: #602314; }
.btn.outline-btn { background: none; color: #006838; border: #602314 solid 1px; padding: 5px 25px 5px 10px; font-weight: 400; position: relative;}
.btn.outline-btn:after{position: absolute; right: 6px; top: 12px; content: "\f103"; font: normal normal normal 14px/1 FontAwesome;}
.btn.outline-btn:hover { background: #602314; color: #091d5d; }
.btn-transparent { background: transparent; border: solid 1px #602314; color: #602314; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 1; }
.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: red;}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control { background: #fff none repeat scroll 0 0; border: 0 none; border-radius: 3px; border: #ccc solid 0px; box-shadow: none; color: #888888; font-size: 14px; height: 50px; line-height: 30px; padding: 0 15px; }
textarea.form-control { padding: 15px 20px; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none; border-color: #8dba3f; outline: none; }
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: pointer; font-family: fontawesome; font-size: 15px; padding: 12px 0; pointer-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: pointer; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }
/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #602314; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #000; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #602314; }
.panel-heading:hover .panel-title a { border-color: #602314; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section { position: relative; }
.section-title{font-size: 45px;  line-height: 1em; color: #cf9c22; font-weight: 300;  margin-bottom: 10px; position: relative; }
.section-title-sm{font-size: 28px;}
.section-title:before,
.section-title:after,
.section-title-sm:before,
.section-title-sm:after{content: ''; width: 215px; height: 2px; display: inline-block; background: #cf9c22;}
.section-title:before,
.section-title-sm:before{margin-right: 10px;}
.section-title:after,
.section-title-sm:after{margin-left: 10px;}

.section-title-sm{font-size: 35px;}
.section-title-sm:before,
.section-title-sm:after{width: 130px; height: 1px;}
.section-title-sm:before{}
.section-title-sm:after{}

.section-title-left:before,
.section-title-sm-left:before{display: none;}

.section-title-right:after,
.section-title-sm-right:after{display: none;}


.section-sub-title{font-size: 42px;  line-height: 1em; margin-bottom: 20px; color: #091d5d;}
.secondary-bg { background: #091d5d; color: #fff; }

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

.primary-bg { background: #132c22; color: #fff; }
.gray_bg { background: #f2f2f3; }
.gray_bg_2 { background: #f5f5f5; }
.section-padding { padding: 80px 0; }
.section-padding-sm { padding: 20px 0; }
.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: 32px; font-weight: 400; }
.section-header p { color: #777; font-size: 17px; margin: 22px auto 0; }
.primary-bg .section-title{color: #cf9c22;}
.primary-bg .section-sub-title{color: #fff;}
.primary-bg .section-title:before,
.primary-bg .section-title:after{background: #cf9c22;}

.section-cover,.cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.icon-logo-lb,
.icon-logo-rb{position: relative;}



.mbtt .page-nav.masterplan-nav ul li:nth-child(1){
	display: none;
}
/*--------------------
1.9. Tabs 
------------------------------*/
/*.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: 18px; font-weight: 400; margin-right: 5px; text-align: center; 
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #602314; border:0px; border-bottom: solid 2px #602314; background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #602314;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.tab-content {margin-top: 25px; padding: 50px 0px 30px;}

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

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

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

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


#header:before{content: ''; position: absolute; left: 0px; top:0px; width: 100%; height: 100%; 
	background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.navbar-header { position: relative; z-index: 1; }
#header .navbar {padding-left: 0px; padding-right: 0px;}
#header .logo { margin: 0px 0; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -ms-transition-duration: 0.3s; }
#navigation { padding: 0px; position: relative; text-align: right;}



body.offcanvas-active{
    overflow:hidden;
}
.offcanvas-header{ display:none; }

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}
    
@media all and (max-width:992px) { 
    
    .offcanvas-header{ display:block; }

    .mobile-offcanvas{
        visibility: hidden;
        transform:translateX(-100%);
        border-radius:0; 
        display:block;
        position: fixed;
        top: 0; left:0;
        height: 100%;
        z-index: 1200;
        width:80%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    }

    .mobile-offcanvas.show{
        visibility: visible;
        transform: translateX(0);
    }
}


#header { background: transparent; 
position: fixed; top: 0; width: 100%; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -ms-transition-duration: 0.3s; z-index: 22; }
#header:before{content: ''; position: absolute; left: 0px; top:0px; width: 100%; height: 100%; 
  background: rgb(0,0,0,0.5);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#header.sticky { position: fixed; top: 0;  left: 0; right: 0; background: #091d5d;}
#header.sticky:before{display: none;}

#header .logo-default{}
#header .logo .logo-scroll{display: none; width: 62px;}

#header.sticky .logo-wrapper{padding-top: 0px;}
#header.sticky .logo
{
      margin-bottom: -30px;
    padding: 15px;
    border-radius: 50%;
    background: #091d5d;
}
#header.sticky .logo-default{display: none;}
#header.sticky .logo-scroll{display: block;

}

.navbar-header { position: relative; z-index: 1; }
#header .navbar {padding: 0px; }
#header .navbar-brand{padding: 0px;}
#header .logo-wrapper{width: 320px; text-align: center; padding-top: 30px;}
#header .logo { margin: 0px 0;    margin-bottom: -60px; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; -ms-transition-duration: 0.3s;  text-align: center;}
#header .logo img{width: 100px;}
#navigation { padding: 0px; position: relative; text-align: right;}


#header .navbar-nav li{display: inline-block;    float: none; margin-bottom: 0px;}
#header .navbar-nav li a{font-size: 20px; color: #fff; font-weight: 700; padding: 22px 24px;}
#header .navbar-nav li a:hover{color: #cf9c22;}
#header.sticky .navbar-nav li a{color: #fff;}

#header .navbar-nav li.hotline a,
#header.sticky .navbar-nav li a{position: relative; color: #fbb408;}
#header .navbar-nav li.hotline a:before{content: ''; position: absolute; left: 5px; right: 5px; top: 6px; bottom: 6px;
    border: solid 1px #fff;
}



header.open .header-thumbs {
    background-color: #e2e3e4;
}

.header-bottom{}
.header-bottom .navbar-brand img{width: 322px;}
.header-bottom .navbar{padding-top: 25px;}
.header-bottom .navbar-toggler{background: #16456e; border: 0px;  border-radius: 20px; color: #fff; text-transform: uppercase; font-size: 18px; padding: 11px 15px 10px; height: 41px;}
.header-bottom .navbar-toggler span{background: url('../images/icon-toggler.svg') no-repeat center center; width: 18px; height: 12px; vertical-align: baseline;}

#header .header-right,#header .header-right a{ font-size: 16px;     vertical-align: middle;}
#header .header-right .hotline{font-size: 22px;color: #fff; font-weight: 700; margin-right: 30px;}
#header .header-right .hotline i{width: 33px; height: 33px; font-size: 24px; line-height: 1.3em; border-radius: 50%; border: solid 1px #fff; text-align: center; margin-right: 10px;
        animation: Ringing-call 2s infinite;
    -webkit-animation-iteration-count: infinite;
}

.fadeHeaderInDown { -webkit-animation-name: fadeHeaderInDown; -moz-animation-name: fadeHeaderInDown; -o-animation-name: fadeHeaderInDown; animation-name: fadeHeaderInDown; position: fixed; top: 0; left: 0; right: 0; z-index: 22; 
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.15);
}
#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; }


#intro_section .home-banner{position: relative; min-height: 380px; margin-bottom: 0px;}
/*#intro_section .home-banner:after{content: ''; position: absolute; top:0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.2);}*/
#intro_section .home-banner .vegas-animation-kenburns { animation: kenburns_custom ease-out; }
#intro_section .section-content {position: absolute; top: 90px; left: 0px; width: 100%;z-index: 2;}
#intro_section .section-content span{display: inline-block; /*padding-top: 100px; background: url('../images/bg-scroll.png') no-repeat center top;*/}
#intro_section .section-content .slide-description{	font-size: 46px; color: #fff; text-align: center; font-weight: 500;  text-transform: uppercase;}
#intro_section .home-banner .next,
#intro_section .home-banner .prev{position: absolute; top:50%; width: 70px; height: 32px; z-index: 8; cursor: pointer; display: none;}

#intro_section .section-form{position: absolute; top:50%; right: 40px; margin-top: -70px; transform: translateY(-50%); width: 320px; padding: 25px; background: rgba(207,156,34,0.8); border-radius: 15px;}
#intro_section .section-countdown{position: absolute; bottom: 0px; left: 0px; width: 100%;  background: rgba(190,214,48,0.9);  padding: 10px 0px;}
#intro_section .section-form .section-title-sm{ font-size: 16px; font-weight: 700; text-transform: uppercase; color: #fff;}
#intro_section .section-form .section-title-sm:before, 
#intro_section .section-form .section-title-sm:after{width: 42px; background: #fff;}
#intro_section .section-form .section-sub-title{font-size: 28px; color: #fff;}
#intro_section .section-form p{color: #fff; text-align: center;}
#intro_section .section-form .hotline{text-align: center; font-weight: 700; color: #fff; display: block;}
#intro_section .section-form .btn{}
#intro_section .section-form .form-check{color: #fff;}

#intro_section .section-countdown .info-wrapper{text-align: right;}
#intro_section .section-countdown .info{display: inline-block; text-align:  center;}
#intro_section .section-countdown .title{font-size: 28px; color: #091d5d; margin:0px; font-weight: 600; }
#intro_section .section-countdown .sub-title{color: #091d5d; font-size: 16px;}
#intro_section .section-countdown .countdown{position: relative; display: flex; font-weight: 400;}
#intro_section .section-countdown .countdown .title{ font-size: 42px;padding-top: 5px; }
#intro_section .section-countdown .countdown #clock{font-size: 13px; color: #091d5d; text-transform: uppercase; font-weight: 700;}
#intro_section .section-countdown .countdown #clock div{display: inline-block; margin: 0px 25px;  text-align: center;}
#intro_section .section-countdown .countdown #clock span{display: block; font-size: 28px; line-height: 50px; color: #fff; font-weight: 400; text-align: center; width: 50px; height: 50px; background: rgba(0,0,0,0.1); border-radius: 3px; margin-bottom: 3px;}
#intro_section .icon-360{position: absolute; right: 90px; bottom: 64px; width: 60px; height: 60px; border-radius: 50%;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 2px 13px 0px rgba(0, 0, 0, 0.5);
box-shadow:         0px 2px 13px 0px rgba(0, 0, 0, 0.5);
}

.main-slider {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}
.slick-slider .slick-track,
.slick-slider .slick-list{height: 100%;}

.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.main-slider .slick-slide {
  position: relative;
}

@media (min-width: 1200px){
  .main-slider .slick-slide {
      height: 100vh;
      overflow: hidden;
  }
}
.main-slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.main-slider .slick-slide .slide-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}

.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.main-slider .slick-slide.slick-active {
  z-index: 1;
}

.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.main-slider .slick-dots{bottom: 30px;}
.main-slider .slick-dots li button{width: 16px; height: 16px;}
.main-slider .slick-dots li button:before{border: solid 1px #fff; border-radius: 50%;
    width: 16px; height: 16px; line-height: 16px; font-size: 10px;
}
.main-slider .slick-dots li button:before{color: #fff; }
.main-slider .slick-dots li.slick-active button:before{color: #091d5d; border: solid 1px #091d5d;}



.widget-bottom-right.btn-wrapper{position: absolute; right: 100px; bottom: 30px;     z-index: 9;}
.widget-bottom-right .btn{ background-repeat: no-repeat; background-position:center left 30px; margin-left: 10px;}
.widget-bottom-right .btn-360{background-image: url('../images/icon-360.svg') ;  background-size: auto 23px;}
.widget-bottom-right .btn-register{background-image: url('../images/icon-register.svg');  background-size: auto 16px;}
.widget-bottom-right .btn-register:hover{background-image: url('../images/icon-register-hover.svg');}
.widget-bottom-right .btn-360:hover{background-image: url('../images/icon-360-hover.svg') ; }
.home-page #masterplan .widget-bottom-right.btn-wrapper{display: none;}

#modalRegister .modal-dialog {
     -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

#modalRegister .modal-content{background: #333333; padding: 40px 80px 20px; color: #fff;}
#modalRegister .modal-content .form-control{background-color: #cecbbb;}
#modalRegister .modal-content .close{color: #091d5d; position: absolute;right: -95px; top:-67px; text-shadow: none; opacity: 1; font-size: 2rem;}
#modalRegister .modal-content h3{color: #091d5d; font-size: 24px; text-transform: uppercase; margin-bottom: 25px;}
#modalRegister .modal-content .btn{background-color: transparent; color: #091d5d;}
#modalRegister .modal-content .btn:hover{background-color: #091d5d ; color: #333333;}


.section-about {position: relative; background: #ccc no-repeat center center; background-size: cover; height: 100vh; min-height: 400px;}
.section-about .section-content-fitbottom{
	position: absolute; bottom: 0px; left: 0px; width: 100%;
	padding: 100px 0px; text-align: center;
    background: rgb(9,29,93);
background: -moz-linear-gradient(0deg, rgba(9,29,93,0.8) 0%, rgba(9,29,93,0.3) 40%, rgba(9,29,93,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(9,29,93,0.8) 0%, rgba(9,29,93,0.3) 40%, rgba(9,29,93,0) 100%);
background: linear-gradient(0deg, rgba(9,29,93,0.8) 0%, rgba(9,29,93,0.3) 40%, rgba(9,29,93,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091d5d",endColorstr="#091d5d",GradientType=1);
}
.section-about .item .title{ font-size: 42px; color: #cf9c22;}
.section-about .item .description{color: #fff;}


#location{background-color:  #132c22; color: #fff; position: relative;}

#location.section-light{background: #ffffff; color: #fff;}
#location.section-light .section-image #animation_container{min-height: calc(100vw / 3 * 2 * 760 / 1300);}
#location.section-light .section-image #animation_container canvas{top: 50%;transform: translateY(-50%);}
#location .section-content{ padding-top: 50px; padding-bottom: 50px;}
#location h3{}
#location .btn{margin-top: 30px;}
#location .items{padding-top: 30px; border-top: solid 1px rgba(255,255,255,0.4); margin-top: 60px;}
#location .items .sub-title{color: #ffcebd; font-weight: 700; font-size: 20px; text-transform: uppercase;}
#location .items .item{ margin: 15px 0px; min-height: 36px; padding: 0px 0px; padding-left: 55px;  color: #dad9d9; position: relative; display: block; cursor: pointer;}
#location .items .item span{position: absolute; top: 50%; transform: translateY(-50%); }
#location .items .item:hover,
#location .items .item.active{color: #fff;}
#location .items .item:before{content: ''; position: absolute; left: 0px; top:0px; width: 36px; height: 36px; background: #091d5d; border-radius: 50%;
background-position: center center; background-repeat: no-repeat;
}
#location .items .item-1:before{background-image: url('../images/icon-vitri-1.svg'); background-size: 23px;}
#location .items .item-2:before{background-image: url('../images/icon-vitri-2.svg'); background-size: 11px;}
#location .items .item-3:before{background-image: url('../images/icon-vitri-3.svg'); background-size: 28px;}
#location .items .item-4:before{background-image: url('../images/icon-vitri-4.svg'); background-size: 24px;}
#location .items .item-5:before{background-image: url('../images/icon-vitri-5.svg'); background-size: 20px;}
#location .items .item-6:before{background-image: url('../images/icon-vitri-6.svg'); background-size: 21px;}

#location .items .item.active:before,
#location .items .item:hover:before{background-color: #fff;}
#location .items .item-1.active:before,
#location .items .item-1:hover:before{background-image: url('../images/icon-vitri-1-hover.svg'); }
#location .items .item-2.active:before,
#location .items .item-2:hover:before{background-image: url('../images/icon-vitri-2-hover.svg'); }
#location .items .item-3.active:before,
#location .items .item-3:hover:before{background-image: url('../images/icon-vitri-3-hover.svg'); }
#location .items .item-4.active:before,
#location .items .item-4:hover:before{background-image: url('../images/icon-vitri-4-hover.svg'); }
#location .items .item-5.active:before,
#location .items .item-5:hover:before{background-image: url('../images/icon-vitri-5-hover.svg'); }
#location .items .item-6.active:before,
#location .items .item-6:hover:before{background-image: url('../images/icon-vitri-6-hover.svg'); }



/*section-image */
#location .section-image-wrapper{height: 100%;  min-height: 100vh;   overflow: hidden; margin-left: -15px; margin-right: -15px;}
#location .section-image{height: 747px; width: 1200px; position: absolute;
    left: 50%;
    top: 50%;
    margin: -373.5px 0 0 -600px;
}
#location .section-image img{width: 100%; }
#location .section-image svg{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
#location .section-image svg#Layer_1 .animation {
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 8.5;
    stroke-dasharray: "8.47 8.47";
    stroke-dashoffset: 0;
    animation: StrokeLine 3s infinite linear;
    stroke: #eebd87;
}
#location .section-image svg#Layer_1 .cls3-1 {
    /*fill: none;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 10;
    stroke-dashoffset: 0;
    animation: StrokeLine 3s infinite linear;
    stroke: #fff;*/

    transform-origin: 75% 62%;
    animation-name: scale_ellipse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 4.5s;
}


#utilities{background: #091d5d; color: #fff; position: relative;}
#utilities:before{background-position:  right top;left: 0px;}
#utilities .section-content .description{margin-bottom: 45px;}
.utilities-slide,
.utilities-slide .slick-list,
.utilities-slide .slick-list .slick-track,
.utilities-slide .slick-list .slick-track .slick-slide{height: 100%;}
.utilities-slide .item{position: relative; border-left: solid 1px #fff;}

.utilities-slide .item .description{position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 105px 15px 15px; 
	transition:all 1s cubic-bezier(.04,1,.6,.97);
	transform: translateY(calc(100% - 192px));
	color: #fff;
	background: rgba(0,0,0,0.5);
	border-top: solid 1px #091d5d;
}
.utilities-slide .item .description:before{content: ''; position: absolute; top: 37px; left: 50%; width: 48px; height: 48px; margin-left: -24px;
	background: url('../images/icon-logo.svg') no-repeat center center; background-size: 100%;
}
.utilities-slide .item .description h4{font-size: 22px; font-weight: 700; margin:0px 0px 20px; min-height: 54px; color: #fff;}
.utilities-slide .item .description .info{
	opacity: 0; transition:all 1s cubic-bezier(.04,1,.6,.97);
}
.utilities-slide .item:hover .description{transform: translateY(0); background: rgba(237,28,36,0.8); padding-top: 90px;}
.utilities-slide .item:hover .description:before{top: 22px;}
.utilities-slide .item:hover .description .info{opacity: 1;}
.utilities-slide-arrow a{display: inline-block; width: 18px; height: 33px; margin-right: 60px;     background-size: 100%;}
.utilities-slide-arrow a.prev{background: url('../images/arrow-left.svg') no-repeat center center;}
.utilities-slide-arrow a.next{background: url('../images/arrow-right.svg') no-repeat center center;}

#masterplan {position: relative; /*background: url('../images/phan-khu.jpg') no-repeat center center; background-size: cover;*/  min-height: 400px;}
#masterplan .section-content-fitbottom{
	position: absolute; bottom: 0px; left: 0px; width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	padding: 100px 0px 30px; text-align: center;
}
#masterplan .select-masterplan{position: absolute; left: 100px; bottom: 30px;}


#news{ position: relative;}
#news .inner,
#why .inner,
#gallery .inner,
#section_video .inner,
#values .inner,
#partner .inner{}
.post-list {margin-left: -15px; margin-right: -15px;}
.post-list .item{margin: 0px 15px;}
.post-list .item .item-thumb{ display: block; position: relative; overflow: hidden;  }
.post-list .item .item-thumb img{transition:all 2s cubic-bezier(.04,1,.6,.97);}
.post-list .item .item-thumb:before{content: '';
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(114, 191, 68, 0.3);
    opacity: 0;
    transition:all 2s cubic-bezier(.04,1,.6,.97);
    z-index: 1;
}
.post-list .item .item-body{padding: 30px 0px 0px; }
.post-list .item .item-body .date-time{color: #091d5d; padding-bottom: 20px; font-size: 13px;}
.post-list .item .item-body h4 {height: 60px;  -webkit-line-clamp: 2; }
.post-list .item .item-body h4 a
{
  color: #091d5d; font-size: 20px; font-weight: 700;
        transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -ms-transition-duration: 0s;
}
.post-list .item .item-body .description{ max-height: 115px;  font-size: 17px; -webkit-line-clamp: 5; }
.post-list .item .item-body .btn-detail{color: #cf9c22; font-weight: 700; font-size: 13px;}
.post-list .item:hover .item-thumb:before{opacity: 1;}
.post-list .item:hover .item-thumb img{    transform: scale(1.1);}

.items .slick-dots{padding-top: 0px; bottom: 0px; margin: 0px;}
.items .slick-dots li{margin-bottom: 0px;  text-align: center;}
.items .slick-dots li button{width: 13px;height: 13px;margin: 0px auto; position: relative;border: solid 1px #091d5d; background: #091d5d; border-radius: 50%;}
.items .slick-dots li button:before{display: none;}
.items .slick-dots li.slick-active  button{border-color: #cf9c22; background: #cf9c22;}
#news .items,
#projects .items{padding-bottom: 60px;}
#news .items .item a,
#projects .items a{cursor: pointer;}


.post-detail .post-title{font-size: 24px; font-weight: 700; color: #091d5d; text-align: center; margin-bottom: 15px;}
.post-detail .post-date{text-align: center; margin-bottom: 15px; color: #091d5d; display: none;}
.post-detail .post-content{text-align: justify;}
.modal.post-detail .modal-dialog .modal-content{    border-radius: 15px; padding: 70px 20px 20px;}
.modal.post-detail button.close{    margin-top: -70px !important;font-size: 45px; font-weight: 300;}


#news .other-news ul{list-style: none; padding: 0px;}
#news .other-news ul li a{display: block; padding-left: 90px; position: relative; margin-bottom: 20px;}
#news .other-news ul li a:before{content: ''; position: absolute; left: 70px; top:7px; width: 10px; height: 10px; border-radius: 50%; border: solid 2px #091d5d;}
#news .other-news .btn-detail{margin-left: 90px;}

.library-slide .item{position: relative;}
.library-slide .item .thumb{position: relative; transition: all 300ms ease; margin-bottom: 3%;}
.library-slide .item .thumb:before{content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(40,79,62,0.8);}
.library-slide .item.slick-active{z-index: 2;}
.library-slide .item.slick-active .thumb:before{background: transparent;}

.library-slide .item  h4{font-size: 18px; font-weight: 500; margin: 0px; color: #091d5d;  text-transform: none; text-align: center;}
.library-slide .item:not(.slick-active) .thumb{transform: scale(0.9);}
.library-slide .item:not(.slick-active) h4{display: none;}
.library-slide .item{padding: 30px 0px 0px;}
.library-slide .item.slick-active .thumb{    transform: scale(1.12);}
.library-slide .item.slick-active .thumb img{border-radius: 20px;}

.library-slide .item.next .thumb:before{
  background: rgba(207,156,34,0.8);
}
.library-slide .item.prev .thumb:before{
  background: rgba(207,156,34,0.8);
}
.library-slide .item.slick-active.next .thumb:before{background: transparent;}

#section_video.library-slide .item.slick-active .thumb{   transform: scale(1);}


.library-slide .slick-slider{ margin-bottom: 0px; padding-top: 40px;}
.library-slide .slick-prev,
.library-slide .slick-next,
#document .slick-prev,
#document .slick-next{width: 70px; height: 32px;     margin-top: 15px;}
.library-slide .slick-prev:before,
.library-slide .slick-next:before,
#document .slick-prev:before,
#document .slick-next:before{display: none;}

.library-slide .slick-prev,
#document .slick-prev{left: 18%;;  z-index: 2; background: url('../images/arrow-left.svg') no-repeat center center;}
.library-slide .slick-next,
#document .slick-next{right: 18%; background: url('../images/arrow-right.svg') no-repeat center center;}
.library-slide .slick-prev:hover,
#document .slick-prev:hover{background: url('../images/arrow-left-hover.svg') no-repeat center center; }
.library-slide .slick-next:hover,
#document .slick-next:hover{background: url('../images/arrow-right-hover.svg') no-repeat center center;}

#section_video.library-slide .items{padding-top: 0px;}
#section_video .item img{margin: 0px auto;}
#section_video .item .thumb:after{content: "\f04b"; font: normal normal normal 14px/1 FontAwesome; position: absolute; width: 90px; height: 90px; 
    text-align: center; left: 50%; top: 50%; margin-left: -45px; margin-top: -45px; background: #fff; border-radius: 50%; color: #091d5d;
    line-height: 90px; text-indent: 7px; font-size: 32px;
}
#section_video.no-scale .item.slick-active .thumb{    transform: scale(1); }
#section_video .item:hover .thumb:after{background: #091d5d; color: #fff;}
#section_video .item{opacity: 0;}
#section_video .item .thumb{margin-bottom: 20px;}
#section_video .item.slick-active{opacity: 1;}
#section_video .slick-prev{left: 40px;  z-index: 2; background: url('../images/arrow-left-hover.svg') no-repeat center center;}
#section_video .slick-next{right: 40px; background: url('../images/arrow-right-hover.svg') no-repeat center center;}




#values{position: relative; background: #f2f2f3;}
#values .section-title{margin-bottom: 10px;}
#values .section-sub-title{color: #091d5d; text-align: center;}

#values .items .slick-list{padding-top: 80px;}
#values .items .item{width: calc((100vw - 300px)/4);  position: relative; padding: 0px 10px; 
	transition:all 0.5s cubic-bezier(.04,1,.6,.97);
	 transform: translateY(0px);
	 color: #000; position: relative;
}
#values .items .item:nth-child(even){transform: translateY(-80px);}

#values .items .item  .thumb img{ width: 100%; margin: 0px auto 0px;}
#values .items .item .description{position: absolute; left: 10px; right: 10px; bottom: 0px; padding: 50px 40px 5px; z-index: 3; color: #fff;}
#values .items .item .description .title{color: #fff; font-size: 24px; font-weight: 700;}
#values .items .item .bg{position: absolute; z-index: 1; top: 0px; left: 0px; right: 0px; bottom: 0px;}
#values .items .item .bg:before{position: absolute; left: 10px; right: 10px; bottom: 0px; height: 60%;
  content: '';
  background: rgb(34,78,53);
background: -moz-linear-gradient(0deg, rgba(34,78,53,1) 0%, rgba(34,77,56,1) 50%, rgba(34,77,56,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(34,78,53,1) 0%, rgba(34,77,56,1) 50%, rgba(34,77,56,0) 100%);
background: linear-gradient(0deg, rgba(34,78,53,1) 0%, rgba(34,77,56,1) 50%, rgba(34,77,56,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#224e35",endColorstr="#224d38",GradientType=1);
    z-index: 1;
}
#values .items .item .bg:after{position: absolute; left: 10px; right: 10px; bottom: 0px; height: 50%;
  content: '';
 background: url('../images/bg-1.png') no-repeat center bottom; background-size: contain; opacity: 0.2;
}

#partner .partner-list{padding: 25px 0px; margin-bottom: 0px;}
#partner .description{padding:25px  15% 30px; text-align: center; }
#partner .partner-list .item{padding: 0px 65px;}
#partner .partner-list.items-1 .item{padding: 0px;}
#partner .partner-list .item .thumb{margin-bottom: 10px;}
#partner .partner-list .item .thumb img{margin: 0px auto;  width: 160px; filter: brightness(0) invert(1);}
#partner .partner-list .item:hover .thumb img{ filter: none;}
#partner h4.title{color: #fff; font-size: 16px; margin-bottom: 0px;}

#partner .section-title{color: #fff;}
#partner .section-title:before,
#partner .section-title:after{background: #fff;}

#values .slick-prev,
#values .slick-next{width: 70px; height: 32px;  background-size: 100%;}
#values .slick-prev.slick-disabled,
#values .slick-next.slick-disabled{visibility: hidden;}
#values .slick-prev:before,
#values .slick-next:before{display: none;}

#values .slick-prev{left: 0px; margin-left: -70px;  z-index: 2; background: url('../images/arrow-left-1.svg') no-repeat center center;}
#values .slick-next{right: 0px;  margin-right: -70px; background: url('../images/arrow-right-1.svg') no-repeat center center;}
#values .slick-prev:hover{background-image: url('../images/arrow-left-hover.svg')}
#values .slick-next:hover{background-image: url('../images/arrow-right-hover.svg')}

#value2 .inner{  padding-top: 90px;}

#value2 .section-content{}
#value2 .section-content > .container{position: relative; height: 100%;}
#value2 .value2-content{position: absolute; top:0px; height: 100%;     width: 100%;}
#value2 .items{height: 100%;}

#value2 .items .item .info{position: relative; }

#value2 .items .item .info .title{ font-size: 16px;}
#value2 .items .item .info .number{font-size: 120px; line-height: 0.5em; position: absolute;  text-indent: -8px;}

#value2 .items .item{position: relative;}
#value2 .items .item .info{position: absolute;}


#value2 .items .item-1{}
#value2 .items .item-1 .info{padding-left: 100px; top: -60px;}
#value2 .items .item-1 .info .title{color: #155629;}
#value2 .items .item-1 .info .number{left: 0px; top: 0px; color: #155629;}

#value2 .items .item-2{padding-right: 240px; margin-right: 180px;}
#value2 .items .item-2 .info{ padding-top: 110px; right: 0px; top: 50%; transform: translateY(-50%);}
#value2 .items .item-2 .info .title{color: #80bd26;}
#value2 .items .item-2 .info .number{left: 0px; top: 0px; color: #80bd26;}

#value2 .items .item-3 .info{padding-top: 110px; left: -140px; top: 50%; transform: translateY(-50%);}
#value2 .items .item-3 .info .title{color: #44ab3d;}
#value2 .items .item-3 .info .number{left: 0px; top: 0px; color: #44ab3d;}

#value2 .items .item-1{position: absolute; left: 0px; top: 40%;}
#value2 .items .item-2{position: absolute; right: 0px; top: 0px; max-height: 48%;}
#value2 .items .item-3{position: absolute; right: 0px; bottom: 60px; max-height: 48%;}

#value2 .items .item-1 .thumb img{max-height: calc(100vh/2);}
#value2 .items .item-2 .thumb img,
#value2 .items .item-3 .thumb img{    max-height: calc(100vh/2);}

#register {padding-bottom: 0px; padding-top: 40px;}
#register .section-image{margin-top: -60px; z-index: 0;}
#register .form-register-wrapper{position: relative;z-index: 2;}

#why{position: relative;}
#why:before{content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url('../images/bg-2.png') no-repeat center center; background-size:contain; opacity: 0.3;}
.why-content{position: relative; padding: 80px 280px; text-align: center; text-align: center; display: inline-block; margin: 0px auto;}
.why-content .section-image{}
.why-content .items .item{position: absolute; width: 260px; }
.why-content .items .item .title{color: #8a5834; font-size: 20px; font-weight: 700; margin: 0px;}
.why-content .items .item .description{display: none;}
.why-content .items .item .thumb{    position: absolute; width: 64px;}
.why-content .items .item .thumb img{max-width: 100%; height: auto;}
.why-content .items .item:nth-child(1){top: 0; left: 50%; transform: translateX(-50%);}
.why-content .items .item:nth-child(2){left: 0px; top: 30%; text-align: right;}
.why-content .items .item:nth-child(3){right: 0px; top: 30%; text-align: left;}
.why-content .items .item:nth-child(4){left: 0px; bottom:  30%; text-align: right;}
.why-content .items .item:nth-child(5){right: 0px; bottom: 30%; text-align: left;}
.why-content .items .item:nth-child(6){bottom:  0; left: 50%; transform: translateX(-50%);}
.why-content .items .item:nth-child(1) .thumb{  left: 50%; transform: translateX(-50%);bottom: -150px;}
.why-content .items .item:nth-child(2) .thumb{  right: -150px;top: 15px;}
.why-content .items .item:nth-child(3) .thumb{  left: -150px;top: 15px;}
.why-content .items .item:nth-child(4) .thumb{  right: -150px;bottom: 15px;}
.why-content .items .item:nth-child(5) .thumb{  left: -150px;bottom: 15px;}
.why-content .items .item:nth-child(6) .thumb{   left: 50%; transform: translateX(-50%);top: -150px;}


.why-content .item-content{width: 190px; min-height: 190px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) !important; background: #091d5d; color: #fff; padding: 25px 15px; text-align: center; border-radius: 15px; display: none; font-size: 14px;}
.why-content .item-content.show{display: block;}
.why-content .section-image svg .path-hover.active{fill: #BED630;}

#why .section-sub-title{margin-bottom: 0px;}
#why .slogan{text-align: center; font-size: 42px;color: #cf9c22; padding-top: 30px; }
#why .slogan img{ }

.gotop { color: #fff; float: right; text-transform: uppercase;font-weight: 700; cursor: pointer;}
/*================
10. Footer
======================*/
#footer{position: relative;}
#footer:before{
	
}

#footer .contact-map{position: relative; overflow: hidden;}
#footer .contact-map iframe{ position: absolute;  top: 0; left: 0; width: 100% !important;   height: 100% !important;}
#footer .contact-form{padding: 100px 100px 45px 0px;}
#footer .fp-scroller{height: 100%;}

.footer-wrapper{    height: 100%;
    display: flex;
    flex-direction: column;}
.footer-bottom,
.footer-top{position: relative; }
.footer-top{padding-bottom: 0px; background: #fff; flex-grow: 1;}

.footer-bottom:before{  content: '';
	content: '';
  position: absolute; right: 0px; bottom:  0px; width: 50%; height: 100%;
  background: #091d5d;
}

.footer-top  .section-form{display: flex; flex-direction: column; align-items: center;}
.footer-top  .section-form .form{margin-top: 30px;}
.footer-top  .section-form .form-group{flex-direction: column;}
.footer-top  .section-form .register .form-control{border: #ccc solid 1px; margin: 0px 5px;}
.footer-top  .section-form .btn:hover{background: #cf9c22;color: #fff;}

@media (max-width:767px) {
    .footer-top  .section-form .form{flex-direction: column;}
}

.footer-top .items .item{padding: 0px 5px 15px;}
.footer-top .items .slick-dots{bottom: -15px;}
.footer-top .items .thumb {margin-bottom: 25px;}
.footer-top .items .thumb img{margin: 0px auto;}
.footer-top .items .item .title{color: #091d5d;    font-weight: 400;font-size: 14px; margin-bottom: 0px;}
.footer-top .items .item .description{    font-size: 13px;}
.footer-bottom{ }
.footer-bottom .item{text-align: center; text-transform: uppercase; font-size: 16px;}
.footer-bottom .item h4.title{font-size: 18px; color: #091d5d; text-transform: uppercase; margin: 0px 0px 35px;}
.footer-bottom .item .thumb{height: 108px; margin-bottom: 30px;}
.footer-bottom .item .thumb img{max-height: 100%; width: auto;}
.logo-wrapper,.contact-info-wrapper{}
.contact-info-wrapper{position: relative; color: #fff; padding-left: 100px; padding-bottom: 30px; padding-top: 30px;}
.contact-info-wrapper:before{}
.contact-info-wrapper h4{color: #fff; font-size: 28px;}
.contact-info-wrapper h5{color: #fff; }
.contact-info-wrapper ul{list-style: none; padding: 0px; margin-bottom: 15px;}
.contact-info-wrapper ul li i{width: 25px; }

.contact-info-wrapper .contact-info ul li{position: relative; padding-left: 25px;}
.contact-info-wrapper .contact-info ul li i{position: absolute; left: 0px; top: 0px;}

.contact-info-wrapper .copyright-wrapper{}
.contact-info-wrapper .social{margin-bottom: 0px; }
.contact-info-wrapper .social li{display: inline-block; margin-right: 10px;}
.contact-info-wrapper .social li a{color: #fff; vertical-align: middle;}
.contact-info-wrapper a{color: #fff;}
.contact-info-wrapper .social li a .icon-zalo{display: inline-block; width: 20px; height: 20px; background: url('../images/icon-zalo.svg') no-repeat center center; background-size: contain;}


.shadow { -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.25); -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.25); box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.25); }
.shadow:hover { -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5); box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5); }

.register .form-control{height: 36px; }
.register textarea.form-control{height: 100px;}

.page-banner {
    position: relative;
    height: 300px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
}
.page-banner.slick-slider{margin-bottom: 0px;}
.page-banner .inner {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-top: 30px;
    color: #091d5d; 
    text-transform: uppercase;
}
.page-banner .inner h2{ color: #091d5d; }



.page-nav{padding-bottom: 40px;}
.page-nav ul{list-style: none; padding: 0px; margin: 0px;}
.page-nav ul li{display: inline-block;}
.page-nav ul li a{display: inline-block;  min-height: 36px; padding: 10px 35px; border-right: solid 1px #abaaa9; text-transform: uppercase; cursor: pointer; position: relative;}
.page-nav ul li:last-child a{border: 0px;}
.page-nav ul li.active a,
.page-nav ul li a.active,
.page-nav ul li a:hover{color: #091d5d;}
.page-nav ul li.active a:after,
.page-nav ul li a.active:after{content: "\f107"; font: normal normal normal 14px/1 FontAwesome; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%);}
#news .news-list-paging .item{padding: 0px; margin-bottom: 30px;}
#news .news-list-paging .item .btn-detail {padding-right: 70px; position: relative; display: inline-block;}
#news .news-list-paging .item .btn-detail:after{content: ''; position:  absolute; right: 0px; bottom: 5px; width: 60px; height: 1px; background: #091d5d; }
#news .news-list-paging .item .btn-detail:hover{color: #000;}
#news .news-list-paging .item .btn-detail:hover:after{background-color: #000;}
.page-content-newdetail .post-date{color: #091d5d; margin-bottom: 15px;}

.imagemapster{position:relative}
.imagemapster area{outline:none}
.imagemapster .maphover img{position:absolute;left:0;top:0;bottom:0;right:0;opacity:0;pointer-events:none;transition:all ease .3s;-webkit-transition:all ease .3s}
.imagemapster .maphover img.active{opacity:1}

#masterplan {position: relative; overflow: hidden;}
#masterplan .section-content{position: absolute; width: 38%; left: 15px; top: 50%; transform: translateY(-50%);}
#masterplan .section-content .section-title:before,
#masterplan .section-content .section-title:after,
.modal  .section-title:before,
.modal  .section-title:after{display: none;}
#masterplan .section-content .description{color: #fff;}
#masterplan .masterplan-map{width: 1920px; height: 980px; position: absolute;}
#masterplan .masterplan-map img{width: 100%; height: 100%;}

#masterplan .section-content .popup-image{position: absolute; left: 0px; right: 0px; top: 50%; transform: translateY(-50%);}
#masterplan .section-content .popup-image h5{display: block; text-align: center; color: #091d5d; padding-top: 5px; text-transform: uppercase; margin: 0px;  background: #fff;}
#masterplan .section-content .popup-image img{padding: 5px; background: #70BA49;}


.item-video .thumb{position: relative; display: block;}
.item-video .thumb .item-video-icon{position: absolute; width: 53px; height: 38px; left: 50%; top:50%; margin-left: -26.5px; margin-top: -19px;
	background:#fff; border-radius: 5px; color: #091d5d; text-align: center; font-size: 25px;

}
.item-video .thumb:hover .item-video-icon{background: #091d5d; color: #fff;}



#page_banner{position: relative;background-size: cover; background-position: center center; background-repeat: no-repeat;}

#page_banner .banner-content{
    position: absolute;
    top: 50%;
    padding: 100px 100px 30px 100px;
    width: auto;
    left: 50%;
    transform: translate(-50%,-50%);
}
h1.page-title{}
.icon-logo-lb:after{left: 0px; right: auto; background-position: right top;}
#aboutus_bottom .description ul{  padding-left: 20px;}
#aboutus_bottom .description ul ul{margin-top: 10px;}

.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: 700; color: #666666; width: 40px; height: 40px; line-height: 38px; border-radius: 50%; border:solid 1px #979797;}
.pagination ul li span.current{color: #fff; background: #091d5d; border-color: #091d5d;}
.pagination ul li a:hover{border-color: #091d5d;}
.pagination ul li span.dots{border-color: transparent;}

h1.page-title.post-title{font-size: 35px; color: #091d5d; margin: 0px 0px 20px;}
.page-news-detail .date-time{    color: #091d5d;padding-bottom: 20px;font-size: 16px;}
.page-news-detail .social-share > div {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}
.social-share .tweet {
    width: 60px; padding-top: 5px;
}

#registerModal .close{position: absolute; width: 40px; height: 40px; text-align: center; background: #091d5d; border-radius: 50%; text-align: center;
        right: -20px;    top: -20px;    color: #fff;    opacity: 1;     font-weight: 400;font-size: 36px;
}
#startpopup .fancybox-close-small{}
.modal .container-fluid{padding-left: 15px; padding-right: 15px;}
#registerModal .modal-body{padding: 30px 15px; text-align: center;}
#registerModal .modal-content{border-radius: 15px;}
#registerModal .form-control{border: solid 1px #ebebeb; border-radius: 5px;}
#registerModal .sub-title{text-transform: uppercase; font-weight: 400; font-size: 17px;}
#registerModal .modal-lg {
    max-width: 930px; width: 80%;
}
#registerModal .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23091d5d'/%3e%3c/svg%3e")}
#registerModal .custom-control-input:checked~.custom-control-label::before{border-color: #666666; background-color: #fff;}

section.library-slide, section#utilities,
section#news{width: 100%; overflow: hidden;}

.right-widget{display: block; position: fixed; top: 75px; right: 10px; width: 45px;}
.right-widget a{
  display: block;
  width: 45px;
  height: 45px;
  background: #fbb408;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0px 5px 0px rgb(255 255 255 / 15%);
  -moz-box-shadow: 1px 0px 5px 0px rgba(255,255,255,0.15);
  box-shadow: 1px 0px 5px 0px rgb(255 255 255 / 15%);
  text-align: center;
  line-height: 45px;
  font-size: 23px;
  margin-bottom: 10px;
}
.right-widget a:hover{ background: #091d5d;}
.right-widget a i.icon-360{display: inline-block; background: url('../images/icon-360.svg') no-repeat center center; width: 40px; height: 45px; background-size: contain;}
.right-widget a i.icon-nhamau{display: inline-block; background: url('../images/icon-nhamau.svg') no-repeat center center; width: 40px; height: 45px; background-size: contain;}
@media (min-width:1201px) {
    .right-widget{top: auto; bottom: 55px;}
}



#location2 .item {font-size: 14px;}
#location2 .item img{display: block; margin-top: 5px; margin-bottom: 15px;}
#location2 .slide{position: relative;}
#location2 .slide .section-content{height: 100%; }
#location2 .slide .section-content {width: 30%;}
#location2 .slide .section-sub-title{ line-height: 1.4em;}
#location2 .slide .section-content{padding: 135px 45px 45px; }
#location2 .slide .section-content .description{text-align: justify;}
#location2 .slide-1{position: relative;}
#location2 .slide-1 .section-sub-title{color: #091d5d; }
#location2 .slide-1 .section-content {background: #fff; color: #000;}
#location2 .slide-1 .background{height: 100%; position: absolute; width: 70%; right: 0px; top:0px; background-position: left bottom; }
#location2 .slide-1 .note{margin-top: 60px;}
#location2 .slide-2 .section-content { background: url('../images/bg-vitri-2.png') no-repeat center bottom; background-size: 100% auto;}
#location2 .slide-2 .background{height: 100%; position: absolute; width: 100%; right: 0px; top:0px; background-position: left bottom; }
#location2 .fp-slidesNav{text-align: center;}
#location2 #fp-nav ul li a span, #location2 .fp-slidesNav ul li a span{background:#fff;}
#location2 .fp-slidesNav.bottom{bottom: 5px;}
#location2 .fp-controlArrow{bottom: 10px; top: auto; left: 50%; border: 0px;  width: 35px; height: 32px;}
#location2 .fp-controlArrow.fp-prev{margin-left: -35px; background: url(../images/arrow-left.svg) no-repeat center center;}
#location2 .fp-controlArrow.fp-next{margin-right: -35px; left: auto; right: 50%; background: url(../images/arrow-right.svg) no-repeat center center;}
.fb_dialog_content > iframe{right: 0px !important; bottom: 64px !important;}

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

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

@media (min-width:1201px) {
	.container-fluid{padding-left: 50px; padding-right: 50px;}
  #location .section-image-wrapper{   margin-right: -50px;}
  #masterplan .section-content{left: 50px;}
	
}
@media (min-width:1601px) {
	.container-fluid{padding-left: 100px; padding-right: 100px;}
	.container{max-width: 1440px;}
  #location .section-image-wrapper{   margin-right: -100px;}
  #masterplan .section-content{left: 100px;}
}
@media (max-width:1699px) {
	body{font-size: 16px;}
  .section-title{font-size: 27px;}
  .section-sub-title,
  #why .slogan{font-size: 32px;}
  #why .slogan{margin-bottom: 25px;}
  .why-content .items .item .title{font-size: 18px;}
  .why-content{   }

  
  #value2 .items .item .info .number{    font-size: 90px;}
  #value2 .items .item-1 .info{padding-left: 90px;}
  #value2 .items .item-2 .info,
  #value2 .items .item-3 .info{    padding-top: 80px;}
  #value2 .items .item-2{padding-right: 220px; margin-right: 50px;}
  #value2 .items .item .info .title,
  #value2 .items .item .info .description{font-size: 14px;}
  #value2 .items .item-2 .thumb img, #value2 .items .item-3 .thumb img {max-height: calc(100vh/2 - 30px);}

  #location2 .slide .section-sub-title{font-size: 18px;}
  #location2 .slide .section-content{padding: 90px 30px 15px;}
  #location2 .slide .section-content {width: 35%;}
  #location2 .slide-1 .background{width: 65%;}
  #location2 .slide-1 .note{margin-top: 30px;}
  #partner .items-2  h4.title{display: none;}
  #partner .partner-list .item .thumb img{width: 120px;}
  #partner .partner-list .item{padding: 0px 45px;}

  #header .navbar-nav li a{font-size: 14px;    padding: 15px 20px;}

}



@media (max-width:1599px) {
	.header-bottom .navbar-brand img{width: 280px;}
	body{}
	h4{font-size: 16px;}
  #header .logo .logo-scroll{    width: 45px;}
  

  .section-sub-title, #why .slogan{font-size: 27px;     margin-bottom: 10px;}

  .why-content .section-image {
      
  }
  .why-content .section-image svg{width: 330px; height: 330px;}
  .why-content .items .item .title{font-size: 16px;}
  .why-content{    padding: 60px 260px;}
  #why .slogan{margin-bottom: 0px;}
  .why-content .items .item:nth-child(1){top: 10px;}
  .why-content .items .item:nth-child(6){bottom: 10px;}
  .why-content .items .item .thumb{width: 35px;}
  .why-content .items .item:nth-child(1) .thumb{bottom: -80px;}
  .why-content .items .item:nth-child(6) .thumb{top: -90px;}
  .why-content .items .item:nth-child(2) .thumb,
  .why-content .items .item:nth-child(4) .thumb{right: -90px;}
  .why-content .items .item:nth-child(3) .thumb,
  .why-content .items .item:nth-child(5) .thumb{left:  -90px;}

  .library-slide .slick-slider{padding-top: 0px;}
  #values .items .slick-list{padding-top: 40px;}
  #values .items .item:nth-child(even){    transform: translateY(-40px);}

  #partner .partner-list{margin-bottom: 0px; padding: 15px 0px 15px; }
  #partner h4.title{font-size: 14px; margin: 0px;}
  #partner .description{    padding: 15px 15px 15px;}
  #partner .items .slick-dots{    bottom: -15px;}
  #partner .section-title{font-size: 20px;}
  #partner .section-title-sm:before,
  #partner .section-title-sm:after{width: 100px;}

	
	.utilities-slide .item .description h4{font-size: 18px;}
	#intro_section .section-content .slide-description, 
	.section-about .item .title,
	#footer .section-title{font-size: 27px;}
	.section-about .section-content-fitbottom{    padding: 100px 0px 50px;}
	.section-about .item .description{font-size: 14px;}
	#location .description{font-size: 15px;}
  #location .items{margin-top: 15px; padding-top: 15px;}
	#location .items .item{margin: 5px 0px;}
	.utilities-slide .item .description h4{font-size: 16px;}
	#location:before, #utilities:before, #news:before, #footer:after{    width: 170px;    height: 160px;}
	#utilities .section-content .description{margin-bottom: 25px;}

	#news .items,
    #projects .items{padding-bottom: 40px;     margin-bottom: 10px;}
	.post-list .item .item-body{}
	.post-list .item .item-body h4{height: 57px; margin-bottom: 5px;}
	.post-list .item .item-body .description,
	.post-list .item .item-body .date-time{font-size: 14px; }
	.post-list .item .item-body .date-time{padding-bottom: 10px;}
	.post-list .item .item-body .description{    -webkit-line-clamp: 3; height: 57px;}

	.footer-bottom .item h4.title{font-size: 16px;}
	.footer-bottom .item h4.title, .footer-bottom .item .thumb{margin-bottom: 15px;}
	.footer-bottom .item .thumb{    height: 85px;}

    .popover-menu .menu{padding-top: 100px;}
    .popover-menu .menu li a{    font-size: 27px;    padding: 10px 0px;}
    #registerModal .custom-radio .custom-control-label{padding-top: 3px;}

    #section_video .section-content  .container .items{  padding-left: 120px; padding-right: 120px;}
    /*#section_video.library-slide .section-content  .container .item{padding-top: 0px; }*/

    #values .slick-prev{width: 60px;     margin-left: -60px;}
    #values .slick-next{width: 60px;     margin-right: -60px;}

    #values .items .item .description .title{font-size: 18px;}

    #intro_section .section-form{right: 40px;    padding: 25px 15px;}
    #intro_section .section-form .section-sub-title,
    #intro_section .section-countdown .title{font-size: 24px;}
    #intro_section .section-countdown{    padding: 10px 0px 5px;}
    #intro_section .section-countdown .sub-title{font-size: 14px;}
    #intro_section .section-countdown .countdown .title{font-size: 32px;}
    #intro_section .section-countdown .countdown #clock span{font-size: 24px; width: 36px; height: 36px; line-height: 36px;}
    #intro_section .icon-360{}

    .contact-info-wrapper{    padding-left: 50px; padding-top: 15px;}
    .contact-info-wrapper h4{font-size: 20px; margin-bottom: 10px;}
    .contact-info-wrapper .contact-info ul li{margin-bottom: 5px;}

    .footer-top .items .thumb{margin-bottom: 10px;}
    .footer-top .description{    margin-bottom: 10px;}

    #partner .partner-list .item .thumb img{width: 120px;}

    
    #value2 .items .item-1 .info{    padding-left: 75px}
    #value2 .items .item .info .title{font-size: 13px;}
    #value2 .items .item-3{right: 60px; bottom: 0px;}
    #value2 .items .item-1{left: 60px;}

    #location2 .slide .section-content{padding: 70px 30px 15px;}
    #location2 .slide .section-content {width: 35%; font-size: 14px;}
    #location2 .slide-1 .background{width: 65%;}
    #location2 .slide-1 .note{margin-top: 30px;}
    #location2 .note .item{font-size: 12px; }
    #location2 .item img{    margin-bottom: 10px;     margin-top: 2px;}


}
@media (max-width:1399px) {
	.section-title{}
}
@media (max-width:1200px) {
    .btn{    font-size: 16px;height: 38px;}
	.section-title{    font-size: 27px;}
	

	#masterplan{min-height: calc(100vw * 980 / 1920);}
	#utilities .section-content{padding: 30px 0px; padding-left: 15px !important; padding-right: 15px !important;}
	#utilities .row.h-100,
	#utilities .row .h-100{height: auto !important;}
	#utilities  .utilities-slide{ height: 540px;; margin: 0px;}
	
	
	.footer-bottom .item h4.title{font-size: 12px;}
	.footer-bottom .item .description{font-size: 12px;}
	.logo-wrapper, .contact-info-wrapper{    padding-left: 40px;}
    .logo-wrapper{padding-left: 0px;}

    #page_banner .banner-content{    padding: 15px;}
    h1.page-title.post-title{font-size: 20px;}
    .section-about .item .title{    margin: 10px 0px;}
    #masterplan .select-masterplan{left: 15px;}

    #project .inner,
    #news .inner,
#why .inner,
#gallery .inner,
#section_video .inner,
#values .inner,
#partner .inner{padding: 60px 0px;}


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

}
@media (max-width:1299px) {
    #header .logo-wrapper{    width: 170px;}
    #header .logo img{width: 80px;}
    #header .navbar-nav li a{  padding: 15px 14px;}
}

@media (max-width:1199px) {
    
    #header .navbar-nav li a{font-size: 11px;}
    #aboutus_bottom .section-content{padding: 30px;}
    #aboutus_bottom .section-image{padding-top: 56.25%;}
    
    #intro_section{padding-top: 62px;}
    #intro_section .section-form{display: none;}
    #intro_section .icon-360{display: none;}
    #intro_section .section-countdown .countdown #clock div{margin: 0px 15px;}
    #partner .partner-list .item{padding: 0px 25px;}

    .fp-auto-height-responsive .fp-slide, .fp-auto-height-responsive .fp-tableCell, .fp-auto-height-responsive.fp-section,
    .fp-auto-height-responsive .fp-scrollable{    height: auto!important;}
    
    #value2 .items .item-1{left: 0px;}
    #value2 .items .item-2{margin-right: 0px;}

}
@media (max-width:991px) {
    .section-padding{    padding: 30px 0;}
	.section-title{font-size: 20px;}
	.header-bottom .navbar-brand img{width: 220px;}
	#header .header-right .hotline,
	.header-bottom .navbar-toggler{font-size: 16px;}
	.header-bottom .navbar-toggler{    height: 36px; padding: 10px 15px 9px;}
	#header .header-right .hotline i{}
  #values .items .item:nth-child(even),
	#values .items .item.slick-current {transform: translateY(0px); }
	#values .items{padding-bottom: 30px;}
	.header-bottom .navbar{padding-top: 15px;}
    .header-bottom .navbar .navbar-brand{margin-right:0px;}
	#footer .contact-form{padding: 30px; padding-left: 0px;}
	#footer{padding: 0px;}
	.form-control{    height: 36px;}
	.btn{font-size: 14px;  height: 36px;}
	.contact-info-wrapper{padding-left: 20px;}
	.footer-bottom .item{margin-bottom: 15px;}

	

    #location{padding-top: 30px;}
    #location .section-image-wrapper{min-height: calc(100vw * 714 / 920 );}
    #location .items .sub-title{font-size: 16px;}
    #location .items .item{margin: 5px 0px;}

    #location .section-content{padding-left: 0px; padding-top: 0px; padding-bottom: 15px;}
    #location .col-map-image{order: 1; padding-bottom: 15px;}

    .why-content {
      padding: 60px  130px; width: 100%;
    }
    .why-content .section-image svg{}
    .why-content .items .item{width: 200px;}
    .why-content .items .item .thumb{width: 35px;}

    #intro_section .section-countdown{position: static;}


    #header{background: #091d5d; min-height: 62px;}
    #header.sticky{background: #091d5d;}
    #header:before{display: none;}
    #header .logo-wrapper{width: 100%; padding-top: 0px;}
    #header .logo img{    height: 50px;width: auto;}
    #header .logo-wrapper .logo{position: absolute; left: 0px; top:5px;  border-radius: 0px; margin-bottom: 0px;}
   #header.sticky .logo{padding: 0px; margin-bottom:0px; border-radius:0px; background: transparent;}
   #header .logo-wrapper .navbar-toggler{position: fixed; right: 10px; top:0px; border-radius: 0px;padding: 15px 10px;    z-index: 3;}
   #header .logo-wrapper .navbar-toggler span{display: block; height: 3px; width: 40px; background: #cf9c22; margin: 5px 0px;}
   #header .logo-wrapper .navbar-toggler:hover span{background: #cf9c22;}
   #header .navbar .navbar-collapse{}
   #header .navbar-collapse{position: relative; z-index: 2; }
   #menu-menu-trai{padding-top: 62px;}
   #menu-menu-phai{padding-bottom: 30px}

   #header .navbar{/*height: calc(var(--vh, 1vh) * 100);*/     align-content: center;}
   .shownav #header .navbar{height: calc(var(--vh, 1vh) * 100);}
    #header .navbar-nav li a {display: block;  color: #cf9c22;   padding: 12px 10px;
            font-size: 14px;
    }
    #header.sticky .navbar-nav li a{color: #cf9c22; }
    #header .logo-default{display: block !important;}
    #header .logo .logo-scroll{display: none !important;}
    #header .logo-wrapper .logo{}
    #footer:before{width: 100%;}
    #footer .contact-map{min-height: calc(100vw *9/16);}
    .footer-top  .section-content{padding: 60px 0px;}
    #why .slogan img{ width: 38%;}
    .footer-bottom{height: auto;}
    .footer-bottom:before{width: 100%;}

    
    #value2 .value2-content,
    #value2 .items .item-1,
    #value2 .items .item-2,
    #value2 .items .item-3{position: relative; left: auto; right: auto;top: auto;}
    #value2 .section-content{height: auto;}

    #value2 .items .item-1 .info{    padding-top: 80px; padding-left: 0px;}
    #value2 .items .item-1 .info .number{}

    #value2 .items .item{margin: 15px 0px; padding-right: 250px;}
    #value2 .items .item-1 .info,
    #value2 .items .item-2 .info,
    #value2 .items .item-3 .info{right: 0px; left: auto;   top: 50%;   transform: translateY(-50%);     width: 220px;}

    #value2 .items .item-2{padding-left: 250px; padding-right: 0px;}
    #value2 .items .item-2 .info{left: 0px; right:auto;}

    #location2 .slide .section-content{padding: 30px 30px;}
    #location2 .slide .section-content{width: 100%;}
    #location2 .slide-1 .background,
    #location2 .slide-2 .background{width: 100%; position: static; height: 0px; padding-top: calc(100vw * 980 / 1920);}
    #location2 .slide-2 .section-content{background-size: 320px auto; background-position: left bottom;}
    #location2 .slide-2 .section-content .thumb {opacity: 0; width: 225px;}
    #location2 .fp-slidesNav.bottom{bottom: auto; top: calc(100vw * 980 / 1920 - 30px);}


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


 }
@media (max-width:767px) {
  body{font-size: 14px;}
    .btn{    padding: 7px 20px 5px; height: 32px; border-radius: 16px; font-size: 13px;}
    .section-title { font-size: 18px;}
    .section-sub-title, #why .slogan{    font-size: 27px;}
    #intro_section .section-content .slide-description, .section-about .item .title, #footer .section-title{    font-size: 18px; }
    .section-about .item .title{white-space: nowrap;}

	.header-bottom .navbar-brand img{width: 180px;}
	.widget-bottom-right.btn-wrapper{bottom: auto; right: 15px; width: 36px; top: 60px;}
	.widget-bottom-right .btn{width: 36px; height: 36px; text-indent: -99999px;padding: 0px; background-position:center center; margin-top: 10px; margin-left: 0px; }
	.header-bottom .navbar-toggler{font-size: 14px;height: 32px; padding: 8px 15px 8px;}
	#intro_section .section-content{    top: 90px; }
	.library-slide .item.slick-active .thumb{transform: scale(1);}
	.utilities-slide-arrow a,
	#values .slick-prev, #values .slick-next,
	.library-slide .slick-prev, .library-slide .slick-next{height: 24px;}
	.library-slide .slick-next{right:0px;}
	.library-slide .slick-prev{left: 0px;}
	#footer:before{display: none;}
	.footer-bottom{background: #fff; height: auto;}
	#footer .contact-form{    padding: 30px 0px;}
	.logo-wrapper{padding-left: 0px; padding-right: 0px;}
	.footer-bottom .item .description{font-size: 11px;}
	.contact-info-wrapper{}
    .contact-info-wrapper .copyright-wrapper{}
    .contact-info-wrapper h4{font-size: 16px;}
    #page_banner .banner-content .description{display: none;}
    .popover-menu .menu-container .btn-close{    right: 25px; top: 5px;}
    .popover-menu .menu{padding-top: 60px;     padding-left: 45px;}
    .popover-menu .menu li a{    font-size: 24px;}
    #aboutus_bottom .section-content{padding-left: 15px !important; padding-right: 15px !important;}
    #document .items{margin-top: 30px;}
    #page_banner .section-title{margin-bottom: 0px;}
    #masterplan .select-masterplan{bottom: 10px; left: 50%; transform: translateX(-50%);}
    #masterplan .section-content-fitbottom .description{display: none;}



    #registerModal .modal-lg{width: auto;    margin:0px 20px;}
    #registerModal .sub-title{font-size: 14px;}
    #section_video .section-content  .container .items{    padding-left: 0px; padding-right: 0px;}
    h1.page-title.post-title{font-size: 16px;}
    #location .items .item{padding-left: 45px;}
    #location .items .item:before{width: 30px; height: 30px; }
    #location .items .item-1:before{background-size: 18px;}
    #location .items .item-2:before{background-size: 8px;}
    #location .items .item-3:before{background-size: 20px;}
    #location .items .item-4:before{background-size: 18px;}
    #location .items .item-5:before{background-size: 14px;}
    #location .items .item-6:before{background-size: 16px;}

    .utilities-slide-arrow a{margin-right: 50px;}


    /* hiding all bullets by default */
    #news .slick-dots li {
        display: none
    }
    /* only displaying the active bullets and the 2 bullets next to it */
    #news .slick-dots li.slick-active,
    #news .slick-dots li.slick-active + li,
    #news .slick-dots li.slick-active + li + li {
        display: inline-block;
    }
    /* displaying the last three bullets when slick-active class isn't applied to any li before them  */
    #news .slick-dots li:nth-last-child(1),
    #news .slick-dots li:nth-last-child(2),
    #news .slick-dots li:nth-last-child(3) {
        display: inline-block;
    }
    /* hiding the last three bullets if slick-active exist before them */
    #news .slick-dots li.slick-active ~ li:nth-last-child(1),
    #news .slick-dots li.slick-active ~ li:nth-last-child(2),
    #news .slick-dots li.slick-active ~ li:nth-last-child(3) {
        display: none;
    }
    /* specific conditions to always display the last three bullets */
    #news .slick-dots li.slick-active + li + li:nth-last-child(3),
    #news .slick-dots li.slick-active + li + li:nth-last-child(2),
    #news .slick-dots li.slick-active + li + li:nth-last-child(1),
    #news .slick-dots li.slick-active + li:nth-last-child(3),
    #news .slick-dots li.slick-active + li:nth-last-child(2),
    #news .slick-dots li.slick-active + li:nth-last-child(1){
        display: inline-block;
    }
    #aboutus_bottom .col-content{order: 1;}
    #document .slick-prev, #document .slick-next{width: 30px;}
    #document .slick-next{right: -5px;}
    #document .slick-prev{left: -5px;}
    h1.page-title.post-title{margin-bottom: 10px;}
    .page-news-detail .date-time{padding-bottom: 10px;}


    .why-content{display: block; padding: 0px;}
    .why-content .items .item,
    .why-content .items .item .thumb{position: static; left: auto; top:auto; right: auto; bottom: auto; transform: none !important;}
    .why-content .section-image{display: none;}
    .why-content .items .item{ 
     width: 100%;  
        background: #091d5d;
        color: #fff;
        padding: 25px 15px;
        text-align: center;
        border-radius: 15px;
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center !important;
      }
      .why-content .items .item .thumb{margin: 0px auto 15px;}
      .why-content .items .item .title{margin-bottom: 15px; color: #fff;}
      .why-content .items .item .description{display: block;}
      .why-content .item-content.show{display: none;}

      .section-title-sm:before, .section-title-sm:after{width: 60px;}
      .section-title:before, .section-title:after, .section-title-sm:before, .section-title-sm:after{width: 70px;}

      #intro_section .section-countdown .info-wrapper{text-align: center; margin-bottom: 10px;}
      #intro_section .section-countdown .countdown .title{font-size: 24px;}
      #partner .partner-list .item{padding: 0px;}
      #masterplan .section-content{   width: 40%; padding-right: 40px;}
      #partner .description{padding: 15px 0px;}

      #why .section-title{font-size: 16px;}
      #why .section-title:before, #why .section-title:after, #why .section-title-sm:before, #why .section-title-sm:after{width: 30px;}
      #why .section-sub-title{font-size: 20px;}
      #why .slogan{margin-bottom: 15px;}

      #project .inner,#news .inner, #why .inner, #gallery .inner,#section_video .inner, #values .inner, #partner .inner{padding: 30px 0px;}
      #why .slogan img{     width: 280px;}
      #masterplan .section-content .popup-image h5{font-size: 16px;}

      #value2 .inner{padding: 30px 0px;}
      
      #value2 .items .item .info .number{font-size: 60px;}
      #value2 .items .item{padding-right: 50%;}
      #value2 .items .item-2{padding-right: 0; padding-left: 50%;}
      #value2 .items .item-1 .info, #value2 .items .item-2 .info, #value2 .items .item-3 .info{width: 52%; padding-top: 50px;}
      #value2 .items .item .info .title{font-size: 10px;}
      #value2 .items .item .info .description{font-size: 12px;}
      #partner .section-title{font-size: 14px;}
      #partner .section-title-sm:before, #partner .section-title-sm:after{width: 50px;}

      #section_video .slick-prev{left: 0px; margin: 0px; top: calc((100vw - 30px) / 2 * 720 / 1280 ); margin-top: -12px; transform: translateY(0px); }
      #section_video .slick-next{right: 0px; margin: 0px; top: calc((100vw - 30px) / 2 * 720 / 1280 ); margin-top: -12px; transform: translateY(0px); }



}
@media (max-width:575px) {
	#values .items .item{padding: 0px 0px;}
  #values .items .item .bg:before{    left: 0px;right: 0px;}
  #values .items .item .description{ left: 0px;right: 0px; padding: 50px 15px 5px;}
  #registerModal .modal-lg{}
}
@media (max-width:359px) {
	
}



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


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

.bgvideo{display:none}


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


@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -200;
    }
}

@keyframes scale_ellipse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

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

#gotop{position: fixed; bottom: 10px; right: 10px; width: 45px; height: 45px; background: #fbb408; color: #fff; border-radius: 50%;
    -webkit-box-shadow: 1px 0px 5px 0px rgb(255 255 255 / 15%);
  -moz-box-shadow: 1px 0px 5px 0px rgba(255,255,255,0.15);
  box-shadow: 1px 0px 5px 0px rgb(255 255 255 / 15%);
    text-align: center;line-height: 45px; font-size: 23px;
    
}
#gotop:hover{background: #091d5d;}


/*New section*/
.section-banner{padding: 60px 0px;}
.section-banner.section-top{padding-top: 100px;}
.section-banner.section-top .section-media{padding-left: 100px;}
@media (min-width:1300px) {
    .section-banner.section-top .section-media{max-width: 40vw;}
}
.section-banner .section-media  .media-text{color: #fff;}
.section-banner .section-media  .media-text h3,
.section-banner .section-media  .media-text h2,
.section-banner .section-media  .media-text h4{color: #fff; border-bottom: solid 1px #fff; font-weight: 700;}
.section-banner .section-media  .media-text p{margin-bottom: 0.5rem;}
.section-banner .section-media  .media-text ul{list-style: none; margin: 0px 0px 1rem; padding: 0px;}
.section-banner .section-media  .media-text ul li{position: relative;  }
.section-banner .section-media  .media-text ul li:before{content: '-'; margin-right: 5px;}
.section-banner .section-media  .media-text ul li strong{font-size: 1.5em;     line-height: 1.1em;}
.section-banner .section-media  .media-text .box-gradient{padding: 20px;
    background: rgb(10,57,73);
    background: -moz-linear-gradient(0deg, rgba(10,57,73,1) 0%, rgba(10,106,135,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(10,57,73,1) 0%, rgba(10,106,135,1) 100%);
    background: linear-gradient(0deg, rgba(10,57,73,1) 0%, rgba(10,106,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a3949",endColorstr="#0a6a87",GradientType=1);
    border-radius: 15px;
    color: #fbb408;
    text-align: center;
}
.section-banner .section-media  .media-text .box-gradient li:before{content: '*';}
.section-banner .section-media  .media-text .box-gradient p{margin: 15px 0px 0px;}


.section-banner .logo{text-align: center; margin-bottom: 1.5rem;}
.section-banner .logo img{max-width: 75%;}
.section-banner .text {padding: 0px 15%;}
.section-banner .items{margin-top: 1rem;}
.section-banner .items .item{    padding: 0px 5%;}

.section-listbox{overflow: hidden;}
.section-listbox .section-sub-title{color: #fff;}
.section-listbox .items{padding-top: 30px;}
.section-listbox .items .col-6{padding-bottom: 30px;}
.section-listbox .items .item{height: 100%; background: #fff; background: rgba(255,255,255,0.95);
    border-radius: 20px;
    font-size: 24px; padding: 5% 8%;
    font-weight: 700;
    text-align: center;
    display: flex ; justify-content: center; 
}
.section-listbox .items .item h3{font-weight: 400; margin: 0; font-size: 20px;}
.section-listbox .items .item span,
.section-listbox .items .item strong{
    background: rgba(232, 58, 48, 1);
    background: -webkit-linear-gradient(114deg, rgba(232, 58, 48, 1), #ffc371);
    background: linear-gradient(114deg, rgba(232, 58, 48, 1), #ffc371);
    color: rgb(17, 44, 56);
    font-size: 3.5em;
    -webkit-text-stroke: 0px rgb(255, 255, 255);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-listbox .items .item strong{line-height: 1.2em;}
.section-listbox .items .item span{font-size: 1.4em;      display: block;}

.section-banner .btn-register img,
.section-listbox .btn-register img{max-height: 100px ;}



@media (max-width:1599px) {
    .section-listbox .items .item h3{font-size: 18px;}
    .section-listbox .items .item span{font-size: 1.6em;}
}
@media (max-width:1199px) {



}
@media (max-width:767px) {
    .section-banner.section-top{padding-top: 100px;}
    .section-banner.section-top .section-media{padding-top: 0; padding-left: 0;}
    .section-listbox .items .item{padding: 5%;}
    .section-listbox .items .item h3{font-size: 16px;}
    .section-listbox .items .item strong{font-size: 2em;}
}