@charset "utf-8";

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Myriad-Pro';
	src: url('fonts/Myriad-Pro/Myriad-Pro.eot');
	src: local('☺'), url('fonts/Myriad-Pro/Myriad-Pro.woff') format('woff'), url('fonts/Myriad-Pro/Myriad-Pro.ttf') format('truetype'), url('fonts/Myriad-Pro/Myriad-Pro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


*{

}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a, a:link, a:hover, a:active, a:focus, a:visited { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #323232;	
}
h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, nav, section, footer, aside, article, figure {
	display: block;
}

/*LOADING*/


/*TRANSITION*/
.transition_02s{ transition:0.2s; -moz-transition:0.2s; -ms-transition:0.2s; -o-transition:0.2s; -webkit-transition:0.2s; }
.transition_03s{ transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s; }
.transition_04s{ transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s; }
.transition_05s{ transition:0.5s; -moz-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; }
.transition_06s{ transition:0.6s; -moz-transition:0.6s; -ms-transition:0.6s; -o-transition:0.6s; -webkit-transition:0.6s; }
.transition_07s{ transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s; }
.transition_08s{ transition:0.8s; -moz-transition:0.8s; -ms-transition:0.8s; -o-transition:0.8s; -webkit-transition:0.8s; }
.transition_09s{ transition:0.9s; -moz-transition:0.9s; -ms-transition:0.9s; -o-transition:0.9s; -webkit-transition:0.9s; }
.transition_10s{ transition:1s; -moz-transition:1s; -ms-transition:1s; -o-transition:1s; -webkit-transition:1s; }

/*BORDER-RADIUS*/
.border_radius_5px{ border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; }
.border_radius_10px{ border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px; }
.border_radius_15px{ border-radius:15px; -moz-border-radius:15px; -ms-border-radius:15px; -o-border-radius:15px; -webkit-border-radius:15px; }
.border_radius_20px{ border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px; -o-border-radius:20px; -webkit-border-radius:20px; }

/*TRANSFORM - SCALE*/
.transform_scale_11:hover{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); }
.transform_scale_12:hover{ transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transform:scale(1.2); }
.transform_scale_13:hover{ transform:scale(1.3); -moz-transform:scale(1.3); -ms-transform:scale(1.3); -o-transform:scale(1.3); -webkit-transform:scale(1.3); }
.transform_scale_14:hover{ transform:scale(1.4); -moz-transform:scale(1.4); -ms-transform:scale(1.4); -o-transform:scale(1.4); -webkit-transform:scale(1.4); }
.transform_scale_15:hover{ transform:scale(1.5); -moz-transform:scale(1.5); -ms-transform:scale(1.5); -o-transform:scale(1.5); -webkit-transform:scale(1.5); }

/*TRANSFORM - ROTATE*/
.transform_rotate_45,.transform_rotate_90,.transform_rotate_180,.transform_rotate_360{ transform:rotate(0); -moz-transform:rotate(0); -ms-transform:rotate(0); -o-transform:rotate(0); -webkit-transform:rotate(0); }
.transform_rotate_45{ transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg); }
.transform_rotate_90{ transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); }
.transform_rotate_180{ transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); }
.transform_rotate_360{ transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -webkit-transform:rotate(360deg); }


/*FILTER*/
.filter_gray{-moz-filter: grayscale(0%);	-ms-filter: grayscale(0%); -o-filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none;  }
.filter_gray:hover{filter: gray;	-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);	-webkit-filter: grayscale(100%);  }


/*PADDING*/
.padding_10px:hover{ padding-left:10px; }
.padding_15px:hover{ padding-left:15px; }
.padding_20px:hover{ padding-left:20px; }

/*Quay tron*/
.quaytron:hover{    transition: 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);}
/* Hình ảnh */
.hinhanh_info{
width: 31.4%;
    float: left;
	transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s; 
    padding: 0.5%;
	height:auto;
    margin-right: 2%;
    border: 1px solid #1a5733;
    text-align: center;
}
.hinhanh_info:hover{
	border:1px solid #ff0e22;	
}
.hinhanh_info hr{
	border:1px solid #1a5733; margin:5px auto;	transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s; 	
}
.hinhanh_info:hover hr{
	border:1px solid #ff0e22;
}
.hinhanh_info_img{
	width:100%;
	height:auto;
	display:block;	
}
.hinhanh_info_ten{	
	padding:0px 10px;
	font-size:13px;
	font-weight:500;
}
.hinhanh_info_ten:hover{
	color:#F00;
}
/* End Hình ảnh */


/* SẢN PHẨM */
.kc_sp{
	width:100%;
	height:25px;
	float:left;
}
.sp_info{
	width:220px;
	float:left;
	margin-right:78px;
	position:relative;
	text-align:center;
    
}
.sp_img{
	width:220px;
	height:220px;
	float:left;
	position:relative;
	overflow:hidden;
}
.sp_img span{
	width:0px;
	height:0px;
	overflow:hidden;	
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;	
}
.sp_img:hover span{
	top:0px;
	left:0px;
	display:block;
	width:220px;
	height:220px;
	background:url(../images/xem_sp.png) center center no-repeat;
	background-color:#999;
	background-color:rgba(0,0,0,0.6);
}
.sp_img img{
	width:220px;
	height:220px;
	border:none;		
}
.sp_img:hover img{ transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transform:scale(1.2); }

.sp_img_bottom{
	background:url(../images/sp_info_bottom.png) top center no-repeat;
	height:7px;
	clear:both;
}
.sp_info .sp_ten{
	clear:both;
	font-size:15px;
	font-weight:bold;
	color:#000;
	padding:13px 0px 8px 0px;
	display:block;	
}
.sp_info:hover .sp_ten{
	color:#F00;	
}
.sp_giaban{
    font-size:15px;
	font-weight:500;
	color:#F00;    
}
.chitiet_sp{
	background:url(../images/xemchitiet.png) repeat-x;
	height:23px;
	line-height:23px;
	padding:0px 20px;
	float:left;
	font-weight: bold;
	margin-left: 53px;
	color:#333;
	cursor:pointer;
}
.chitiet_sp:hover{
	text-decoration:underline;
}
/* END SẢN PHẨM */







.clear{ clear:both; }
.clear_left{ clear:left; }
.clear_right{ clear:right; }


/*TIN NOI BAT*/	
.tin_info{
	position: relative; 
    /* padding: 10px 0px; */
    /* border-top: 1px solid #999; */
    
    width: 96%;
    margin-bottom:31px;
	margin-top:11px;
    /*  */
    line-height: 21px;
    overflow: hidden;
	color:#535353;
    padding: 2%;
    transition: .5s all ease-in-out;
    -moz-box-shadow: 0px 0px 5px #878289;
    -webkit-box-shadow: 0px 0px 5px #878289;
    box-shadow: 0px 0px 5px #878289;
	
}
.tin_info:hover{
 -moz-box-shadow: 0px 0px 5px #f9d658;
    -webkit-box-shadow: 0px 0px 5px #f9d658;
    box-shadow: 0px 0px 5px #f9d658;
}
.tin_info:hover .tin_ten{color:#f9d658;  }
.tin_info:hover .tin_img img{border-radius: 20px 5px 20px;}
.tin_info .ngay_new{
	color:#666;
	margin:0px;
	padding:0px;
}
.tin_info .tin_img{
	width:140px;
	height:105px;
	padding:4px;
	
	float:left;
	margin-right:10px;		
}	
.tin_info .tin_img img{
	width:140px;
	height:105px;
	 transition: .5s all ease-in-out;
	 border-radius: 5px 20px 5px;
	
}


.tin_info .tin_img:hover{
	/*border:1px solid #666;*/
}
.tin_ten{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	margin-top:5px;
	color:#535353;
	display:block;
	    
}
.tin_ten:hover{
	color:#F00;
}
.mota_tin, .mota_tin h2,.mota_tin h3, .mota_tin h4{
	font-size:12px;
	font-weight:normal;
}
.tin_chitiet{
	color:#30bb00;
	line-height:15px;
	width:60px;
	float:right;		
	text-decoration:none;
	position:absolute;
	bottom:5px;
	right:5px;	
}
.tin_chitiet img{
	width:5px;
	height:5px;
	float:left;
	border:none;
	margin-top:5px;
	margin-right:5px;
}
.tin_chitiet:hover{
	color:#F00;
}	
/*END TIN NOI BAT*/


/*CHI TIẾT TIN TỨC*/
#ct_tintuc{
	font-size:13px;
}
#ct_tintuc .image_new{
	width:300px;
	border:1px solid #CCCCCC;
	padding:4px 4px 4px 4px;
	float:left;
	margin-right:10px;		
}	
#ct_tintuc .tieude_new{
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family: 'RobotoCondensedRegular',Tahoma, Geneva, sans-serif;
	
}
#ct_tintuc .ngay_new{
	color:#666;
	font-size:13px;
	margin-top:3px;
	margin-bottom:7px;
}
.mota_new, .mota_new h2, .mota_new h3{
	font-size:13px;
	font-weight:bold;
	padding:0px 5px;
	text-align:justify;		
}
.noidung_new{
	margin-top:7px;
	text-align:justify;
	    line-height: 27px;
}
.file_new{
	padding:10px 0px;
	color:#FFF;
	font-style:italic;
}
.file_new a{
	font-weight:bold;
	color:#FFF;
}
.file_new a:hover{
	text-decoration:underline;
}


a.tinkhac{
	color:#000;
	text-decoration:none;
	font-weight:bold;			
	padding:6px 0px;
	display:block;
	padding-left:10px;
	background:url(../images/next_tin.png) left 9px no-repeat;
	font-size:12px;
}
a.tinkhac img{
	width:7px;
	height:7px;
	margin-top:13px;
	margin-right:7px;
	border:none;
}
a.tinkhac:hover{ color:#F00; }

/*END CHI TIẾT TIN TỨC*/


/*Phần chung*/
/*Phần phân trang*/
.paging{       height: 20px;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 27px;}
.paging a img{ height:20px; border:none; }
.paging a:link, .paging a:visited, .paging a:hover, .paging a:active{
	border:none;
	color:#0000FF;
	
	font-weight:bold;
	text-decoration:none;
}
.padding a{    border: 1px solid #FDB918!important;}
.paging a:hover , #dangxem{ color:#FF0000;  }


/* FORM */
/*
.button{
	display:inline-block;
	cursor:pointer;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 14px;
	border: 1px solid #dadada;
	background: -moz-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, white 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);	
}
.button:hover{
	color:#FFF;
	background:#000;
}
*/
.text_input{
	border:1px solid #CCC; font-size:16px; height:39px; line-height:39px; width:60px; padding:0px 10px; float:left; margin-right:10px;
}
.btnmorebds,.btnmorebds1{
	border:1px solid #CCC; background:#F7F7F7; cursor:pointer; height:35px; line-height:35px; width:100%; font-weight:bold;
}
.btnmorebds:hover,.btnmorebds1:hover{
	text-decoration:underline;
}
/* END FORM */




/*TIN TỨC Ô*/
.tin_info_o{
	width:310px;
	float:left;
	margin-right:20px;
	text-align:center;
}
.tin_img_o{
	width:300px;
	padding:4px;
	border:1px solid #DDD;
	height:210px;
	float:left;
	position:relative;
	overflow:hidden;		
}
.tin_img_o img{
	width:300px;
	height:210px;
	float:left;
}
.tin_img_o h3,.tin_img_o h4{
	width:290px;
	height:200px;
	background-color:#000000;
	background-color:rgba(0,0,0,0.7);
	padding:10px;
	text-align:center;
	vertical-align:middle;
	color:#FFF;
	font-size:13px;
	float:left;
	position:absolute;
	top:-220px;
	left:0px;
	z-index:9;
}
.tin_img_o:hover h3,.tin_img_o:hover h4{
	top:0px;
}

.tin_ten_o{
	display:block;
	padding:8px;
	color:#000;
	font-size:13px;	
}
.tin_ten_o:hover{
	color:#F00;
}



#lienhe1{width:100%;height:550px;float:left;margin-bottom:50px}

#lienhe2{width:49%;height:550px;float:left}
#lienhe2 img{width:100%;height:535px}
#lienhe3{width:49%;height:550px;float:right}
#lienhe4{width:100%;float:left;height:356px}
#lienhe5{width:49%;height:356px;float:left}
#lienhe6{width:49%;float:right;height:356px;}
.lienhe7{width:100%;float:left;line-height:27px;height:auto;}
.tieude_lienhe7{width:100%;float:left;font-size:20px;    font-family: 'MyriadPro-Regular';color:#000;font-size:20px;text-transform:uppercase;margin-bottom:7px}
.noidung_lienhe7{width:100%;float:left}
.tieude_lienhe7 a{font-size:20px;    font-family: 'MyriadPro-Regular';color:#000;font-size:20px;text-transform:uppercase}
.tieude_lienhe7 h2{font-size:20px;    font-family: 'MyriadPro-Regular';color:#000;font-size:20px;text-transform:uppercase;font-weight:100}

.tieude_lienhe7 a:hover{text-decoration:underline}

#chitiet_video{width:100%;height:auto;float:left;text-align:center}
#chitiet_video iframe{width:800px!important;height:400px!important;margin:auto}
#tenchitiet_video{width:100%;text-align:center;height:27px;line-height:27px;margin-bottom:17px;float:left}
#noidungtrong p{margin:0px;padding:0px}
#noidungtrong{float: left;
    padding: 0px 15px;
    width: 100%;
    height: auto;
    line-height: 2;}

#noidungtrong img{max-width:100%;height:auto}
#noidungtrong iframe{max-width:100%;}





.muctintuc{width: 47%;
    float: left;
    height: auto;
    margin-bottom: 11px;
    padding: 1%; transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s;}
.muctintuc:hover .hinhxemmuctintuc{width:50px;height:50px}
.muctintuc:hover img.hinhtrongmuctintuc{transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transform:scale(1.2); }
.muctintuc:hover{background-color:#88c1ff}
.muctintuc:hover .mota_muctintuc{color:#fff}
.muctintuc:hover .date_muctintuc{color:#fff}
.muctintuc:hover .ten_muctintuc h3 a{color:#fff}
.hinh_muctintuc{width:40%;float:left;height:auto;margin-right:1%;    position: relative;overflow:hidden}
.hinh_muctintuc img.hinhtrongmuctintuc{width:100%;float:left;height:auto;transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s; }
.hinhxemmuctintuc{width:0px;height:0px;position:absolute;top:40%;left:40%;transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s; }
.benphai_muctintuc{width:58%;float:right;height:auto;min-height:100px}
.ten_muctintuc{width:100%;float:left;height:auto;line-height:21px;margin-bottom:11px}
.ten_muctintuc h3 a{   transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s;
    margin-top: -7px;
    float: left;font-weight:600;    font-size: 15px;
    color: #676767;}
.ten_muctintuc h3 a:hover{color:#fa0105}
.mota_muctintuc{width:100%;float:left;line-height:25px;font-size:19px;color:#454545;transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s;     font-family: UTMNeoSansIntel_Italic;
    font-size: 14px;
    color: #909090;}
.date_muctintuc{width:100%;float:left;font-style:italic;transition:0.7s; -moz-transition:0.7s; -ms-transition:0.7s; -o-transition:0.7s; -webkit-transition:0.7s;color:#454545;margin-bottom:0px;    font-size: 13px;
    color: #a6a6a6;}
.date_muctintuc img{width:17px;float:left;margin-right:3px}
.muctintuc1{float:right}





/*Tin tức */
.mucdichvu{    width: 49%;
    margin-right: 1%;
    height: auto;
    float: left;
    margin-bottom: 21px;}
.mucdichvu img{    margin-right: 11px;
    width: 160px;
  
    border: 1px solid #ecebeb; transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s; }
.mucdichvu img:hover{background:#212d3d;}
.mucdichvu h3 a{width:100%;height:auto;margin-bottom:31px;
    font-size: 14px;color:#2b2b2b;text-transform:uppercase;line-height:21px;transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s;}
	
.mucdichvu h3 a:hover{color:#212d3d}	
.hinhanh_info_ten{font-size:14px;color:#212d3d}
.mucdichvu .ngaymucdichvu{padding-bottom:3px;padding-top:5px;}
.mucdichvu .ngaymucdichvu i{color:#212d3d}
.mucdichvu .ngaymucdichvu span{font-size:14px}
.mucdichvu p{margin:0px;padding:0px; width:100%;height:auto;line-height:21px;font-size:14px;color:#262626}
.xemthemmucdichvu{font-size:14px;color:#000;font-weight:600;}
/*Tieu đề Nội Dung*/
.noidung_khungchinh2{width:100%;float:left;height:auto}
 .tieude_khungchinh2{width: 100%;
    float: left;
    height: auto;
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 11px;}
.tieude_khungchinh2 h1 a{     
          font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    color: #333333;
    position: relative;} 
.tieude_khungchinh2 h1 a:after{content: "";
    height: 3px;
    background: #212d3d;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;}
	
.tieude_khungchinh2 h2 a{     
          font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    color: #333333;
    position: relative;} 
.tieude_khungchinh2 h2 a:after{content: "";
    height: 3px;
    background: #212d3d;
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 50px;}	
	
#tieude_khungchinh2{width: 100%;
    float: left;
    height: auto;
    border-bottom: 3px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 11px;}
#tieude_khungchinh2 h1 a{     
          font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    color: #333333;
    position: relative;} 
#tieude_khungchinh2 h1 a:after{content: "";
    height: 3px;
    background: #212d3d;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 50px;}
	

#noidung_khungchinh2{width:100%;float:left;height:auto}	
#noidungtrong{font-size:16px}
#noidungtrong a{color:#0166ac!important}

/*Liên hệ*/

.paging a{transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s; }
.paging span{transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s; }
.paging a:hover{background:#ff0e22!important;}
.tflienhe{}
.tflienheemail{}
#noidung{} 

.right_sp{} 
#lienhe_phai{line-height:23px} 
#right_lienhe iframe{width:100%!important}

.nut_lienhe{
                          line-height: 50px;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
    text-transform: uppercase;
     min-width: 100px; 
    padding-top: 0px;
    color: #e6e6e6;
    font-weight: bold;
    font-size: 14px;
    background: #313131;
    cursor: pointer;
    border: 0px solid #313131;
    transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s;    
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
                  }
.nut_lienhe:hover{background:#0d0d0d;color:#fff}

/*Giỏ hàng*/
#tagct{width:100%;float:left;height:auto}
.btn-cart{cursor: pointer;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 100;
    background: #1a5733;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    border: 0px solid #000;
    margin-top: 11px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;}
.btn-cart svg{margin-right:5px}
	
.btn-cart2{
    background: #ff0e22;
    }	

.buttondon{   cursor: pointer;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 9px;
    padding-bottom: 7px;
    font-weight: 100;
    background: #ff0e22;
    color: #fff;
    text-transform: uppercase;
    border: 0px solid #000;
    margin-top: 11px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;}
.btn-cart:hover{background:#134025}
.buttondon:hover{background:#d90010}
.btn-cart2:hover{background:#d90010}

.buttondon2{border: 0px;
    background: #ff0e22;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 25px;
    position: relative;
    float: left;
    margin: 20px 15px 0px 0px;
    text-decoration: none;cursor:pointer}

.sp_giohang{}
.tablelienhe{line-height:25px}
/*Đăng nhập đăng ký*/
#tongchuatonggia{padding-top:0px;padding-bottom:0px}

#khungdangky{}
.txt_dk{}
#btnDk1{}
#dangky_table{}
#form_dangky1 #btnDk, #btnReset{}
#form_dangky1 #btnDn,#btnReset{
					padding:0px 10px;
					height:25px;
					line-height:25px;
					
					color:#fff;
					background:#0d0d0d;
					font-weight:bold;
					border:none;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					border-radius: 2px;
					cursor:pointer;
				}
#form_dangky1 #btnDn:hover,#btnReset:hover{
					background: #212d3d;
				}
				
				
/*CHAT FACE*/
#chatchat{width:162px;position:fixed;bottom:1px;right:21px; background:#fff;border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;min-height:100px;height:auto}
#chatchat ul{margin:0px;padding:0px}
#chatchat ul li{margin:0px;padding:0px;list-style:none; width:94%;padding-left:6%; float:left;height:auto;padding-top:9px;padding-bottom:9px;position:relative}
#chatchat ul li:hover{background:#4f4f4f}
#chatchat ul li:hover a{color:#fff}  
#chatchat ul li:hover a i{color:#fff}
#chatchat ul li:hover a span{color:#fff}
#chatchat ul li ul{padding:0px;margin:0px; display:none;position:absolute;bottom:40px;right:0px; background:#fff;border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;width:210px}

#chatchat ul li:hover ul li{background:#fff}
#chatchat ul li:hover ul li a{color:#4f4f4f}  
#chatchat ul li:hover ul li a i{color:#4f4f4f}
#chatchat ul li:hover ul li a span{color:#4f4f4f} 

#chatchat ul li ul li:hover {background:#4f4f4f}
#chatchat ul li ul li:hover  a{color:#fff}  
#chatchat ul li ul li:hover  a i{color:#fff}
#chatchat ul li ul li:hover  a span{color:#fff} 

#chatchat ul li:hover ul{display:block}

#chatchat ul li a i{float:left;margin-left:1px;margin-top:2px;font-size:21px;color:#212d3d}

#chatchat ul li a{float:left;color:#333333;font-family: 'Conv_SFUFuturaRegular';font-size:14px;width:100%;cursor: pointer;}
#chatchat ul li a span{color:#333333;float:right;text-transform:uppercase;width:123px;text-align:left}

/*FACE TREO*/

#facetreo{width: 300px;
    padding-left: 0px;
    height: auto;
    min-height: 350px;
    position: fixed;
    right: -300px;
    top: 30%;
    z-index: 1111111;
    transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    -webkit-transition: 0.7s;}
#facetreo:hover{right:0px}
#hinhcotreo{      background: url(../images/icon/btnface.png)no-repeat top center;
    /* -webkit-transform: rotate(-90deg); */
    /* transform: rotate(-90deg); */
    text-align: center;
    margin: 0px;
    position: absolute;
    width: 60px;
    /* padding: 10px 20px; */
    text-transform: uppercase;
    height: 132px;
    left: -60px;
    top: 39px;}
#noidungface{width:300px;height:auto;float:right}
/*Chi tiết sản phẩm*/
div.thumb ul{margin:0px;padding:0px}
div.thumb ul li{margin:0px;padding:0px;list-style:none}
.tj_wrapper ul{margin:0px;padding:0px}
.tj_wrapper ul li{margin:0px;padding:0px;list-style:none}
.mucthuoctinhsanphamct{width:100%;float:left;height:auto;}
.chiasespct{padding-bottom:11px}
.mucthuoctinhsanphamct h1 a{text-transform:uppercase;color:#333;font-size:20px;font-weight:100}
.giaspct .giatrimucthuoctinhsanphamct{    font-size: 30px;
    color: #ff0000;margin-top:0px;float:left;width:100%}
.giaspct .giacuspct{    text-decoration: line-through;float:left;margin-top:-7px;font-size:16px;color:#7d7d7d;width:100px}
.giamsanphamct{float:left;margin-top:-7px;display:none}
.tenmucthuoctinhsanphamct{width:100px;float:left}
.haichct{float:left;margin-right:4px}
#ngaycapnhatsp{float:right;font-size: 12px;
    font-style: italic;}
#soluongspct{width:100%;float:left;height:auto;margin-bottom:11px}
#soluongspct span{float:left;width:70px;margin-top:2px}
#num_product{    width: 46px;
    float: left;
    height: 26px;
    padding-left: 11px;
    margin-top: 3px;
    margin-left: 10px;}
	
.style-variant-template{margin:0px;padding:0px;display: inline-block;
    vertical-align: middle;}
.style-variant-template li{margin:0px;padding:0px;list-style:none; float: left;
    margin-right: 5px;}	
.style-variant-template li label{    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;}
.style-variant-template input{    display: none}
/*
input[type='checkbox'], input[type='radio']{    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 2px 0;}
input[type=checkbox], input[type=radio]{margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    margin: 2px 0;}
input[type=checkbox], input[type=radio]{    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;}
input[type=checkbox], input[type=radio]{    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;}
button, input, select, textarea{    font-family: inherit;
    font-size: inherit;
    line-height: inherit;}*/
.style-variant-template li span{display: block;
    padding: 6px 8px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;}

.style-variant-template input[type=radio]:checked + span{    border: 1px solid #D87C7C;
    background: url(../images/icon/bg-variant-checked.png) no-repeat right bottom #fff;}
	
.muc_dn{width:100%;height:36px;border:1px solid #ccc;position: relative;margin-bottom:17px}	

.muc_dn label{width:40px;height:34px;float:left;background:#eeeeee;text-align:center;line-height:34px;position: absolute}
.muc_dn label svg{margin-top:8px!important}     
.muc_dn input{margin:0px;padding:0px; height: 34px;
    width: 100%;
    padding-left: 50px;
    float: left;
    border: 0px solid #000;outline:none}
	

#contactduoi{width:100%;float:left;height:auto;margin-bottom:10px}
#lienhe_trai{width:49%;float:left;height:auto;}
.tieude_lh{width:100%;float:left;height:auto;border-bottom:1px dotted #ddd;padding-bottom:5px;margin-bottom:11px}
.tieude_lh svg{position:relative;top:2px;right:11px;left:0px}
.tieude_lh span{position:relative;left:4px}
.noidung_lh{width:100%;float:left;height:auto}
.muctxt_lh{width: 100%;
    height: 36px;
    border: 1px solid #ccc;margin-bottom:7px;background:#fff}
.muctxt_lh1{width: 100%;
    height: auto;
    margin-bottom:7px;}
.muctxt_lh1 input{width: 100%;
    height: 36px;
    border: 1px solid #ccc;margin-bottom:7px;background:#fff}
.muctxt_lh label{width: 40px;
    height: 34px;
    float: left;
    background: #eeeeee;
    text-align: center;
    line-height: 34px;}
.muctxt_lh label svg{margin-top:10px!important}     
.muctxt_lh input{margin:0px;padding:0px; height: 34px;
    width: 77%;
    padding-left: 10px;
    float: left;
    border: 0px solid #000;outline:none}
#phai_noidung_lh textarea{width: 100%;
    height: 122px;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ccc;}
#trai_noidung_lh{width:47%;float:left;margin-left:1%;}
#phai_noidung_lh{width:47%;float:right;margin-right:1%;}
#lienhe_phai{width:49%;float:right;height:auto;}
#duoi_noidung_lh{width:100%;float:left;height:auto;margin-top:11px}
#nutgui_lh{width:100%;float:left;height:auto;text-align:center}
#nutgui_lh  input{color: #fff;
    background: #333;
    border: 1px solid #333;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px;
    position: relative;
    width: auto;
    white-space: nowrap;
    margin-top: 10px;}
.muc_tt_lh{width:100%;float:left;height:auto;margin-bottom:7px}
.muc_tt_lh label{width:17px;text-align:center;float:left;margin-right:5px}

#tieudecay{           width: 100%;
    float: left;
    background: #fff;
    padding-left: 15px;
    height: auto;
    margin-bottom: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    border-bottom: 1px solid #c1c2c1;
    }
#tieudecay #tc_tieudecay{float:left;height:auto;font-size:16px;margin-right:5px}
#tieudecay a{   float: left;
    height: auto;
    font-size: 16px;
    color: #115997;
    margin-right: 5px;
    font-weight: 700;}
#tieudecay svg{float: left;
    height: auto;
    color: #115997;
    margin-right: 5px;
    margin-top: 5px;}

#tieudecay h1 a{float: left;
    height: auto;
    font-size: 16px;
    color: #115997;
    margin-right: 5px;
    margin-top: 0px;
    font-weight: 700;}
#giohanggiua{width:1170px;margin:auto;height:auto}
#bentrai_giohang{width:58%;float:left;height:auto}
#benphai_giohang{width:41%;float:right;height:auto}
.tieude_giohang{width:100%;float:left;height:auto;margin-bottom:11px;color:#161616;font-size:21px}
.noidung_giohangp{    border: 0px solid #ccc;
    padding: 10px;
    background: #fff;
    float: left;
    
    width: 100%;}
.text{font-size:13px}
.tongtien_gh{width:100%;float:left;height:auto;margin-bottom:11px}
.tongtien_gh .nhan_tongtien_gh{float:left;font-size:18px;}
.tongtien_gh .so_tongtien_gh{float:right;font-size:18px;color:#ff0e22}
.nuttongtien_gh{width:100%;float:left;height:auto}
.nuttongtien_gh input{width: calc(100% + 0px);
    border: 0px;
    background: #ff0e22;
    font-weight: bold;
	cursor:pointer;
    text-align: center;
	outline:none;
    color: #fff;
    fotn-size: 14px;
    text-transform: uppercase;
    padding: 15px;
    position: relative;
    float: left;
    text-decoration: none;
    margin-top: 10px;transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s; }
.nuttongtien_gh input:hover{background:#ca000f}	


#td_gh{font-size:12px}
.input-group{display: inline-block;
    vertical-align: middle;position: relative;
    display: table;
    border-collapse: separate;}
	
input.qty-btn{float: left;
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 0;}
input#quantity{background: #FFF;
    font-weight: 600;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;}
	
input.qty-btn{float: left;
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 0;} 
	
	
.haimuoi_dh{width:20%;float:left;height:auto;margin-bottom:11px;padding-left: 23px;}
.tammuoi_dh{width:80%;float:left;height:auto;margin-bottom:11px}
.xem_dh{color:#ff0e22}
#bang_lsdh{margin-bottom:21px;border:0px solid #000}
#bang_lsdh tr td{border:0px solid #999;height:35px}
#bang_lsdh tr th{border:0px solid #999;height:35px;}
#bang_lsdh tr#trhai td{height:7px;}
#bang_lsdh tr.tr_sp td{height:7px;}
#bang_lsdh thead{background:#fafafa;color:#757575}
#khuyenmaict{width:100%;float:left;height:auto;}
#khuyenmaict img{max-width:100%;height:auto}


.bangthanhtoan_tt{ border-collapse: collapse;}
.bangthanhtoan_tt tr:nth-child(2){margin-bottom:0px}
.bangthanhtoan_tt tr:nth-child(2) td{padding-bottom:0px}
.bangthanhtoan_tt tr:nth-child(3) td{padding-bottom: 0px;
  }
#thongbaotcdh{width:100%;float:left;height:auto;margin-bottom:11px;text-align:center}
#thongbaotcdh h1{font-size:21px;color:#212d3d}
#phanhoimagiamgia{color:#000}
.bangthanhtoan_tt p{margin:0px;padding:0px;}
#hungtonggia{    width: 100%;
    float: right;
	
    line-height: 21px;}
#tongcong{font-weight:100;font-size:18px;margin-top:0px;text-align:right;width:100%;float:left;height:auto}


#num_tongcong{color:#ff0e22}
#nutchongiamgia{float: right;
    background: #ff0e22;
    border: 0px solid #000;
    cursor: pointer;
    padding-left: 9px;
    padding-right: 9px;
    outline: none;
    color: #fff;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-weight: 600;}
#thongtin_thanhtoan{}
#phuongthuc_thanhtoan{}
#tenchitiet_video a{color:#1a5733;font-size:18px;text-transform:uppercase}
#sanpham_chitiet{
	width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
a:hover{text-decoration:none!important}
.main_info_noidung{width:100%;float:left;height:auto}
#bentrai_dk{width:100%;float:left;height:auto;}
#benphai_dk{width:100%;float:right;height:auto;margin-top:10px}
#tong_dn{width:589px;height:auto;margin:auto;}

#right_sp{width:374px;float:right}
.mucright_sp{width:100%;float:left;height:auto;padding:10px;border-bottom:1px solid #eff0f5}
.td_mucright_sp{width:100%;float:left;height:auto;margin-bottom:20px}
.td_mucright_sp img{float:right;}
.mucrightdichvusp{width:100%;float:left;height:auto;padding:0px;margin-bottom:10px}
.mucrightdichvusp img{top: -7px;
    margin-right: 7px;
    position: relative;
    padding-bottom: 7px;}
.mucrightdichvusp h3 a{font-size:14px;font-weight:100;color:#212121;margin-top:5px}
.mucrightdichvusp p{line-height:21px}
#saoct{width:100%;float:left;}
.rating-container{float:left}
#sodanhgiact{float:left;width:70px;color:#33b1d5;text-align:right;margin-bottom:3px}


#giamgia_tt{width:100%;float:left;height:auto;margin-bottom:4px}
#dnb_dn{width:100%;float:left;height:auto;text-align:center;margin-bottom:20px}
#dnb_dn span{font-weight:600}
#magiamgia{height:25px;width:310px;padding-left:7px}
#kun_dn{
	width: 100%;
   
    background: #fff;
	float:left;
    height: auto;
    overflow: hidden;padding-top:20px;padding-bottom:10px
}
#kun_dn2{width:457px;height:auto;margin:auto;}
#td_tong_dn{width:100%;float:left;height:112px;background:#00bb5e;color:#fff;padding-top:14px}
#logo_td_tong_dn{float:left;}
#td_tong_dn2{width:457px;height:auto;margin:auto}
#phai_td_tong_dn{width:370px;float:left;height:auto;padding-left:50px}
#phai_td_tong_dn p{font-size:25px;font-weight:600}





.tongchuatonggiatren{width:100%;float:left;text-align:right;height:auto;margin-bottom:0px;color: #0000009e;}
#trhai{height:7px}
.tr_sp{height:7px}
.muc_dk{width:100%;float:left;height:auto;margin-bottom:21px}
.txt_dk{width:100%;padding-left:7px ;height:40px;float:left;border:1px solid #ddd;color:#a6a6a6}
#dangkyduoi1{width:100%;float:left;height:auto;background:#fff;    }

#dangkyduoi2{width:322px;margin:auto;height:auto;min-height:50px;}

#ngaysinh_dk{width:260px;float:left;height:auto}
#thang_dk{width:120px;float:left;height:36px}
#ngay_dk{width:60px;float:left;height:36px}
#nam_dk{width:75px;float:left;height:36px}
#gioitinh_dk{width:102px;float:right;height:auto}
#gioitinh_dk select{width:100px;height:36px;float:right}

select{border:1px solid #ddd}

.input{
	    width: 100%;
    padding: 0px 10px;
    float: right;
    line-height: 26px;
    border: 1px solid #CCC;
    margin-bottom: 1px;
}
.area_tt{width:100%;padding:0px 10px;height:50px;border:1px solid #CCC;float:right;margin-bottom:4px;}	
#nd_lsdh1{width:100%;float:left;height:auto}
#nd_lsdh2{width:auto;margin:auto;height:auto;}
#tong_ctdh1{width:100%;float:left;height:auto}
#tong_ctdh2{
	    width: 736px;

    padding: 10px;
    background: #fff;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding-left: 70px;
    padding-right: 70px;
}
#giact_trai{width:200px;float:left}
#mh_mt{width:100%;float:left;height:auto;min-height:177px}
.tj_nav{display:none}
#tj_container:hover .tj_nav{display:block}
.num_gi{width:170px;float:right;text-align:right}
.label_gi{    width: 136px;
    float: left;
   
    text-align: left;}


#num_tongcong{width:170px;float:right;text-align:right}
#lab_tongcong{    width: 136px;
    float: left;
    
    text-align: left;}
.mucrightdichvusp .hinh1icon{position:relative;top:-5px}
#thongbao_tgh{width:150px;height:30px;color:#fff;background:#ff0e22;text-align:center;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;position:fixed;bottom:10px;left:10px;z-index:11111;display:none;line-height:30px}
#bentrai_khungsanpham{width:211px;float:left;height:auto;}
#benphai_khungsanpham{width:967px;float:right;height:auto}

.saosanpham{width: 100px;
    float: left;
    height: auto;
    margin-top: 7px;}
h3, .h3{font-size:14px!important}
h1, .h1, h2, .h2, h3, .h3{  }
.caption{display: none!important;}
.clear-rating{display: none!important;}


#phaihd{
	width: 352px;
    float: right;
    height: auto;
    margin-top: 0px;
}


#phaihd ul{margin:0px;padding:0px}
#phaihd ul li{
	    margin: 0px;
    padding: 0px;
    list-style: none;
    float: right;
    margin-right: 24px;
    margin-left: 1px;
    position: relative;
    line-height: 68px;
}
#phaihd ul li svg{cursor:pointer;color:#000} 
#phaihd ul li svg:hover{color:#e2e418}
#phaihd ul li a{position:relative;color:#000}
#phaihd ul li a span{background: #ff0e22;
    color: #fff;
    padding: 0px 6px;
    border-radius: 100%;
    position: absolute;
    left: 18px;
    font-size: 12px;
    line-height: 20px;
    top: -14px;}
#phaihd ul li ul{     position: absolute;
    top: 55px;
    
    z-index: 11111111111;
    display: none;
    /* left: 0px; */
    right: -100px;
	    background-color: #fff;
    width:263px;
	padding: 15px 25px 10px;
    border: 1px solid #bfbfbf;
	
	}
#phaihd ul li ul:before{        left:125px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-left-width: 1px;
    border-top-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    top: -6px;
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-color: #bfbfbf;
	}
#phaihd ul li:hover ul{display:block}
#phaihd ul li ul li{width:100%;float:left;height:auto;padding-top:5px;padding-bottom:5px;text-align:right;transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; -webkit-transition:0.3s; line-height: 28px;}

#phaihd ul li ul li:hover{}

#phaihd ul li ul li a{
	    color: #6e686e;
    float: left;
    margin-right: 7px;
	
}
#phaihd ul li ul li a img{width:30px;float:left;margin-right:5px}	

.muctincungcm{width:100%;float:left;height:auto;margin-bottom:10px}



.pagination {margin: auto;width: auto;text-align: center;margin-top: 10px;}
.pagination .pages li.prev {margin-right: 15px;}
.pagination .pages li.next {margin-left: 15px;}
.pagination .pages li {display: inline-block;margin: 5px 2px;}
.pagination .pages li a {height: 25px;padding: 4px 8px;text-decoration: none;color: #666666;font-weight: bold;border: 1px solid #d5d5d5;font-size: 11px;}
.pagination .pages li a:hover {background: #f6f6f6;}
.pagination .pages li .active {background:#424852;color: #fff;border-color: #424852;}
.pagination .pages li .active:hover {background: #2a313d;}

.pages_ajax{ display:inline-block;margin-top:40px;}
.pages_ajax li {display: inline-block;margin: 5px 2px;height: 25px;padding: 4px 8px;text-decoration: none;color: #666666;font-weight: bold;border: 1px solid #d5d5d5;font-size: 11px;box-sizing: border-box;min-width: 30px;cursor: pointer;}
.pages_ajax li.actived,.pages_ajax li:hover {background: #ed1c24; color:#fff;}
span.total{ display:none;}
.mucsp_tt p{margin:0px;padding:0px}
.motamucsp_tt strong{}