﻿html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;
	font-size:14px;
	line-height:24px;
}  

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******Handy class***************/
.fll{float:left;}
.flr{float:right;}
.hidden{display:none;}
.block{display:block;}
.disabled {
	pointer-events: none;
	opacity: 0.7;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* IE6/7 support */
.clearfix {
	*zoom: 1;
}
.hide_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/******Project class***************/
*{	
	margin:0px;padding:0px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
a img{
	border:0px;
	outline:none;
}
img{
	max-width:100%;
}
.clear{
	clear:both;
	display:block;
}
input,textarea{
	outline:none;
	font-size:13px;
}

@font-face {
    font-family: 'npb-lightlight';
    src: url('npb-light-webfont.eot');
    src: url('npb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('npb-light-webfont.woff') format('woff'),
         url('npb-light-webfont.ttf') format('truetype'),
         url('npb-light-webfont.svg#npb-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'npb-thinthin';
    src: url('npb-thin-webfont.eot');
    src: url('npb-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('npb-thin-webfont.woff') format('woff'),
         url('npb-thin-webfont.ttf') format('truetype'),
         url('npb-thin-webfont.svg#npb-thinthin') format('svg');
    font-weight: normal;
    font-style: normal;

}
/**
 * Icon
 */

.hoverimage{
  position: relative;
  overflow: hidden;  
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
  font-family: sans-serif;
}

/**
 * The "shine" element
 */

.hoverimage:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.hoverimage:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.hoverimage:active:after {
  opacity: 0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}
.body-website{
}
.header{

}
.container{
	padding-top:0px;
}
.feature-home{
	position:relative;
}
.list-static-home{
	width:1140px;
	position:absolute;
	bottom:3px;
	left:50%;
	margin-left:-570px;
	z-index:990;
}
.list-static-home li{
	float:right;
	margin-left:20px;
	background:url(../images/hotline.png);
	padding:10px;
	width:197px;
}
.list-static-home li:hover{
	background:#eaa926;
}
.title-static-home{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	display:block;
	line-height:20px;
	text-align:center;
	padding-bottom:6px;
}
.image-static-home{
	display:block;
}
.image-static-home img{
	width:195px;
	border:1px #fff solid;
	display:block;
}
.banner{
	width:1000px;
	margin:0px auto 8px;
	padding-top:5px;
}
.logo img{
	display:block;
}
.right-banner{
	width:70%;
	text-align:right;
}
.right-banner .block-banner{
	float:left;
}
.row-header02{
	margin-bottom:4px;
	font-size:13px;
	font-weight:bold;
	color:#ed1c24;
}
.row-header01{
	margin-bottom:4px;
	font-size:13px;
	color:#0096da;
}

.list-share{
	float:right;
	margin-left:10px;
}
.list-share li{
	float:left;
	margin-left:13px;
}
.list-share li a:hover{
	opacity:0.8;
	display:block;
}
.box-search{
	width:32%;
	height:26px;
	padding-left:36px;
	background:#ffffff url('../images/icon-search.png') no-repeat 9px 4px;
	float:right;
	border:2px #a8d3db solid;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.box-search input{
	height:26px;
	line-height:26px;
	background:transparent;
	border:none;
}
.feature{
	margin-bottom:20px!important;
}
.main-banner{
	width:825px;
	float:left;
}
.box-search-fiter{
	width:255px;
	float:right;
	min-height:348px;
	background:#e2e2e2;
}
.box-introdution{
	padding:77px 0px 64px 0px;
	background:#fff;
}
.wrapper{
	width:1140px;
	margin:auto;
}
.left-introdution{
	width:49%;
}
.title-website{
	color:#233a7b;
	font-size:28px;
	margin-bottom:10px;
	line-height:36px;
}
.summary-home{
	color:#636363;
	font-size:14px;
	margin-bottom:10px;
}
.link-video{
	color:#233a7b;
	padding-right:35px;
	background:url('../images/bg-video.png') no-repeat center right;
}
.link-video:hover{
	color:#f58e32;
}
.right-introdution{
	width:49%;
}

.detail{
	overflow:hidden;
}
.detail p{
	margin-bottom:6px;
}
.detail img{
	display:block;
	margin-bottom:5px;
	max-width:100%;
	height:auto!important;
}
.detail .box-slide img{
	margin:0px auto 0px!important;
}


.detail *{
	line-height:24px!important;

}
.detail ul{
	list-style-position:inside!important;
	list-style:disc!important;
	margin-left: 35px!important;
}
.detail ul li{
	font-size:14px!important;
}


.detail table{
	margin-bottom:10px;
	border:1px #999 solid;
}
.detail table td{
	padding:5px 10px!important;
	border:1px #999 solid;
}








/* list product */
.block-product{
	background:#fff;
}
.header-block-product{
	padding:40px 0px 40px 0px;
	text-align:center;
	background:#233a7b;
	margin-bottom:100px;
	position:relative;
}
.header-block-product h2{
	color:#fefefe;
	font-weight: normal;
	font-size:32px;
	font-family: 'Alegreya Sans', sans-serif;
}
.arrow01{
	position:absolute;
	left:50%;
	bottom:-21px;
	width:40px;
	margin-left:-20px;
	height:21px;
	display:block;
	z-index:2;
	background:url('../images/arrow01.png') no-repeat;
}
.list-product{

}
.product-item{
	width:26.2%;
	padding:20px 1%;
	border:1px #e6e6e6 solid;
	float:left;
	margin:0px 2% 75px 2%;
	text-align:center;
}
.image-product-item{
	display:block;
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}
.image-product-item:hover{
	opacity:0.8;
}

.image-product-item img{
	display:block;
	margin:auto;
}
.title-product-item{
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	height:40px;
}
.title-product-item a{
	color:#0b823e;
	font-size:18px;
	font-weight:lighter;
	text-align:center;
}
.title-product-item a:hover{
	color:#f58e32;
}

.product-item p{
	height:60px;
	margin-bottom:15px;
	color:#505050;
	text-align:justify;
	font-size:13px;
}

.view-detail{
	color:#525252;
	font-size:14px;
	background:#e9e9e9;
	line-height:20px;
	padding:6px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:auto;
}
.view-detail:hover{
	background:#dcdcdc;
}


.box-introdution02{
	padding:1px 0px 0px 0px;
	background:#c3eeeb;
}
.left-introdution02{
	width:45%;
	margin-top:70px;
}
.title02{
	color:#233a7b;
	font-size:32px;
	line-height:36px;
	font-weight:normal;
	margin-bottom:10px;
}
.summary-home{
	color:#636363;
	font-size:14px;
	margin-bottom:10px;
}
.right-introdution02{
	width:45%;
}
.right-introdution02 img{
	width:100%;
}
.list-introdution li{
	float:left;
	margin-right:10px;
	padding-left:10px;
	border-left:1px #233a7b solid;
	line-height:14px;
}
.list-introdution li:first-child{
	padding-left:0px;
	border-left:none;
}
.list-introdution a{
	color:#233a7b;
}
.list-introdution a:hover{
	color:#f58e32;
}
.group-news{
	padding:50px 0px 60px 0px;
	width:1000px;
	margin:auto;
}
.box-news-home{
	width:47%;
}
.box-news-home h3{
	color:#233a7b;
	font-size:26px;
	font-weight:normal;
	margin-bottom:40px;
}
.item-news-home{
	width:46%;
	margin-bottom:10px;
}
.image-item-box-group01{
	display:block;
	margin-bottom:10px;
}
.image-item-box-group01 img{
	width:100%;
	display:block;
}
.title-item-box-group01{
	color:#565656;
}
.title-item-box-group01:hover{
	color:#f58e32;
}
.item-list-news-home{
	margin-bottom:5px;
	clear:both;
}
.item-list-news-home a{
	color:#233a7b;
}
.item-list-news-home a:hover{
	color:#f58e32;
}
.footer{
	background:#002757 url('../images/footer.png');
	padding:12px 0px 20px 0px;
	border-top:3px #eaa926 solid;
}
.bottom-footer{
	width:100%;
	height:88px;
	display:block;
	background:url(../images/image-footer.png) no-repeat top center;
}


.list-footer{
	margin-top:5px;
	color:#6d6d6d;
	font-size:12px;
	padding:10px 0px;
}
.list-footer li{
	float:left;
	margin-right:12px;
	padding-left:12px;
	border-left:1px #233a7b solid;
	line-height:10px;
}
.list-footer li:first-child{
	padding-left:0px;
	border-left:none;
}
.list-footer a{
	color:#233a7b;
	font-size:12px;
}
.list-footer a:hover{
	color:#f58e32;
}
.header-footer{
	margin-bottom:20px;
}
.body-dieuhuong{
	margin:0px 0px 0px 0px;
}
.body-dieuhuong ul li{
	float:left;
	color:#434343;
	line-height:33px;
	font-size:13px;
}
.body-dieuhuong ul li a{
	color:#434343;
	line-height:33px;
	margin-right:3px;
}
.body-dieuhuong ul li a:hover{
	text-decoration:underline;
}
.primary{
	width:948px;
	float:right;
	margin-bottom:30px;
}
.sidebar{
	width:192px;
	float:left;
	margin-bottom:30px;
}
.sidebar .block-banner img{
	display:block;
	width:100%;
}
.height10{
	display:block;
	height:20px;
}
.group-products{
	width:948px;
	margin-bottom:20px;
	float:right;
}
.box-product{
	width:100%;
}
.product-list{
	width:294px;
	margin:0px 0px 20px 20px;
	float:left;
	border:1px #e7e5e5 solid;
	position:relative;
}
.product-list02{
	margin:0px 0px 20px 0%;
}
.marign-left0{
	margin:0px 0px 20px 0px;
	}
.attr-duan01{
	margin:0px 10px 5px 10px;
}
.attr-duan01 li{
	float:left;
	width:35%;
}
.attr-duan01 li:first-child{
	border-left:none;
	width:24%;
}
.attr-duan01 li:last-child{
	border-left:none;
	width:41%;
}
.attr-duan01 span.attr-price{
	color:#f00;
	text-align:right;
	font-weight:bold;
	display:block;
}
.attr-duan01 span{
	display:block;
	color:#444444;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	line-height:30px;
	
}
.attr-duan01 span.attr-dientich{
	background:url('../images/icon-area.png') no-repeat 0px 5px;
	background-size:25px 18px;
	padding:0px 10px 0px 20px;
}
.attr-duan01 span.attr-phongngu{
	background:url('../images/icon-bedroom.png') no-repeat 0px 3px;
	padding:0px 10px 0px 30px;
	background-size:25px 18px;
}
.attr-duan01 span.attr-wc{
	background:url('../images/icon-wc.png') no-repeat left center;
	padding:0px 10px 0px 20px;
	margin-left:8px;
}

.attr-duan{
	overflow:hidden;
}
.box-note-duan{
	width:99%;
	position:absolute;
	top:0px;
	left:1%;
	z-index:10;
}
.box-note-duan span{
	color:#fff;
	font-size:12px;
	line-height:22px;
	display:inline-block;
	padding:0px 8px;
	margin-right:0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#EAA926;
	margin-bottom:5px;
	font-weight:bold;
}


.box-note-duan span.noi-bat{
	background:#ee1a24;
}
.box-note-duan span.moi{
	background:#00923f;
}
.box-note-duan span.hot{
	background:#36325e;
}

.box-note-duan span.ban{
	background:#c00009;
}



.title-product-list{
	color:#505866;
	font-size:17px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	display:block;
	line-height:22px;
	height:66px;
	overflow:hidden;
	margin:0px 10px 5px 10px;
}
.title-product-list:hover{
	color:#EAA926;
}
.address-duan{
	display:block;
	text-align:center;
	line-height:16px;
	overflow:hidden;
	color:#505050;
	font-size:13px;
	margin:0px 10px;
}
.sumary-list{
	margin-bottom:8px;
}
.read-more-list{
	color:#525252;
	background:#e9e9e9;
	font-size:14px;
	display:block;
	height:32px;
	line-height:32px;
	float:left;
	padding:0px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.read-more-list:hover{
	color:#fff;
	background:#233a7b;
}
.body-fix-main-nav .list-language{
	display:none;
}
.body-wrapper{

}
.body-wrapper-content{
	margin-left:20px;
}
.box-main-menu{
	height:80px;
	background: #002757 url(../images/footer.png);
	width:100%;
	border-bottom:3px #eaa926 solid;
	margin-bottom:10px;
}
.box-primary{
	margin-bottom:10px;
}
.header01{
	height:32px;
	line-height:32px;
	margin-bottom:20px;
	color:#4fc0f3;
	font-size:26px;
	border-bottom:2px #4fc0f3 solid;
}
.category-parent{
	color:#0090ff;
	font-size:22px;
	display:block;
	float:left;
	font-family:MyriadPro-Regular;
	text-transform:uppercase;
	font-weight:lighter;
}
.header03{
	height:36px;
	margin:0px auto 20px;
	font-weight:normal;
	background:url('../images/bg-header.png') repeat-x bottom left;
}
.header03 a,.header03 span{
	line-height:38px;
	height:36px;
	text-align:left;
	color:#fff;
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:MyriadPro-BoldCond;
	font-weight:bold;
	background:#ff3c00;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	padding:0px 20px;
	float:left;
}
.header03 a:hover{
	color:#fff;
	background:#e70041;
}

.header04{
	height:34px;
	line-height:34px;
	width:250px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:lighter;
	font-family: MyriadPro-Light;
	background:#65d82b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0px auto 20px;
	clear:both;
}
.header04 a{
	height:34px;
	line-height:34px;
	text-align:center;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	font-weight:lighter;
	font-family: MyriadPro-Light;
}
.header04 a:hover{
	opacity:0.8;
}



.image-list-product{
	display:block;
	margin-bottom:5px;
}
.image-list-product img{
	display:block;
	width:100%;
}
.box-attr-duan01{
	width:100%;
	padding:0px 5px;
	height:36px;
	line-height:30px;
	margin-left:-5px;
	background:url('../images/bg-attr-duan.png') no-repeat top left;
}
.attr-area{
	position:absolute;
	top:0px;
	right:0px;
	padding: 2px 10px;
    background: rgba(234,169,39,0.8);
	line-height:24px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	z-index:2;
	display:block;
}

.box-map{
	width:928px;
	margin:0px auto 30px;
}
.header02{
	height:30px;
	line-height:30px;
	color:#ee2526;
	font-size:16px;
	border-bottom:2px #cecece solid;
	margin-bottom:20px;

}
.margin30{
	margin-bottom:30px;
}


.group-image{
	margin:30px 0px;
}
.box-image{
	text-align:center;
	padding:20px 0px;
}
.background-image{
	background:#f8f7f7;
}
.box-image img{
	margin:0px auto 6px;
	display:block;
	max-width:80%;
}
.box-image span{
	margin:auto;
	display:block;
	font-size:14px;
}

/* group-support */
.group-support{
	border: 1px #b5c4cc solid;
    padding: 20px 0px 30px 0px;
    background: #f9f9f9;
    margin-bottom:20px!important;
}
.group-support h4{
	color: #333;
    font-size: 22px;
    margin-bottom: 10px;
    font-family:MyriadPro-Light;
    font-weight:lighter;
    text-transform:uppercase;
    text-align:center;
    margin:5px auto 30px;
}
.group-support h5{
	color: #595959;
    font-size: 20px;
    font-family:MyriadPro-Light;
    font-weight:lighter;
    text-transform:uppercase;
    text-align:center;
	margin-bottom:35px;
}
.list-support{
	width:100%;
	margin:auto;
	text-align:center;
	border-bottom:1px #262457 solid;
	padding-bottom:10px;
	margin-bottom:10px;
}

.list-support li{
	width:25%;
	margin:0px 0% 0px 0%;
	float:left;
}



.list-support li img{
	display:block;
	height:15px;
	float:left;
	margin:5px 15px 0px 0px;
}
.right-item-support{
	float:left;
}
.list-support li span{
	display:block;
}
.support-name{
	color: #fff;
    font-size:12px;
    text-align:left;
}
.phone-support{
	color:#00a6bd;
    font-size: 14px;
    font-weight: bold;
    text-align:left;
}
.col01-botton-footer{
	width:40%;
	float:left;
}
.box-list-footer{
	width:17%;
	float:left;
}
.box-form-footer{
	float:right;
	width:25%;
}

.boxvideo{
	width:100%;
	padding:20px 0px;
	border-top:1px #ccc solid;
	position:relative;
}
.video-duan{
	width:100px;
	height:100px;
	display:block;
	margin:auto;
	background:url('../images/icon-video.png') no-repeat top center;
	z-index:2;
}
.video-duan:hover{
	opacity:0.5;
}

/* banner */
.banner-left{
	position:fixed;
	top:155px;
	left:0px;
	z-index:13;
}
.banner-right{
	position:fixed;
	top:155px;
	right:0px;
	z-index:13;
}
.header-bottom-footer{
	color: #fff;
    font-size: 15px;
    line-height:28px;
    text-transform: uppercase;
    display:block;
    font-weight:bold;
}
.box-list-footer ul li a{
	display:block;
	color:#d1d1d1;
	font-size:13px;
}
.box-list-footer ul li a:hover{
	color:#00a6bd;
}


/* banner du an */
.banner-left-duan{
	position:fixed;
	top:47px;
	left:0px;
	z-index:13;
}
.banner-right-duan{
	position:fixed;
	top:47px;
	right:0px;
	z-index:13;
}


/* paging */
.web-pagination{
	text-align:center;
	padding:20px 0px 50px 0px;
	clear:both;
	width:100%;
	margin-top:20px;
}
.web-pagination a{
	padding:5px 9px;;
	font-size: 12px;
	color: #555;
	font-weight:bold;
	background:#f5f5f5;
	margin-left:1px;
}
.current{
	padding:5px 9px;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	background:#eda628;
}
/* Tag */
.tags{
    line-height: 25px;
    padding: 12px 0;
}
.tags a,
.tags span{
    display: inline-block;
    line-height: 25px;
    padding: 0 7px;
    background-color: #f1f1f1;
    color:#565656;
    margin-bottom:6px;
}
.tags span{
    font-weight: bold;
    background: #f1f1f1 url(../images/tags.png) 6px 6px no-repeat;
    padding-left: 30px;
}
.title-page{
    color: #444;
    font-size: 20px;
    margin-bottom: 10px;
    font-family:MyriadPro-Regular;
    font-weight:lighter;
    text-align: center;
    margin: 5px auto 20px;
    padding-top:20px;
    border-top:1px #ddd solid;
}
.content-footer{
	font-size:12px;color:#6d6d6d;line-height: 22px!important;
}
.content-footer *{
	color:#fff;
}

.copyright-otit{

}

.copyright-otit a{
	color:#fff!important;
	text-transform:capitalize;
}

.copyright-otit a:hover{
	text-decoration:underline;
}
#hide{
	display:none;
	height:0px;
}
.header-video{
    color: #777676;
    font-size: 24px;
    text-transform: uppercase;
    font-family: MyriadPro-SemiboldCond;
    text-align: center;
    margin: 5px auto 20px;
}
.list-social{
	list-style:none;
	text-align:center;
}
.list-social li{
	display:inline-block;
	margin-left:15px;
}
.list-social li a{
	width:40px;
	height:40px;
	display:block;
	background-color:#a4c7db;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.list-social li a.icon-social01{
	background:#7b5303 url('../images/social-normal.png') no-repeat 2px -35px;
}
.list-social li a.icon-social01:hover{
	background:#eaa926 url('../images/social-normal.png') no-repeat 2px -35px;
}

.list-social li a.icon-social02{
	background:#7b5303 url('../images/social-normal.png') no-repeat 2px -72px;
}
.list-social li a.icon-social02:hover{
	background:#eaa926 url('../images/social-normal.png') no-repeat 2px -72px;
}


.list-social li a.icon-social03{
	background:#7b5303 url('../images/social-normal.png') no-repeat 2px -181px;
}
.list-social li a.icon-social03:hover{
	background:#eaa926 url('../images/social-normal.png') no-repeat 2px -181px;
}


.list-social li a.icon-social04{
	background:#7b5303 url('../images/social-normal.png') no-repeat 2px -252px;
}
.list-social li a.icon-social04:hover{
	background:#eaa926 url('../images/social-normal.png') no-repeat 2px -252px;
}
.box-share{
	border-top:1px #ddd solid;
	padding-top:10px;
	margin-bottom:10px;
}
.bg-group-products{
	background:url('../images/bg05.png');
	border-bottom:1px #ddd solid;
}

.hotline-mainmenu{
	color: #fff;
	font-weight:bold;
    background:#ff3c00 url('../images/icon-phone.png') no-repeat 0px 0px;
    background-color:#ff3c00;
    background-image:url('../images/icon-phone.png');
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-size:24px 24px;
    height:25px;
    width:110px;
    padding-left:28px;
    line-height:25px;
    font-size:15px;
   -webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	float:right;
	margin:5px 20px 0px 0px;
}
.hotline-fixmenu{
	position:absolute;
	top:5px;
	right:50px;
	color: #fff;
	font-weight:bold;
    background:#EAA926 url('../images/icon-phone.png') no-repeat 0px 0px;
    background-color:#EAA926;
    background-image:url('../images/icon-phone.png');
    background-repeat:no-repeat;
    background-position:0px 0px;
	background-size:26px 26px;
    height:26px;
    width:130px;
    padding-left:26px;
    line-height:26px;
    font-size:16px;
    -webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.box-main-menu-duan .hotline-mainmenu{
	top:0px;
}
.note-not-search{
	display:block;
	text-align:center;
	margin:0px 20px 10px 20px;
	font-size:13px;
}
.content-category-project{
	border:1px #ddd dashed;
	padding:10px 10px;
	clear:both;
	margin:0px 3px 20px 16px;
}
.content-home{
    border: 1px #ddd dashed;
    padding: 10px 10px;
    clear: both;
    margin: 0px 0px 20px 0px;
}
.block-banner-slideshow{
	margin-bottom:20px;
	border-bottom:3px #eaa926 solid;
}
.feature-home .block-banner-default{
	margin-bottom:20px;
}
.feature-home .block-banner-default img{
	border-bottom:3px #eaa926 solid;
	display:block;
}


.box-image-duan{
	position:relative;
}
.list-language{
	float:right;
	margin:5px 0px 0px 0px;
}
.list-language li{
	float:left;
	margin-left:10px;
	width:30px;
}
.list-language li a{
	color:#52a2b2;
	display:block;
	height:20px;
	width:28px;
	line-height:16px;
	font-size:12px;
	color:#fff;
	border:1px #fff solid;
}
.list-language li a.vietnamese{
	background-image:url('../images/vi.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:28px 20px;
}
.list-language li a.english{
	background-image:url('../images/en.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:28px 20px;

}
.list-language li a.chinese{
	background:url('../images/cn.png') no-repeat top left;
}



.list-language li a:hover,
.list-language li a.selected{
	border:1px #0090ff solid;

}
.breacrum{
	margin-bottom:13px;
	margin-left:20px;
}
.breacrum ul li {
    float: left;    
	margin-left:8px;
	font-size:11px;
}
.breacrum ul li a{
	color:#999999;
    font-size: 11px;
    background: url(../images/icon_breacrum.png) no-repeat right;
	display:block;
	padding: 0 14px 0 10px;
}
.breacrum ul li:first-child a{
	padding: 0 14px 0 0px;
}

.breacrum ul li:first-child {  
	margin-left:0px;
}

.breacrum ul li a:hover{
	color:#000;
}

.breacrum ul li h1{
	color:#999999;
    font-size: 11px;
	font-weight:normal;
	line-height: 24px;
}
/* Tag */
.tags{
    line-height: 25px;
    padding: 12px 0;
}
.tags a,
.tags span{
    display: inline-block;
    line-height: 25px;
    padding: 0 7px;
    background-color: #f1f1f1;
    color:#565656;
    margin-bottom:6px;
}
.tags span{
    font-weight: bold;
    background: #f1f1f1 url(../images/tags.png) 6px 6px no-repeat;
    padding-left: 30px;
}
.cat-name{
	height:34px;
	line-height:34px;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	margin-bottom:16px;
	background: #f2f2f2;
}
.group-products .cat-name{
	margin-left:16px;
}
.cat-name a{
	display:block;
	font-weight:normal;
	font-size:16px;
	color:#333;
	text-indent:10px;
}
.cat-name a:hover{
	color:#EAA926;
}
.icon-contact{
	width:27px;
	height:166px;
	display:block;
	position:fixed;
	top:50%;
	margin-top:-83px;
	right:0px;
	z-index:10000;
	background-image:url(../images/icon-contact.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.overlay {
    width: 100%!important;
    height: 100%!important;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.9;
    background: url(../images/overlay.png);
    z-index: 998;
    display: none;
}
.body-website-detail{
	padding-top:90px;
}
.box-hotline{
	height:30px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:20;
	display:none;
}
.left-hotline{
	float:left;
	margin-right:5px;
	background:#ee3124;
	line-height:30px;
	color:#fff;
	padding:0px 10px 0px 5px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.phone{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

.hotline-mobile{
	width:86px;
	height:30px;
	background:#ee3124;
	display:block;
	color:#fff;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	float:left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.hotline-mobile span{
	width:30px;
	height:30px;
	display:block;
	float:left;
	background-image:url('../images/phone-hotline.png');
	background-size:30px 30px;
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;	
	margin:0px 8px 0px 1px;
}
.video-intro{
	border:1px #8c5f29 solid;
	margin-bottom:30px;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(0px) rotate(10deg);
    transform: translateX(0px) rotate(10deg);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(-10deg);
    transform: translateX(0px) rotate(-10deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(0px) rotate(10deg);
    transform: translateX(0px) rotate(10deg);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(-10deg);
    transform: translateX(0px) rotate(-10deg);
  }
}

/* form chan trang */
.box-form-duan-popup{

}

.box-content-form-popup{
}
.box-content-form-popup .textbox-form-duan{
	width:100%;
	padding:8px 0px;
	text-indent:10px;
	margin:6px 0px 2px;
	border:1px #fff solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box-content-form-popup .text-area-form-duan{
	width:100%;
	height:60px;
	padding:3px 0px;
	text-indent:10px;
	margin:6px 0px 8px;
	font-size:14px;
	border:1px #fff solid;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box-content-form-popup .button-form-register-popup{
	padding: 10px 0px;
	width:100%;
    border: 0px;
    background:#fb5900;
    color: #fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size: 14px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:5px 0px 8px;
    cursor:pointer;
}
.button-form-register:hover{
    background: #fb762d;
}
.box-captra label{
	line-height:28px;
	float:left;
	font-size:14px;
	color:#3c3c3c;
	margin-right:10px;
}
.box-captra input{
	float:left;
	font-size:14px;
	padding:5px 10px;
	border:1px #636363 solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:50px;
}
.box-captra img{
	float:right;
	height:30px;
	display:block;
}
.error{
	color: #ff0000;
    text-align: center;
    display: block;
}
.row-form .error{
	color: #ff0000;
    text-align:left;
	text-indent:112px;
}
.button-close{
	margin:auto;
	background:#fff url('../images/controls-close.png') no-repeat center right;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:30px;
	cursor:pointer;
}

@media (max-width: 768px) {
	.box-form-duan-popup{
		width:90%;
		margin:20px auto 30px;
		padding:10px 0px;
		top: 5%;
    	left: 5%;
	}
	.box-content-form-popup{
		width:100%;
		margin:10px auto 0px;
	}

}