@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('font/Roboto-BoldItalic.woff');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('font/Roboto-Regular.woff');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('font/Roboto-Bold.woff');
}
@font-face {
    font-family: 'UTM HelvetIns';
    src: url('font/UTM HelvetIns.woff');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('font/Roboto-Medium.woff');
}
body{
	font-size:12px;
	line-height:1.5;
	background:#fff;
	font-family:Arial;
}
@font-face {
    font-family: 'MYRIADPRO';
    src: url('font/MYRIADPRO.OTF');
}
.center{
	max-width: 1200px;
	width: 98%;
	margin: auto;
}
.content_sp{
	width:calc(100% + 28px);
	margin-left:-14px;
	margin-right:-14px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
#w_header{
	background: url(images/bg_hd.jpg) no-repeat top center;
	background-size: cover;
}
div#header{}
div#header .logo{
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 9%;
}
div#header .banner{
	float: left;
}
#w_menu{
	background: url(images/bg_mn.jpg) repeat-x;
}
div#menu{
	position:relative;
	height:47px;
	line-height:47px;
	margin:auto;
}
div#menu ul{
  float:left;  
  list-style:none;
  height:100%;
}
div#menu ul li{
  float:left;
  position:relative;
  z-index:111;
}
div#menu ul li.line{
	height: 100%;
	width: 2px;
	background: url(images/line_menu.png) no-repeat center center;
}
div#menu ul li a{
	color:#fff;
	font-size:15px;
	padding:0px 32px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family: 'Roboto-Bold';
}
div#menu ul li a:hover,div#menu ul li a.active,div#menu ul li a.active2{
	color:#ff0;	
}
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:#006905;
	border-bottom:1px solid #007b13;	
}
div#menu ul li ul li a{
	padding:6px 10px;
	text-transform:none;
}
div#menu ul li ul li ul{	
	left:220px;
	top:0px;
}
div#search{
	margin-top: 7px;
	background:#fff;
	height:33px;
	float:right;
	width: 240px;
	overflow: hidden;
	border-radius: 20px;
}
div#search input{
    float: left;
    border: none;
    background: none;
    width: 87%;
    outline: none;
    color: #777;
    height: 100%;
    padding: 0 10px;
}
div#search i{
	float: right;
	margin-right: 11px;
	margin-top: 7px;
	color: #222;
	font-size: 15px;
	cursor:pointer;
}

div#slider{
	margin:auto;
}

div#left{
    width: 300px;
    float: left;
    padding-right: 30px;
}
div.tieude{
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: 'UTM HelvetIns';
	position: relative;
	background: #006203 url(images/icondm.png) no-repeat left center;
	line-height: 42px;
	padding-left: 62px;
	background-position-x: 20px;
}
div.danhmuc{
	background: #207c00;
}
div#danhmuc ul{
	list-style:none;
}
div#danhmuc ul li{
	border-bottom:1px solid #359314;
	position: relative;
}
div#danhmuc ul li:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background: #1d6f00;
}
div#danhmuc ul li:last-child{
	border:none;
}
div#danhmuc ul li:last-child:after{
	display: none;
}
div#danhmuc ul li a{
    color: #fff;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    display: block;
    text-transform: uppercase;
    padding: 11.5px 0;
    padding-left: 30px;
}
div#danhmuc ul li a i{
	color: #ffe400
}
div#danhmuc ul li a:hover{
	color:#ffe400;
	transition:0.4s;
}
div#danhmuc ul li ul{
	display: none;
}
div#danhmuc ul li ul li a{
	padding-left:20px;
}

#tinmoi{}
#tinmoi .item_ttnb{
	margin-bottom:10px;
}
#tinmoi .item_ttnb .img{
	float:left;
	margin-right:10px;
}
#tinmoi .item_ttnb .ten{
	font-weight:bold;
	color:#000;
	-webkit-line-clamp:2;
}
#tinmoi .item_ttnb .mota{
-webkit-line-clamp:2;
}
.phone {
    background: url(images/bg_hl_l.png) no-repeat left center;
    position: relative;
    height: 63px;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 29px;
    color: #da2522;
    font-size: 17px;
    font-weight: bold;
}
.item_hotro {
    font-size: 13px;
}
.item_hotro span {
    float: left;
    color: #009f0f;
	margin-top:5px;
}
.item_hotro a {
    float: left;
    margin-left: 5px;
}
.item_hotro p {
    color: #222222;
}
form#frm_dknt{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	padding: 1px;
	overflow: hidden;
	height: 34px;
	margin-bottom: 28px;
}
form#frm_dknt input[type='text']{
    width: calc(100% - 50px);
    padding: 0px 5px;
    float: left;
    border: none;
    background: none;
    outline: none;
    color: #000;
    height: 100%;
}
form#frm_dknt input[type='button']{
	background:#d80008;
	color:#fff;
	width:50px;
	height:100%;
	border:none;
	border-radius:5px;
	cursor:pointer;
	text-transform: uppercase;
	font-family: 'Roboto-Bold';
	float: right;
	outline: 0;
}
div#main_content{
	padding:40px 0px;
}
div#right{
    width: calc(100% - 300px);
    float: right;
}
div.tieude_giua{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	line-height: 42px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,098222+100&0+7,0.65+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(1,9,2,0) 7%, rgba(9,130,34,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(1,9,2,0) 7%,rgba(9,130,34,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(1,9,2,0) 7%,rgba(9,130,34,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6098222',GradientType=1 ); /* IE6-9 */
}
div.tieude_giua:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #007c16;
}
div.tieude_giua .title{
    background: #006203;
    color: #fff;
    font-size: 18px;
    font-family: 'UTM HelvetIns';
    text-transform: uppercase;
    float: left;
    position: relative;
    z-index: 1;
    transform: skew(-24deg);
    margin-left: -9px;
    padding-right: 20px;
}
div.tieude_giua .title span{
	background: url(images/logo.png) no-repeat left center;
	background-position-x: 10px;
    background-size: 22px;
    padding-left: 40px;
    display: block;
    transform: skew(24deg);
    margin-left: 10px;

}
div.tieude_giua a{
	float: right;
	color: #fff;
	font-family: 'Roboto-Bold';
	font-size: 15px;
	margin-right: 12px;
}
div.tieude_giua a:hover{
	text-decoration: underline;
}
div.wap_item{}
div.item_sp{
	width:calc(100%/3 - 28px);
	text-align:center;
	float:left;
	margin:0 14px;
	border:1px solid #0b8f00;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 28px;
}
.sp_ss div.item_sp{
	width:calc(100%/4 - 28px);
	text-align:center;
	float:left;
	margin:0 14px;
	border:1px solid #0b8f00;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 28px;
}
div.item_sp .img{
    overflow: hidden;
    position: relative;
    display: block;
}
div.item_sp .img img{
	width:100%;
	transition: 1s;
	overflow: hidden;
}
div.item_sp:hover .img img{
	transform: scale(1.2);
}
div.item_sp .ten{
	color:#131313;
	font-size:15px;
	display:block;
	font-family: 'Roboto-Bold';
}
div.item_sp .ten:hover{
	color: #f00;
}
div.item_sp .gia{
	font-size:15px;
	font-family: 'Roboto-Regular';
	margin-bottom: 6px;
}
div.item_sp .gia span{
	color:#ca0000;
	font-size: 15px;
	font-family: 'Roboto-Bold';
}
div.item_sp .xemchitiet{
    color: #fff;
    background: #0b8f00;
    text-align: center;
    font-size: 15px;
    display: block;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    padding: 8px 0;
    border-radius: 7px;
}
div.item_sp .xemchitiet:hover{
	background: #f00;
}
/* --------------------- Phan trang ------------------*/

div#doitac{
	box-sizing:border-box;
}
div#doitac a img{
	height:100px;
	margin:0 5px;
	border:1px solid #DDD;
}
/*----------------------------------------------------*/
div.wap_pro{
	margin:15px auto;
	clear:both;
}

@-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;
}
/*bottom*/
.khunghinhanh {
    overflow: hidden;
}
.hinhanhphai {
    width: calc(100% + 10px);
	margin: 0 -5px;
	margin-top: 10px;
}
.mod_video{
    float: right;
    width: 33%;
}
.tieude_titnuc{
	text-transform:uppercase;
	color:#63b547;
	font-size:26px;
	font-family:'Roboto-Bold';
	border-bottom:1px solid #e1e1e1;
	position:relative;
	margin-bottom:16px;
	padding-bottom:10px;
}
.tieude_titnuc:before{
	width:30px;
	height:5px;
	background:#e10c0c;
	content:'';
	position:absolute;
	bottom:0;
	left:0;
}
.tintuc_1 {
    float: left;
    width: 45%;
}
.tintuc_1 .xemthem{
	color: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    display: inline-block;
    margin-top: 2%;
    width: 80px;
    line-height: 30px;
    text-align: center;
}
.tintuc_1 .xemthem:hover{
	color: #f00;
}
.tintuc_1 a.img{
	display:block;
}
.tintuc_conlai {
    float: right;
    width: 52%;
    max-height: 370px;
    overflow: hidden;
}
.tintuc_1 a.ten {
	-webkit-line-clamp: 2;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 13px;
    margin-bottom: 5px;
}
.tintuc_1 a.ten:hover{
	color: #f00;
}
.tintuc_1 p.mota {
    color: #333333;
	-webkit-line-clamp:3;
}
.item_ttcl {
	margin-bottom:20px;
}
.item_ttcl a.img {
    float: left;
    margin-right: 10px;
}
.item_ttcl p.mota {
    color: #333333;
	-webkit-line-clamp:2;
}
.item_ttcl a.ten {
	font-size:14px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-webkit-line-clamp:2;
}
.item_ttcl a.ten:hover{
	color: #f00;
}
.content_titnuc {
    float: left;
    width: 64%;
}
/*end bottom*/
#w_footer{
	background:#088222;
	color:#fff;
	padding:3.5% 0;
	font-family: 'Roboto-Regular';
	font-size: 14px;
}
#footer{}
.item_ft{
	float: left;
}
.item_ft:nth-child(1){
	width: 34%;
}
.item_ft:nth-child(2){
	width: 12%;
	margin: 0 3%;
}
.item_ft:nth-child(3){
	width: 20%;
	float: left;
}
.item_ft:nth-child(4){
	width: 25%;
	float: right;
}
.ten_cty{
	font-size:19px;
	text-transform:uppercase;
	font-family: 'UTM HelvetIns';
	margin-bottom:20px;
}
.mxh{
	line-height:40px;
}
.mxh span{
	text-transform:uppercase;
}
.mxh a{
	border:1px solid #fff;
	border-radius:5px;
	display:inline-block;
	width:40px;
	box-sizing:border-box;
	text-align:center;
	color:#fff;
	font-size:19px;
}
.td_ft{
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-family: 'UTM HelvetIns';
    margin-bottom: 28px;
}
.item_tktc p{
	border-bottom:1px solid #d08b25;
	padding:9px 0;
}
.item_tktc p img{
	margin-right:10px;
}
.item_tktc p span{
	float:right;
}
.giohang_header{
    background: #fff;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 112;
    color: #000;
    font-size: 45px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    box-shadow: 0 0 3px #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2px;
}
.giohang_header span{
    background: #f00;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    text-align: center;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
/*-- news run --*/
#tintuc_chay{
	margin: 3% 0;
}
.content_news{
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.item_ttnb{
	float: left;
	width: calc(100%/4 - 20px);
	margin: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.item_ttnb .img{
	display: block;
	overflow: hidden;
}
.item_ttnb .img img{
	width: 100%;
	transition: 1s;
}
.item_ttnb:hover img{
	transform: scale(1.3);
}
.item_ttnb .ten{
	font-family: 'Roboto-Bold';
	font-size: 13px;
	text-transform: uppercase;
	-webkit-line-clamp:2;
	margin: 10px 0;
	color: #000;
}
.item_ttnb .mota{
	text-align: justify;
	-webkit-line-clamp:2;
}
/* -- end new run --*/
#doitac{
	padding: 2% 0;
}
.doitac_chay{
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.item_doitac{
	float: left;
	width: calc(100%/6 - 20px);
	margin: 0 10px;
}
#slider{
	position: relative;
	overflow: hidden;
}
#dietmoi{
	background: #f6f6f6;
	padding: 25px;
}
#dietmoi a{
	display: block;
	color: #000;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	margin-bottom: 13px;
}
#dietmoi a:hover{
	color: #f00;
}
.item_congtrinh{
	margin-bottom: 15px;
}
.item_congtrinh img{
	float: left;
	margin-right: 10px;
}
.item_congtrinh .ten{
	font-size: 14px;
	color: #000;
	font-family: 'Roboto-Medium';
	-webkit-line-clamp:3;
}
.item_congtrinh .ten:hover{
	color: #f00;
}
#congtrinh{
	background: #f6f6f6;
	padding: 25px;
}
.content_khuvuc{
	width: calc(100% + 20px);
	margin: 0 -10px;
}
.item_kv{
	float: left;
	width: calc(100%/2 - 20px);
	margin: 0 10px;
	box-sizing: border-box;
	border: 2px solid #088222;
	padding: 25px;
	background: #f6f6f6;
	font-family: 'Roboto-Regular';
	font-size: 18px;
}
.tieude_kv{
	text-align: center;
	color: #ffff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'UTM HelvetIns';
	line-height: 50px;
	background: #088222;
	margin-bottom: 20px;
}
.bando_id{}
.bando_id iframe{
	width: 100% !important;
	height: 200px !important;
}
.bv_ft a{
	display: block;
	color: #fff;
	margin-bottom: 8px;
}
.bv_ft a:hover{
	color: #ff0;
}
.copyright span{
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	font-size: 12px;
}
.banner_index{
	float: left;
	width: 65%;
	margin-top: 15px;
}
.info-company {
    text-align: center;
    font-family: 'UTM HelvetIns';
        text-shadow: 1px 1px #ffffff, -1px 1px #ffffff, 1px -1px #ffffff, -1px -1px #ffffff, 3px 3px 2px #100b0b;
}
p#typeslogan {
    font-size: 36px;
    color: #e90000;  
}
p#typeslogan .recolor{
    color: #035900;
    font-size: 30px;
}
/*-- css reponsive --*/
#menu_mb{
	display: none;
}
@media (max-width: 1024px){
	div#menu ul li a{
		padding: 0px 17px;
	}
}
@media (max-width: 966px){
	.div_fp{
		display: none;
	}
	.menu_left{
		display: none;
	}
	div#right{
		width: 100%;
	}
	div#left{
		width: 100%;
		padding-right: 0;
		margin-top: 3%;
	}
	#header .banner{
		width:73%;
	}
	#header .logo{
		width:100px;
		margin-right:0;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#menu{
		display:none;
	}
	#menu_mb{
		display:block;
	}
}
@media (max-width: 800px){
	.tieude_kv{
		font-size: 20px;
		margin-bottom: 2%;
	}
	.item_kv {
		padding: 2%;
		font-size: 14px;
	}
	.box_news .mota{
		font-size: 12px;
	}
	.box_news h3 a{
		font-size: 13px;
	}
	div.item_sp .xemchitiet{
		font-size: 12px;
	}
	div.item_sp .gia{
		font-size: 13px;
	}
	div.item_sp .gia span{
		font-size: 13px;
	}
	div.item_sp .ten{
		font-size: 13px;
	}
}
@media (max-width: 768px){
	.content img{
		width:100% !important;
		height:100% !important;
	}
}
@media (max-width: 667px){
	p#typeslogan .recolor{
	    font-size: 20px;
	}
	p#typeslogan{
		font-size: 25px;
	}
	.banner_index{
		width: 100%;
	}
	div#header .banner{
		width: 100%;
	}
	div#header .logo{
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	div.tieude_giua a{
		font-size: 12px;
	}
	div.tieude_giua .title{
		font-size: 15px;
	}
	.item_ft:nth-child(4){
		margin-top: 3%;
		width: 100%;
	}
	.item_ft:nth-child(3){
		width: 100%;
	}
	.item_ft:nth-child(2) {
	    width: 100%;
	    margin: 3% 0;
	}
	.item_ft:nth-child(1){
		width: 100%;
	}
	.box_news{
		width:100%;
		padding:0;
	}
}
@media (max-width: 640px){}
@media (max-width: 603px){}
@media (max-width: 600px){}
@media (max-width: 568px){
	div#header .logo img{
		width: 60px;
	}
	.zoom_slick{
		width:100%;
	}
	.product_info{
		width:100%;
	}
	.content_sp{
		width:calc(100% + 10px) !important;
		margin:0 -5px !important;
	}
	.item_sp{
		width:calc(100%/2 - 10px) !important;
		margin:0 5px !important;
		margin-bottom:10px !important;
	}	
}
@media (max-width: 480px){
	p#typeslogan .recolor{
	    font-size: 16px;
	}
	p#typeslogan{
		font-size: 20px;
	}
	.item_kv{
		width: calc(100% - 20px);
		margin-bottom: 5px;
	}
	#w_copyright{
		padding-bottom:60px;
	}
	#toptop{
		bottom:60px;
	}
	#footer1{
		display:block;
	}
	.bando{
		width:100%;
	}
	div.frm_lienhe{
		width:100%;
	}
	.frame_thanhtoan{
		width:100%;
	}
	.item_dc{
		width:calc(100% - 10px);	
	}
}
@media (max-width: 375px){}
@media (max-width: 360px){}
@media (max-width: 320px){}
