::-webkit-scrollbar {background:#fff;width:10px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}
*{margin: 0; padding: 0; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; outline:none;}
.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;}
.addthis_native_toolbox{margin: 10px 0px;width: 100%;clear: both;border: 1px solid #ededed;padding: 10px 10px;margin-bottom: 10px;background: #f7f6f6;box-sizing: border-box;}
.addthis_native_toolbox b{float: left;font-size: 14px;text-transform: uppercase;margin-right: 10px}
#toptop {width: 37px; height: 37px;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;}
#toptop:hover{background: url(images/back_to_top.png) bottom center no-repeat;transition:0.5s;}
.clearfix:after {
    content: "";
    visibility: hidden;
    display: block; 
    clear: both;
}
.hienthi{
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
	text-align:center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;	
}
.hienthi111{
	text-align:center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;		
}
.container{
	width: 1200px;
	margin: auto;
}
img{max-width:100% !important; height:auto; }
div.bando img{max-width:none !important;}

body{
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
@font-face {
    font-family: 'myFont';
    src: url('font/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'UTM HelvetIns';
    src: url('font/UTM HelvetIns.ttf');
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('font/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('font/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'UTMAndrogyne';
    src: url('fonts/UTMAndrogyne.eot');
    src: url('fonts/UTMAndrogyne.eot') format('embedded-opentype'),
         url('fonts/UTMAndrogyne.woff2') format('woff2'),
         url('fonts/UTMAndrogyne.woff') format('woff'),
         url('fonts/UTMAndrogyne.ttf') format('truetype'),
         url('fonts/UTMAndrogyne.svg#UTMAndrogyne') format('svg');
}


div#wapper
{
  margin:auto;
  max-width:1366px;
  background:#fff;
  overflow:  hidden;
  min-width: 1200px;
}
div#header
{
	position:relative;
	margin:auto;
}
.banner_center{
	width:calc(100% - 290px);
	float: left;
	text-align: left;
}
.banner_right{
	width: 275px;
	float: right;
	text-align:  right;
}
.hotline{
	width: 235px;
	background: url('images/web/bghoitline.png')no-repeat center left;
	font-family: 'UTM HelvetIns';
	font-size: 20px;
	color: #f00;
	text-align: right;
	padding:  12px 0;
	margin-top: 15px;
	float: right;
	padding-left: 50px;
}
div.header_mobi
{
	display:none;
}
div.wap_menu
{
	position:relative;
	height:45px;
	line-height:45px;
	margin:auto;
	width:100%;
	background: -moz-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* FF3.6+ */
	background: -webkit-gradient(linear, 1deg, color-stop(0, 2F3394), color-stop(68%, 4347d0));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* Opera 11.10+ */
	background: -ms-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* W3C */

}
div.menu
{
	position:relative;
	max-width:1200px;
	margin:auto;
}
div.menu ul
{
  float:left;
  list-style:none;
  width:  100%;
}
div.menu ul li
{
  float:left;
  position:relative;
  z-index:50;
}

div.menu ul li a
{
	color:#fff;
	font-size:16px;
	padding: 0px 25px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family: 'myFont';
}
div.menu ul li.line{
	width: 2px;
	background: url('images/web/line.png')no-repeat top center;
	height: 45px;
}
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;
    min-width: 300px;
    background: #4246CC;
	line-height: 1.5;	
}
div.menu ul li ul li
{   
    float:none;
}
div.menu ul li ul li a
{
	padding:6px 10px;
	text-transform:none;
	display:block;
	border-bottom: 1px solid #fff;
}
div.menu ul li ul li ul
{	
	left:100%;
	top:0px;
}
div.search
{
	width: auto;
	float: right;
	background: #2C2F8A;
	border-radius: 2px;
	height: 30px;
	border-radius: 30px;
	margin-top: 7px;
}
div.search input
{
	padding: 0px 10px;
	float: left;
	margin-top: 8px;
	border: none;
	background: none;
	width: 250px;
	outline: none;
	color: #fff;
	font-style: italic;
	border-radius: 30px;
}
div.search i
{
	float: right;
	margin-right: 9px;
	margin-top: 7px;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
}
div#slider
{
	margin:auto;
	overflow: hidden;
}
div#left
{
	width:260px;
	float:left;
}
div.tieude
{
	color:#fff;
	text-align:center;
	font-size: 22px;
	background: #4145C8;
	line-height: 45px;
	text-align: center;
	text-transform:uppercase;
	position: relative;
	font-family: 'Roboto-Bold';
}
div.danhmucsp
{
	border-bottom:none;
}
div.danhmuc
{
	border:1px solid #b2e2f4;
	margin-bottom:15px;
	width:  100%;
	float:  left;
}
div.danhmuc:last-child
{
	margin-bottom:0;
}
div.danhmucsp ul
{
	list-style:none;
}
div.danhmucsp ul li{
	text-align: left;
	width: 100%;
}
div.danhmucsp ul li span
{
	width: 90%;
	margin: auto;
	margin-bottom: 5px;
	display: inline-block;
	text-align: left;
}
.danhmuc  p{
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	font-family: 'myFont';
	padding:  0 5px;
}
.danhmuc  p a{
	text-decoration: none;
	color: #000;
}
.danhmuc  p:hover a{
	color: #f00;
}
div.danhmucsp ul li a
{
	color: #454545;
    font-family: 'Roboto-Bold';
    text-decoration: none;
    font-size: 15px;
    transition: 0.4s;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 9px 5px 9px 23px;
}
div.danhmucsp ul li a:hover div.danhmucsp ul li ul{
	display: block;
}
div.danhmucsp ul li:last-child span a
{
	border:none;
}
div.danhmucsp ul li a:hover,div.danhmucsp ul li a.active
{
	color:red;
	transition:0.4s;
}
div.danhmucsp ul li ul li a
{
	padding:9px 5px 9px 35px;
	font-family: 'myFont';
}
div.danhmucsp ul li ul
{
	display:block;
}
div#tinmoi ul
{
	list-style:none;
	padding:0 10px;
}
div#tinmoi ul li
{
	border-bottom: 1px solid #DDDDDD;
	padding:10px 0;
}
div#tinmoi ul li a img
{
	width:35%;
	max-width:150px !important;
	border:1px solid #d6d6d6;
	float:left;
	margin-right:10px;
}
div#tinmoi ul li a img:hover
{
	transition:1s;
	border:1px solid red;
}
div#tinmoi ul li h4 a
{
	text-decoration:none;
	color:#111111;
	font-size: 13px;
	transition:0.4s;
	font-weight:normal;
	height: 40px;
	font-family: 'myFont';
	overflow: hidden;
	width: 60%;
	float: right;
}
div#tinmoi ul li h4 a:hover
{
	color:red;
	transition:0.4s;
}
div.load_video
{
	width:95%;
	margin:7px auto;
}
div#hotro
{
	background: url(images/bg_hotro.png) left 40px no-repeat;
}
div#hotro .phone
{
	color: #f10b0b;
    font-size: 24px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 90px;
    padding-bottom: 10px;
    margin-right: 20px;
    font-style: italic;
}
div#hotro ul
{
	list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    padding: 7px;
    margin: 0px 10px;
    font-size: 13px;
}
div#hotro ul li
{
	clear: both;
    padding: 6px 0;
    color: #555555;
}
div#hotro ul li i
{
	font-size:17px;
	margin-right:8px;
	transform: rotate(90deg);
	clear:both;
}
div#hotro ul li span
{
	color: #3853a4;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
    float: left;
}
div#hotro ul li a img
{
	margin-right: 5px;
    float: left;
	width:25px;
}

div#quangcao a img
{
	width:90%;
	max-width:300px !important;	
	border:1px solid #DDD;
	margin:5px auto;
	padding:4px;
	box-sizing:border-box;
}
div#quangcao a img:hover
{
	border:1px solid red;	
}
div#dknt
{
	max-width:350px;
}
form#frm_dknt
{
	background:#fff;
	height:35px;
	margin:10px 0;
}
form#frm_dknt input[type='text']
{
	width:70%;
	padding:0px 5px;
	float:left;
	margin-top:9px;
	border:none;
	background:none;
	outline:none;
	color:#000;
	outline:none;
}
form#frm_dknt input[type='button']
{
	background:red;
	color:#fff;
	width:50px;
	height:35px;
	line-height:35px;
	border:none;
	cursor:pointer;
	float:right;
	text-transform:uppercase;
	outline:none;
}
div#main_content
{
	max-width:1200px;
	margin:20px auto;
}
div#right
{
	width:calc(100%);
	float:right;
}
div.tieude_giua
{
	color:#333;
	font-size:24px;
	line-height: 46px;
	/* padding-bottom: 15px; */
	font-family: 'myFont';
	text-transform:uppercase;
	text-align: left;
	background: -moz-linear-gradient(1deg, #2F3394 0, #4347d0 68%);
	background: -webkit-gradient(linear, 1deg, color-stop(0, 2F3394), color-stop(68%, 4347d0));
	background: -webkit-linear-gradient(1deg, #2F3394 0, #4347d0 68%);
	background: -o-linear-gradient(1deg, #2F3394 0, #4347d0 68%);
	background: -ms-linear-gradient(1deg, #2F3394 0, #4347d0 68%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
	background: linear-gradient(1deg, #2F3394 0, #4347d0 68%);
	/* background: url('images/web/bgtieude_giua.png')no-repeat bottom center; */
	padding-left:  20px;
	color:  #fff;
	border-radius: 5px;
}
div.wap_item
{
	text-align:center;
	position:relative;
	width: calc(100% + 20px);
	float: left;
	margin-left: -10px;
	margin-right: -10px;
}
div.item
{
	width: 33.33%;
	margin: 1% auto;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	float: left;
	padding: 0 10px;
}
div.item .sp_img
{
	margin-bottom:10px;
	position: relative;
	z-index: 99;
	background: #fff;
	width: 100%;
	float: left;
	border: 1px solid #ccc;
}
.border_duoi{
	position: absolute;
	width: 100%;
	height: 100%;
	right: -4px;
	bottom: -4px;
	border: 1px solid #ccc;
	z-index: -1;
}
div.item .sp_img a
{
	display:block;
	line-height:0;
}
div.item a img
{
	width: 100%;
	height: 100%;
}
div.item .sp_name a
{
	text-decoration:none;
	color:#222;
	font-weight:normal;
	font-size: 13px;
	display:block;
	text-transform: uppercase;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}

div.item .sp_gia .gia,div.item .sp_gia .giakm
{
	color: #fe0202;
	font-size:13px;
}
div.item .sp_gia span.giacu
{
	color:#666666;
	text-decoration:line-through;
	float:left;
}

div#wap_footer
{
	background: url('images/web/bgfooter.jpg')repeat top center;
	padding-top: 40px;
	margin:auto;
	margin-top:10px;
	color:#fff;
	float: left;
	padding-bottom: 25px;
	width: 100%;
}
div#footer
{
	max-width:1200px;
	margin:auto;
}
div#main_footer
{
	width:100%;
	float:left;
}
/* --------------------- Phan trang ------------------*/
div#doitac
{
	box-sizing:border-box;
	max-width:1200px;
	margin:auto;
}
div#doitac a img
{
	height:100px;
	margin:0 5px;
	border:1px solid #DDD;
}
/*----------------------------------------------------*/
div.wap_pro
{
	margin:15px auto;
	clear:both;
}
.zoom_slick
{
	width:45%;
	float:left;	
	text-align:center;
}
.zoom_slick .slick2
{
	border:1px solid #DDD;
}

.zoom_slick .slick
{
	margin-top:5px;
}

.zoom_slick .slick img
{
	width:95%;
	margin:auto;
	border:1px solid #DDD;
	box-sizing:border-box;
	cursor:pointer;
}
.zoom_slick .slick img:hover
{
	border:1px solid #F60;
	opacity:0.5;
	transition:1s;
}

.product_info
{
	float:right;
	list-style:none;
	width:52%;
}
.product_info li
{
	font-size:13px;
	border-bottom:1px solid #EEE;
	padding:6px 0;
}
.product_info li.ten
{
	color:#0033FF;
	font-size:18px;
}
.product_info li.giakm,.product_info li.gia
{
	font-size:15px;
	color:red;
	position:relative;
}
.product_info li.giacu
{
	text-decoration:line-through;
	color:#222222;
}
.product_info li.giakm .tinh_phantram
{
	background: red;
    color: #fff;
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 50%;
    top: 0;
}

.product_info li b
{
	font-weight:normal;
	font-size:14px;
}
.xemgiohang
{
	color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}
.product_info li .dathang
{
	background: #e93b35;
    color: #fff;
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}
.product_info li .dathang i
{
	margin-right:10px;
	font-size:25px;
	margin-top:3px;
}
.product_info li .dathang:hover
{
	transition:0.4s;
	background:#E00;
}
span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}
span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}
span.active_size,span.size:hover,span.mausac:hover, span.active_mausac {
    border: 1px solid #EE0000;
}
input.soluong
{
	padding: 3px 0;
    width: 55px;
    border: 1px solid #dedede;
    text-align: center;
}
table#giohang input
{
	   margin:5px 0px;
}
table#giohang input.btn,.click_ajax
{   
 	background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}
  
table#tt td
{
	height:30px;
}
table#tt td input.t
{
	width:300px;
	height:20px;
	margin:3px 0px 5px 0px;
	border:1px solid #DDD;
}
table#tt td textarea
{
	width:300px;
}
table#tt span
{
	color:red;
}
.sp_name{
	width: 100%;
    float: left;
    margin-top: 5px;
}
.icon_danhmuc_l{
	position: absolute;
	left: 0px;
	top: -7px;
	width: 56px;
	height: 45px;
}
.date_comment{
	width: 60%;
	float: right;
	font-size: 10px;
	color: #c4c4c4;	
}
.date_comment span:first-child{
	float: left;
}
.date_comment span:last-child{
	float: right;
}
.main_footer:nth-child(1){
	float: left;
	width: 40%;
	padding-right:  15px;
	box-sizing:  border-box;
}
.main_footer:nth-child(2){
	float: left;
	width: 25%;
	padding:  0 10px;
	box-sizing:  border-box;
}
.main_footer:nth-child(3){
	float: right;
	width: 35%;
	padding-left:  20px;
	box-sizing:  border-box;
}
.main_footer h3{
	font-size: 20px;
	color: #fff;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
}
.main_footer h3:after{
	content: '';
	position: absolute;
	left: 0px;
	width: 40px;
	bottom: 0px;
	background: url('images/web/icon_after.png')no-repeat top center;
	height: 3px;
}
.main_footer p {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 15px;
	font-family: 'myFont';
}
.main_footer p a {
	color: #fff;
	text-decoration: none;
}
.main_footer p a:hover {
	color: #ff0;
}
.copy{
	width: 100%;
	float: left;
	line-height: 40px;
	background: #303496;
	color: #fff;
	text-align: left;
	font-family: 'myFont';
	font-size: 13px;
}
.control_slick_doc{
	width: 100%;
	float: left;
}

.dongtintuc{
    background: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 15px;
    width: 50%;
    float:  left;
    margin-bottom: 15px;
}
.hinh_tin_trong{
    float: left;
    margin-right: 25px;
    width: 25%;
    border-radius: 10px;
}
.hinh_tin_trong a img{
    max-width: 100%;
    height: auto;
}
.noidung_tin_trong{
    width: 70%;
    float: right;
}
.noidung_tin_trong h3{
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
}
.noidung_tin_trong h3 a{
    color: #0aa4ab;
    text-decoration: none;
}
.noidung_tin_trong h3:hover a{
    color: #CE2851;
}
.dong_thongtin_news{
    font-style: italic;
    margin-bottom: 10px;   
}
.mota_new{
    color: #555;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.tt_lh{
	width: 49%;
    float: right;
}
.bandotrong{
	width: 49%;
	float: right;
}
div.frm_lienhe{margin:10px 0px 10px 0px;font-size:13px;position:relative;}
.thongbao{font-size: 20px;color: red;position: absolute;top: 35%;width: 100%;text-align: center;}
.thongbao p{text-align:center;}
div.frm_lienhe .item_lienhe{margin:8px 0px;}
div.frm_lienhe .item_lienhe_b{text-align:center;}
div.frm_lienhe .item_lienhe p{float:left;min-width:120px;}
div.dangky .item_lienhe p{clear:both;float:none;}
#reset_capcha img{float:left;margin:5px 10px;}
.baove{float:left !important;}
div.frm_lienhe .item_lienhe span{color:red;margin-left:3px;}
div.frm_lienhe .item_lienhe input[type='text'],div.frm_lienhe .item_lienhe textarea,div.frm_lienhe .item_lienhe input[type='password'],div.frm_lienhe .item_lienhe select{width: 63%;padding: 5px 10px;border: 1px solid #D6D6D6;box-sizing: border-box;background: #F7F7F7;}
div.dangky_frm .item_lienhe input[type='text'],div.dangky_frm .item_lienhe textarea,div.dangky_frm .item_lienhe input[type='password'],div.dangky_frm .item_lienhe select{width: 100%;}
div.frm_lienhe .item_lienhe input[type='button'],div.frm_lienhe .item_lienhe input[type='reset'],div.frm_lienhe .item_lienhe input[type='submit']{padding:7px 25px;background:#ee0303;border:none;color:#fff;border-radius:3px;margin:10px 0px;font-size:12px;cursor:pointer;box-sizing: border-box;text-transform: uppercase;}
.btn_dangnhap{padding:7px 25px;background:#ee0303;border:none;display:block;color:#fff;border-radius:3px;margin:10px 0px;cursor:pointer;box-sizing: border-box;text-transform: uppercase;text-decoration:none;float:left;margin-right:5px;}
.date{background:#F7F7F7 url(images/i_date.png) 98% center no-repeat !important;padding-right: 8%;cursor:pointer;}
#tendangnhap{background:#F7F7F7 url(images/i_user.png) 2% center no-repeat !important;padding-left: 8%;}
#matkhau,#nhaplaimatkhau,#matkhaucu{background:#F7F7F7 url(images/i_pass.png) 2% center no-repeat!important;padding-left: 8%;}

.bando > iframe{width: 100%;height: 200px;}


@-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);
  }
}


.tophead{
	width: 100%;
	float: left;
	background: #707070;
	line-height: 40px;
	font-family: 'myFont';
	color: #fff;
	font-size: 13px;
}
.tophead_nd{
	width: 20%;
	float: left;
}
.tophead_nd:first-child{
	width: 50%;
}
.tophead_nd:last-child{
	width: 10%;
	float: right;
	text-align: right;
}
.mangxahoi_top{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 40px;
}

.mangxahoi_top span{
	margin: 0 3px;
	display: inline-block
}
.mangxahoi_top span a{
	text-decoration: none;
	display: inline-block;
}
.mangxahoi_top span a img{
	transition:  all 0.6s
}
.mangxahoi_top span a:hover img{
	
	transform: rotateY(360deg);
	transition:  all 0.6s
}
.hotline > b {
	display: initial;
	font-family: 'UTMAndrogyne';
	font-size: 18px;
	font-weight: normal;
	color: #c42027;
	font-style: italic;
}
.box_sanpham{
	width: 100%;
	float:left;
	margin:  20px 0;
	background: #EDEDED;
	padding:  15px 0;
}
.hinh_danhmuc{
	width: 380px;
	height: 435px;
	background:  #fff;
	float: left;
	border:  1px solid #ccc;
	box-shadow: 2px 2px 5px #ccc;
}
.info_tree{
	width: calc(100% - 380px);
	float: left;
	position: relative;
}
.danhmuc_cap2 {
	margin-left: 90px;
	margin-bottom: 40px;
}
.danhmuc_cap2 > h3{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 10px;
	min-height:  55px;
	height: auto;
	font-size: 18px;
	width: 340px;
	padding:  15px;
	font-family: 'Roboto-Bold';
	background: -moz-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* FF3.6+ */
	background: -webkit-gradient(linear, 1deg, color-stop(0, 2F3394), color-stop(68%, 4347d0));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* Opera 11.10+ */
	background: -ms-linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(1deg, #2F3394 0, #4347d0 68%);/* W3C */
	position: relative;
}
.danhmuc_cap2 > h3 a{
	text-decoration:none;
	color:#fff;
}
.danhmuc_cap2 > h3:hover a{
	color:#ff0;
}
.danhmuc_cap2 > h3:after{
	content: '';
	position: absolute;
	top: 30px;
	left: -92px;
	width: 95px;
	background: #2e3291;
	height: 3px;
}
.danhmuc_cap2 > h3:first-child{
	margin-top: 20px;
}
.bao_khungcap3{
	width: 340px;
	left: 45px;
	position: relative;
	top: 100%;
	border-left: 3px solid #2e3291;
	padding-top: 30px;
}

.danhmuccap3{
	margin-left: 45px;
	width: 100%;
	max-width: 240px;
	min-height:  45px;
	padding: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
	background: -moz-linear-gradient(1deg, #E9E9E9 0, #FBFBFB 50%, #e9e9e9 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 1deg, color-stop(0, E9E9E9), color-stop(50%, FBFBFB), color-stop(100%, e9e9e9));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(1deg, #E9E9E9 0, #FBFBFB 50%, #e9e9e9 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(1deg, #E9E9E9 0, #FBFBFB 50%, #e9e9e9 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(1deg, #E9E9E9 0, #FBFBFB 50%, #e9e9e9 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(1deg, #E9E9E9 0, #FBFBFB 50%, #e9e9e9 100%);/* W3C */
	margin-bottom: 20px;
}
.danhmuccap3 h3{
	color: #000;
	position: relative;
	font-size: 16px;
	font-family: 'Roboto-Bold';
	text-align: center;
	z-index: 99
}
.danhmuccap3 h3 a{
	text-decoration: none;
	color: #000;
}
.danhmuccap3 h3:hover a{
	color:#f00
}
.danhmuccap3 h3:after{
	content: '';
	position: absolute;
	left: 0px;
	width: 46px;
	left: -55px;
	background: #2e3291;
	height: 3px;
	top: 10px;
}
.danhmuccap3 h3:before{
	content: '';
	position: absolute;
	left: 0px;
	width: 10px;
	left: -61px;
	background: #2e3291;
	height: 10px;
	top: 8px;
	border-radius: 50%;
}
.danhmuccap3:last-child:after{
	content: '';
	position: absolute;
	left: -48px;
	width: 3px;
	height: calc(58%);
	background: #fff;
	bottom: 0px;
}
.danhmuccap3 h4{
	position: absolute;
	right: -395px;
	top: 0px;
	background: #db1a21;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	width:  205px;
	z-index: 9;
}
.danhmuccap3 h4:after{
	content: '';
	position: absolute;
	top: 20px;
	left: -190px;
	width: 190px;
	height: 3px;
	background: #ccc;
}
.danhmuccap3 h4 a{
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto-Bold';
}
.danhmuccap3 h4:hover{
	background: #2e3291
}
.noidung_cap2{
	width: 290px;
    float: right;
    background: #db1a21;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
}
.noidung_cap2:after{
	content: '';
	position: absolute;
	left: -100px;
	width: 100px;
	height: 3px;
	background: #ccc;
	top: 25px;
}
.noidung_cap2 a{
	text-decoration: none;
	color: #fff;
	font-family: 'Roboto-Bold';
}
.noidung_cap2:hover{
	background: #2e3291;
}
.back_doitac{
	width: 100%;
	float: left;
	padding: 10px 0;
}
.chay_doitac{
	width: calc(100% + 16px);
	margin-left: -8px;
	margin-right: -8px;
	float: left;
}
.khung_doitac{
	width: 100%;
	float: left;
	border: 1px solid #ccc;
}
.chay_doitac > .slick-next{
	background: url('images/web/icon_next.jpg')no-repeat top center;
	width: 21px;
	height: 23px;
	right: -25px;
}
.chay_doitac > .slick-prev{
	background: url('images/web/icon_next.jpg')no-repeat top center;
	width: 21px;
	height: 23px;
	transform: rotate(180deg);
	left: -25px;
}
#keyword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#keyword::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#keyword:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#keyword:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.fix_back{
	width: 100%;
	float: left;
	background: url('images/web/new.jpg')repeat top center;
	padding: 20px 0;
}