@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: Roboto-Regular;
    src:url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: robotob;
    src:url(../fonts/roboto-bold.ttf), url(../fonts/roboto-bold.eot);
}
@font-face {
    font-family: Roboto-Medium;
    src:url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: tahoma;
    src:url(../fonts/tahoma.ttf), url(../fonts/tahoma.eot);
}
@font-face {
    font-family: avo;
    src:url(../fonts/UTMAvo.ttf), url(../fonts/UTMAvo.eot);
}
@font-face {
    font-family: avob;
    src:url(../fonts/UTMAvoBold.ttf), url(../fonts/UTMAvoBold.eot);
}
@font-face {
    font-family: open;
    src:url(../fonts/OpenSansSemibold.ttf), url(../fonts/OpenSansSemibold.eot);
}
@font-face {
    font-family: hel;
    src:url(../fonts/UTMHelvetIns.ttf), url(../fonts/UTMHelvetIns.eot);
}
@font-face {
    font-family: fu;
    src:url(../fonts/SFUFuturaBook.TTF), url(../fonts/SFUFuturaBook.eot);
}
@font-face {
    font-family: he;
    src:url(../fonts/SFUFuturaHeavy.TTF), url(../fonts/SFUFuturaHeavy.eot);
}
body{font-family:Arial; font-size:13px; line-height:1.5;top: 0px !important;background: #ffffff;}
.clear{
	clear:both;
}
.clear10{
	clear:both;
	height: 10px;
}
.clear15{
	clear:both;
	height: 15px;
}
.clear20{
	clear:both;
	height: 20px;
}
ul{
	list-style: none;
	margin: 0px;
}
#wrapper{
	position: relative;	
	overflow: hidden;
}
.maxwidth{
	position: relative;
}
.maxwidth2{
	
	position: relative;
}
#header{
	position: relative;
	background: #fff;
	margin-bottom: 10px;
}
#banner{
	position:relative;
	
}
#banner img{
	max-width: 100%;
	height: auto;
}
#logo{
	float: left;
}
#logo img{
	max-width: 100%;
	height: auto;
}

#menu-top{
	float: right;
    width: 100%;
    background: #2d9f9d;
}
#menu-top .menu-parent{
	list-style-type:none;
	display: inline-block;
	margin-bottom: 0px;
	float: left;
	margin-left: 15px;
}
.menu{	
	float: left;
	position: relative;
	background: url(../images/backgroud_menu_left.png) right no-repeat;
}
.menu:hover:after{
	
}

.text-a{
	font-size: 16px;
	color: #ffffff;
	font-family: robotob;
	padding: 0px 28px;
	text-transform: uppercase;
	line-height: 52px;	
}
.text-a img{
	vertical-align: text-top;
	margin-left: 5px;
}
.menu:hover .text-a{
	color: #d90304;
}
.active2{
	float: left;
	position: relative;
	background: url(../images/backgroud_menu_left.png) right no-repeat;
}
.active2 a{
	color: #d90304;
}
.active2:after{
	
}
.ul-child{
	position:absolute;
	display:none;
	background-color: rgba(72,166,163,0.8);
	z-index:9999;
	list-style-type:none;
	text-align: left;
	top: 100%;
}

.ul-child a{
	font-size: 13px;
	color: #ffffff;
	font-family: fu;
	line-height: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	
}
.li-child:hover{
	background-color:#d90304;
}
.li-child:hover>a{
	
}
.li-child{
	padding:7px 20px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #2d9f9d #2d9f9d #2d9f9d;
	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(72,166,163,0.8);
	z-index:9999;
	list-style-type:none;
	top: 0;
	left: 100%;
}
.li-child-child{
	padding:7px 20px;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #2d9f9d #2d9f9d #2d9f9d;
	line-height: 18px;
	cursor:pointer;
}
.li-child-child:hover{
	background-color:#d90304;
}
.li-child-child:hover a{
	
}
.li-child:hover .ul-child-child{
	display:block;
}
#sub-menu{
	position: relative;
	display: inline-block;
}
.sub-menu{
	position: absolute;
	width: 240px;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	left: 0;
	top: 100%;
	z-index: 99;
	display: none;
}
#sub-menu:hover .sub-menu{
	display: block;
}
.sub-menu li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.sub-menu li:last-child{
	border: none;
}
.sub-menu li a{
	color: #333;
	font-family: roboto;
	font-size: 14px;
	padding:5px 10px;
	display: block;
}
.sub-menu li a:hover{
	color: #f00;
}
#menu-top-rp{
	display:none;
    position: relative;
    z-index: 99999;
	
}
#menu-rp-top-parent{
	list-style: none;
    background: #232323;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 0px;
}
#menu-rp-top-parent .li-rp-top-parent{
	border-bottom:1px solid #000;
	padding:0px 15px;
	line-height:35px;
	cursor:pointer;
}
#menu-rp-top-parent .li-rp-top-parent .text-a-rp{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	white-space: nowrap;
	display: block;
	font-family: roboto;
	display: inline-block;
}
#menu-rp-top-parent .text-a-2-rp{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	white-space: nowrap;
	display: inline-block;
	font-family: roboto;
}
#menu-rp-top-parent .active2-rp{
	border-bottom:1px solid #000;
	padding:0px 15px;
	background:#d90304;
	line-height:35px;
	cursor:pointer;
}
#menu-rp-top-parent .active2-rp a{
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	white-space: nowrap;
	display: inline-block;
	font-family: roboto;
}
.ul-child-rb{
	list-style:none;
}
.ul-child-rb .li-child-rb{
	border-bottom:1px solid #000;
	padding-left:15px;
}
.ul-child-rb .li-child-rb:last-child{
	border-bottom:none;
	padding-left:15px;
}
.soxuong{
	float: right;
	font-size: 40px !important;
	color: #000;
	margin-right: 10px;
}
.an {
    position: fixed;
    right: -229px;
    top: 110px;
    bottom: 0;
    z-index: 9000;
    height: 288px;
    width: 256px;
}
#content{
	margin: 40px 0px;
}
#slide_trung{
	position: relative;
}
#slide_trung img{
	
}
#logo_slider{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#content-top{
	
}
#content-mid{
	padding:0px 30px;
	float:left;
	width:480px;
}
#content-right{
	margin: 20px 0px;
	float: right;
}
#content-bot{
	margin-bottom: 30px;
}
#content-bot img{
	max-width: 100%;
	height: auto;
}
#content-bot li{
	
}
.bg-hotro img{
	max-width: 100%;
	height: auto;
}
#content-left{
	margin: 20px 0px;
	float: left;
}
.fanpage{
	float:left;
	margin-right: 30px;
	width: 281px;
}
.bg-tieude{
	background: #ffde00;
	cursor: pointer;
}
.bg-tieude h2{
	color: #000000;
    font-size: 16px;
	text-transform:uppercase;
	font-family: robotob;
	display: inline-block;
	position: relative;
	margin: 0px;
	line-height: 52px;
}
.bg-tieude img{
	margin-right: 12px;
    margin-left: 25px;
    margin-top: -6px;
}
.bg-tieudesanpham{
    border-top: 3px solid #2d9f9d;
    margin-bottom: 25px;
}
.bg-tieudesanpham h2{	
   background: #2d9f9d;
    position: relative;
    color: #ffffff;
    margin: 0;
    margin-right: 32px;
    display: inline-block;
    padding: 11.5px 30px;
    padding-left: 55px;
    padding-right: 40px;
    font-family: robotob;
    font-size: 20px;
    text-transform: uppercase;
}
.bg-tieudesanpham h2:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 0px;
    background: #ffffff;
    width: 4px;
    height: 18px;
}
.bg-tieudesanpham h2:after {
    position: absolute;
    content: "";
    top: -3px;
    left: 100%;
    background: url(../images/after-sanphamhot.jpg) no-repeat;
    width: 38px;
    height: 48px;
}
.bg-tieudesanpham font{
	color: #005929;
}
.product-all{
	
}
.product{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	border:1px solid #eaeaea;
}
.product img{
	max-width: 100%;
	height: auto;
}
.product_noibat img{
	max-width: 100%;
	height: auto;
}
.hinh-product{
	overflow: hidden;
	position: relative;
}
.hinh-product:hover img{
	transform:scale(1.1);
}
.icon-sanpham{
	background: url(../images/icon-sanpham.png) no-repeat;
	width: 45px;
	height: 45px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}
.ten-product h3{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ten-product a{
	color: #292929;
    font-size: 16px;
    overflow: hidden;
    font-family: robotob;
}
.ten-product a:hover{
	color: #ff0000;
}
.product p{
	display: inline-block;
	margin-right: 7px;
}
.giaban{
	    color: #f60909;
    font-size: 20px;
}
.add_to_basket{
	cursor: pointer;
}
.masp{
	color: #de0000;
	font-size: 13px;
	margin-top: 5px;
	text-transform: uppercase;
}
.gia-product{
	color:#f00;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	font-family: roboto;
}
.gia-cu{
	color: #4e4e4e;
	font-size: 12px;
	text-decoration: line-through;
}
.mota-product{
	color: #686868;
	font-size: roboto;
	font-size: 13px;
	margin-bottom: 20px;
}
.bg-product{
	padding: 40px 0px 0px 0px;
}
.bg-product:nth-child(2n+1){
	background: #ebebeb;
}
.datmua{
	background: #f08d0f;
	width: 49%;
	font-family: robotob;
	font-size: 17px;
	text-align: center;
	padding: 7px 0px;
	float: left;
}
.chitiet{
	background: #ff0000;
	float: right;
	color: #fff000;
}
.add_to_basket{
	color: #532f02;
} 
.xemtatca{
	display: inline-block;
	float: right;
	font-size: 15px;
	color: #d8ff00;
	margin-top: 13px;
    margin-right: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.xemtatca a{
	font-family: Roboto-Medium;
	color: #2d9f9d;
	font-size: 14px;
	text-transform: uppercase;;
}
.xemtatca img{
	margin-right: 5px;
}
.xemtatca:hover{
	text-decoration: underline;
}
.xemchitiet
{
	display: inline-block;
}
.xemthem{
    display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #b6b6b6;
}
.xemthem a{
	font-family: Roboto-Regular;
    color: #5b5b5b;
    font-size: 13px;
    text-transform: uppercase;
}
.xemthem:hover{
	text-decoration: underline;
}
.bt-dathang{
	background: url(../images/button_addtobasket.png) repeat-x;
	color: white;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid dimGray;
    padding: 5px 10px;
    cursor: pointer;
}
.shadow-product{
	text-align:center;
	background: url(../images/shadow_sanpham.png) repeat-x;
	height: 32px;
	margin-top: -15px;
    margin-bottom: 20px;
}
.shadow-product img{
	
}
a{
	text-decoration:none;
}
#doitac{
	margin: 30px 0px;
}
#doitac img{
	margin-right:20px;
	border:1px solid #dcdcdc;
}
#footer{
	padding: 30px 0px 20px 0px;
	color: #fff;
	position: relative;
}
.congty{
	margin-bottom: 15px;
}
.thongtin{
	margin-bottom: 15px;
}
.thongke{
	float: right;
    margin-top: 54px;
}
.thongke p{
	display: inline-block;
	padding: 0px 5px;
	border-right: 1px solid #555555;
	line-height: 10px;
}
.thongke p:last-child{ border-right: none; }
.thongke img{
	vertical-align: middle;
    margin-right: 10px;
    float: left;
}
.thongtin li{
	margin-bottom: 12px;
}
.thongtin li a{
	font-size: 12px;
	color: #fff;
	font-family: fu;
}
.thongtin li a:hover{
	color: #ff0000;
}
#search{
	cursor: pointer;
}
#timkiem{
    width: 100%;
    z-index: 999;
    background: url(../images/bg-timkiem.png) no-repeat;
    float: right;
    border:1px solid #2d9f9d;
    border-radius: 5px;
    overflow: hidden;
}
.timkiem{
	border: none;
    height: 46px;
    width:80%;
    color: #808080;
    outline: none;
    background: none;
    padding: 0px 10px;
    float: left;
    font-size: 12px;
    padding-left: 22px;
}
.bt-timkiem{
	color: #ffffff;
    border: none;
    background: none;
    outline: none;
    width: 20%;
    height: 46px;
    float: right;
    cursor: pointer;
    background: #2d9f9d;
}
.tienich{
	border-bottom: 1px solid #fff;
	padding: 20px 0px;
	margin-bottom: 30px;
}
.tienich h2{
	color: #333333;
	font-size: 16px;
	font-family: roboto;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
.tienich p{
	font-size: 16px;
	color: #333333;
	font-family: roboto;
	font-weight: bold;
}
#product-detail{
	
	margin-bottom: 30px;
}
#product-detail #left{
	text-align: center;
}

#product-detail #left img{
	
}
#product-detail #right{
	
}
#product-detail #right h1{
	font-size: 25px;
	color: #5a1402;
	font-weight: bold;
	font-family: robotob;
	margin-top: 0px;
}
.chitietsanpham{
	border-bottom:1px solid #cbcbcb;
	padding-bottom:5px; 
	padding-top:10px;
}
.chitietsanpham .giaban	{
	font-size: 16px;
	color: #ff0000;
}
.chitietsanpham .gia-cu{
	    font-size: 16px;
}
.giohang{
	float: right;
	color: #343434;
	font-size: 13px;
	margin-top: 40px;
}
.giohang a{
	color: #343434;
}
.giohang img{
	float: left;
	margin-right: 10px;
}
.giohang p{
	float: left;
}
.box-tintuc{
	
	padding: 40px 0px;
}

.box-tructuyen p{
	color: #0072ff;
	font-size: 14px;
	font-family: roboto;
}

.tintuc{
	margin-bottom: 30px;
	position: relative;
}
.list-news{
	margin-bottom: 30px;
}
.list-news img{
	max-width: 100%;
	height: auto;
}
.list-news h3{
	margin: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;
}
.list-news h3 a{
	color: #5a1402;
	font-family: roboto;
	font-size: 20px;
	text-transform: uppercase;
}
.list-news h3 a:hover{
	text-decoration: underline;
}
.list-news span{
	color: #b3b3b3;
}
.list-news p{
	color: #424242;
	font-size: 13px;
	font-family: roboto;
}
.hinh-tintuc{
	z-index: 999;
	margin-bottom: 10px;
}
.news_left{
	float:left;
	margin:5px 0px;
	margin-right: 20px;
}
.news_left img{
	width: 150px;
}
.news_right{
	float:none;
	margin:0px 10px;
}
.news_right h2 a{
	color:#494949;
	font-size: 12px;
	text-transform: uppercase;
}
.news_right h2 a:hover{
	color: #10aadd;
}
.news_right span{
	color: #9e9e9e;
	font-size: 11px;
	font-style: italic;
}
.news_right p{
	color: #575555;
	font-size: 12px;
}
.title_news{
	color:#d90304;
	font-size:28px;
    position: relative;
    margin: 0px;
    display: inline-block;
    font-family: he;
    text-transform: uppercase;
    font-weight: normal;
}
.noidung_tintuc{
	padding:10px 0px;
}
.noidung_tintuc img{
	max-width: 100%;
	height: auto;
}
.noidung img{
	max-width: 100%;
	height: auto;
}
.othernews{
	padding:10px 0px;
}
.links_titles{
	list-style: square !important;
}
.othernews a{
	color: #333333;
}
.othernews a:hover{
	color: #ff0000;
}
.item-phuongcham{
	float: left;
    width: 210px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.item-phuongcham img{
	margin-right: 10px;
	float: left;
}
.item-phuongcham p{
	float: left;
	color: #fff;
	font-size: 14px;
	font-family: roboto;
	text-transform: uppercase;
}
.icon{
	position:absolute;
	margin-left:235px;
}
.tcat {
	
}
.usual{
	margin-bottom:20px;
	text-align: center;
}
.usual ul#tab_content{
	margin:0px;
	padding:0px;
	display: inline-block;
	margin-bottom: 30px;
}
.usual ul#tab_content li {
    padding-left:0px;
	padding-right:0px;
    list-style: none outside none;
    text-align:center;
    float: left;
    background: url(../images/line-tab.png) right no-repeat;
}
.usual ul#tab_content li:last-child{
	background: none;
}
.usual ul#tab_content a {
    color: #414141;
    display: block;   
    text-decoration: none !important;
	font-weight:bold;
	text-transform:uppercase;
	font-family: open;
	font-size: 15px;
	padding: 0px 20px 0px 20px;
}
.usual ul#tab_content a:hover {
    color: #0da63e;
}
.usual ul#tab_content a.selected {
    color: #0da63e;
    cursor: default; 
    margin-bottom: 0;
	
}
ul.pagination {
    text-align:center;
    color:#829994;
}
ul.pagination li {
    display:inline-block;
    padding:0 3px;
    margin-bottom: 5px;
}
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:#f00;
    color:#fff; 
}
#lienhe{
	width: 655px;
	border: 1px solid #509e40;
	margin-top: 6px;
	margin-left: 13px;
	padding-bottom: 20px;
	margin-bottom:10px;
	color:black;
	float: left;
}
#contact{
	color:black;
	float: left;
	width: 500px;
}
#contact table{
	margin:10px 10px;
}
#contact .khoangcach{
	height:10px;
}

#rib{
	background: #005929;
	padding: 5px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#rib p{
	float: left;
	color: #fff;
	margin-top: 6px;
}
#rib font{
	color: #fff;
	font-size: 13px;
	font-family: roboto;
}
#rib img{
	vertical-align: middle;
	
}
.icon-hotline{
	float: right;
	margin-top: 4px;
}
.icon-diachi{
	float: left;
	margin-top: 4px;
}
.icon-hotline img,
.icon-diachi img{
	margin-right: 10px;
}
#rib ul{
	list-style: none;
	padding-top: 10px;
    float: right;
}
#rib ul li{
	float: left;
	background: url(../images/line-rib.png) right no-repeat;
}
#rib ul li:last-child{
	background: none;
}
#rib ul li img{
	vertical-align: middle;
	margin-right: 5px;
}
#rib ul li a{
	font-size: 12px;
	color: #595959;
	font-family: roboto;
	padding: 0px 15px;
}
#rib ul li a:hover{
	text-decoration: underline;
}
.button{
	background: #ff0000;
	border: 1px solid #fff;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	padding: 5px 30px;
	margin-left:5px;
	cursor: pointer;
	outline-color:#ff0000;
}
.input{
    border: 1px #E9E9E9 solid;
    azimuth: center;
    width:450px;
    margin: 0 auto;
	margin-bottom:15px;
    
    line-height: 30px;
    height: 30px;
    border: 1px solid #61381;
    border-radius: 4px;
}
.ta_noidung{
	border: 1px #E9E9E9 solid;
    azimuth: center;
    width:450px;
    margin: 0 auto;
	margin-bottom:15px;
    
    line-height: 30px;
    border: 1px solid #61381;
    border-radius: 4px;
}
.tablelienhe td{
	vertical-align:top;
}
.control-label{
	text-align: left !important;
}
#backtotop{
	border:none;
	position: fixed;
	right: 15px;
	bottom: 60px;
	opacity: 0.5;
	z-index: 1;
	cursor:pointer;
	
}
#backtotop:hover{
	opacity:1;
}

#nav-ul{
	margin-bottom: 0px;
}
.nav-li{
    position: relative;
	
}

.nav-li:hover > .nav-a{
	color: #ff0000;
}
.nav-a{
	display: block;
    color: #ffffff;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 41px;
    background: url(../images/bg-nav-li.png) repeat-x;
    padding-left: 37px;
    position: relative;
}
.nav-a:before{
	position:absolute;
	content: "";
	background: url(../images/icon-lidanhmuc.png) no-repeat;
	width: 13px;
	height: 10px;
	left: 10px;
    top: 15px;
}
.nav-a img{
	margin-right: 10px;
}
.nav-a2{
	margin-left: 18px;
	background: none;
	line-height: 30px;
}
.nav-a2{
	color: #ffffff;
    font-family: Roboto-Regular;
    font-size: 16px;
    padding-left: 37px;
}
.nav-active{
	border-bottom:1px solid #ac0b0b;
	padding:5px 10px;
	background-color:#ac0b0b;
}
.nav-active .nav-a{
	color:white;
}
.nav-ul-child{
	list-style-type:none;
	display: none;
}
.nav-li:hover .nav-ul-child{
	display: block;
}
.nav-li-child:hover{
	
}
.nav-li-child:hover .nav-a2{
	color:#ff0000;
}
.nav-li-child{
	position: relative;
    margin: 10px 0px 10px 0px;
}
.nav-li-child:last-child{
	border-bottom: none;
    padding-bottom: 0;
}
.nav-li:hover .nav-ul-child{
	
}
.video{
	margin-right:7px;
	float:left;
	margin-bottom:7px;
	padding:9px 9px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bg-video{
	width:345px;
	height:200px;
}
.ten-video{
	margin:5px 0px;
}
.ten-video a{
	color:#c61d1d;
	font-weight:bold;
}
.sanpham{
	width:360px;
	float:left;
	margin-right:20px;
}
.sanpham img{
	width:360px;
	height:50px;
	margin-right:20px;
}


#content-1{
	border:1px solid #ccc;
	width:115px;
	padding:3px 0px 3px 3px;
	margin-left:6px;
	height:400px;
	margin-top:40px;
}
.hotline{background: url(../images/backgroud_hotline.png);
    color: #e40011;
    font-size: 17px;
    display: inline-block;
    float: right;
    padding-top: 10px;
    padding-bottom: 32px;
    width: 218px;
    text-align: center;
    margin-top: 26px;
    font-family: robotob;
}
#ngonngu{
	float: right;
	margin-top: 3px;
	margin-left: 20px;
}
#newsletter{
	background: url(../images/bg-nhanmail.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 50px 0px;
}
#newsletter p{
	font-size: 14px;
	font-style: italic;
	color: #fff;
	font-family: open;
	margin-bottom: 15px;
}
#newsletter h2{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: open;
	background: url(../images/line-nhantin.png) bottom no-repeat;
	padding-bottom: 25px;
    margin-bottom: 15px;
}
.nhan_mail{
	display: inline-block;
    margin: 0px 0px 5px 0px;
    border: 1px solid #2d9f9d;
    margin-top: 35px;
}
.nhan_mail p{
	color: #fff;
	font-family: fu;
	margin-top: 0px;
}
.text-nhantin{
	border:none;
	width: 415px;
	height: 35px;
	outline:none;
	background: #fff;
	float: left;
	color: #787878;
  	font-size: 14px;
  	padding-left: 20px;
}
.bt-nhantin{
	height: 35px;
    float: left;
    background: #2d9f9d;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: robotob;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 15px;
}
#mangxahoi{
	float: right;
	margin-left: 20px;
}
.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;
}
.shopping_cart{
	position: fixed;
	right: 2px;
	top: 10%;
	z-index: 9999;
}
.shopping_cart img{
	width: 70px;
}
#copyright{
	color: #fff;
    font-size: 14px;
    padding: 17px 0px;
    background: #2d9f9d;
    text-align: center;
}
#copyright p{
	margin-bottom: 0px;
}
.copy{
	
}
#contact{
	float: left;
	width: 520px;
}
.box-bot{
	margin-bottom: 20px;
}
#dichvu{
	
}
.box-dichvu{
	margin-bottom: 30px;
	text-align: center;
}
.box-dichvu img{
	
}
.img-right{
	float: left !important;
	margin-right: 10px;
	margin-left: 0px;
}
.box-dichvu h3{
	font-family: open;
	font-size: 16px;
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
}
.bn_list img{
	max-width: 100%;
	height: auto;
}
.float-right{
	text-align: right !important;
}
.box-dichvu a:hover h3{
	color: #f00;
}
.box-dichvu p{
	font-family: roboto;
	color: #474747;
	font-size: 13px;
}
.box-dichvu ul{
	display: inline-block;
}
.box-dichvu li{
	padding-bottom: 30px;
	width: 42%;
	float: left;
	position: relative;
}
.box-dichvu li:nth-last-child(2){
	padding-bottom: 0px;
}
.box-dichvu li:after{
	content: '';
	border-bottom: 2px solid #999999;
	position: absolute;
	right: -60px;
	top: 30px;
	z-index: 99;
	width: 60px;
}
.box-dichvu li span{
	position: absolute;
    top: 20px;
    right: -75px;
    width: 26px;
    height: 26px;
    background: #999999;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#tieuchi{
	display: flex;
	justify-content:center;
	align-items:center;
	text-align: center;
	padding: 40px 0px;
	margin-bottom: 78px;
}
.span-right{
	top: 62px !important;
    left: -61px;
}
.li-right{
	float: right !important;
	position: relative;
}
.li-right:before{
	content: '';
	border-left: 2px solid #999999;
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	z-index: 99;
}
.li-right:after{
	left: -50px;
	top: 75px !important;
}
.content_buy{
	background: #fafafa;
	
}
.muangay{
	color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
	
}
.muangay span{
	padding: 10px 20px;
}
#hotro{
	position: absolute;
	right: 75px;
	top: 30px;
}
#tuvan{
	float: left;
	margin-right: 30px;
}
#box-diachi{
	float: left;
	width: 300px
}
#hotro img{
	margin-right: 10px;
}
#hotro p{
	display: table-row;
	font-size: 18px;
	font-family: roboto;
	color: #333333;
	text-transform: uppercase;
}
#hotro font{
	color: #922d00;
}
#hotro b{
	color: #b10404;
	font-size: 20px;
	font-family: robotob;
}
.box-gioithieu{
	text-align: center;
	padding: 50px 0px;
}
.duan-item{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.duan{
	position: relative;
	margin-bottom: 10px;
}
.duan img{
	max-width: 100%;
	height: auto;
}
.hinh-duan{
	position: relative;
}
.hinh-duan:before{
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hinh-duan:hover:before{
	display: none;
}
.ten-duan{
	background: #005929;
	padding: 5px 10px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 10px;
}
.ten-duan h3{
	margin: 0px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.ten-duan a{
	color:#fff;
	font-size: 13px;
	overflow: hidden;
	font-family: fu;
	text-transform: uppercase;
}
.ten-duan a:hover{
	color: #ff0000;
}
#btn-lg{
	position: absolute;
	cursor:pointer;
	color:#333333;
	font-size: 24px;
	right: 5px;
	top: -35px;
	
}
.phone {
    background: url(../images/icon-phone.gif) no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    left: 5px;
    background-size: 40px;
    z-index: 99999;
}
.sms {
    background: url(../images/sms.gif) no-repeat;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 5px;
    background-size: 40px;
    z-index: 99999;
}
/* -----------------------Popup---------------------------*/
.popup {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0px;
}
.img_pop {
    text-align: center;
    margin-top: 9%;
}
img.close_button {
    position: absolute;
    right: 206px;
    top: 100px;
    cursor: pointer;
}
/* -----------------------End Popup---------------------------*/
.box-dangky a{
	color: #333333;
	display: inline-block;
	margin-bottom: 10px;
}
.box-dangky a:hover{
	color: #f00;
}
.box-dangky font{
	color: #f00;
}
.thongtin-dn {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}


.thongtin-dn a:after {
    height: 1px;
    width: 100%;
    border-top: thin solid #c9760b;
    top: 50%;
    content: '';
    position: absolute;
    z-index: 1;
    margin-left: 10px;
}

.thongtin-dn a {
    color: #c9760b;
    text-transform: uppercase;
}
.gioitinh_w {
    margin-top: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form_dk {
    border-radius: 0px 4px 4px 0px !important;
}
.form-control-news{width:90%;}
.dangky_icon 
{
    text-align: center;
    margin: 20px 0px;
}
.dkt
{
	background: #c9760b;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 1px 1px 7px #666;
}
.dkt:hover{color: #fff;cursor: pointer;}
#inputs { border: none;}
.dangnhap {
    border-radius: 5px;
    padding: 5px 10px;
    background: red;
    color: #fff;
    font-weight: bold;
    border: 1px solid red;
    box-shadow: 1px 1px 1px #666;
}
#actions a {
    color: red;
    padding: 0px 10px;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 1px #666;
}
.noidung_send {
    float: left;
    width: calc(100% - 39px);
}
.tieude {
    color: #000000;
    font-family: robotob;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0px;
}
.img_code {
    width: 100px !important;
    position: relative;
}
.noidung_thanhvien {
    width: 70%;
    margin: 10px auto;
    background: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 0px 11px #666;
    margin-top: 25px;
    overflow: hidden;
}
#btn-menu{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC") no-repeat scroll center center transparent;
    display: block;
    height: 32px;
    right: 10px;
    position: fixed;
    top: 100px;
    width: 36px;
	padding: 0px;
	margin: 0px;
	*border-radius: 5px;
	background-color: #c80000;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
}
.canhchinhgiua{
	display: flex;
    align-items: center;
    justify-content: center;
}
.memu-top-top{
	list-style: none;
	margin-top: 20px;
}
.memu-top-top li{ 
	display: inline-block;
    border-right: 1px solid;
    line-height: 10px;
    padding: 0px 10px;
}
.memu-top-top li:last-child{
	border-right: none;
}
.memu-top-top li a{
	font-family: roboto;
    font-size: 14px;
    color: #4d4d4d;
}
.baotimkiem{
	width: 93%;
    box-sizing: border-box;
    padding-left: 52px;
}
/*---------------danhmucsanpham------------*/
.danhmucsp{
	width: 250px;
    float: left;
    position: relative;
}
.list-danhmucsanpham {
    border: 1px solid #f5f5f5;
    background: rgba(72,166,163,0.8);
    padding: 0px 15px;
    padding-bottom: 20px;
    /*height: 332px;*/
    height: auto;
    overflow-y: scroll;
    position: absolute;
    z-index: 9;
    width: 100%;
}
.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #000000;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000;
}
/*------------------------------------------*/
.fixlistdanhmuc .list-danhmucsanpham{
	display: none;
}
.fixdanhmuc{
	display: none;
}
.item-tieuchi{
	position: relative;
}
.item-tieuchi img{width: 100%;}
.item-tieuchi h2{
	font-family: robotob;
    font-size: 18px;
    position: absolute;
    width: 100%;
    top: 22px;
    color: #ffffff;
    text-transform: uppercase;
}
.item-tieuchi:hover h2{
	color: #d90304;
}
.list-tab-index,.list-tab-index1{
	list-style: none;
	border-top: 3px solid #2d9f9d;
	margin-bottom: 25px;
}
.list-tab-index li,.list-tab-index1 li{
	display: inline-block;
	margin-top: -3px;
}
.list-tab-index li a, .list-tab-index1 li a{
	padding: 9px 30px;
    display: inline-block;
    font-family: robotob;
    font-size: 20px;
    color: #2f2f2f;
    cursor: pointer;
    text-transform: uppercase;
}
.list-tab-index li a:hover{
	color: #d90304!important;
}
.active{
	color: #d90304!important;
}
#tab-1{
	padding-left: 55px;
	padding-right: 40px;
	background: #2d9f9d;
	position: relative;
	color: #ffffff;
	margin-right: 32px;
}
#tab-1:before{
	position: absolute;
	content: "";
	top: 15px;
	left: 0px;
	background: #ffffff;
	width: 4px;
	height: 18px;
}
#tab-1:after{
	position: absolute;
    content: "";
    top: 0px;
    left: 100%;
    background: url(../images/after-sanphamhot.jpg) no-repeat;
    width: 38px;
    height: 48px;
}
.quangcao{
	margin: 40px 0px;
}
.quangcao img{
	width: 100%;
}
.slick-tintuc{
	margin-left: -15px;
	margin-right: -15px;
}
.item-tintuc-index{
	width: 90%;
	margin: 0 auto;
}
.item-tintuc h3 a{
	font-size: 15px;
    font-family: robotob;
    color: #292929;
}
.menuf li{
	margin-bottom: 12px;
}
.menuf li a{
	font-family: Roboto-Regular;
    font-size: 13px;
    color: #555555;
}
.thongtincongty{
	color: #646464;
}
.baofanpage{
	width: 276px;
}
.danhmucap2 a{
	font-size: 15px!important;
}
.phantram {
    width: 52px;
    height: 58px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: url(../images/sale.png) no-repeat;
    text-align: center;
    font-family: helvet;
    font-size: 18px;
}
.sale {
    color: #fff;
    font-family: helvet;
    font-size: 18px;
}
@media (min-width: 1349px){	
	#wrapper{width: 1349px;margin: 0 auto;}
	#btn-lg{display: block}
}
@media (min-width: 1200px){	
	.maxwidth{width: 1200px;margin: 0 auto;}
	.list-tuvan{width: 97%;}
	.box-dichvu:nth-child(3n+4){clear:both;}
}
@media (max-width: 1199px){	
	.maxwidth{padding: 0px 15px;}
	
}
@media (max-width: 1230px){
	#header{text-align: center;}
	#logo{position: relative;top:0;left:0;margin-top: 20px;}
	#banner{display: none;}
	#hotro{position: relative;margin-bottom: 20px;top: 0;right: 0}
	#menu-top{display: none}
	#menu-top-rp{display: block}
	.item-tieuchi{
		margin-bottom: 25px;
	}
}	
@media (max-width: 1089px){
	
}
@media (max-width: 1055px){
	.bg-tieude h2{font-size: 14px;}
}
@media (max-width: 1052px){
	
}
@media (min-width: 991px){
	.product-item:nth-child(4n+5){clear: both;}
	
}

@media (max-width: 990px){
	.product-item:nth-child(2n+3){clear: both;}
}
@media (max-width: 956px){
	.item-tieeuchi-rb{
		width: 50%!important;
	}
}
@media (max-width: 767px){
	.bg-tieude h2{font-size: 16px;}
}
@media (max-width: 700px){
	.noidung_thanhvien{width: 100%}
	.xemtatca{display: none;}
	.hotline{
		float: left;
	}
	
	.thongtin{
		margin-top: 20px;
	}
}
@media (max-width: 526px){
	.giokm span{padding:4px;font-size: 14px}
	.item-tieeuchi-rb{
		width: 100%!important;
	}
}
@media (max-width: 496px){
	.bt-nhantin{float: none;}
	.text-nhantin{
		width: 307px;
	}
	.nhan_mail{
		width: 100%;
	}
}
@media (max-width: 405px){
	.tintuc-all .col-xs-4{width:100%}
	.product-all .col-xs-6{width:100%}
	#content-bot .col-xs-3{width:100%}
	.giokm span{padding:10px;font-size: 20px}
}
@media (max-width: 344px){
	
}
@media (max-width: 327px){
	
}
