﻿@charset "utf-8";

@import url("nmc.css");
@import url("nam.css");
@import url("quyen.css");

@font-face {
	font-family: 'Source Sans Pro';
	src: url('fonts/sourcesanspro-regular.eot');
	src: url('fonts/sourcesanspro-regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/sourcesanspro-regular.woff') format('woff'),
			url('fonts/sourcesanspro-regular.woff2') format('woff2'),
			url('fonts/sourcesanspro-regular.ttf') format('truetype'),
			url('fonts/sourcesanspro-regular.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
				
@font-face {
    font-family: 'Open Sans Cond';
    src: url('fonts/OpenSans-CondBold.eot');
    src: url('fonts/OpenSans-CondBold.eot?#iefix') format('embedded-opentype'),
            url('fonts/OpenSans-CondBold.woff') format('woff'),
            url('fonts/OpenSans-CondBold.ttf') format('truetype'),
            url('fonts/OpenSans-CondBold.svg#OpenSans-CondBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans.eot');
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
            url('fonts/OpenSans.woff') format('woff'),
            url('fonts/OpenSans.ttf') format('truetype'),
            url('fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
            url('fonts/OpenSans-Semibold.woff') format('woff'),
            url('fonts/OpenSans-Semibold.ttf') format('truetype'),
            url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold?#iefix') format('embedded-opentype'),
            url('fonts/OpenSans-Bold.woff') format('woff'),
            url('fonts/OpenSans-Bold.ttf') format('truetype'),
            url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'socicon';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.woff2') format('woff2'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

/*Custom bootstrap*/
.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;
}

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { outline: 0; border: 0; }
body { padding: 0; margin: 0 auto; color: #303030; background: #fff;  font-size: 14px; font-family: 'Source Sans Pro', sans-serif;
    line-height:1.6;
}

table { border-collapse: collapse; border-spacing: 0; }
table tr td {
    padding: 3px 0;
}
img { border: 0; padding: 0px; }
a { color: #333; text-decoration: none;  cursor:pointer;  
	-webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;}
a:hover { color: #ec1f27; text-decoration: none; }
.middle { vertical-align:middle;}
.button-submit { width:115px; height:36px; border:solid 1px #d2d2d2;  display:block; text-align:center; line-height:36px;
                      background:#bea350 url('../images/arrow-right.png') no-repeat 87px center; float:right; font-weight:500; text-transform:uppercase; cursor:pointer;}

.button-submit:hover {background:#bea350  url('../images/arrow-right-white.png') no-repeat 87px center; color:#fff; border-color:#3dad65;}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* General */

.socicon {font-family: 'socicon' !important;}

.fluid-left{margin-left:-15px;}
.fluid-right{margin-right:-15px;}

.fluid-left-5{margin-left:-5px;}
.fluid-right-5{margin-right:-5px;}

.fluid-left-10{margin-left:-10px;}
.fluid-right-10{margin-right:-10px;}

.modal {z-index:100002;}
.minus-left{margin-left:15px;}
.minus-right{margin-right:15px;}
h1.title, h2.big-title { 
          
}
h1.small-title {font-size:16px; color:#6ff0ff; }

.content-editor img {max-width:100%; height:auto !important;}

.page-header{position:relative; width:100%; float: left; z-index:10000;
             padding: 0px 0px 0px; margin:0px; border:0px; 
             border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; 
}
.page-header .container{position:relative;}


.page-header .navbar-header{}

.page-header{position:relative; position:fixed; top:0;  }
.header .brand{ background: url('../images/logo.png') no-repeat top center;
	width:292px;
	height:102px;
}
.page-header-sticky{background: url('../images/head-background-pattern.jpg') no-repeat top center; height: 56px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.36);}
.page-header a.logo{  padding:0px 0px 0px;  display:block; width:279px; height:110px; background:url('../images/logo.svg') no-repeat center bottom;
                      position:absolute; left:50%;  margin-left:-139.5px; top:-2px;
                      -webkit-transition: all .30s ease;
                    -moz-transition: all .30s ease;
                    -ms-transition: all .30s ease;
                    -o-transition: all .30s ease;
                    transition: all .30s ease;
                    -webkit-transition-property: background-color, background-position;
  transition-property: background-color, background-position;
}
.page-header-sticky a.logo{ top:0px; background:url('../images/logo-fix.svg') no-repeat center top;  height:60px;}
.page-header-sticky .brand{ top:0px; background:url('../images/logo-fix.png') no-repeat top left;  height:56px;}
.page-header .navbar-nav li.home a{display:block; width:57px; height:71px; background:url('../images/icon-home.svg') no-repeat  center center; background-size:24px; text-indent:-9999px;}
.page-header-sticky .navbar-nav li.home a{height:60px;}

.page-header ul.navbar-nav{height:48px; width:100%;  padding:0px 0px; position:relative; z-index:1; }
.page-header ul.navbar-nav li{padding:0px 11px;}
.page-header ul.navbar-nav li a{color: #001a4b;  display: inline-block;font-size: 14px; font-weight:500; padding: 30px 0px 0px;text-transform: uppercase; height:77px; }
.page-header-sticky ul.navbar-nav li a{height:60px; padding-top:18px;}
.page-header ul.navbar-nav li.first a{border-left:0px;}
.page-header ul.navbar-nav li.last a{border-right:0px;}
.page-header ul.navbar-nav li a:hover,.page-header ul.navbar-nav li.active a:hover, .page-header ul.navbar-nav li.active a{color:#299e41;  background:transparent;   border-bottom: 4px solid #299e41; }
.page-header .navbar-nav li.home:hover a, .page-header .navbar-nav li.home.active a, .page-header .navbar-nav li.home.active a:hover{ background:#001a4b url('../images/icon-home-active.svg') no-repeat center center; background-size:24px; text-indent:-9999px;}

/* === START HEADER === */
.header {
	position: fixed;
	background: url('../images/head-background-pattern.jpg') no-repeat top center;
	padding: 0px 75px 0 65px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;	
}
.header .brand {float: left;}
.page-notfull .header .brand{
	background: url('../img/logo.png') no-repeat top center;
	width:292px;
	height:102px;
} 
.header .header-link {
    margin-top: 13px;
    float: right;
    margin-right: 10px;
}
.header .header-link .language{color:#c7c7c7; line-height:34px;}
.header .header-link .language:hover{color:#c5a239;}
.header .nav-toggle {
	margin: 10px 0 0 10px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	padding-top: 5px;
	width: 100px;
	height: 34px;
	color: #c5a239;
	border: 2px solid transparent;
	border-radius: 17px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	float:right;
	text-transform:uppercase;
	background:rgba(0, 0, 0, 0.5);
}

.header .nav-toggle i {font-size:14px; line-height: 20px; color:#fff;}
.header .nav-toggle:hover {
	color: #000;
	border-radius: 10px 10px 0px 0px;
	background:#bea350;
	font-weight: bold;;
}
.mobile-brand,
.logo-text {
	display: none;
}


.header .nav-toggle-open {
	color: #000;
	border-radius: 10px 10px 0px 0px;
	background:#bea350;
	font-size: 14px;
	padding-bottom: 35px;
}
.header .nav-toggle-open i {font-size:14px; color:#000;line-height: 20px;}

/* === 10. START NAVIGATION === */
nav {
	position: fixed;
	right:75px;
	top: 44px;
	border: 5px solid #bea350;
	z-index: 99;
	text-align: center;
	text-transform:uppercase;
	background:#313030;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	-moz-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	-ms-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	-o-transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
nav.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: transform 0.4s, opacity 0.4s;
	-moz-transition: transform 0.4s, opacity 0.4s;
	-ms-transition: transform 0.4s, opacity 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
nav .nav-close {
	position: absolute;
	z-index: 999;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
}
nav .go-back {	
	font-family: icomoon;
	position: absolute;
	top: 50px;
	left: 50px;
	cursor: pointer;
	color: #fff;
	font-size: 45px;
	visibility: hidden;
	opacity: 0;
}
nav .go-back.visible {
	visibility: visible;
	opacity: 1;
}
nav .menu-holder {
	position: relative;
	list-style-type: none;
	text-align: left;
}
nav {
	overflow-y: auto;
}
nav ul {
	padding: 0px;
}
nav ul li {
	list-style-type: none !important;
	margin: 0px;
	padding: 10px 40px 10px 30px;
	border-bottom: 1px solid #414141;
}
nav ul li:hover{
	background: #bea350;
}
nav ul li a {
	position: relative;
	padding: 0 30px;
	padding-left: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	border-bottom: 3px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
nav ul li:focus>a{
	text-decoration: none;
	color: #000;
}
nav ul li:hover>a {
	color: #000;
	text-decoration: none;
}
nav ul li a:hover:before,
nav ul li a:hover:after {
	position: absolute;
	top: 8px;
	font-size: 20px;
}

.hotline-sticky {background: url("/template/tint/images/bg-hotline.png") no-repeat scroll 0 0;
    bottom: 45%;
    height: 70px;
    position: fixed;
    right: 0px;
    width: 189px;
    text-transform:uppercase;
    color:#fff;
    font-weight:500;
    z-index:100;
    padding: 5px 0px 0px 10px;
    
}
.hotline-sticky strong{font-size:18px; margin-left:10px;}
.content-title {margin-top:20px;}

.home-big-title{margin-bottom:100px;}
.box-home {font-size:16px;}
.box-home-1{min-height:510px;}
.box-home-1 .box-thumb-img{margin-top: -325px; }

.box-home-2{min-height:720px;}
.box-home-3{min-height:630px;}
.box-home  .title-wrapper {position:relative;}   
.box-home  .title-wrapper .number{position:absolute; left:0px; top:0px; font-size:66px; color:#3dad65; font-weight:500; line-height:1.2em; }
.box-home  .title-wrapper .title{margin-left:50px; font-size:24px; color:#303030; text-transform:uppercase; border-bottom:solid 1px #d5d5d5;
                                margin-bottom:40px;
}
.box-home  .title-wrapper .title-border{ background:url('../images/bg-line-title.png') no-repeat left bottom;  margin-bottom:-2px; padding-bottom:5px; }
.box-home  .title-wrapper .title span{font-size:36px; font-weight:500;}
.box-home .info {margin-left:50px; margin-bottom:64px;}   
.box-home .info ul {margin:0px; padding:0px; list-style:none;}
.box-home .info ul li {padding-left:25px; background:url('../images/icon-bullet.png') no-repeat left 6px; display:block; margin-bottom:10px;}
.box-home .info ul li span{font-size:16px; color:#303030;}
.box-home a.bt-detail{width:180px; height:40px; border:solid 1px #d2d2d2; border-radius:30px; display:block; text-align:center; line-height:40px;
                      background:url('../images/arrow-right.png') no-repeat 140px center;
}
.box-home a.bt-detail:hover{background:#3dad65 url('../images/arrow-right-white.png') no-repeat 140px center; color:#fff; border-color:#3dad65;}
.box-home-1  a.bt-detail{margin-left:50px;}

.box-home-2  a.bt-detail{margin-top:30px;}
.box-home-3  a.bt-detail {margin-top:30px;}
.box-home-2.info{margin-bottom:34px;}
.line-footer {  background: #3dad65 none repeat scroll 0 0;  border-top: 2px solid #ffffff; border-bottom:2px solid #ffffff;  height: 76px; padding-top:15px;  padding-bottom:15px;}
.line-footer .why{font-size:30px; color:#ffffff; font-weight:300; text-transform:uppercase;}
.line-footer .why b{font-weight:700;}
.line-footer .text-right{background:url('../images/bg-line-footer.png') no-repeat left center;}
.line-footer .bt-khampha{
 padding:0px 15px;  height: 44px;
  border: solid 2px #fff;
  border-radius: 30px;  display: block;
  text-align: center;  line-height: 40px;
  display:inline-block;  background:#ec1f27; font-size:16px; color:#fff; font-weight:700; text-transform:uppercase;
  }
.line-footer .bt-khampha:hover{background:#49cd50;}
.line-footer .bt-khampha span{padding:0px 53px 0px 40px; background:url('../images/arrow-right-white.png') no-repeat right center;}

.page-body .page-content{ padding:102px 0px 0px; position:relative; min-height:320px;  }
.page-body .page-content .main-content{position:relative;}
.page-news .page-content{ padding:0px 0px; }
.page-news  .main-content{padding-top:40px;}

.page-overview, .page-project-normal, .page-contact, .page-entertaiment{background: url('../images/bg-page-content.png') no-repeat top 102px left;}
.page-competition, .page-project-normal, .page-news, .page-library{background: url('../images/bg-page-content.png') no-repeat top 157px left;}
.overview-background{background: url('../images/overview-background-pattern.jpg') no-repeat top center; min-height:4171px;}
.competition-background{background: url('../images/competition-background-pattern-01.jpg') no-repeat top center; min-height:1805px;}
.competition-background-02{background: url('../images/competition-background-pattern-02.jpg') no-repeat top center; min-height:4010px;}
.competition-background-03{background: url('../images/competition-background-pattern-03.jpg') no-repeat top center; min-height:5678px;}
.competition-background-04{background: url('../images/competition-background-pattern-04.jpg') no-repeat top center; min-height:1931px;}
.competition-background-05{background: url('../images/competition-background-pattern-05.jpg') no-repeat top center; min-height:2654px;}
.brand-background{background: url('../images/brand-background-pattern.jpg') no-repeat top center; min-height:1574px;}
.media-background{background: url('../images/media-background-pattern.jpg') no-repeat top center; min-height:2530px;}
.entertaiment-background{background: url('../images/entertaiment-background-pattern.jpg') no-repeat top center; min-height:1125px;}
.finance-background{background: url('../images/finance-background-pattern.jpg') no-repeat top center; min-height:993px;}

.page-title{background:url("../images/bg-title.png") no-repeat scroll center bottom; padding-bottom: 20px; text-align:center;}

.nav-link-none{min-height:55px; padding: 0px 75px 0 70px}
.nav-link-none .title-link{color:#000; font-size:14px; text-transform:uppercase; line-height:55px;}
.nav-link-none .title-link a{color:#000;}
.nav-link-none .title-link a:hover{color:#bea350;}
.nav-link-none .title-link i{font-size:28px; margin:10px 10px 0px 0px;}

.page-footer{position:relative;}
.page-footer .footer-background{height:46px; background:#3dad65; position:absolute; left:0px; width:50%; }
.page-footer .footer_right{color: #363636;  font-size: 13px;  margin-top: 7px;  text-align: justify;   word-spacing: -1px;}
.footer-partner{background:#fff; }
.footer-partner-title{font-size:14px; line-height:70px; text-transform:uppercase; font-weight:500;}
.footer-partner ul{list-style:outside none none; float:right; margin-bottom:0px;}
.footer-partner ul li{float: left;}
.footer-partner-logo{ border-left:solid 1px #f3f3f3; border-right:solid 1px #f3f3f3;}
.footer_right > span {  display: inline;  float: left;  font-size: 44px;  height: 26px;  margin-right: 5px;  color: #299e41; line-height:1em;}
.footer-coppyright {font-size:13px; color:#373737; height:53px; line-height:50px;}
.footer-contact{height:46px; background:#3dad65; border-bottom-right-radius:46px; border-top-right-radius:46px; padding:5px 6px 5px 0px;}
.no-padding{padding:0px;}
.footer-contact .email{display:inline-block; min-height:33px; line-height:33px; background:url('../images/icon-mail.png') no-repeat left 0px; padding-left:45px; color:#fff; font-size:13px; font-weight:500; }
.footer-contact .support-wrapper{position:relative; height:41px;}
.footer-contact .bt-support{display:block; height:61px; background:#626864; position:absolute; bottom:0px; padding:2px 15px; border-top-left-radius:10px; border-top-right-radius:10px;}
.footer-contact .bt-support span{display:block; height:61px; line-height:61px; background:url('../images/arrow-right-2.png') no-repeat right 8px; padding-right:65px; padding-left:5px; font-size:14px; color:#fff;}
.social-list a{width:35px; height:35px; background:#fff; display:inline-block; border-radius:50%; text-align:center; padding-top:6px;}
.social-list a i{font-style:normal;}


.home-gallery{margin:0px; position:relative; }
.home-gallery .home-video{position:absolute; right:0px; bottom:-7px; z-index:99;}
.home-gallery .home-video .video-content{position:relative;}

.home-gallery .home-link-download{display:block; width:259px; height:53px; background:url('../images/bg-link-home-download.png') no-repeat center center;
                                  position:absolute; bottom:6px;right:70px;
                                  font-size:14px; font-weight:400; text-transform:uppercase; 
}
.home-gallery .home-link-download span{padding-top:20px; padding-left:70px; display:block; background:url('../images/icon-home-download.png') no-repeat 30px 20px; color:#fff;}

.home-gallery .home-link-promotion{display:block; width:189px; height:53px; background:url('../images/bg-link-promotion.png') no-repeat center center;
                                  position:absolute; bottom:45px;left:0px;
                                  font-size:14px; font-weight:400; text-transform:uppercase;  z-index:99; padding-right:42px;
}
.home-gallery .home-link-promotion span{padding-top:20px; padding-left:20px; padding-right:10px; display:block; background:url('../images/icon-promotion.png') no-repeat right 20px; color:#fff;}
.home-gallery .home-link-event{display:block; width:255px; height:53px; background:url('../images/bg-link-event.png') no-repeat center center;
                                  position:absolute; bottom:-1px;left:0px;
                                  font-size:14px; font-weight:400; text-transform:uppercase;  z-index:99;
}
.home-gallery .home-link-event span{display:block; width:100%; height:100%; position:relative; padding-top:20px; padding-left:20px; color:#fff;}
.home-gallery .home-link-event span i.icon{display:block; width:61px; height:61px; background:url('../images/icon-event.png') no-repeat center center;
                                           position:absolute; right:0px; top:-10px;
}


.home-gallery .bx-wrapper .bx-controls-direction a{width:70px; height:70px; margin-top:-35px;}
.home-gallery .bx-wrapper .bx-next{background:url('../images/bt-slide-next.png') no-repeat center center; right:0px;}
.home-gallery .bx-wrapper .bx-prev{background:url('../images/bt-slide-prev.png') no-repeat center center; left:0px;}
.home-gallery .bx-wrapper .bx-next:hover{background:#3f3f3f url('../images/bt-slide-next.png') no-repeat center center;}
.home-gallery .bx-wrapper .bx-prev:hover{background:#3f3f3f url('../images/bt-slide-prev.png') no-repeat center center;}
.home-gallery .bx-controls-direction .next-thumb{position:absolute;width:70px; height:70px; margin-top:-35px; overflow:hidden; top:50%; right:70px;   z-index: 9999; opacity:0;
                                                  -webkit-transition: all .4s ease;	-moz-transition: all .4s ease;	-o-transition: all .4s ease; 	transition: all .4s ease;
}
.home-gallery .bx-controls-direction .next-thumb img{height:100%; width:auto;}
.home-gallery .bx-controls-directio.page-news-detailn .bx-next:hover + .next-thumb{opacity:1;}



.mainslide{}


.mainslide ul.bxslider{margin:0px; padding:0px;}
.home-logo-small{ padding:5px 0px 10px;}
.home-logo-small img{margin:0px auto;}

.home-content{min-height: 470px;}


.logo-footer{width:160px; margin-top:25px;}



.wrapper-full-right,.wrapper-full-left{position:relative;   max-width: 1600px;margin: 0px auto;}
.wrapper-full-right .full-right, .wrapper-full-left .full-left{width:100%;}
.full-right, .full-left{position:absolute; top:0;}
.z-content{position:relative; z-index:9;}




.social{float:right;color:#252c3b; font-size:14px; text-transform:uppercase; line-height:70px;}
.social .social-list{float:right; margin-left:15px; padding:10px 0px;}
.social .social-list a{display:inline-block; width:50px; height:50px; border:solid 1px #3f3f3f; color:#3f3f3f; text-align:center; border-radius:50%; position:relative;}
.social .social-list a i{text-transform:none; font-style:normal; font-size:24px;
    margin: 0; position: absolute;  top: 50%;left: 50%; margin-right: -50%;
    -ms-transform:translate(-50%, -50%);
                                     -webkit-transform:translate(-50%, -50%);
                                     -moz-transform:translate(-50%, -50%);
                                     -o-transform:translate(-50%, -50%);
                                     transform: translate(-50%, -50%);
     -webkit-transition: all .4s ease;
}
.social .social-list a:hover{border:solid 1px #fff; background:#ffffff;color:#2f8fc6;}
.page-footer .social{float:none;}
.page-footer .social .social-list a {background:#585858;}
.page-footer .social .social-list{float:none; text-align:center;}



#home .bx-wrapper .bx-viewport ul.bxslider li, #home .bx-wrapper .bx-viewport ul.bxslider img {width:100% !important; height:auto;}
.page-banner { 
  padding-bottom:22px; background:url('../images/bg-banner-shadow.png') repeat-x left bottom;

}
.page-banner .slide-wrapper .bx-wrapper .bx-viewport ul.bxslider li, .page-banner .slide-wrapper .bx-wrapper .bxslider img { width:100% !important; height:auto;  }



h1.post-title{color: #3dad65;  font-weight: 700;  font-size: 24px; margin:0px 0px 15px; text-transform:uppercase;}
.page-news-detail .page-branch-title{position:relative;}
.page-news-detail .page-branch-title h1.post-title{ 
  margin: 0px;  margin-bottom: -10px;  padding-bottom: 40px;  font-size: 24px;  color: #3dad65;  text-transform: uppercase;  font-weight: 700;}
.page-news-detail .page-branch-title span.date-time{color:#393939; font-size:13px; background:#fff url('../images/bg-datetime.svg') no-repeat 9px top; padding-left:39px; min-height:20px; display:block;
                                 position:absolute; bottom:-10px; right:0px; 
}

.post-other{margin-top:30px; padding-top:15px; margin-top:15px; }
.post-other h2.header-title{  color: #393939;  font-weight: 700;  font-size: 18px;  margin: 0px 0px 5px;}
.post-other h2.header-title span{padding:0px 0px;margin-bottom:-1px; display:inline-block; padding-bottom:15px; text-transform:uppercase; }
.post-other ul{list-style:none; padding:0px;}
.post-other li a{font-size:13px;}
.post-other li a .date-time{margin-right:5px; background:transparent; padding:0px; display:inline;}


/* fluid 5 columns */
.grid-sizer,
.album-item { width: 20%; }
.album-item{float:left;}
.album-item img {
  display: block;
  max-width: 100%; height:auto;
  padding:0px 0px;
}
/* 2 columns */
.grid-item--width2 { width: 40%; }

/*Footer*/
 .page-footer {   width: 100%; background:#f3f3f3; padding:15px 0px;}

/* paging */
.tin-tuc-nav{position:relative; min-height:30px;  }
.tin-tuc-nav .paging{position:absolute; right:0px;}
.paging { margin: 0 auto 15px; padding: 0; list-style: none; }
.paging  a { color: #393939; background:#eeeeee; font-size:15px; font-weight:600;width:35px; height:35px; text-align:center; padding-top:5px; text-decoration: none; margin: 0 3px; display: block; float: left; border-radius:50%;}
.paging a.pPrev { background: #eeeeee url("../images/bt-page-prev.svg") center center no-repeat; background-size:8px; width:35px; height:35px; text-indent:9999999px;overflow: hidden; }
.paging a.pNext { background: #eeeeee url("../images/bt-page-next.svg") center center no-repeat; background-size:8px;width:35px; height:35px;text-indent:9999999px;overflow: hidden; }
.paging a:hover, .paging  a.current { color: #fff; background:#3dad65;  }
.paging a.pPrev:hover {background:#3dad65 url("../images/bt-page-prev.svg") center center no-repeat;background-size:8px; border-radius:50%;  }
.paging a.pNext:hover {background:#3dad65 url("../images/bt-page-next.svg") center center no-repeat; background-size:8px; border-radius:50%; }
.paging a.pPrev,.paging a.pNext{display:none;}
.paging a.Haslink{display:block;}
.paging a.pFirst, .paging a.pLast{display:none !important; text-indent:999999px;}
.paging  .gotopage {width: 30px;padding: 3px 0;border-radius: 2px 0 0 2px;border: 1px solid #ccc;height: 14px; float:left;
                    display:none;
}
.paging .anextpage {
background: url(../images/nextp.png) no-repeat center center #cecece;
border-radius: 0 2px 2px 0;
padding: 4px 6px;
border-left: 0px;
margin: 0;
height:14px; display:none;
}
.paging .anextpage:hover {background: url(../images/nextp.png) no-repeat center center #82b639; }
/* end paging */




.footer-nav h2.title{font-size:18px; color:#ffffff; text-transform:uppercase; margin:0px; background:url('../images/bg-line-footer.png') repeat-x left 15px;
                     text-align:center;
}
.footer-nav h2.title span{display:inline-block; padding:0px 12px; background:#3f3f3f;}
.footer-nav {margin:0px;padding:0px; list-style:none; }
.footer-nav ul{margin:25px 0px ; padding:0px; }
.footer-nav li{display:block;}
.footer-nav li a{display:block; padding-left:20px; background:url('../images/icon-bullet-2.png') no-repeat left 4px; background-size:11px;
                 color:#373737;  text-transform:uppercase; font-size:13px;
                 padding-bottom:6px; margin-bottom:6px; border-bottom:solid 1px #747474;
}
.footer-nav li a:hover{color:#eaeaea;}



.footer-bottom {
position:relative;}


#image_map .img-hover{opacity:0; position:absolute; top:0px; left:0px;}
#image_map{position:relative;}

#home .page-child-banner .background{height:315px;}

#page_body .page-child-banner {position:relative;}
#page_body .page-child-banner h3{position:absolute; bottom:0px; background:rgba(255,255,255,0.8); height:54px; margin:0px; padding:15px 30px 10px; text-align:center; min-width:200px; border-top-left-radius:10px; border-top-right-radius:10px;
                                 font-size:24px; font-weight:700; color:#4f4f4f; text-transform:uppercase;
}
#page_body .page-child-banner .content  {height:270px; position:relative;}
#page_body .page-map-banner {position:relative; height:465px;}
.box-category-wrapper{position:absolute;right:0px; top:0px;}
.box-category  ul{list-style:none; margin:0px; padding:0px;}
.box-category  ul li{display:block;}
.box-category  ul li a{display:block; padding:8px 10px 7px 40px; min-height:41px; background:url('../images/bg-category.png') no-repeat 15px 15px;  border-bottom:solid 1px #dedede;
                       font-size:16px; color:#303030; text-transform:uppercase; font-weight:500;
}
.box-category  ul li.active a{background: #3dad65 url('../images/bg-category-active.png') no-repeat 15px 15px; border-bottom:0px; color:#fff;}
.main-content img{max-width:100%; height:auto;}

.page-utilities{padding-top:35px;}

.page-news .new-list .item{position:relative; padding-left:83px; margin-bottom:40px;}
.page-news .new-list .item .date-time{position:absolute; width:83px; top:0px; left:0px; padding-left:10px; font-size:22px; color:#3dad65;}
.page-news .new-list .item .date-time span{display:block; padding-top:15px; margin-top:0px; background:url('../images/bg-new-item.png') no-repeat left top; font-size:13px; color:#303030; margin-left:-10px; padding-left:10px;}
.page-news .new-list .item .news-thumbnail{margin-bottom:20px; display:block;}
.page-news .new-list .item h3.title{margin:0px 0px 15px;}
.page-news .new-list .item h3.title a{font-size:16px; color:#3dad65; font-weight:700;}
.page-news .new-list .item h3.title a:hover{color:#ec1f27;}
.page-news .new-list .item a.bt-view-detail{  width: 180px; height: 40px; border: solid 1px #d2d2d2; border-radius: 30px;  display: block;  text-align: center;  line-height: 40px; margin-top:30px; text-transform:uppercase;}
.page-news .new-list .item a.bt-view-detail:hover{background:#3dad65; color:#fff; border-color:#3dad65;}

.page-branch-title{border-bottom:solid 1px #d5d5d5;}
.page-branch-title .title{ background-size:32px; margin:0px; margin-bottom:-10px; padding-bottom:40px; font-size:36px; color:#303030; text-transform:uppercase;  font-weight:700;}
.page-branch-title h2.title{font-size:24px;}
.page-branch-title .title span{margin-left:10px; font-weight:300;}

.page-project-schedule .page-branch-title{display:inline-block; margin:0px auto;}
.page-project-schedule .page-branch-title .title{background-position:center bottom;}
.page-project-schedule .page-branch-title{margin-bottom:60px;}
.page-contact .page-branch-title{margin-bottom:30px;}
.page-project-schedule .album-list .item{margin-bottom:35px;}
.page-project-schedule .album-list .item .title{background:url('../images/bg-album-title.svg') no-repeat center center;  width:102px; height:123px; padding:45px 10px 30px; text-align:center; margin:0px auto;
                                                font-size:18px; color:#3dad65; font-weight:500; line-height:1.3em;
}
.page-project-schedule .album-list .item  a.thumb{text-align:center; display:block; width:100%; position:relative;}
.page-project-schedule .album-list .item a.thumb img{margin:0px auto;}
.page-project-schedule .album-list .item  a.thumb span{display:block; width:59px; height:59px; position:absolute; top:76px; left:180px;
                                                       background:url('../images/arrow-album.png') no-repeat center center;
}
.page-project-schedule .album-list .item  a.thumb:hover span{background-image:url('../images/arrow-album-active.png');}

.nav-link{background:#404040; min-height:55px; padding: 0px 75px 0 60px;}
.title-link{color:#b1b1b1; font-size:14px; text-transform:uppercase; line-height:55px;}
.title-link a{color:#b1b1b1;}
.title-link a:hover{color:#bea350;}
.title-link .home-link{margin:-3px 10px 0px 0px;}

.competition-content{background: url('../img/bg-competition-content.png') no-repeat top left; }
.competition-list{margin-top:17px; padding:0px; float:right;}
.competition-list ul{list-style:outside none none; margin:0px; padding:0px; text-align:center; width:100%;}
.competition-list ul li{display:inline-block; float:left;}
.competition-list ul li a{border: 2px solid transparent; border-radius:18px; font-size:14px; margin:0px 5px 10px; min-width:120px; padding:6px 10px; text-align:center; text-transform:uppercase; color:#fff; }
.competition-list ul li:hover a, .competition-list ul li.active a{border-color:#bea350; color:#bea350;}

.library-nav{padding-top:60px;}
.library-nav .library-item{display:block; height:82px; padding:28px 15px 15px 75px; border-radius:10px; border:solid 1px #c6c6c6; font-size:18px; color:#303030; font-weight:500; text-transform:uppercase;}
.library-nav .library-item.library-progress{background:url('../images/icon-tien-do.svg') no-repeat 20px 24px; background-size:32px;}
.library-nav .library-item.library-overview{background:url('../images/icon-tong-quan.svg') no-repeat 20px 24px; background-size:32px;}
.library-nav .library-item.library-modelhouse{background:url('../images/icon-nha-mau.svg') no-repeat 20px 24px; background-size:37px;}
.library-nav .library-item.library-document{background:url('../images/icon-download.svg') no-repeat 20px 24px; background-size:36px;}

.library-nav .library-item:hover, .library-nav .library-item.active{color:#fff; background-color:#3dad65; border-color:#3dad65;}
.library-nav .library-item.library-progress:hover, .library-nav .library-item.library-progress.active{background-image:url('../images/icon-tien-do-active.svg');}
.library-nav .library-item.library-overview:hover, .library-nav .library-item.library-overview.active{background-image:url('../images/icon-tong-quan-active.svg');}
.library-nav .library-item.library-modelhouse:hover,.library-nav .library-item.library-modelhouse.active{background-image:url('../images/icon-nha-mau-active.svg') ;}
.library-nav .library-item.library-document:hover,.library-nav .library-item.library-document.active{background-image:url('../images/icon-download-active.svg') ;}

.page-contact .box-contact-info h3.area-title{height:48px; padding:15px 15px; background:#3dad65; color:#ffffff; font-size:18px; font-weight:700; text-transform:uppercase; text-align:center; margin:0px auto;
                                              display:inline-block;  min-width:350px; border-radius:30px; margin-bottom:50px; margin-top:30px;
}
.page-contact .box-contact-info .item-list .item{position:relative; padding-left:105px; margin-bottom:30px;}
.page-contact .box-contact-info .item-list .item img.thumb{position:absolute; width:90px;left:0px ; top:0px;}
.page-contact .box-contact-info .item-list .item .info{padding-top:5px;}
.page-contact .box-contact-info .item-list .item h3.title{margin:0px 0px 15px; text-transform:uppercase; font-size:18px; color:#303030; text-transform:uppercase;}
.page-contact .box-contact-info .item-list .item .hotline{padding-left:51px; min-height:45px; background:url('../images/icon-phone.svg') no-repeat left top; font-size:14px; color:#303030; text-transform:uppercase; font-weight:500; line-height:1.5em;}
.page-contact .box-contact-info .item-list .item .hotline span{font-size:18px; color:#ec1f27; font-weight:500; display:block;}

.page-contact .page-contact-title{color: #bea350; font-size:24px; font-weight:700; text-transform:uppercase; padding-bottom:15px;}
.page-contact .textbox {margin-bottom:15px; background:#f6f6f6; color:#000;}
.page-contact .intro-text{padding-bottom:20px;}
.page-contact address dl dt {
	font-size: 14px;
	font-style: normal;
	padding-left: 60px;
	height: 40px;
	font-weight:normal;
	margin-bottom:20px;
	color: #333;
}
.page-contact address dl .address{
	background: url('../images/icon-1b.png') no-repeat center left;
}
.page-contact address dl .mobi{
	background: url('../images/icon-2b.png') no-repeat center left;
	line-height: 40px;
}
.page-contact address dl .gmail{
	background: url('../images/icon-3b.png') no-repeat center left;
	line-height: 40px;
}

.album-filter-list{margin-bottom:60px;}
.album-filter-list ul{list-style:none; margin:0px; padding:0px; width:100%; text-align:center;}
.album-filter-list ul li{display:inline-block; }
.album-filter-list ul li a{display:inline-block; padding:6px 20px; border:solid 1px #d3d3d3; border-radius:18px; margin:0px 5px; min-width:120px; text-align:center;
                           font-size:15px; text-transform:uppercase; margin-bottom:10px;
}
.album-filter-list ul li:hover a,.album-filter-list ul li.active a{background:#bea350; color:#fff; border-color:##bea350; text-decoration:none;}
.category-list{margin-bottom:20px;}

#album_container{margin-bottom:30px;}
#album_container  .album-item{position:relative; margin-bottom:6px; padding:0px 3px;}
#album_container  .album-item .item-hover{position:absolute; width:100%; height:100%; top:0px; left:0px;}
#album_container  .album-item .item-hover {background:rgba(0,0,0,0.4); opacity:0;
-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease;
}
#album_container  .album-item:hover .item-hover{opacity:1;}
#album_container  .album-item .item-hover h2.title{	position: relative;	top: 50%; left:50%;
                                                       -ms-transform:translate(-50%, -50%);
                                     -webkit-transform:translate(-50%, -50%);
                                     -moz-transform:translate(-50%, -50%);
                                     -o-transform:translate(-50%, -50%);
                                     transform: translate(-50%, -50%);
                                                        text-align:center; margin:-10px 0px 0px;
                                                       padding-top:100px; background:url('../images/icon-zoom.png') no-repeat center top;
                                                       font-size:16px; color:#ffffff; font-weight:600; 
}
.contact-form{margin-top:0px;}
.contact-form  .intro-text{margin-bottom:30px;}
.contact-form .form-group{padding:0px 50px;}
.contact-form  .textbox  {min-height:33px; border:solid 1px #d3d3d3; width:100%; max-width:100%; padding:3px 5px;}
.contact-form  .textbox.captcha{width:120px;}
.contact-form .textbox.textarea{min-height:130px;}
.register-form .textbox{margin-top:20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.register-form .button-submit{margin-top:20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#master_plan{position:relative;}
#master_plan .img-backgroud{position: absolute;  top: 0px;  left: 0px;}
#master_plan .img-hover {
  opacity: 0;  position: absolute;  top: 0px;  left: 0px;
}
#mapcontainer{width:1000px; max-width:100%; height:900px;}

#button-up{position: relative; width:100%;  margin-top:-30px; margin-bottom:40px; cursor:pointer; text-align:center;}
/*footer-hy*/

.clear{
clear: both;
}
.right{
float: right;
}
.section-content-18{
background: #252525;
}
.bg-footer{
	background: url('../images/bg-footer.jpg') no-repeat;
	background-size: 100% 100%;
	height: 90%;
	position: relative;
}
.content-footer-hy .border-bottom{
	border-bottom: 1px solid #5d5a59;
}
.map-footer{
	position: absolute;
	top: 0;
	left: -250px;
}

.wP_right {
    margin: 0 auto 50px;
    max-width: 1600px;
    position: relative;
}
.content-footer-hy .map-footer a img {
	width: 100%;
	height: 100%;
}
.content-footer-hy h5 a{
	font-size: 20px;
	color: #bea350;
	text-transform: uppercase;
	font-weight: normal;
}
.content-footer-hy address dl dt {
	font-size: 14px;
	font-style: normal;
	padding-left: 60px;
	height: 40px;
	font-weight:normal;
	margin-bottom:20px;
	color: #fff;
}
.content-footer-hy address dl dt a{
	color: #fff;
}
.content-footer-hy address dl .address{
	background: url('../images/icon-1.png') no-repeat center left;
}
.content-footer-hy address dl .mobi{
	background: url('../images/icon-2.png') no-repeat center left;
	line-height: 40px;
}
.content-footer-hy address dl .gmail{
	background: url('../images/icon-3.png') no-repeat center left;
	line-height: 40px;
}
.content-footer-hy address {
	border-bottom: 1px solid #5d5a59;
	padding-bottom: 30px;
	width: 75%;
	margin-top: 20px;
}
.content-footer-hy .facebook-hy{
	padding: 81px 0px 141px;
}
.content-footer-hy .facebook-hy span{
	color: #fff;
	font-size: 15px;
	line-height: 40px;
}
.content-footer-hy .facebook-hy dl dt{
	float: left;
	margin: 0px 8px;
}
.content-footer-hy .facebook-hy a i{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: rgb(190, 163, 80);
	text-align: center;
	line-height: 40px;
}

.content-footer-hy{
	height: 80%
}
.menu-footer{
	height: 20%;
	padding-top: 20px;
	padding-bottom: 40px;
}
.menu-footer ul{
	list-style:none;
	padding-left: 0px;
}
.menu-footer ul li{
	float: left;
	padding: 5px 0 10px 20px;
	background: url('../images/muiten.png') no-repeat center left;
	width: 220px;
}
.menu-footer ul li a{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.bottom-footer-hy{
	width: 100%;
	height: 10%;
	height: auto;
	background:#252525;

}
.bottom-footer-hy .copyright{
	color: #bbbbbb;
	text-align: center;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top:-30px;
}
.bottom-footer-hy .scroll-hy{
	position: absolute;
	bottom: 55px;
	left: 50%
}


#containerDIV { height: 100%; min-height: 100%; width: 100%; margin: 0 auto; }
#tourDIV {
	height: 630px;
	position:relative;
	overflow:hidden;
}

#panoDIV {
	height: 630px;
	position:relative;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.img_room{margin-bottom:40px;}
.title_room {margin-bottom:15px; font-size:24px; font-weight:500; text-transform:uppercase;}
.content_room ul{list-style: outside none none; padding-left:0px;}
.content_room ul li{float:left; padding: 5px 30px 10px 0px; width:270px; text-transform:uppercase;}
.content_room ul li span{background: url('../images/line-detail-room.png') no-repeat center left; padding:0px 0px 0px 110px; float:right; width:130px}

.masterplan-detail-link{position:relative; margin-top:50px; padding-bottom:0px;}
.bt-3d, .bt-360{  display: inline-block;
  margin: 0px auto 0px;
  padding: 0px 20px; 
  border: solid 1px #bea350;
  -webkit-border-radius: 20px; 
  -moz-border-radius: 20px; 
  border-radius: 20px;
  color: #bea350;
  font-size: 18px;
  text-transform: uppercase;}
.bt-3d:hover, .bt-360:hover{background:#bea350; color:#fff;}
.bt-3d span{display:inline-block; padding-left: 40px; margin-left:-15px; background:url('../images/icon-canho3d.png') no-repeat left center; line-height:36px;}
.bt-3d:hover span{background:url('../images/icon-canho3d-h.png') no-repeat left center;}
.bt-360 span{display:inline-block; padding-left: 40px; margin-left:-15px; background:url('../images/icon-canho360.png') no-repeat left center; line-height:36px;}
.bt-360:hover span{background:url('../images/icon-canho360-h.png') no-repeat left center;}

@media screen and (max-width: 1366px) {
	.bottom-footer-hy .scroll-hy{
		bottom: 65px;
	}
}
@media screen and (max-width: 320px) {
	.content-footer-hy .facebook-hy dl dt{
		margin:  0px 5px;
	}
}


@media screen and (min-width: 1400px) {
    .box-home-3{min-height:760px;}
    
    .content-footer-hy .map-footer{left:0px;}
    #tourDIV {height: 880px;}
    #panoDIV {height: 880px;}
}


/* Large desktop */
@media screen and (min-width: 1200px) {
    .container{width:1140px;}
    .page-footer-copyright .copyright-note{text-align:right;}
    
    .content-footer-hy .map-footer a img {
	    height: 505px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .top-header{}
    .page-header a.logo{background-size:160px;   width: 160px; margin-left:-80px; top:0px; height:63px;}
    .page-header .brand{ top:0px; background:url('../images/logo-fix.png') no-repeat top left;  height:56px;}
    .page-header-sticky a.logo{background-position:center top;}
    .page-header{height:56px; min-height:56px;}
    .page-header ul.navbar-nav li a{height:56px; min-height:56px; padding-top:20px;}
    .page-header .navbar-nav li.home a,
    .page-header .block-search .bt-search{height:56px;}
    .home-position{ background-position:-350px top;}
    .project-nav-horizontal .project-item{font-size:12px;}
    .page-body .page-content{padding-top:56px;}
    .page-overview, .page-project-normal, .page-contact, .page-entertaiment{background: url("../images/bg-page-content.png") no-repeat scroll left top 56px;}
    .page-competition, .page-project-normal, .page-news, .page-library{background: url("../images/bg-page-content.png") no-repeat scroll left top 112px;}
    /**Box home content*/
    .home-big-title{margin-bottom:50px;}
    .box-home-1 .box-thumb-img{margin-top:-130px;}
    .box-home-1,.box-home-2{min-height:0px; margin-bottom:60px;}
    .box-home-3{min-height:520px;}
    .box-home .info{margin-bottom:24px;}
    .box-home .title-wrapper .title-border{height:52px;}
    .box-home .title-wrapper .title span{font-size:34px;}
    .box-home .title-wrapper .title{margin-bottom:20px; font-size:20px; margin-left:42px; height:51px;}
    .box-home .title-wrapper .number{font-size:54px;}
    .box-home-2 a.bt-detail{margin-top:20px;}
    /**/
    .line-footer .why{font-size:27px;}
    .footer-contact .bt-support span{font-size:12px; padding-left:0px;}
    .content-footer-hy .map-footer a img { height: 405px;}
    .content-footer-hy .facebook-hy {padding:31px 0px;}
    .page-project-schedule .album-list .item a.thumb span{ top: 75px;  left: 158px;    }
    .library-nav .library-item{font-size:15px;}
    .page-branch-title .title{font-size:32px;}
    #tourDIV {height: 480px;}
    #panoDIV {height: 480px;}

}
 
 /* Small devices (tablets, 768px and up) */
@media screen and (max-width: 991px) {
    .navbar-toggle {display: block; float:left;}
    .navbar-toggle .icon-bar{background:#fff;}
   
    .library-nav .library-item{font-size:14px;}
    .page-branch-title .title{font-size:32px;}
	
	.map-footer{
		position: static;
	}
	.wP_right{
		margin-bottom: 0px;
		border-bottom: 1px solid #5d5a59;
	}
	
    .content-footer-hy .facebook-hy {padding:25px 0px;}
    .bottom-footer-hy .copyright{margin-top:20px; padding-bottom:20px;}
    .content-footer-hy .border-bottom{border-bottom:0px;}
}

/* Portrait tablet to landscape and desktop */
@media screen and (max-width: 992px) {
    .home-gallery { padding-top:0px;}
    .home-gallery .slide-description{margin-top:30px; width:100%; max-width:none; font-size:13px;}
    .home-gallery .slide-slogan{max-width:250px; margin-top:30px;}
    .page-header > .container{position:relative;}
    .navbar-header {float: none; }
    .navbar-toggle {display: block;}
    .navbar-collapse {box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                       position:absolute; right:0px; z-index:100;  padding: 0px 0px;
    }
    .navbar-collapse.collapse { display: none!important;}
    .navbar-nav {float: none!important; margin: 0px;}

    .navbar-nav>li {float: none;}
   
    .navbar-text {float: none;margin: 15px 0;}
    /* since 3.1.0 */
    .navbar-collapse {margin:0px; right:auto; max-height:none;  padding-top:25px; 
                        width: 100%;  left: 0px;  right: 0px;  margin-left: 0px;  margin-right: 0px;
    }
    .navbar-collapse.collapse.in { display: block!important;   padding-bottom:15px; margin-left: 0px;  margin-right: 0px; left: 0px;  right: 0px}
    .collapsing { overflow: hidden!important;}
    .page-header ul.navbar-nav {padding-top:0px; width:auto;}
    .page-header ul.navbar-nav li a{font-size:16px; padding:10px 0px;line-height:1.42857143; height:45px; width:100%;   border-bottom: solid 1px #208544; color:#fff;}
    .page-header ul.navbar-nav.navbar-nav-left li.last a{border-bottom: solid 1px #208544;}
  
    .page-header ul.navbar-nav li a:hover, .page-header ul.navbar-nav li.active a:hover, .page-header ul.navbar-nav li.active a{background:transparent;  border-bottom: solid 1px #208544; color:#ec1f27;}

   .page-header ul.navbar-nav li.last a{border-bottom:0px;}
    .page-header ul.navbar-nav li.active, .page-header ul.navbar-nav li:hover {
       
    }
    .page-header ul.navbar-nav {
        padding-top:0px; height:auto; margin-bottom:0px; margin-top:0px;
    }
    .navbar-inverse .navbar-collapse{border:0px; background:#3dad65; 
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);}
    .page-header ul.navbar-nav{padding:0px;}

    .page-header{min-height:0px;}

    .header-sm .logo-mobile{position:relative; z-index:9999;}
    .header-sm  a.logo-xs{display:block; width:214px; height:74px; top:0px; background:url('../images/logo-fix.svg') no-repeat center bottom;
                          background-size:214px;  position:absolute; left:50%; margin-left:-107px; 
    }
    .navbar-inverse .navbar-collapse{}

     /* fluid 5 columns */
    .grid-sizer,.album-item { width: 33.333%; }
    /* 2 columns */
    .grid-item--width2 { width: 66.666%; }

    .header-sm {background:#299e41 ; z-index:2;  z-index: 99999;  position: relative;}
    .navbar-toggle .icon-bar{background:transparent;}
    .header-sm .navbar-toggle{background:#3dad65 url('../images/icon-sandwich-mobile.png') no-repeat center center;
                                  height:54px; width:56px; border-radius:0px; margin:0px; padding:0px; margin-left:-15px;
    }
    .page-header{top:0px;}

    /**Box home content*/
    .home-big-title{margin-bottom:30px;}
    .box-home-1 .box-thumb-img{margin-top:30px;}
    .box-home-1,.box-home-2,.box-home-3{min-height:0px; margin-bottom:60px;}

    .box-home .info{margin-bottom:24px;}
    .box-home .title-wrapper .title-border{height:46px;}
    .box-home .title-wrapper .title span{font-size:28px;}
    .box-home .title-wrapper .title{margin-bottom:20px; font-size:18px; margin-left:42px; height:45px;}
    .box-home .title-wrapper .number{font-size:48px;}
    .box-home-2 a.bt-detail{margin-top:20px;}
    /**/
    .line-footer .why{font-size:18px;}
    .footer-partner-title{line-height:40px;}
    .footer-contact .bt-support{padding-right:10px;   padding-left: 12px;}
    .footer-contact .bt-support span{font-size:12px; padding-left:0px;}
    .footer-contact .bt-support span{line-height: 1.6; padding-right:45px; padding-top:10px;}
    .footer-contact .email{background:transparent; padding-left:0px;}
    .footer-contact .support-wrapper {margin-left:10px;}
    #home .page-child-banner .background{height:185px; background-size:cover !important;}

    #page_body .page-child-banner .content{height:215px;}
    .hotline-sticky{bottom:60px;}
    .content-footer-hy .border-bottom{border-bottom:0px;}

}
 
/* Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px) and (max-width: 979px) {
   
}
 
/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) {
    .home-gallery .slide-slogan { }
    #mapcontainer {height:450px; }
    .full-right, .full-left{position:static; margin-top:30px;}
    .header-sm a.logo-xs {display: block;     width: 160px;height: 55px;     top: 0px;background-size: 160px;    position: absolute;left: 50%;   margin-left: -80px;   }
    .home-content-footer {margin-top: 30px;}
    .z-content > div { padding-right: 0px !important; }

    /* fluid 5 columns */
    .grid-sizer, .album-item {width: 33.333%;}
    /* 2 columns */
    .grid-item--width2 { width: 66.666%;}
    .page-footer-contact .hotline { font-size: 15px;}
    .page-footer .footer-bottom {height: auto;line-height: 1.6em;text-align: center;padding: 15px 0px;    }
    .page-footer .footer-bottom .text-right {text-align: center;}
    .logo-footer {text-align: center; margin: 0px auto; }
    .home-content .banner-item img {margin: 0px auto;}
    .home-content-footer h2.title { text-align: center; background-position: bottom center; }

    .box-home .info{margin-left:40px;}
    #home .page-child-banner .background{height:135px;}
    .line-footer{height:auto; padding-bottom:15px;}
    .page-footer .footer_right{word-spacing:normal;}
    .footer-contact{height:auto; border-radius:0px; margin:0px -15px; padding:10px 15px;}
    .footer-contact .email{width:100%; text-align:center;}
    .social-list{text-align:center;}
    .footer-coppyright{width:100%; text-align:center;   line-height: 1.5em; padding: 15px 0px;}
    .logo-datxanh{text-align:center;}
    .logo-datxanh img{margin:0px auto; max-width:160px;}
    .page-footer .footer_right{padding:15px 0px;}
    .box-home-1  a.bt-detail{margin-left:40px;}

    .box-category-wrapper{position:static; margin-top:30px;}
    .page-project-schedule .album-list .item a.thumb span{left:50%;}

    .library-nav .library-item{margin-bottom:15px;}
    .box-home .title-wrapper .title{margin-bottom:20px; font-size:17px; }

 }
@media screen and (max-width: 600px) {
    /* fluid 5 columns */
    .grid-sizer,.album-item { width: 50%; }
    /* 2 columns */
    .grid-item--width2 { width: 100%; }

    .line-footer .why{}
    .page-contact .box-contact-info h3.area-title{min-width:0px; font-size:16px; width:100%;}
}
 
/* Landscape phones and down */
@media screen and (max-width: 480px) {
     #mapcontainer{height:250px;}
    .home-content .banner-item img,
    .home-new .new-list .item img{width:100%;}
   
   .project-nav .project-item{font-size:13px;}
   

     /* fluid 5 columns */
    .grid-sizer,
    .album-item { width: 100%; }
    /* 2 columns */
    .grid-item--width2 { width: 100%; }
    .page-footer .footer-bottom{ font-size:11px;}
    .page-footer .contact-info{font-size:11px;}
    
    .hidden-tn{display:none;}
    .page-project-master-detail .page-control .bt-3dview-wrap{ width:100%; margin-bottom:10px;}
    .page-project-master-detail .page-control .bt-back-wrapper{ width:100%;}
    #master_plan .detail_room table{width:100% !important; margin:0px 0px 15px !important;}

    .line-footer .why{font-size:18px; margin-bottom:5px;}
    .library-nav .library-item{  padding: 50px 5px 5px 5px; font-size:13px; text-align:center; background-position:center 5px !important;}
    #page_body .page-child-banner h3{width:100%; border-radius:0px; left:0px;}
    .page-branch-title .title{font-size:27px;}
    .logo_about { font-size:14px;}
	.content-footer-hy .facebook-hy{
		padding: 10px 0px;
	}
	.bottom-footer-hy .scroll-hy{
		bottom: 85px;
	}
 }

@-ms-viewport       { width: device-width; }

