body{
	background: #f9f9f8;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;

}
.btn-default {
    color: #303030;
    background-color: #e1e321;
    border-color: #000;
}
.btn-default:hover {
    color: #fff;
    background-color: #303030;
    border-color: #000;
}
.form-control {
	margin: 0 auto;
	width: 110px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.form-control option {
    color: #fff;
    background-color: #303030;
}
.clearfix{ clear: both; }

.header .menu-top{
	position: relative;
	z-index: 99;
	background: rgba(48,48,48,1);
background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,48,48,1)), color-stop(100%, rgba(48,48,48,0)));
background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,0) 100%);
background: -o-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,0) 100%);
background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(48,48,48,0) 100%);
background: linear-gradient(to bottom, rgba(48,48,48,1) 0%, rgba(48,48,48,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#303030', GradientType=0 );
}
.header .project{
	position: relative;
	z-index: 99;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(5,5,5,0.09) 9%, rgba(0,0,0,0.14) 14%, rgba(17,17,17,0.24) 24%, rgba(0,0,0,0.33) 33%, rgba(28,28,28,0.4) 40%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(0%, rgba(89,89,89,0)), color-stop(0%, rgba(102,102,102,0)), color-stop(0%, rgba(71,71,71,0)), color-stop(9%, rgba(5,5,5,0.09)), color-stop(14%, rgba(0,0,0,0.14)), color-stop(24%, rgba(17,17,17,0.24)), color-stop(33%, rgba(0,0,0,0.33)), color-stop(40%, rgba(28,28,28,0.4)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(5,5,5,0.09) 9%, rgba(0,0,0,0.14) 14%, rgba(17,17,17,0.24) 24%, rgba(0,0,0,0.33) 33%, rgba(28,28,28,0.4) 40%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(5,5,5,0.09) 9%, rgba(0,0,0,0.14) 14%, rgba(17,17,17,0.24) 24%, rgba(0,0,0,0.33) 33%, rgba(28,28,28,0.4) 40%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(5,5,5,0.09) 9%, rgba(0,0,0,0.14) 14%, rgba(17,17,17,0.24) 24%, rgba(0,0,0,0.33) 33%, rgba(28,28,28,0.4) 40%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(89,89,89,0) 0%, rgba(102,102,102,0) 0%, rgba(71,71,71,0) 0%, rgba(5,5,5,0.09) 9%, rgba(0,0,0,0.14) 14%, rgba(17,17,17,0.24) 24%, rgba(0,0,0,0.33) 33%, rgba(28,28,28,0.4) 40%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}



.menu-top .logo-header{
	margin-top: 15px;
}

.menu-top .header-right .language{
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 25px;
	text-align: right;
}
.menu-top .header-right .th-menu{
	float: right;
}
.menu-top .header-right .th-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-top .header-right .th-menu ul li{
	float: left;
}
.menu-top .header-right .th-menu ul li:first-child a{
	margin-left: 0;
}
.menu-top .header-right .th-menu ul li:first-child a.active{
	color: #e1e321;
}
.menu-top .header-right .th-menu ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-left: 16px;
	padding: 0;
	text-transform: uppercase;
}
.menu-top .header-right .th-menu ul li a:hover{
	color: #e1e321;
	text-decoration: none;
}
.menu-top .header-right .th-menu ul li.active a{
	color: #e1e321;
}
.menu-top .header-right .th-menu ul li.active ul li a{
	color: #fff;
}
.menu-top .header-right .th-menu ul li ul li a:hover{
	color: #e1e321;
}
.menu-top .header-right .th-menu ul li:hover .sub-menu{display: block;}
.menu-top .header-right .th-menu ul li .sub-menu{
	display: none;
	position: absolute;
	width: 135px;
	background: rgba(125, 123, 120, 0.62);
	margin-left: 15px;
}
.menu-top .header-right .th-menu ul li .sub-menu li{
	display: block;
	width: 100%;
	border-top: 1px solid #a79999;
}
.menu-top .header-right .th-menu ul li .sub-menu li a{
	margin: 0;
	display: block;
	padding: 8px 10px !important;
	text-transform: none;
	font-size: 15px;
	font-weight: normal;
}
.menu-top .header-right .th-menu ul li:nth-child(7){
	display: none;
}

.header .slide{
	position: relative;
	margin-top: -125px;
}
.carousel-indicators li{
	border: none;
	background: #777;
	height: 15px;
	width: 15px;
}
.carousel-indicators li a{
	font-size: 80px;
}
.carousel-indicators .active{
	border: none;
	background: #e1e321;
	height: 15px;
	width: 15px;
}


.block-body	.body-top{
	background: #303030;
}
.block-body	.body-top .left-panel,
.block-body	.body-top .right-panel{
	margin: 60px 0 60px 0;
}
.block-body	.body-top .right-panel img{
}
.block-body	.body-top .right-panel img:hover{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.block-body	.body-top .left-panel h2{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 40px 0;
}
.block-body	.body-top .left-panel p:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 40px;
	height: 3px;
	width: 20%;
	background: #e1e321;
}
.block-body	.body-top .left-panel p{
	color: #fff;
	font-size: 15px;
	text-align: justify;
}

.block-body	.body-center{
	background: #181818;
}
.block-body	.body-center .news-list{
	margin-top: 60px;
	margin-bottom: 60px;
}
.block-body	.body-center{
	margin: 0;
	bottom: 0;
	width: 100%;
}

.block-body	.body-center .news-list .bg-img{position: relative;
    overflow: hidden;
}
.block-body	.body-center .news-list .bg-img a{
	color: #e1e321;
	position: absolute;
    bottom: 0;
    width: 100%;
    vertical-align: bottom;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px;
    padding-top: 62%;
    background: rgba(24,24,24,0);
    background: -moz-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,24,24,0)), color-stop(100%, rgba(24,24,24,1)));
    background: -webkit-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: -o-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: -ms-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    text-decoration: none;
}
.block-body	.body-center .news-list .bg-img a:hover{
	color: #fff;
	transition: .8s ease-in-out;
}

.block-body	.body-center p{
	color: #fff;
	display: block;
	font-size: 15px;
	margin: 30px 0 0 0;
	text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    line-clamp: 4;
}
.block-body	.body-bottom{background: #303030; text-align: center;}

.block-body	.body-bottom h2{
	border-bottom: 3px solid #e1e321;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 30px;
	margin: 40px 0 40px 0;
}
.block-body	.body-bottom .nav-tabs li a{
	display: block;
	overflow: hidden;
	margin: 0;
}
.block-body	.body-bottom a{
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
.block-body	.body-bottom img{
	display: block;
	max-width: 100%;
  	height: auto;
	-moz-transition: all 0.9s;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.right-panel-about img{
	display: inline-block !important;
}
.block-body	.hover .list img:hover{
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.block-body	.body-bottom .tab-content a img:hover{
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.block-body	.body-bottom .list img{
	position: relative;
}
.block-body	.body-bottom .list .info{
	display: none;
	position: absolute;
	z-index: 9999;
	bottom: 30px;
	width: calc(100% - 30px);
	background: rgba(24,24,24,0);
    background: -moz-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,24,24,0)), color-stop(100%, rgba(24,24,24,1)));
    background: -webkit-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: -o-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: -ms-linear-gradient(top, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    background: linear-gradient(to bottom, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%);
    padding-top: 10px;
}
.block-body	.body-bottom .list  .title:hover .info{
	display: block;
	z-index: 9999;
}
.block-body	.body-bottom .list .info span a{
	color: #fff;
	width: 100%;
	padding: 0 0 0 15px;
	text-align: left;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	padding-top: 10px;
}
.block-body	.body-bottom .list .info p{
	color: #ccc;
	font-style: italic;
	padding: 0 0 0 15px;
	text-align: left;

}
.block-body	.end-body{background: #181818}

.block-body	.end-body .info{margin: 60px 0 60px 0;}
.block-body	.end-body .info h2{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 40px 0;

}
.block-body	.end-body .info h2:before{
	content: '';
	position: absolute;
	left: 15px;
	top: 40px;
	height: 3px;
	width: 20%;
	background: #e1e321;
}



.mmenu-mobile .open-menu {
  position: absolute;
  right: 90px;
  top: -12px;
  width: 40px;
  height: 40px;
}
.mmenu-mobile .open-menu .menu-line {
  position: absolute;
  display: block;
  height: 3px;
  background: #e1e321;
  width: 30px;
  left: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.mmenu-mobile .open-menu .menu-line:nth-child(1) {
  top: 12px;
}
.mmenu-mobile .open-menu .menu-line:nth-child(2) {
  top: 20px;
}
.mmenu-mobile .open-menu .menu-line:nth-child(3) {
  top: 28px;
}

.block-body	.end-body .info p{
	color: #fff;
	text-align: justify;
}


.header .slide-project{
	position: absolute;
	top: 0;
	z-index: 0;
	left: 0;
	right: 0;
}

.header .slide-project img{
	margin: 0 auto;
}

.breadcrumb1{
	border-bottom: 1px solid #8e8e8e;
	background: #303030;
	padding: 0;
	margin: 0;
	border-radius: none;
	position: relative;
}
.block-body .breadcrumb1 p{color: #8e8e8e;}
.block-body .breadcrumb1 p a{
	display: inline-block;
	color: #8e8e8e;
	text-decoration: none;
	padding: 10px 0;
	font-style: italic;
}

.block-body .body-tab{
	background: #303030;
	padding: 60px 0 60px 0;
	position: relative;
}
.block-body .body-tab .tab-pane{
	margin: 40px 0 40px 0;
}
.block-body .body-tab .nav-tabs{
	border: none;
	display: inline-block;
	text-align: center;
}
.block-body .body-tab .nav-tabs li a{
	border: 2px solid rgba(225, 227, 33, 0.2784313725490196);
	color: #aba6a6;
	font-size: 14px;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
}
.block-body .body-tab .nav-tabs li.active a{
	background: none;
    border: 2px solid #e1e321;
    color: #fff;
    border-radius: 5px;
}
.block-body .body-tab .nav-tabs li a:hover{
	background: none;
    border: 2px solid #e1e321;
    color: #fff;
    border-radius: 5px;}
.nav>li>a:focus, .nav>li>a:hover{background: none; }
.nav-tabs>li>a:hover{display: inline-flex;}
.block-body .body-tab .tab-content{
	color: #fff;
}
.nav-tabs>li>a{border-radius: none}

.block-body .body-tab span.title a{
	color: black;
    background: #e1e321;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    text-decoration: none;
    display: inline-block;
}
.block-body .body-tab span.title a:hover{
    background: #52520d;
	transition: .4s ease-in-out;
}

.block-body	.about h2{
	border-bottom: none;
	display: block;
	text-align: left;
	margin: 0 0 0 0;
}
.block-body	.about p{
	display: block;
	text-align: left;
	text-align: justify;
}




.mmenu-mobile .open-menu .menu-line:nth-child(1) {
  top: 12px;
}
.mmenu-mobile .open-menu .menu-line:nth-child(2) {
  top: 20px;
}
.mmenu-mobile .open-menu .menu-line:nth-child(3) {
  top: 28px;
}
.mmenu-mobile .active .menu-line:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
}
.mmenu-mobile .active .menu-line:nth-child(2) {
  display: none;
  transition: 0.3s ease-in-out;
}
.mmenu-mobile .active .menu-line:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
.block-body .body-top-detail{
	position: relative;
	background: #303030;
}
.block-body .body-top-detail .left-panel-detail h2{
	color: #e1e321;
	text-transform: uppercase;
	padding: 0;
	margin: 30px 0 40px 0;
	font-weight: 700;
	font-size: 24px;
}
.block-body .body-top-detail .left-panel-detail .img-detail{
	margin: 10px 0 30px 0;
}
.block-body .body-top-detail .right-panel-detail h2{
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	margin: 30px 0 40px 0;
	font-weight: 700;
	font-size: 24px;
}
.block-body .body-top-detail .right-panel-detail .info{
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.block-body .body-top-detail .right-panel-detail .info p{
	color: #777;
	padding-left: 40px;
}
.block-body .body-top-detail .right-panel-detail p{
	color: #777;
	padding-left: 10px;
}
.block-body .body-top-detail .right-panel-detail .info span{
	color: #fff;
	display: block;
	padding: 10px;
}
.block-body .body-top-detail .right-panel-detail .info span i{
	background: #e1e321;
	color: black;
	border-radius: 50%;
	font-size: 10px;
	padding: 3px 4px;
	margin-right: 10px;
}
.tab-content .price img{
	display: block;
}
.block-body .contact{color: #fff;}
.block-body .contact h2{text-align: left; display: block;}

.block-body .right-contact .form-group-1 img{
	float: left;
	margin-top: 6px;
	display: inline-block;
}
.block-body .right-contact .form-group-1 input{
	float: right;
	width: 75%;
	margin-top: 5px;
}

.block-body .right-contact button{
	border-radius: 3px;
	border: none;
	color: black;
	background: #e1e321;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding: 7px 57px;
	line-height: 27px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;

}
.block-body .right-contact button:hover{
	background: #fff;
}
.flex-direction-nav .flex-next{font-family: "flexslider-icon";}
.flexslider:hover .flex-direction-nav .flex-prev{font-family: "flexslider-icon";}
.box-phongthuy{
	width: calc(100% - 55px);
	float: left;
}
.box-phongthuy label.control-label{
	float: left;
	line-height: 34px;
	margin-bottom: 0;
}
.box-phongthuy .form-control{
	float: left;
	margin-left: 30px;
}


@media(max-width: 1199px){
	.menu-top .header-right .th-menu ul li a{font-size: 13px; margin-left: 15px;}
	.block-body	.body-top .left-panel h2{font-size: 22px;}
	/*.menu-top .logo-header img{width: 79%;}*/
}
@media(max-width: 991px){
	.menu-top .header-right .th-menu ul li a{font-size: 10px; margin-left: 10px;}
	.menu-top .header-right .language{margin-top: 20px; margin-bottom: 20px;}
	.block-body	.body-top .left-panel h2{font-size: 17px;}
	.block-body	.body-top .left-panel p{font-size: 13px;}
	.block-body	.body-center .news-list .bg-img a{font-size: 18px;}
	.block-body	.body-center p{font-size: 13px;}
	.block-body	.body-bottom h2{margin: 30px 0 40px 0;}
	.block-body	.end-body .info h2{font-size: 20px;}
	.block-body .right-contact .form-group-1 input{width: 70%;}
	/*.menu-top .logo-header img{width: 85%;}*/
	.box-phongthuy .form-control{margin-left: 5px;}
}


@media(max-width: 767px){
	.menu-top .header-right .th-menu{display: none;}
	.menu-top .header-right .th-menu ul li:first-child a,
	.menu-top .header-right .th-menu ul li{float: none; text-align: center; width: 100%; background: #181818; border-bottom: 0.5px solid #ccc; line-height: 50px;}
	.menu-top .header-right .th-menu{width: 100%;}
	.menu-top .logo-header img{margin: 0 auto; width: 28%;}
	.menu-top .header-right .language{margin: 0 0px 10px 0; display: inline-block;}
	.block-body	.body-top .left-panel{margin: 40px 0 0 0;}
	.block-body	.body-top .right-panel{margin: 20px 0 60px 0;}
	.block-body	.body-top .left-panel h2{font-size: 14px;}
	.block-body	.body-top .left-panel p{font-size: 12px;}
	.block-body	.body-center p{margin: 15px 0 60px 0;}
	.block-body	.body-center .news-list{margin-bottom: 0;}
	.block-body	.body-top .right-panel img{margin: 0 auto;}
	.block-body	.body-center .news-list .bg-img a{padding-top: 36%;}
	.block-body .body-tab .nav-tabs li a{font-size: 13px;}
	.block-body .body-tab .nav-tabs li.active a{display: inline-flex;}
	.block-body .body-tab{padding: 15px 0 30px 0;}
	.menu-top .header-right .th-menu ul li a{font-size: 13px}
	.block-body .right-contact .form-group-1 input{width: 76%;}
	.block-body	.end-body .info .right-panel{margin-top: 40px}
	.block-body .body-top-detail .left-panel-detail h2{font-size: 15px;}
	.box-phongthuy{width: 100% !important;}
	.box-phongthuy > div{padding-bottom: 10px;}
	.box-phongthuy .form-control{float: right;}
	.menu-top .header-right .th-menu ul li:nth-child(7){display: block;}
}



@media(max-width: 479px){
	.block-body .right-contact .form-group-1 input{width: 64%;}
}



@media(max-width: 359px){

	.block-body .right-contact .form-group-1 input{width: 54%;}
}