@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0}
@font-face {
    font-family: roboto;
    src:url(../fonts/RobotoCondensed-Regular.ttf), url(../fonts/RobotoCondensed-Regular.eot);
}
@font-face {
    font-family: avo;
    src:url(../fonts/UTMAvo.ttf), url(../fonts/UTMAvo.eot);
}
@font-face {
    font-family: openb;
    src:url(../fonts/opensans-bold-webfont.ttf), url(../fonts/opensans-bold-webfont.eot);
}
@font-face {
    font-family: robotob;
    src:url(../fonts/roboto-bold.ttf), url(../fonts/roboto-bold.eot);
}
@font-face {
    font-family: opens;
    src:url(../fonts/OpenSansSemibold.ttf), url(../fonts/OpenSansSemibold.eot);
}
@font-face {
    font-family: muli;
    src:url(../fonts/Muli-Regular.ttf), url(../fonts/Muli-Regular.eot);
}
@font-face {
    font-family: wed;
    src:url(../fonts/UTM_Wedding_K&T.ttf), url(../fonts/UTM_Wedding_K&T.eot);
}
@font-face {
    font-family: mulib;
    src:url(../fonts/Muli-Bold.ttf), url(../fonts/Muli-Bold.eot);
}
@font-face {
    font-family: avob;
    src:url(../fonts/UTMAvoBold.ttf), url(../fonts/UTMAvoBold.eot);
}
@font-face {
    font-family: open;
    src:url(../fonts/OpenSans-Regular.ttf), url(../fonts/OpenSans-Regular.eot);
}
@font-face {
    font-family: hel;
    src:url(../fonts/UTMHelvetIns.ttf), url(../fonts/UTMHelvetIns.eot);
}
body{font-family:Arial; font-size:12px; line-height:1.5;min-width: 1200px;background: url(../images/bghoa.png) top right no-repeat;}
.h1_tieude{
	position: absolute;
	z-index: -1;
	top: -50px;
}
.clear{
	clear:both;
}
.clear10{
	clear:both;
	height: 10px;
}
.clear20{
	clear:both;
	height: 20px;
}
.clear30{
	clear:both;
	height: 30px;
}
.clear40{
	clear:both;
	height: 40px;
}
.maxwidth{
	width:1200px;
	margin:0 auto;
    position: relative; 
}
.img_max{
	max-width: 100%;
	height: auto;
}
#wrapper{
	
}
#header{
	position: relative;
	
}
#banner{
	float: left;
	width: calc(100% - 330px);
}
#banner h4{
	color: #db0000;
	font-size: 36px;
	font-family: ana;
	margin-top: 15px;
}
#banner p{
	color: #333333;
	font-size: 18px;
	font-family: muli;
}
#logo{
	position: absolute;
    left: 8%;
    top: 0;
    z-index: 99999;
}
#slogan{
	position: relative;
	float: left;
	color: #fff;
	font-size: 17px;
	font-family: roboto;
}

#menu-top{
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background: #007236;
}
#menu-top .menu-parent{
	text-align:center;
	list-style:none;
	display: inline-block;
	position: relative;
	float: right;
}
.menu{
	float: left;
	position: relative;
}
.menu:hover .text-a:after{
	content: '';
	position: absolute;
	background: #fff;
	width: 100px;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.text-a{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	position: relative;
	text-transform: uppercase;
	font-family: open;
	line-height: 51px;
	padding: 0px 25px;
}
.text-a img{
	margin-top: 20px;
}
.icon-home{
	margin-bottom: 5px;
}
.menu:last-child a{
	padding-right: 0px;
}
.active2{
	float: left;	
	position: relative;
}
.active2:last-child a{
	padding-right: 0px;
}
.active2 > a:after{
	content: '';
	position: absolute;
	background: #fff;
	width: 100px;
	height: 3px;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.ul-child{
	position:absolute;
	display:none;
	background-color: rgba(84,185,253, 0.8);
	z-index:9999;
	list-style-type:none;
	text-align: left;
	top: 100%;
	left: 0;
	min-width: 200px;
	border-top: 1px solid #54b9fd;
}

.ul-child a{
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	white-space: nowrap;
	display: block;
	font-family: muli;
}
.li-child:hover{
	background-color:#54b9fd;
}
.li-child:hover>a{
	
}
.li-child{
	padding:7px 20px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #54b9fd #54b9fd #54b9fd;
	line-height: 18px;
	cursor:pointer;
	position:relative;
}
.li-child:last-child{
	
}
.menu:hover .ul-child{
	display:block;	
}
.active2:hover .ul-child{
	display:block;	
}
.ul-child-child{
	position:absolute;
	display:none;
	background-color: rgba(84,185,253, 0.8);
	z-index:9999;
	list-style-type:none;
	top: -1px;
	left: 100%;
	min-width: 200px;
	border-top: 1px solid #54b9fd;
}
.li-child-child{
	padding:7px 20px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #54b9fd #54b9fd #54b9fd;
	line-height: 18px;
	cursor:pointer;
	position: relative;
}
.li-child-child:hover{
	background-color:#54b9fd;
}
.li-child-child:hover > a{
	
}
.li-child:hover .ul-child-child{
	display: block;
}
.ul-child-child-child{
	position:absolute;
	display:none;
	background-color: rgba(84,185,253, 0.8);
	z-index:9999;
	list-style-type:none;
	min-width: 200px;
	top: -1px;
	left: 100%;
}
.li-child-child-child{
	padding:7px 20px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #54b9fd #54b9fd #54b9fd;
	line-height: 18px;
	cursor:pointer;
}
.li-child-child-child:hover > a{
	
}
.li-child-child-child:hover{
	background-color:#54b9fd;
}
.li-child-child:hover .ul-child-child-child{
	display: block;
}
#content{
	padding: 40px 0px 50px 0px;
	position: relative;
}
#slide_trung img{

   width: 100%;
   height: auto;
}
.title-slider{
	position: absolute;
	bottom: 70px;
	left: 75px;
	font-size: 20px;
	color: #fff;
	font-family: fu;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	border-left: 2px solid #ff9000;
}
#slide_trung{
	position: relative;
}
#content-top{
	position: relative;
	padding: 40px 0px 10px 0px;
}
#content-mid{
	padding: 50px 0px 50px 0px;
	position: relative;
	background: url(../images/bg-tintuc.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 40px;
}

#content-right{
	width: 928px;
	float: right;
	margin-top: 47px;
	margin-bottom: 47px;
}
#content-bot{
	position: relative;
	padding: 50px 0px 50px 0px;
}
#content-left{
	width:250px;
	float:left;
	margin-top: 47px;
	margin-bottom: 47px;
}
#danhsach h4{
	color: #fff200;
	font-family: ma;
	font-size: 45px;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
}
#danhsach h5{
	color: #fff;
	font-family: avob;
	font-size: 65px;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 25px;
}
#danhsach ul{
	list-style: none;
	display: inline-block;
	float: right;
}
#danhsach ul li{
	display: inline-block;
	margin-left: 23px;
}
#danhsach ul li img{
	float: left;
	margin-right: 14px;
}
#danhsach ul li p{
	color: #fff;
	font-size: 15px;
	font-family: mon;
	float: left;
}
#danhsach ul li p b{
	font-size: 32px;
}
.menu-left{
	margin-bottom: 20px;
}
.box-quangcao{
	margin-top: 10px;
}
.quangcao{
	display: block;
	float: left;
	width: 586px;
	margin-right: 26px;
}
.quangcao:nth-child(2n+2){
	margin-right: 0px;
}
.list-tintuc{
	margin-bottom: 20px;
}

#doitac{
	margin: 15px 0px;
}
#doitac img{
	background: #fff;
	border:1px solid #cccccc;
	margin-right: 13px;
}
#contact{
	float: left;
	width: 400px;
}

.bg-tieudesanpham{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.bg-tieudesanpham h2{
	color: #007236;
	font-family: openb;
	font-size: 27px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: url(../images/before-tieudesanpham.png) left no-repeat, url(../images/after-tieudesanpham.png) right no-repeat;
	padding: 0px 120px;
}
.bg-tieudesanpham p{
	color: #484848;
	font-family: open;
	font-size: 15px;
}
.bg-tieude{
	position: relative;
	margin-bottom: 20px;
}
.bg-tieude h2{
	color: #fff;
	font-family: openb;
	font-size: 25px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.bg-tieude p{
	color: #fff;
}
.bg-tieudebot{
	position: relative;
	margin-bottom: 20px;
}
.bg-tieudebot h2{
	font-size:25px;
	color: #007236;
	font-family: openb;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.hinh-list{
	width: 424px;
	float: left;
}
.product-list{
	float: right;
}
.product-all:nth-child(even) .hinh-list{
	float: right;
}
.product-all:nth-child(even) .product-list{
	float: left;
}
.bgcontent:nth-child(odd){
	background: #f7f7f7;
	padding: 50px 0px 10px 0px;
	margin-bottom: 40px;
}
.product{
    position: relative;
    float: left;
    width: 232px;
    margin:0px 10px 16px 0px;
    text-align: center;
    background: #fff;
}
.product:nth-child(5n+6){
	clear: both;
}
.product:nth-child(5n+5){
	margin-right: 0px;
}
.product2{
    position: relative;
    text-align: center;
    background: #fff;
}
.product3{
    position: relative;
    float: left;
    width: 232px;
    margin:0px 26px 16px 0px;
    text-align: center;
    background: #fff;
}
.product3:nth-child(3n+4){
	clear: both;
}
.product3:nth-child(3n+3){
	margin-right: 0px;
}
.icon-hot{
	position: absolute;
	top: -20px;
	left: -20px;
	background: url(../images/icon-hot.png) no-repeat;
	width: 73px;
	height: 73px;
	z-index: 99;
	pointer-events: none;
}
.hinh-product{
	margin-bottom: 10px;
	border:1px solid #f2f2f2;
	padding: 10px;
	overflow: hidden;
}
.hinh-product:hover img{
	transform:scale(1.1);
}
.mota-product{
	padding: 15px 10px;
	background: #f4f4f4;
	position: relative;
}

.ten-product{
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.ten-product a{
	color: #202020;
	font-family: open;
	font-weight: normal;
}
.ten-product a:hover{
	color: #007236;
}
.gia-product{
	color:#ed1c24;
	font-size: 17px;
	font-family: openb;
	display: inline-block;
}
.gia-product b{
	color: #007236;
	font-weight: normal;
}
.gia-cu{
	font-family: open;
	color: #808080;
	font-size: 13px;
	text-decoration: line-through;
}
#visao{
	background: #fff url(../images/bg-la.png) top left no-repeat;
	padding: 25px 45px;
	position: relative;
}
#visao:before{
	content: '';
	position: absolute;
	background: url(../images/icon-da.png);
	width: 243px;
	height: 138px;
	bottom: -100px;
    left: -40px;
}
.box-visao{
	width: 710px;
}
.visao{
	list-style: none;
	margin-bottom: 25px;
}
.visao h3{
	color: #333333;
	font-family: mulib;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.visao p{
	color: #333333;
	font-style: 14px;
	font-family: muli;
}
.visao img{
	float: left;
	margin-right: 20px;
}
.bg-goidien{
    color: #f00;
    font-size: 25px;
    font-family: robotob;
    position: fixed;
    bottom: 10%;
    left: 5px;
    z-index: 999;
    transition: all 0.8s;
	animation: blink 0.7s infinite;
}
@keyframes blink{
0%{
color: #2c08c7;
}

100%{
color: #fe0000;
}
}
#inline{
	opacity: 0;
	height: 0;
	width: 0;
}
.xemchitiet{
	display: inline-block;
	font-size: 14px;
	font-family: roboto;
	color: #007236;
	border: 1px solid #007236;
	position: relative;
	padding: 10px 20px;
	margin-bottom: 50px;
}
.xemchitiet2{
	margin-bottom: 0px;
}
.xemchitiet:hover{
	text-decoration: underline;
}

a{
	text-decoration:none;
}
.coffee{
	position: relative;
	margin-bottom: 80px;
}
.ten-coffee{
	color: #fff;
	font-size: 32px;
	font-family: muli;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
}
.mota-coffee{
	background: #231f20;
	width: 50%;
	min-height: 640px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px;
	font-size: 14px;
	font-family: muli;
	color: #fff;
}
.hinh-coffee{
	float: right;
	margin: 80px 0px 0px 0px;
	width: 65%;
}
.hinh-coffee img{
	width: 100%;
}
.coffee:nth-child(odd) .mota-coffee{
	right: 0px;
	left: unset;
}
.coffee:nth-child(odd) .hinh-coffee{
	float: left;
}
#box-tintuc{
	width: 580px;
	float: right;
}
#box-video{
	float: left;
	width: 574px;
}
.tintuc h3 a{
	color: #262626;
	font-family: mulib;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
.tintuc h3 a:hover{
	color: #007236;
}
.tintuc p{
	color: #595959;
	font-size: 13px;
	font-family: muli;
}
.bgdate{
	position: relative;
	background: #fff;
	color: #007236;
	font-size: 18px;
	font-family: muli;
	z-index: 9;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	padding-top: 8px;
}
.bgdate b{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	display: block;
	background: #007236;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 2px 10px;
	margin-top: 8px;
}
.bgdate span{
	background: #cc3633;
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: muli;
	padding: 5px;
	margin: 10px -5px 0px -5px;
}
.ngay_luot{
	font-size: 14px;
	font-family: roboto;
	color: #999999;
	margin: 5px 0px;
	font-style: italic;
}
.ngaydang{
    background: url(../images/icon-ngaydang.png) left center no-repeat;
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    margin: 5px 0px;
}
.luotxem{
    background: url(../images/icon-luotxem.png) left center no-repeat;
    padding-left: 25px;
    display: inline-block;
    margin: 5px 0px 5px 34px;
}



#listVideo{
	width: 100%;
	height: 30px;
	border:1px solid #ccc;
	outline: none;
}
.khachhang{
	background: #f3f3f3;
	border-radius: 5px;
	padding: 20px 15px;
	text-align: center;
}
.khachhang img{
	border-radius: 100px;
}
.khachhang h3{
	color: #2d2c2c;
	font-size: 14px;
	font-family: openb;

}
.khachhang p{
	color: #484848;
	font-size: 14px;
	font-family: open;
	font-style: italic;
	margin-bottom: 10px;
	background: url(../images/icon-kep.png) top left no-repeat;
	padding-left: 20px;
	padding-top: 20px;
}

#footer{
	position: relative;
	color: #3f3f3f;
	font-size: 14px;
	font-family: open;
	padding: 35px 0px 35px 0px;
}
.tieude-footer{
	color: #1a1a1a;
	font-size: 18px;
	font-family: opens;
	margin-bottom: 10px;
	position: relative;
	font-weight: normal;
}

.logo-footer{
	width: 236px;
	float: left;
}
.congty{
	width: 320px;
	float: left;
}
.footer{
	padding: 45px 40px;
}
.thongtin{
	float:left;
	width: 213px;
	margin-left: 80px;
}
.thongtin ul{
  	
}
.thongtin li{
	list-style: none;
	margin-bottom: 5px;
}
.thongtin li a{
	font-family: open;
	font-size: 14px;
	color: #3f3f3f;
}
.thongtin li a:hover{
	text-decoration: underline;
}
.logozalo{
	margin-top: 30px;
	color: #fff;
	font-family: muli;
	font-size: 15px;
}
.logozalo img{
	vertical-align: middle;
	margin-left: 20px;
}
.bando{
	width: 340px;
	float: right;
	margin-left: 44px;
}
.thongke{
	margin-top: 4px;
	float: right;
}
.thongke p{
	font-size: 13px;
	font-family: open;
	color: #fff;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #fff;
	line-height: 11px;
}
.thongke p:last-child{
	padding-right: 0px;
	border-right: none;
}
.thongke p:first-child{
	padding-left: 0px;
}
.thongke img{
	margin-right: 5px;
}
.thongke font{
	color: #fff;
}
.click_search{
	cursor: pointer;
	position: relative;
	margin-top: 28px;
	display: inline-block;
	margin-left: 35px;
	color: #fff;
	font-size: 15px;
	font-family: open;
	text-transform: uppercase;
}
.click_search img{
	margin-bottom: 17px;
}
#timkiem{
    width: 270px;
    height: 35px;
    z-index: 99999;
    background: #fff;
    border:1px solid #e6e6e6;
    right: 0px;
    bottom: -41px;
    position: absolute;
    display: none;
}
.timkiem{
    height: 35px;
    width: 230px;
    color: #666666;
    outline: none;
    background: none;
    border: none;
    padding: 0px 10px;
    float: left;
    font-size: 14px;
    font-family: roboto;
}
.bt-timkiem{
	border: none;
	background: url(../images/icon-search2.png) center no-repeat;
	outline: none;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#product-detail{

	margin-bottom: 30px;
}
#product-detail #left{
	width: 678px;
	float: left;
}

#product-detail #left img{
	
}
#product-detail #right{
	width: 430px;
	float: left;
}
#product-detail #right h1{
	font-family: openb;
	color: #383838;
}
.hinhchitiet{
	border: 1px solid #ccc;
}
.chitietsanpham{
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px; 
	padding-top:10px;
	font-family: open;
	font-size: 14px;
}
.chitietsanpham .gia{
	font-size: 20px;
}
.mausac{
	
}
.mausac font{
	height: 26px;
	display: grid;
}
.size{
	line-height: 26px;
}
.thuoctinh{
	border: 1px solid #ccc;
	height: 26px;
    min-width: 30px;
    padding: 1px;
    display: inline-block;
    margin-right: 5px;
	position: relative;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	margin-top: 5px;
}
.thuoctinh:hover{
	border: 2px solid #e5101d;
	padding: 0px;
}
.is-active{
	border: 2px solid #e5101d;
	padding: 0px;
}
.cum-thuoctinh{
	background: #f5f5f5;
	padding: 10px;
	margin: 20px 0px;
}

.cum-mausize{
	
}
.soluong{
	height: 26px;
    margin-top: 5px;
    width: 40px;
    padding: 0px 2px;
}
.ic-check{
	width: 0;
    height: 0;
    border-bottom: 14px solid #e5101d;
    border-left: 14px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.ic-check i{
	font-size: 8px;
    color: #fff;
    position: relative;
    left: -8px;
    top: 5px;
}
.thuoctinh > input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
}
fieldset {
  border: 1px solid #d10710;
  padding: 20px 20px;
}
legend {
  font-size: 22px;
  color: #d10710;
  font-family: robotob;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 20px;
}
.dieuhuong{
	padding: 20px 0px 0px 0px;
}
.dieuhuong a{
	font-size: 15px;
	color: #f00;
	float: left;
	display: block;
}
.dieuhuong span{
	font-size: 15px;
	color: #666;
	float: left;
	display: block;
}
.dieuhuong i{
	margin: 0px 20px;
	font-size: 15px;
	color: #535353;
	float: left;
	margin-top: 3px;
}
.dieuhuong a:hover{
	text-decoration: underline;
}
.list-news{
	margin-bottom: 30px;
	border-bottom: 1px dashed #cacaca;
	padding-bottom: 20px;
	margin-right: 30px;
	width: 585px;
	float: left;
}
.list-news:nth-child(2n+3){
	clear: both;
}
.list-news:nth-child(2n+2){
	margin-right: 0px;
}
.news_left{
	float:left;
	margin-right: 17px;
}
.news_left img{
	background: #fff;
	padding: 8px;
	border: 1px solid #ebebeb;
}
.news_right{
	float:none;
}
.news_right h3 a{
	color: #333333;
    font-size: 14px;
    font-family: mulib;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.news_right h3 a:hover{
	color: #007236;
}
.news_right p{
	color: #5c5c5c;
	font-size: 12px;
	font-family: muli;
}
.chiase{
	margin: 10px 0px;
}
#hinhanh{
	padding-top: 60px;
}
.tracker-individual-container{
	display: none !important;
}
.tracker-summation-container{
	display: none !important;
}
#carousel{
	width: unset !important;
	height: 465px !important;
}
.carousel-feature{
	border: none !important
}
#carousel-left {
    position: absolute;
    top: 50%;
    left: 268px;
    cursor: pointer;
    z-index: 9;
}
#carousel-right {
    position: absolute;
    top: 50%;
    right: 268px;
    cursor: pointer;
    z-index: 9;
}
.item-hinhanh{
	display: block;
	position: relative;
}
.item-hinhanh h3{
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-family: robotob;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	z-index: 9;
}
#box-hinhanh{
	float: left;
	width: 573px;
}
.box-xemthem{
	text-align: center;
}
.xemthem{
	color: #007236;
	font-size: 12px;
	font-family: muli;
	display: inline-block;
	margin-top: 10px;
}
.xemthem:hover{
	text-decoration: underline;
}
.xemtatca{
	background: #ed1c24;
	color: #fff;
	font-size: 14px;
	font-family: open;
	text-transform: uppercase;
	padding: 12px 28px;
	display: inline-block;
	margin-top: 20px;
}
.xemtatca:hover{
	background: #000;
}
.title_news{
	color:#000;	
	font-family: openb;
	text-transform: uppercase;
}
.noidung img{
	max-width: 100%;
	height: auto;
}
.othernews{
	padding:10px 0px;
}
.othernews ul{
	padding: 10px 40px;
}
.othernews li{
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.othernews li:after{
	content: '\f0da';
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    left: -15px;
    top: 1px;
    color: #007236;
}
.othernews a{
	color: #333333;
	font-size: 14px;
    font-family: open;
}
.othernews a:hover{
	color: #007236;
}
.usual{
	
}
.usual ul.tab_content{
	margin:0px;
	padding:0px;
	display: flow-root;
    border-bottom: 1px solid #007236;
    height: 42px;
}
.usual ul.tab_content li {
    float: left;
    list-style: none outside none;
}
.usual ul.tab_content li:last-child{
	background: none;
}
.usual ul.tab_content a {
   
    color: #333;
    display: block;   
    padding: 5px 20px;
    font-family: roboto;
    font-size: 18px;
    
}
.usual ul.tab_content a:hover {
    color: #007236;
}
.usual ul.tab_content a.selected {
	border-top: 5px solid #007236;
	border-bottom: 1px solid #fff;
    border-left: 1px solid #007236;
    border-right: 1px solid #007236;
    color: #007236;
    cursor: default; 
	
}
.content_tab{
	border-left: 1px solid #007236;
    border-right: 1px solid #007236;
    border-bottom: 1px solid #007236;
    padding: 20px;
    position: relative;
    top: -1;
}
.mss-slide { 
    text-align:center;
}
.mss-slide figure.mz-figure {
    
} 
.usual2{
	
}
.usual ul.tab_content2{
	margin:0px;
	padding:0px;
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.usual ul.tab_content2 li {
    list-style: none outside none;
    position: relative;
    display: inline-block;
}

.usual ul.tab_content2 a {
    color: #454545;
    display: block;
    font-size: 14px;
    font-family: open;
    cursor: pointer;
    position: relative;
    padding: 0px 15px 15px 15px;
}
.usual ul.tab_content2 a img{
	margin-bottom: 5px;
}
.usual ul.tab_content2 a.selected {
    color: #007236;
    cursor: default; 
}
.usual ul.tab_content2 a:hover {
    color: #007236;
}
ul.pagination {
    text-align:center;
    color:#829994;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#959595;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #cde0dc;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#007236;
    color:#fff; 
}
.hotro{	
	vertical-align:middle;
	margin-left:10px;
}
#rib{
	color: #fff;
	font-size: 13px;
	font-family: open;
	padding: 10px 0px;
	background: #016430;
}
#rib p{
	float: left;
	margin-left: 130px;
}
#rib p img{
	margin-right: 10px;
}
#rib p b{
	font-family: openb;
}
.hotline-rib{
	float: right !important;
	
}
#hotline{
	float: right;
	color: #333333;
	font-size: 18px;
	font-family: ana;
	text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
	line-height: 25px;
	margin-top: 20px;
}
#hotline img{
	float: left;
	margin-right: 10px;
}
#hotline span{
	float: left;
}
#hotline b{
	color: #007236;
	font-size: 24px;
	font-weight: normal;
}
.box-mxh{
	float: right;
}
.box-mxh img{
	vertical-align: middle;
}
.box-mxh a{
	display: inline-block;
	margin-left: 30px;
}
.button{
	background: #f00;
	border: 1px solid #fff;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	padding: 10px 30px;
	margin-right:5px;
	cursor: pointer;
	outline:none;
	margin-top: 10px;
}
.button:hover{
	background: #f00;
}
.noidung_contact{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.input_contact{
	width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    outline: none;
    padding: 0px 10px;
    margin-top: 5px;
    border-radius: 5px;
}
.ta_contact{
	border: 1px solid #ccc;
	outline: none;
	padding: 10px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.box-mxh2{
	
}
.box-mxh2 a{
	display: block;
	margin-bottom: 2px;
	color: #3f3f3f;
	font-size: 14px;
	font-family: open;
}
.box-mxh2 img{
	vertical-align: middle;
}
#google_translate_element{
	float: right;
	margin-top: -22px;
	margin-left: 8px;
}

.list-danhmucsanpham{
	border:1px solid #eaeaea;
	background: url(../images/bg-nav.png) repeat-y;
}
#box-cap{
	position: relative;
	display: inline-block;
	float: left;
}
#soxuong{
	background: #4ba6e3;
	color: #fff;
	font-size: 16px;
	font-family: muli;
	text-transform: uppercase;
	padding: 13px 51px;
	cursor: pointer;
}
#soxuong i{
	color: #fff;
	font-size: 31px;
	padding: 7px 20px;
	vertical-align: middle;
	display: inline-block;
}
#nav-ul{
	margin-bottom: 0px;
	overflow-y: scroll;
	height: 352px;
	direction: rtl;
	border: 1px solid #cccccc;
	background: #fff;
}
#box-ul{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0px;
	display: none;
}
#nav-ul::-webkit-scrollbar {
	background: #fff;
	width: 5px;
	height:11px;
}
#nav-ul::-webkit-scrollbar-thumb {
	background: #ccc;
}
.nav-li{
    list-style: none;

}
.nav-li:hover > .nav-a{
	color: #db0000;
}
.nav-li:last-child{
	border-bottom: none;
}
.nav-a{
	display: block;
	font-size: 15px;
	color: #5c5c5c;
	font-family: muli;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px dashed #cccccc;
	margin: 0px 15px 0px 10px;
	text-transform: uppercase;
}
.nav-a img{
	margin: 13px 0px 0px 15px;
	float: right;
}
.nav-a2{
	display: block;
	font-size: 15px;
	color: #4c4c4c;
	font-family: mulib;
	position: relative;
	text-transform: uppercase;
}
.nav-a2:hover{
	color: #db0000;
}
.nav-ul-child{
	position: absolute;
	top: 0px;
	left: 100%;
	background: #fff;
	right: 0px;
	height: 99.5%;
	direction: ltr;
	overflow: auto;
	width: 100%;
	text-align: left;
	padding: 0px 10px;
	display: none;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.nav-ul-child::-webkit-scrollbar {
	background:#fff;
	width: 5px;
	height:11px;
}
.nav-ul-child::-webkit-scrollbar-thumb {
	background: #ccc;
}
.nav-li-child:hover{
	
}
.nav-li-child:hover > .nav-a{
	color:#a40a0a;
}
.nav-li-child{
	position: relative;
	display: inline-grid;
	margin: 10px;
}
.nav-li-child:last-child{
    border-bottom: none;
}
.nav-li:hover .nav-ul-child{
	display: block;
}
.nav-ul-child-child{
	list-style: none;
}
.nav-li-child-child{
	display: block;
	margin-top: 10px;
}
.nav-a3{
	display: block;
	font-size: 15px;
	color: #4c4c4c;
	font-family: muli;
	position: relative;
}
.nav-a3:hover{
	color: #db0000;
}
#content-1{
	border:1px solid #ccc;
	width:115px;
	padding:3px 0px 3px 3px;
	margin-left:6px;
	height:400px;
	margin-top:40px;
}
#ngonngu{
	float: right;
}
.ngonngu{
	float:left;
	margin-left: 30px;
	display: inline-block;
	color: #707070;
	font-weight: bold;
}
.ngonngu img{
	vertical-align: middle;
}
.op_phone {
    -webkit-animation-name: op_phone;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: op_phone;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: op_phone;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes op_phone {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes op_phone {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes op_phone {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.list-hotro{
	border: 1px solid #d8d7d7;
	margin-bottom: 27px;
}
.list-hotro strong{
	color: #fe0000;
	font-size: 18px;
	font-family: fub;
	display: block;
	margin: -31px 0px 15px 70px;
	text-transform: uppercase;
	text-align: left;
}
.list-hotro strong font{
	font-size: 18px;
	color: #e70000;
}
.list-hotro img{
	
}
.box-tructuyen{
	padding: 10px;
	text-align: center;
}
#box-fanpage{
	margin-right: 32px;
	width: 500px;
	float: left;
}
.box-hotro{
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dashed #d0d0d0;
    text-align: left;
}
.box-hotro:last-child{
	margin-bottom: 0px;
	border-bottom: none;
	padding-bottom: 0px;
}
.box-hotro a{
	display: inline-block;
	margin-left: 13px;
}
.ten-hotro{
	color: #3a3288;
	font-size: 14px;
	font-family: fuh;
	margin-bottom: 5px;
}
.ten-hotro img{
	vertical-align: middle;
}
.dienthoai-hotro{
	color: #555555;
	font-size: 14px;
	font-family: fuh;
	font-style: italic;
}
.dienthoai-hotro font{
	color: #007236;
	font-family: robotob;
	font-size: 13px;
}
.mail-hotro{
	font-size: 14px;
	color: #272728;
}
.line-hotro{
	border-bottom:1px solid #a2a2a2; 
	margin:10px 0px;
}
.line-hotro:last-child{
	border: none;
}
.list-video{
	border:1px solid #e2e2e2; 
	padding: 9px;
}
#newsletter{
	background: url(../images/bg-nhantin.jpg) center no-repeat;
	background-size: cover;
	min-height: 209px;
    position: relative;
    z-index: 9;
}
.left_nhantin{
	width: 560px;
	float: left;
	text-align: center;
}
.left_nhantin img{
	float: left;
	margin-top: 32px;
}
.left_nhantin h2{
	color: #fff;
	font-size: 40px;
	font-family: wed;
	font-weight: normal;
	margin-bottom: 5px;
    margin-top: 50px;
}
.left_nhantin h4{
	color: #fff;
	font-size: 24px;
	font-family: open;
	font-weight: normal;
}
.left_nhantin h4 b{
	font-size: 27px;
	font-family: openb;
}
.nhan_mail{
	float: right;
	width: 626px;
	position: relative;
	margin-top: 28px;
}
.nhan_mail h2{
	color: #fff;
	font-size: 20px;
	font-family: openb;
	text-transform: uppercase;
	background: url(../images/icon-nhantin.png) left no-repeat;
	padding-left: 30px;
	margin-bottom: 20px;
}
.text-nhantin{
	width: 49%;
	height: 43px;
	padding: 0px 20px 0px 20px;
	outline:none;
	background: #fff;
	color: #a2a2a2;
	font-family: open;
  	font-size: 13px;
  	border: none;
  	display: inline-block;
  	float: left;
  	border-radius: 20px;
  	margin-bottom: 10px;
}
.text-nhantin2{
	float: right;
}
.text-nhantin3{
	padding-right: 50px;
}
.area-nhantin{
	width: 100%;
	height: 98px;
	padding: 10px 15px;
	outline:none;
	background: #fff;
	color: #333333;
  	font-size: 13px;
  	font-family: roboto;
  	border: none;
  	margin-bottom: 10px;
}
::-webkit-input-placeholder {
  color: #a2a2a2;
}
::-moz-placeholder {
  color: #a2a2a2;
}
:-ms-input-placeholder {
  color: #a2a2a2;
}
:-moz-placeholder {
  color: #a2a2a2;
}
.bt-nhantin{
	background:url(../images/icon-gui.png) center;
	width:25px;
	height:25px;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.dichvu{
	position: relative;
	background: #fff;
	border-radius: 3px;
	padding: 5px;
}
.dichvu img{
	margin-bottom: 10px;
}
.dichvu h3 a{
	color: #343434;
	font-size: 17px;
	font-family: open;
	display: block;
	padding: 0px 10px 15px 10px;
	font-weight: normal;
}
.dichvu:hover h3 a{
	color: #007236;
}
.dichvu p{
	color: #333333;
	font-size: 14px;
	font-family: roboto;
	padding: 0px 10px 10px 10px;
}
.transition {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
#sanphammoi{
	background: url(../images/bg-sanpham.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
#copyright{
	font-size: 13px;
	color: #fff;
	padding: 10px 0px;
	font-family: open;
	background: #007236;
}
.copyright{
	padding: 10px 0px;
}
.copy{
	float: left;
}
.copy a{
	font-family: openb;
	color: #fff;
}
#copyright span:last-child{
	padding-right: 0px;
	border: none;
}
.cart{
	margin: 16px 20px 0px 20px;
	font-size: 14px;
	color: #fff;
	display: block;
}
.cart img{
	vertical-align: middle;
}
.tieudegioithieu{
	color: #333333;
	font-family: robotob;
	font-size: 18px;
	position: relative;
}
.hinhgioithieu{
	float: right;
	width: 547px;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}
.hinhgioithieu a{
	display: block;
	position: relative;
}
.tengioithieu{
	color: #ff0000;
	font-size: 48px;
	font-family: au;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
}

.motagioithieu{
	color: #333333;
	font-size: 15px;
	font-family: roboto;
	width: 578px;
	float: left;
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
}
#links img{
	margin-right: 32px;
	margin-top: 30px;
}
.addthis_native_toolbox{
	margin-top: 10px;
}
.muangay{
	color: #fff;
    background-color: #f00;
    border-color: #ac2925;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;
}
#anhien{
	display: none;
}
.images{
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
	width: 220px;
}
.hinh-images{
	overflow: hidden;
	border: 1px solid #f0efe6;
}
.hinh-images img{
	
	width: 218px;
}
.hinh-images:hover img{
	transform:scale(1.1);
}
.mota-images{
	border: 1px solid #f0efe6;
	background: #fafafa;
	margin-top: 1px;
	padding-bottom: 4px;
}
.ten-images{
    text-align: center;
    padding: 5px 0px;
}
.ten-images a{
	color: #666666;
    font-size: 13px;
    font-weight: normal;
}
.ten-images a:hover{
	color: #ff0000;
}
.fa-home{
	font-size: 35px !important;
    line-height: 53px !Important;
}
.bg-hotrotructuyen{
	position:fixed;
	z-index:1000;
	right:-301px;
	top:40%;


}

.tieude-hotro{
	background:url(../images/icon-fanpage.png) no-repeat;
	width:42px;
	height:139px;
	cursor:pointer;
	float:left;
}
.list-hotrotructuyen{
	background-color: white;
	float: left;
	width: 300px;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	text-align:center;
}

.box-lienhe{
	float: left;
	width: 390px;
}

.spnoibat{
	margin-bottom: 30px;
}

.tieude-lydo{
	text-align: center;
	margin-bottom: 15px;
	background: url(../images/tieude-noibat.png) center no-repeat;
	height: 63px;
}
.tieude-lydo h2{
	font-size: 16px;
	font-family: robotob;
	text-transform: uppercase;
	color: #fff;
	line-height: 45px;
}
.box-lydo{
	text-align: center;
}
.box-lydo h3{
	font-family: robotob;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 13px;
	margin-bottom: 13px;
}
.box-lydo p{
	font-family: roboto;
	font-size: 14px;
	color: #fff;
}
.album{
	margin-bottom: 20px;
}
.album2{
	float: left;
	width: 382px;
	margin-right: 20px;
}
.album2:nth-last-child(2){
	margin-right: 0px;
}
.album img{
	max-width: 100%;
	height: auto;
}
.album a{
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.album:hover a:after{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.4);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.album:hover h3{
	opacity: 1;
}
.album h3{
	position: absolute;
	font-family: robotob;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	z-index: 9;
	background: url(../images/icon-phongto.png) top center no-repeat;
	padding-top: 30px;
}
#linhvuc{
	background: url(../images/bg-linhvuc.png);
	background-size: cover;
	padding: 50px 0px;
}
.linhvuc{
	text-align: center;
}
.linhvuc h3{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	font-family: robotob;
	margin-bottom: 20px;
}
.overlay{
	background: none;
	position: absolute;
	top: unset;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
	padding: 35px;
	pointer-events: none;
	z-index: 9;
}
.linhvuc:hover .overlay{
	background: rgba(0,0,0,0.3);
	top: 0;
}
.icon-cong{
	opacity: 0;
	height: 0px;
}
.linhvuc:hover .icon-cong{
	opacity: 1;
	height: 63px;
}
.linhvuc:hover h3{
	color: #ffc600;
}
#backtotop{border:none;position:fixed;right:15px;bottom:58px;opacity:0.5;z-index:1;cursor:pointer;}
#backtotop:hover{opacity:1;}
.icon-zalo{
	position: fixed;
	top: 40%;
	right: 5px;
	width: 50px;
	z-index: 9999;
}
.icon-zalo img{
	max-width: 100%;
	height: auto;
}
#tags{
	margin-top: 30px;
}
#tags a{
	color: #fff;
	font-family: roboto;
	font-size: 13px;
	border-right: 1px solid #fff;
	padding: 0px 15px;
	line-height: 11px;
	display: inline-block;
	margin-bottom: 10px;
}
#tags a:hover{
	text-decoration: underline;
}
#tags a:last-child{
	border-right: none;
	padding-right: 0px;
}
.countsp{
	margin-bottom: 20px;
	font-size: 20px;
}
.grecaptcha-badge{
	display: none;
}

.center{
	text-align: center;
}
