::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}
*{margin: 0; padding: 0;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {min-width: 100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.video_popup {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video_popup iframe, .video_popup object, .video_popup embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#clickvideo{ width:100%; padding:4px 0; margin:3px 0%; border:1px solid #DDD; box-sizing:border-box;}
.addthis_native_toolbox{margin:10px 0px; width:100%; clear:both;max-height:50px;}
#toptop {width: 46px; height: 46px;position: fixed;bottom: 30px; right: 20px;text-indent: -99999px;cursor: pointer;background: url(images/back_to_top.png) top center no-repeat;transition:0.5s;z-index:200;}
.tags{}
.tags a{
    display: inline-block;
    border-radius: 5px;
    background: #f0f0f0;
    color: #aaa;
    padding: 3px 5px;
    margin-bottom: 2px;
}
.tags a:hover{
	background:#fe6d4c;
	color:#fff;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
div.bando img{max-width:none !important;}
.bando > iframe{width: 100%;float: left;height: 385px;}
.fix_head {
  position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.fix_head div.logo img
{
	max-width: 60%;
}
.fix_head div#menu
{
	height: 50px;
	line-height: 75px;
}
.fix_head div#search
{
	margin-top: 1.5%;
}
a{ text-decoration:none;}
#google_language_translator{
	position:absolute;
	bottom:0;
	right:0;
}
<!-- hieu ung trang guong -->
.hieuung{
    margin-bottom:10px;
    position: relative;
    overflow: hidden;
    opacity: 0.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;

}
.hieuung img{}
.hieuung:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.hieuung:hover:after{
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.hieuung:hover{
    opacity: 1;
}
// zoom anh
.zoom
 {
 	overflow: hidden;
 }
 .zoom img
 {
 	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
 }

 .zoom img:hover
 {
 	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
 }

 .fix
{
	display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   flex-flow: row wrap;
   -webkit-flex-flow: row wrap;
}
/*// hieu ung boder goi box foo lÃƒÆ’Ã‚Â  nÃƒÆ’Ã‚Â³ chay*/
.box{ position:relative; transition:0.5s;  -webkit-transition:0.5s}
.box >a.link{position:absolute; top:0; left:0; right:0; bottom:0; z-index:10}
.box::before, .box::after{ width:100%;  height:100%;  z-index:1;  content:'';  position:absolute;  top:0;  left:0;  box-sizing:border-box;  -webkit-transform:scale(0);  transition:0.5s}
.foo::before{border-bottom:2px solid #165097;border-left:2px solid #165097;-webkit-transform-origin:0 100%;}
.foo::after{ border-top:2px solid #165097;  border-right:2px solid #165097;  -webkit-transform-origin:100% 0%}
.bar::before{ border-bottom:1px solid #165097;  border-left:1px solid #165097;  -webkit-transform-origin:100% 0%}
.bar::after{ border-top:1px solid #165097;  border-right:1px solid #165097;  -webkit-transform-origin:0% 100%}
.box:hover::after, .box:hover::before{ -webkit-transform:scale(1)}

.cleared
{
	clear: both;
}
/*--- end ---*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	background:#fff;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url('font/MYRIADPRO.OTF');
}
.h1200
{
	width: 1200px;
	margin: 0 auto;
}
div#wapper
{ 
 	margin:auto;
 	background:#fff;
 	max-width: 1349px;
 	min-width: 1349px;
}
/*//box-top*/
div.menu-top
{
	float: left;
}
div.mxh-box-top
{
	float: right;
}
div#box-top
{
	background: #37ba5d;
	POSITION:  RELATIVE;
	z-index:  2;
}

div#menu-box-top
{
	height:40px;
	line-height:40px;
	float: left;
	width: 100%;
}


div#menu-box-top ul{
  float:left;  
  list-style:none;
  height:100%;
}
div#menu-box-top ul li{
  float:left;
  position:relative;
  z-index:50;
}
div#menu-box-top ul li.line-top{
	background:url(images/img/line.png);
	height:18px;
	width:1px;
	margin-top: 10px;
	filter: brightness(0) invert(1);
}
div#menu-box-top ul li a{
	color:#fff;
	font-size:14px;
	padding:0px 28px;
	text-decoration:none;
	display:block;
	text-transform: capitalize;
}
div#menu-box-top ul li a:hover,div#menu-box-top ul li a.active,div#menu-box-top ul li a.active2{
	color: #FF0000;
	
	text-shadow: 2px 2px 10px #fff;
}
div.mxh-box-top ul li a
{
	padding: 0 20px !important;
}
div.mxh-box-top ul li a img
{
	vertical-align: middle;
}
div#menu-box-top div.mxh-box-top ul li.line-top{
	background:url(images/img/line-mxh.png);
	height:40px;
	width:1px;
	margin-top: 0;
	
}
div#menu-box-top ul li ul,div#menu-box-top ul li:hover ul li ul{
	position:absolute;
	margin-left:0px;
	display:none;	
}
div#menu-box-top ul li:hover ul{
	display:block;
}
div#menu-box-top ul li ul li{
	width:220px;
	line-height:1.5;
	background:#37ba5d;
	border-bottom:1px solid #fff;	
}
div#menu-box-top ul li ul li a{
	padding:6px 10px;
	text-transform:none;
}


/*//header*/
div#header
{
	background: #fff;
	position:  relative;
	z-index: 1;
}
div.pd-menu
{
	padding-top: 5px;
}
div.logo
{
	float: left;
	width: 9%;
}
div.logo img
{
	max-width: 100%;
}
div#menu{
	position:relative;
	height:110px;
	line-height:107px;
	margin:auto;
	float: left;
	margin-left: 2%;
	
}

div#menu ul{
  float:left;  
  list-style:none;
  height:100%;
}
div#menu ul li{
  float:left;
  position:relative;
  z-index:50;
}
div#menu ul li.line{
	background:#FFF;
	height:41px;
	width:1px;
}
div#menu ul li a{
	color:#3e3e3e;
	font-size:17px;
	padding:0px 22px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	
}
div#menu ul li a:hover,div#menu ul li a.active,div#menu ul li a.active2{
	color:red;	
	border-bottom: 4px solid #37ba5d;
	position: relative;

}
div#menu ul li a:hover:after,div#menu ul li a.active:after,div#menu ul li a.active2:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 7px;
	height: 4px;
	background: url(images/img/hover-menu2.png);

}

div#menu ul li ul,div#menu ul li:hover ul li ul{
	position:absolute;
	margin-left:0px;
	display:none;	
}
div#menu ul li:hover ul{
	display:block;
}
div#menu ul li ul li{
	width:220px;
	line-height:1.5;
	background:#37ba5d;
	border-bottom:1px solid #fff;	
}
div#menu ul li ul li a{
	padding:6px 10px;
	text-transform:none;
	color: #fff;
}
div#menu ul li ul li ul{	
	left:220px;
	top:0px;
}
div#search{
	width: 17%;
	background:#fff;
	/* height: 115px; */
	float:right;
	line-height: -31px;
	border: 1px solid #3d85c1;
	margin-top: 3%;
	border-radius: 20px;
}
div#search input{
    float: left;
    border: none;
    background: none;
    width: 75%;
    outline: none;
    color: #777;
    height: 100%;
    padding: 9px 10px;
}
div#search i{
	float: right;
	font-size: 14px;
	cursor:pointer;
	background: url(images/img/bg-timkiem.png);
	width: 25px;
	height: 25px;
	margin-right: 5px;
	margin-top: 1px;
}

div#slider{
	margin:auto;
}
/*//content*/
div#content
{
	margin-top: 30px;
}
div.left
{
	float: left;
	width: 31.5%;
}
div.right
{
	float: right;
	width: 65.8%;
}
div.tieude-content
{
	color: #000000;
	font-size: 26px;
	
}
div.wrap-visao
{
	box-sizing: border-box;
	margin-top: 15px;
}
div.nd-visao
{
	float: left;
	border : 1px solid #c4c4c4;
	width: 100%;
	margin-bottom: 10px;
}
div.nd-visao div.active
{
	color: #0058b2;
}
span.icon
{
	float: right;
	padding-right: 10px;
}
div.ques 
{
	color: #000000;
	font-size: 18px;
	padding: 10px 0 10px 10px;
	text-transform: uppercase;
}
div.ndtq 
{
	padding: 10px;
	font-size: 14px;
}
div.xem-them a
{
	color: #1761cc;
	display: inline-block;
	float: right;
	padding-bottom: 5px;
}
div.xem-them:hover a
{
	color: red;
}
div.wrap-hinhanh-nb
{
	float: right;
	width: 100%;
	margin-top: 15px;
}
div.img-noibat
{
	float: left;
	width: 50%;
	position: relative;
}
div.img-noibat>a
{
	line-height: 0;
	display: block;
}
div.img-noibat img
{
	max-width: 100%;
	filter: gray;
    -webkit-filter: grayscale(1);
}
div.img-noibat:hover img
{
	filter: none;
    -webkit-filter: grayscale(0);
}
div.img-noibat:hover div.mota-an
{
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
div.mota-an
{
	background: rgb(6 146 20 / 71%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
div.mota-an a
{
	
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 15px;
}
div.mota-an:hover a
{
	color: white;
}
div.tieude{
	color:#fff;
	text-align:center;
	font-size:14px;
	height:39px;
	line-height:39px;
	font-weight:bold;
	text-transform:uppercase;
	background:#37ba5d;

}
/*//thietke-kientruc*/
div#thietke-kientruc
{
	margin-top: 30px;
	background: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
}
div.title-kientruc
{
	color: #37ba5d;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}
div.slogan-kientruc
{
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}
div.wrap-kt
{
	width: calc( 100% + 20px);
	margin: 0 -10px;
}
div.block-kt
{
	float: left;
	width: 25%;
	padding: 0 10px;
	box-sizing: border-box;
}
div.item-kt
{
	position: relative;
}
div.img-kt img
{
	max-width: 100%;
	filter: gray;
    -webkit-filter: grayscale(1);
}
div.img-kt a
{
	display: block;
	line-height: 0;
}
div.item-kt:hover img
{
	filter: none;
    -webkit-filter: grayscale(0);
}
div.item-kt:hover div.mota-kt-an
{
	opacity: 1;
	visibility: visible;
	transition: all 0.5s;
}
div.mota-kt-an
{
	background: rgb(6 146 23 / 71%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
div.mota-kt-an a
{
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 15px;
}
div.mota-kt-an:hover a
{
	color: white;
}
div#thicong-xaydung
{
	margin-top: 30px;

}
div.tab-xaydung
{
	margin-bottom: 25px;
	text-align: center;
	margin-top: 10px;
}
div.tab-xaydung ul
{
	list-style: none;
}
div.tab-xaydung ul li
{
	display: inline-block;
    vertical-align: text-top;
    border: 1px solid #e1e1e1;
    padding: 9px 40px;
    color: #737373;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 7px;
    cursor: pointer;
    position: relative;
}
div.tab-xaydung ul li.active
{
	color: #fff !important;
	background: #0058a1;
	position: relative;
}
div.tab-xaydung ul li.active:after
{
	position: absolute;
	content: "";
	bottom: -7px;
	left: 50%;
	background: url(images/img/icon-tab.png);
	width: 11px;
	height: 7px;
}

/*//thietke-noithat*/
div#thietke-noithat
{
	margin-top: 35px;
	padding-top: 30px;
	background: #f0f0f0;
	padding-bottom: 30px;
}
li.li-tab 
{
	background: #fff;
	color: #515151 !important;
	font-weight: bold;
}
/*//bao-gia*/
div#bao-gia
{
	background: url(images/img/bg-baogia.png) no-repeat; 
	height: 310px;
	padding-top: 30px;

}
div.title-baogia
{
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
div.wrap-baogia
{
	text-align: center;
	/* width: 90%; */
	margin-top: 30px;
}
div.wrap-baogia form
{
	display: inline-block;
	width: 930px;
}
div.ho-ten
{
	margin-bottom: 10px;
}
div.noi-dung
{
	margin-bottom: 10px;
}
/*//tintuc*/
div#tintuc-phongthuy{
	margin-top: 30px;
	padding-bottom: 30px;
}
div.tintuc-left
{
	float: left;
	width: 37.5%;
}
div.tintuc-right
{
	float: right;
	width: 60%;
}
div.bd-tintuc
{
	margin-bottom: 20px;
}
div.block-tintuc
{
	padding-bottom: 10px;
}
div.ten-tintuc a
{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
div.ngay-thang
{
	color: #8b8b8b;
	font-size: 13px;

}
div.ngay-thang span
{
	color: #0072bc;
}
div.mota-tintuc
{
	font-size: 13px;
}
div.block-tintuc img
{
	float: left;
	padding-right: 10px;
}
div.title-tintuc
{
	color: #37ba5d;
	font-size: 24px;
	font-weight: bold;
}
div.wrap-khach-hang
{
	width: calc( 100% +  80px);
	margin: 0 -40px;
}
div.block-kh
{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 40px;
}
form#frm_dknt1 input[type='text']
{
	border: none;
	background: #fff;
	outline: none;
	color: #000;
	display: inline-block;
	width: 32.4%;
	margin-right: 5px;
	padding: 16px 0;
}
form#frm_dknt1 input[type='email']
{
	border: none;
	background: #fff;
	outline: none;
	color: #000;
	display: inline-block;
	width: 32.33%;
	padding: 16px 0;
}
form#frm_dknt1 input[type='button']
{
	    border: none;
    background: #ff1818;
    outline: none;
    color: #fff;
    display: inline-block;
    width: 17.33%;
    padding: 16px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
form#frm_dknt1 textarea
{
	border: none;
	background: #fff;
	outline: none;
	color: #000;
	display: inline-block;
	width: 99%;
}
form#frm_dknt1 input::placeholder
{
	padding-left: 10px;
	font-size: 14px;
}
form#frm_dknt1 textarea::placeholder
{
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
}



form#frm_dknt
{
	background:url(images/bg_dknt.png) center no-repeat;
	/* width:251px; */
	/* height:35px; */
	/* margin:10px; */
	margin-left: 10px;
}
form#frm_dknt input[type='email']
{
	/* margin-left:45px; */
	/* width:140px; */
	padding: 11px 0px;
	float:left;
	/* margin-top:9px; */
	border:none;
	background:none;
	outline:none;
	color:#000;
	width: 70%;
	background: #fff;
	margin-right: 10px;
}
form#frm_dknt input[type='button']
{
	background: #ed1c24;
	color:#fff;
	/* width:50px; */
	/* height:25px; */
	/* line-height: 27px; */
	border:none;
	/* margin-top:5px; */
	/* border-radius:3px; */
	cursor:pointer;
	width: 21%;
	padding: 11px 0;
}

div.tieude_giua{
	color:#fff;
	padding-left:20px;
	font-size:14px;
	height:39px;
	line-height:39px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:1%;
	background:#37ba5d;

}
div.wap_item{}
div.item_sp{
	width:23.2%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.item_trangchu{
	margin-right:2%;
}
div.item_sp .img{
	overflow:hidden;
	border:1px solid #DDDDDD;
	box-shadow:5px 5px 0px #f2f2f2;
	margin-bottom:10px;
	position:relative;
	display:block;
	line-height:0;
}
div.item_sp .img img{
	width:100%;
	transition:all 1s ease 0s;	
}
div.item_sp h3 a{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	display:block;
}
div.item_sp h3 a:hover{
	transition:0.4s;
	color:red;
}
div.item_sp .gia{
	font-size:14px;
}
div.item_sp .gia span.giacu
{
	color:#666666;
	text-decoration:line-through;
	float:left;
}
div.item_sp .gia span.giamoi
{
	color:#666666;
	color:red;
	float:right;
}
div.item_sp .gia span.motgia{
	display:block;
	float:none;
}



/* --------------------- Phan trang ------------------*/

div#doitac
{
	box-sizing:border-box;
	padding: 20px 0;
	background: #f0f0f0;
}
div#doitac a img
{
	height:100px;
	margin:0 5px;
	border:1px solid #DDD;
}
/*----------------------------------------------------*/
div.wap_pro{
	margin:15px auto;
	clear:both;
}
/*//footer*/
div#footer
{
	background: url(images/img/bg-ft.png);
	padding-top: 20px;
	padding-bottom: 20px;
}
div.dia-chi
{
	float: left;
	width: 40%;
}
div.dia-chi p, div.dia-chi span
{
	color: #fff !important;
}
div.dk-nt
{
	float: left;
	width: 30%;
}
div.title-ft
{
	color: #37ba5d;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}
div.tile-dknt
{
	color: #fff;
	padding-left: 10px;
	font-size: 15px;
	padding-bottom: 5px;
}
div.form-dknt
{
	border: 1px dashed #fff;
	box-sizing:  border-box;
}
div.bg-dknt
{
	
width: 97%;
	
margin: 5px;
	
background: rgba(24, 98, 158, 0.28);
	
box-sizing:  border-box;
	
/* padding: 10px; */
	
padding-bottom: 10px;
	
padding-top: 5px;
}
div.mxh-ft
{
	margin-top: 20px;
}
div.mxh-ft img
{
	margin-right: 10px;
}
div.fan-page
{
	float: right;
	width: 25%;
}
/*//copy*/
div#copy
{
	background: #37ba5d;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
}
div.copy-left
{
	float: left;
}
div.copy-right
{
	float: right;
}
div.copy-right span
{
 	padding: 0 10px;
}
/*//trangtrong*/
.mg-tpl
{
	margin-bottom: 20px;
}
div#hot-line
{
	background: url(images/img/hot-line.png) no-repeat;
	width: 168px;
	height: 44px;
	position: fixed;
	top: 47%;
	right: 0;
}
div.hot-line
{
	color: #fff;
	font-size: 16px;
    padding-left: 51px;
    line-height: 22px;
}
div.hot-line span
{
	color: #fef908;
	font-weight: bold;
}


@-webkit-keyframes star {
  0% {
    -webkit-transform: rotate(0) scale(0);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0);
  }
}
@-o-keyframes star {
  0% {
    -o-transform: rotate(0) scale(0);
  }
  50% {
    -o-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(0);
  }
}
@-moz-keyframes star {
  0% {
    -moz-transform: rotate(0) scale(0);
  }
  50% {
    -moz-transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(0);
  }
}
.start-animate {
		z-index: 99999999999999999 !important;
		position: absolute;
		animation: star linear 1.75s infinite;
		-moz-animation: star linear 1.75s infinite;
		-webkit-animation: star linear 1.75s infinite;
		-o-animation: star linear 1.75s infinite;
	}
@keyframes star {
  0% {
    transform: rotate(0) scale(0);
  }
  50% {
    transform: rotate(180deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(0);
  }
}
.fcb_map_footer {
    text-decoration: underline;
    color: #000;
	display:block;
}
.fcb_dknt{
	display:block;
	color:#000;
}