

/*::-webkit-scrollbar {background:#fff;width:20px;height:11px;}
::-webkit-scrollbar-thumb {background:#BBBBBB;}*/
*{margin: 0; padding: 0;}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {min-width: 100% !important;}
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}
.video_popup {position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;}
.video_popup iframe, .video_popup object, .video_popup embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.video_popup2 {position: relative;padding-bottom: 56.25%;padding-top: 30px;height:130px;overflow: hidden;}
.video_popup2 iframe, .video_popup object, .video_popup embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#clickvideo{ width:96%; padding:4px 0; margin:3px 2%; border:1px solid #DDD; box-sizing:border-box;}
.addthis_native_toolbox{margin:10px 0px; width:100%; clear:both;max-height:50px;overflow:hidden;
}
#toptop {width: 37px; height: 37px;position: fixed;bottom: 50px; right: 10px;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;}
.clear{clear:both;}
.none{display:none !important;}
img{max-width:100% !important; }
div.bando img{max-width:none !important;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	background:#EEE;
}
@font-face {
    font-family: 'myFont';
    src: url('font/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'roboto_conb';
    src: url('font/RobotoCondensed-Bold.ttf');
}
@font-face {
    font-family: 'roboto_conr';
    src: url('font/RobotoCondensedRegular.ttf');
}
@font-face {
    font-family: 'utm_altgo';
    src: url('font/UTM Alter Gothic.ttf');
}
@font-face {
    font-family: 'utm_heve';
    src: url('font/UTM HelvetIns.ttf');
}
div#wapper
{ 
  margin:0 auto;
  background:#fff;
  max-width:1366px;
}
div.bg-main{
	background:url(images/bg-main.png) repeat top left fixed;
	}
div#header
{
    position: relative;
    margin: 0 auto;
}
div#header-cont
{
    position: relative;
	max-width:89%;
    margin: 0 auto;
}
div#box-logo{	
    position: absolute;
    top: 0%;
    left: 3%;
    width: 13%;
    transition: 0.7s;
	}
div#box-logo img{
	width:100%;
	height:auto;	
	}
.menu_login
{
	list-style:none;
	position:absolute;
	top:14px;
	right:6%;
}
.menu_login li
{
    display: inline-block;
    height: 15px;
    padding: 0px 7px;
    position: relative;
    z-index: 9;
}
.menu_login li a
{
	text-decoration:none;
	color:#fff;
	padding:3px 11px;
	cursor:pointer;
	font-size:14px;
}
.menu_login li a.dangky_menu{
	background:url(images/gach-dk.png) no-repeat right center,url(images/icon-dangky.png) no-repeat left center;
	padding-left:20px;
	}
.menu_login li a.dangnhap{
	background:url(images/icon-dangnhap.png) no-repeat left center;
	padding-left:20px;
	}
.menu_login li a:hover{
	color:#f00;
	}
.menu_login li ul,.menu_login li:hover ul li ul
{
	position:absolute;
	margin-left:0px;
	display:none;	
}
.menu_login li:hover ul
{
	display:block;
	top:16px;
}
.menu_login li ul li
{
	width: 220px;
    line-height: 1.5;
    background: #169808;
    border-bottom: 1px solid #fff;
    display: block;	
	height:auto;
}
.menu_login li ul li a
{
    padding: 3px 6px;
    text-transform: none;
    transition: 0.1s;
    text-align: left;
    color: #fff;
    display: block;
    font-size: 13px;
	border-right:0px;
}
.menu_login li ul li a:hover{
	color:#ff0;
	}

div#box-donhang{	
	position:fixed;
	top:-400px;
	right:75px;
	height:200px;
	width:300px;
	transition:0.7s;
	overflow:hidden;
	background:rgba(0,0,0,0.7);
	border:1px solid #FDFFFD;
	border-radius:6px;
	box-shadow:0px 0px 11px #333;
	box-sizing:border-box;
	padding:15px;
	z-index:99999;
	}
div#box-donhang .tieude-kt{
    color: #fff;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 12px;
	}
div#box-donhang input{
    width: 100%;
    border: 0;
    BACKGROUND: #F0F1F0;
    color: #000;
    font-size: 15px;
    padding: 2% 20px;
    box-sizing: border-box;
    margin: 0px 0px 5% 0;
    border-radius: 0;
    transition: 0.5s;
	}
div#box-donhang input:focus{
	box-shadow:inset 0px 0px 12px #299000;
	}
div#box-donhang .button{
	width:100%;
	height:40px;
	margin-right:7px;
	background:#299000;
	border:1px solid #D8D0D0;
	color:#fff;
	font-size:16px;
	padding:0 20px;
	box-sizing:border-box;
	margin-top:10px;
	float:none !important;
	transition:0.5s;
	cursor:pointer;
	}
div#box-donhang .button:hover{
	background:#EC6C1E;
	color:#fff;
	}
div.hotline_head
{
    list-style: none;
    position: absolute;
    bottom: 30px;
    right: 0px;
    padding: 10px 0px;
    background: url(images/ico-hotline.png) no-repeat left center;
    color: #fff;
    box-sizing: border-box;
    padding-left: 68px;
    font-size: 12px;
    line-height: 19px;
}
div.hotline_head b{
    color: #f62020;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	}


div#lang
{
	position:absolute;
	top:5px;
	right:10px;
}
div#lang a img
{
	margin-left:3px;
}
div#header img.logo_mobi
{
	display:none;
}
.sang_header
{
	position:absolute;
	top:55px;
	left:14%;
}

div#menu{
    background: url(images/menu.png) left center repeat-x;
    height: 43px;
    line-height: 43px;
    border-top: 5px solid #1c1d94;
    border-bottom: 5px solid #1c1d94;
}

div#menu ul
{ 
	position:relative;
    list-style: none;
    text-align: center;
    max-width: 89%;
    margin: 0 auto;
}
div#menu ul li
{
  position:relative;
  z-index:50;
  float:left;
}
div#menu ul li:hover
{
	
}
div#menu ul li.line
{
	background:url(images/menu_gach.png) center no-repeat;
	height:43px;
	width:2px;
}

div#menu ul li a
{
	color:#000;
	font-size:16px;
	padding:0px 15px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	font-family: 'roboto_conr';
	/*transition:0.5s;*/
}
div#menu ul > li > a:hover,div#menu ul > li > a.active
{
	background:url(images/menu_active.png) no-repeat center 27px;
	background:#1c1d94;
	color:#fff;
}
div#menu ul li a.sanpham:hover,div#menu ul li .active_sp
{
	color:#fff;
	background:#1DAF0D;
}
div#menu ul li ul,div#menu ul li:hover ul li ul
{
	position:absolute;
	margin-left:0px;
	display:none;	
}
div#menu ul li:hover ul
{
	display:block;
}
div#menu ul li ul li
{
	width: 220px;
    line-height: 1.5;
    background: #EEEEEE;
    border-bottom: 1px solid #fff;
    display: block;	
}
div#menu ul li ul li a
{
	padding:6px 10px;
	text-transform:none;
	transition:0.1s;
	text-align:left;
	background:none !important;
}
div#menu ul li ul li a:hover{
	color:#0F5893;
	}
div#menu ul li ul li ul
{	
	left:220px;
	top:0px;
}
div#menu_mobi
{
	display:none;
}
div#ngonngu
{
    width: 58px;
    position: absolute;
    right: 0px;
    top: 4px;
    height: 28px;
    transition: 0.5s;
}
div#search
{
    width: 258px;
    position: absolute;
    right: 0px;
    top: 4px;
    background: #fff;
	background:url(images/bg-search.png) no-repeat center;
    height: 33px;
    transition: 0.5s;
    z-index: 9;
	box-sizing:border-box;
}
div#search input
{
 	padding: 0px 10px;
    float: left;
    margin-top: 4%;
    border: none;
    background: none;
    width: 74%;
    outline: none;
    color: #000;
    margin-left: 2%;
}
div#search img
{
    float: left;
    margin-left: 4%;
    margin-top: 3%;
}

div#slider
{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
	border-bottom:2px solid #f3c103;
}
div#video_slider
{
    position: relative;
    width: 367px;
    margin: 0 auto;
	float:right;
	background:#000;	
	min-height:401px;
}

div#left
{
	width:17.3%;
	float:left;
	position:relative;
	border-right:1px solid #d6d6d6;
}
div#left .gach_l{
	width:10px;
	height:271px;
	position:absolute;
	right:-10px;
	top:0px;
	background:url(images/gach-left.png)
	}
div.tieude
{
	color:#115e99;
	text-align:center;
	font-size:14px;
	background:url(images/tieude.png) center repeat-x;
	background:#FAFAFA;
	height:39px;
	line-height:39px;
	font-weight:bold;
	border-radius:4px;
	text-transform:uppercase;
    border: 1px solid #ccc;
    box-sizing: border-box;
	border-right:0px;
}

div.danhmuc
{
	margin-bottom:10px;

}
div#danhmuc ul
{
	list-style:none;
}
div#danhmuc ul li
{
	
}
div#danhmuc ul li:last-child
{
	border:none;
}
div#danhmuc ul li a
{
	color:#454545;
	font-family:'myFont';
	text-decoration:none;
	font-size:14px;
	transition:0.4s;
	display:block;
	border-bottom:1px solid #DDD;
	padding:9px 5px 9px 23px;
	background:url(images/i_tinkhac.png) 4px 12px no-repeat;
}
div#danhmuc ul li a:hover
{
	color:red;
	transition:0.4s;
}
div#danhmuc ul li ul li a
{
	padding:9px 5px 9px 35px;
	background:url(images/i_tinkhac.png) 19px 12px no-repeat;
}
div#danhmuc ul li ul li ul li a
{
	padding:9px 5px 9px 40px;
	background:url(images/i_tinkhac.png) 19px 12px no-repeat;
	color:#f00;
}

div#tinmoi
{
	
}
div#tinmoi ul
{
	list-style:none;
	padding:0 10px;
}
div#tinmoi ul li
{
	border-bottom:1px dashed #DDDDDD;
	padding:10px 0;
}
div#tinmoi ul li a img
{
	width:60px;
	padding:2px;
	border:1px solid #d6d6d6;
	float:left;
	margin-right:10px;
}
div#tinmoi ul li a img:hover
{
	transition:1s;
	border:1px solid #c1000a;
}
div#tinmoi ul li h4 a
{
	text-decoration:none;
	color:#111111;
	font-size:12px;
	transition:0.4s;
	font-weight:normal;
}
div#tinmoi ul li h4 a:hover
{
	color:red;
	transition:0.4s;
}
div#hotro
{
}
div#hotro .phone
{
	background:url(images/phone.png) 13px center no-repeat;
	color:#d60000;
	font-size:20px;
	font-weight:bold;
	padding-left:60px;
	padding-top:20px;
	padding-bottom:10px;
}
div#hotro ul
{
	list-style:none;
	border-bottom:1px dashed #DDDDDD;
	padding:10px 0;
	margin:0px 10px;
}
div#hotro ul li
{
	clear:both;
	padding:2px 0;
	
}
div#hotro ul li a img
{
	float:right;
}
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;	
}
form#frm_dknt
{
    background: url(images/bg_dknt.png) center no-repeat;
    width: 251px;
    height: 35px;
    margin: 10px 0px 10px 0;
    float: right;
}
form#frm_dknt input[type='text']
{
	margin-left:45px;
	width:140px;
	padding:0px 5px;
	float:left;
	margin-top:9px;
	border:none;
	background:none;
	outline:none;
	color:#fff;
}
form#frm_dknt input[type='button']
{
	background:#000;
	color:#fff;
	width:50px;
	height:25px;
	line-height:25px;
	border:none;
	margin-top:5px;
	border-radius:3px;
	cursor:pointer;
}
div#main_content
{
    max-width: 89%;
    margin: 0 auto;
    box-sizing: border-box;
	padding:50px 0 15px 0;
}
div#right
{
	width:79%;
	float:right;
}
div.tieude_giua
{
    font-size: 34px;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    background:url(images/tieude-r.png) no-repeat right center,url(images/tieude-l.png) no-repeat left center;
    position: relative;	
	font-family:'utm_altgo';
}
div.tieude_cont{
	color: #1c1d94;
    height: 50px;
    line-height: 50px;
    min-width: 200px;
    padding: 0px 30px;
    background: #fff;
    border-top-left-radius: 6px;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    background: url(images/bg-main.png) repeat;
	font-family: 'roboto_conr';
	}
div.tieude_cont_k{
	color: #1c1d94;
    height: 50px;
    line-height: 50px;
    min-width: 200px;
    padding: 0px 30px;
    background: #fff;
    border-top-left-radius: 6px;
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    background: #fff;
	font-family: 'roboto_conr';
	}
.xemtatca{
	background:url(images/xemtatca.png) no-repeat right center;
	padding-right:15px;
	position:absolute;
	bottom:0px;
	right:0px;
	height:35px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	display:block;
	text-decoration:none;
	text-transform:none;
	font-size:18px;
	}
.xemtatca:hover{color:#f00;}
div.wap_item
{
	text-align:center;
}

div.item
{
	width:23%;
	margin:1% 0.8%;
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
div.item .sp_img
{
	overflow:hidden;
	/*border:1px solid #e7e7e7;
	box-shadow:5px 5px 0px #f2f2f2;
	margin-bottom:7px;
	padding:2%;*/
	margin-bottom:10px;
}
div.item a img
{
	width:100%;
	height:100%;
	transition:all 1s ease 0s;	
	background:#fff;
}
div.item a img:hover
{
	transform:scale(1.1);	
}

div.item a img:hover
{
	opacity:0.6;
}

div.item .sp_name a
{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:15px;
	display:block;
}
div.item .sp_name a:hover
{
	transition:0.4s;
	color:red;
}
div.item .sp_gia
{
	color:#666666;
	font-size:14px;
}
div.item .sp_gia span
{
	color:#c80000;
}
div#menu_bottom
{
	background:#F5F5F5;
	height:38px;
	line-height:38px;
	border-bottom:2px solid #1DAF0D;
}
div#menu_bottom ul
{
    list-style: none;
    text-align: center;
    max-width: 1190px;
    margin: 0 auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
div#menu_bottom ul li
{
	display:inline-block;
	border-right:1px solid #ccc;
	transition:0.4s;	
}

div#menu_bottom ul li:last-child{
	border-right:0px;
	}
div#menu_bottom ul li a
{
    text-decoration: none;
    color: #000;
    padding: 0px 23px;
    font-size: 14px;
    transition: 0.4s;
    text-transform: uppercase;
}
div#menu_bottom ul li a:hover
{
	color:#1DAF0D;
}
div#menu_bottom ul li.sanpham:hover,div#menu_bottom ul li.active_sp
{
	background:#1DAF0D;
}
div#menu_bottom ul li.sanpham a{color:#000;}
div#menu_bottom ul li.sanpham:hover a,div#menu_bottom ul li a.active_spa{
	color:#fff;
	}
div#wap_footer
{
	background:url(images/bg-footer.png) repeat top left;
	margin:auto;
	color:#000;
}
div#footer
{
    padding: 45px 0 7% 0;
    max-width: 89%;
    margin: 0 auto;
    box-sizing: border-box;
}
div#main_footer
{
	width:55%;
	float:left;
}
div#main_center
{
	width:26%;
	float:left;
	text-align:center;
	margin-left:2%;
}
div#main_center .tieude_center{
	font-size:15px;
	}
div#main_footer .tencongty{
    color: #DF0000;
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'utm_heve';
	}
div#main_footer .css_chung{
	color:#000;
	font-size:16px;
	padding-left:37px;
	display:block;	
	margin-bottom:10px;
	}
div#main_footer .diachi{
	background:url(images/f-1.png) no-repeat left center;
	}
div#main_footer .dienthoai{
	background:url(images/f-2.png) no-repeat left center;
	}
div#main_footer .email{
	background:url(images/f-3.png) no-repeat left center;
	}
div#main_footer .website{
	background:url(images/f-4.png) no-repeat left center;
	}
div#lienket
{
	margin-top:10px;
}
div#lienket a img
{
	margin-right:5px;
	transition:1s;
}
div#lienket a img:hover
{
	opacity:0.5;
	transition:1s;
}
div#thongke
{
    width: 35%;
    float: right;
}
div#thongke img{transition:0.5s;}
div#thongke img:hover{opacity:0.5;}
div#thongke .td_ft
{
    color: #fff;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}
div#thongke .chu_khac
{
    color: #fff;
    margin-bottom: 7px;
    font-size: 14px;
    text-align: right;
}
div#thongke .chu_khac_2
{
    color: #fff;
    margin-bottom: 7px;
    font-size: 14px;
    text-align: right;
	margin-top:20px;
}
div#thongke .chu_khac span{
	color:#ff0;
	}
div#thongke ul
{
	list-style:none;
}
div#thongke ul li
{
	clear:both;
	padding:4px 0px;
}
div#thongke ul li img
{
	float:left;
	margin-right:15px;
	width:20px;
	margin-top:4px;
}
div#copyright_box{
	background:#189F09;
	}
div#copyright{
	max-width:1190px;
	margin:0 auto;
	}
div#copyright .cont_l{
	width:50%;
	float:left;
	box-sizing:border-box;
	height:37px;
	line-height:37px;
	color:#fff;
	font-size:15px;
	}
div#copyright .cont_r{
	width:50%;
	float:right;
	box-sizing:border-box;
	height:37px;
	line-height:37px;
	color:#fff;
	font-size:15px;
	padding-right:50px;
	text-align:right;
	}


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

div#doitac
{
	box-sizing:border-box;
	padding:10px 0px;
	background:#E3E3E3;
}
div#doitac_con{
	max-width:1190px;
	margin:0 auto;
	}
div#doitac a img
{
	height:100px;
	margin:0 4px;
	border:1px solid #DDD;
}
div#spnoibat
{
	
	margin:auto;
	margin-top:10px;
}
/*----------------------------------------------------*/
div.wap_pro
{
	margin:15px auto;
	clear:both;
}
.zoom_slick
{
	width:35%;
	float:left;	
}
.zoom_slick .slick2
{
	border:1px solid #DDD;
}
.zoom_slick .slick
{
	margin-top:5px;
}

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

.product_info
{
	float:right;
	list-style:none;
	width:62%;
}

.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.giacu
{
	
	font-size:15px;
	text-decoration:line-through;
}
.product_info li.gia
{
	color:red;
	font-size:16px;
}
.product_info li b
{
	font-weight:normal;
	font-size:14px;
}
.product_info li .dathang
{
	background:#000 url(images/i_cart.png) 10px center no-repeat;
	color:#fff;
	display:block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding-left:30px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	font-size:12px;	
	transition:0.4s;
}
.product_info li .dathang:hover
{
	transition:0.4s;
	background:#E00 url(images/i_cart.png) 10px center no-repeat;
}
select.size_se{
	
	width:200px;
	height:30px;
	line-height:30px;
	}
span.gia {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
	color:#f00;
}
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
{
	width: 50px;
	border: 1px solid #C7C6C6;
	padding: 2px 0px;
	text-align: center;
	font-size: 15px;
	 margin-right:5px;
}
table#giohang input
{
	   margin:5px 0px;
}
table#giohang input.btn
{
   
  background:#0E5491;
  color:#ffffff;
  padding:5px 14px;
  border:none;
  cursor:pointer;
  margin:5px 3px;
  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;
}


/*-----------------css head--------------*/
div.box-head{
	position:absolute;
	right:0px;
	top:40px;
	}
div.box-head .box-chung{
	width:225px;
	float:left;
	}
div.box-head .box-chung .a1{
    display: block;
    color: #D20000;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 6px;
	}
div.box-head .box-chung .a2{
	display:block;
	color:#000;
	text-align:center;
	font-size:12px;
	}
div.box-head .box-hotline{
    width: 215px;
    float: left;
	}
div.box-head .box-hotline .so1{
    color: #000;
    font-size: 21px;
    width: 100%;
    display: block;
    font-family: 'utm_altgo';
	}
div.box-head .box-hotline .so2{
    color: #D20000;
    font-size: 18px;
    display: block;
    font-family: 'utm_heve';
    margin-top: -9px;
	}

/*---------------- css san pham noi bat -------------*/
div.box-spnoibat{}
div.danhmuc-menu{
	width: 253px;
    height: 39px;
    background: #df0000 url(images/danhmuc.png) no-repeat 212px center;
    float: left;
    box-shadow: 2px 2px 5px #666;
    border-radius: 5px;
    color: #fff;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 34px;
	font-family:'roboto_conb';
	position:relative;
	z-index:99;
	}
	
div.danhmuc-menu ul.danhmuc_ul{
	position:absolute;
	top:40px;
	left:-335px;
	width:253px;
	opacity:0;
	transition:0.5s;
	background:#299000;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	overflow:hidden;
	}
div.danhmuc-menu:hover ul.danhmuc_ul{
	opacity:1;
	left:0px;
	} 
ul.danhmuc_ul li{
	list-style:none;	
	}
ul.danhmuc_ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'roboto_conr';
    display: block;
    padding: 0px 0px 0px 10px;
    border-bottom: 1px solid #ccc;
	}
ul.danhmuc_ul li a:hover{
	color:#ff0;
	}
ul.danhmuc_ul li:last-child a{
	border-bottom:0px;
	}
div.danhmuc-noibat{
    width: 310px;
    height: 39px;
    line-height: 39px;
    background: #299000;
    float: left;
    margin-left: 270px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    box-shadow: 2px 2px 5px #666;
    font-family: 'roboto_conb';
	}

/*------------------- css item sanpham ----------------*/
div.item_s
{
    width: 195px;
    margin: 10px 20px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
div.item_s .mua_xem{
	position:absolute;
	top:50px;
	left:0px;
	right:0px;
	margin:0 auto;
	opacity:0;
	transition:0.5s;
	width:90%;
	}
div.item_s .mua_xem .mua_css{
	width:40px;
	height:35px;
	line-height:35px;
	color:transparent;
	box-sizing:border-box;
	transition:0.5s;
	border-radius:6px;
	box-shadow:0px 0px 10px #666666;
	display:block;
	text-decoration:none;
	cursor:pointer;
	overflow:hidden;
	}
div.item_s .mua_xem .muanhanh{	
	background:#115e99 url(images/icon-giohang.png) no-repeat 5px center;
	float:left;	
	padding-left:40px;
	padding-right:10px;
	display:none;
	}
div.item_s .mua_xem .xemnhanh{
	background:#115e99 url(images/icon-conmat.png) no-repeat center center;
	float:right;
	padding-right:30px;
	padding-left:10px;
	}
div.item_s .mua_xem .mua_css:hover{
	width:120px;
	color:#fff;
	}
div.item_s .mua_xem .xemnhanh:hover{
	background-position:93% center;
	}
div.item_s:hover .mua_xem{
	opacity:1;
	top:60px;
	}
div.item_s .sp_img
{
    overflow: hidden;
    margin-bottom: 7px;
    padding: 2%;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 6px #DACFCF;
}
div.item_s a img
{
	width:100%;
	height:100%;
	transition:all 1s ease 0s;	
}
div.item_s a img:hover
{
	transform:scale(1.1);	
}

div.item_s a img:hover
{
	opacity:0.6;
}

div.item_s .sp_name a
{
	text-decoration:none;
	color:#222222;
	font-weight:normal;
	font-size:17px;
	display:block;
	font-family:'roboto_conr';
	text-align:center;
}
div.item_s .sp_name a:hover
{
	transition:0.4s;
	color:red;
}
div.item_s .sp_gia
{
	color:#666666;
	font-size:17px;
	font-family:'roboto_conb';
	text-align:center;
}
div.item_s .sp_gia span
{
	color:#115e99;
}


.tieude_kk{
	height:30px;
	width:100%;
	background:#000;
	margin-bottom:5px;
	}
.tieude_kk2{
	background:#009;
	}
.noidung_kk{
	height:100px;
	width:100%;
	background:#0F6;
	margin-bottom:40PX;
	border-bottom:1px solid #ccc;
	}

.an_mau{
	display:none;
	}
	
.box-tin-tc{
	background:#fff;
	}
.box-tin-con{
	max-width:89%;
	margin:0 auto;
	text-align:center;
	}
.box-tin-con .news-tc{
	width:45%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	margin:0 2% 1% 2%;
	}
.box-tin-con .news-tc .box_news a img{
	width:auto;
	border-radius:50%;
	}
.box-tin-con .news-tc .box_news{
	border-bottom:0px;
	}
.box-tin-con .news-tc .mota{
	text-align:justify;
	line-height:24px;
	font-size:14px;
	}
	
	
	
/*------------danhmuc duoi slider------------*/
div.box-ngoai-danhmuc{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
	background:#fff;
    padding: 3% 0;
	}
div.chay-danhmuc-bao{

	}	
div.box-sanpham{
    width: 260px;
    float: left;
    margin-right: 50px;
    position: relative;
	}
div.box-sanpham .bong-dm{
	height:17px;
	background:url(images/bong-dm.png) no-repeat bottom center;
	margin-top:-7px;
	}
div.box-sanpham a{
    display: block;
    color: #6D6767;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-family: 'roboto_conr';
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
	}
div.box-sanpham a:hover{
	color:#f00;
	}
div.box-sanpham .box-1{
    width: 100%;
    height: 260px;
    transition: 0.5s;
    margin: 0 auto;
	}
div.box-sanpham .box-1:after{
    width: 260px;
    height: 260px;
    /*background: url(images/bong.png) no-repeat bottom center;*/
    content: '';
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    transition: 0.5s;
    transform: rotate(0deg);
    background-size: 230px 86px;
	}
div.box-sanpham .box-1:hover:after{
	transform:rotate(180deg);
	}
div.box-sanpham .box-2{
    width: 227px;
    height: 227px;
    transition: 0.5s;
    margin: 0 auto;
    position: relative;
    z-index: 6;
    border-radius: 50%;
    border: 9px solid #1c1d94;
    margin-top: 8px;
	}
div.box-sanpham .box-2 img{
	width:100%;
	border-radius:50%;
	position:relative;
	z-index:7;
	transition:0.5s;
	}
div.box-sanpham .box-2 img:hover{
	opacity:0.5;
	}

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


@media screen and (max-width: 1024px) {
	div#menu ul li a
	{
		padding:0px 20px;
	}
	div#menu_dm ul li
	{
		background:url(images/li.png) left 9px no-repeat;
		padding:7px 10px 7px 29px;
		font-size:13px;
	}
	div.frm_lienhe
	{
		margin:10px 0px 0px 0px;
	}
	
}

@media screen and (max-width: 800px) {
	div#wapper
	{
		width:97%;
		margin:auto;
	}
	div#wap_footer
	{
		width:97%;
	}
	div#menu_mobi
	{
		display:block;
	}
	div#menu
	{
		display:none;
	}
	div#menu_dm
	{
		display:none;
	}
	div#wap_slider
	{
		margin:5px 0;
	}
	div#slider
	{
		width:100%;
		margin:5px auto;
		padding:0;
		border:none;
	}
	div#danhmuc
	{
		display:none;
	}
	div#right
	{
		width:100%
	}
	div#left
	{
		width:100%;
	}
	div.item
	{
		width:30%;
		margin:2% 1%
	}
	div#main_footer
	{
		width:100%;
	}
	div#thongke
	{
		width:100%;
		margin-top:20px;
	}
	div.thongke_an
	{
		
	}
	/*------- tan dat -------*/
	div#header-cont{padding-bottom:6%;}
	div#lang{top:75px;}
	div.hotline_head{bottom:0px;padding-left: 37px;background-size: 30px;}
	div.hotline_head b{font-size:15px;}
	div#header-cont{max-width:100%;}
	div#thongke .td_ft{text-align:left;}
	div#thongke .chu_khac{text-align:left;}
	div#thongke .chu_khac_2{text-align:left;}
	form#frm_dknt{float:left;}
	
	.header a
	{
		left:4.5% !important;
	}
	div.tt_lienhe
	{
		width:100%;
	}
	div.bando
	{
		width:100%;
	}
	
}
@media screen and (max-width: 700px) {
	.sang_header
	{
		top:27px;
	}
	div#menu_bottom ul li a
	{
		padding:0px 13px;
	}
	.zoom_slick
	{
		width:48%;
	}
	.product_info
	{
		width:48%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:64%;
	}
}
@media screen and (max-width: 603px) {
	div#header
	{
		
	}
	div#header img.logo
	{
		display:none;
	}
	div#header img.logo_mobi
	{
		display:block;
		margin:auto;
		width:100%;
	}
	div.item .sp_name a
	{
		font-size:16px;
	}
	div.item
	{
		width:44%;
	}
	.header a
	{
		left:6% !important;
	}
	.zoom_slick
	{
		width:70%;
		float:none;
		margin:auto;
	}
	.product_info
	{
		width:100%;
		margin-top:6px;
	}
}
@media screen and (max-width: 460px) {
	
	.box-tin-con .news-tc{
		width:100%;
		margin:0;
		}
	
	}
@media screen and (max-width: 460px) {
	div#wapper
	{
		width:97%;
		background:#fff;
		padding:0;

		overflow:hidden;
	}
	.header a
	{
		left:1.5% !important;
	}
	div.item
	{
		width:46%;
	}
	.content
	{
		padding:10px;
	}
	div.frm_lienhe .item_lienhe input[type='text'], div.frm_lienhe .item_lienhe textarea, div.frm_lienhe .item_lienhe input[type='password']
	{
		width:94%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:99%;
	}
	.map_description
	{
		width:100%;
	}
	.gh_an
	{
		display:none;
	}
	.box_news a img
	{
		width:120px;
	}
	div.frm_lienhe .item_lienhe p
	{
		width:100%;
	}
	.othernews ul
	{
		margin-left:10px;
	}
	div#footer
	{
		padding:10px 2%;
	}
	
	::-webkit-scrollbar {
		background:#fff;
		width:5px;
		height:11px;
	}
	
	div#menu_bottom ul li a
	{
		padding:0 3px;
		font-size:12px;
	}
}
@media screen and (max-width: 360px) {
	.header a
	{
		
	}
	.zoom_slick
	{
		width:100%;
	}
	div.frm_lienhe .item_lienhe select
	{
		width:100%;
	}
	.box_news a img
	{
		width:100px;
	}
	div.tieude_giua
	{
		font-size:15px;
	}
	div#menu_bottom ul li a
	{
		font-size:11px;
		padding:0 2px;
	}
	
}
@media screen and (max-width: 320px) {
}

