@media (min-width: 1200px){
	.container {
		width: 1350px;
	}
}
/*@media (max-width: 1200px){*/
	/*.container {*/
		/*width: 1230px;*/
	/*}*/
/*}*/
/*@media (min-width: 768px){*/
	/*.container {*/
		/*width: 1230px;*/
	/*}*/
/*}*/
body {
	font-family: 'Lato', Arial, Helvetica;
	font-size: 14px;
	background: #fff;
	font-weight: 400;
	line-height: 22px;
	color: #3c3d41;
}
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }
/*
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background: #a55100;
}
*/
#content h1{
	font-weight: 500;
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
	color: #111;
	font-size: 24px;
}
.l-p-none{padding-left: 0 !important;}
.r-p-none{padding-right: 0 !important;}
.f-left, .left {
	float: left !important;
}
.clear {
	clear: both;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}
.btn-default:focus, .btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}
ol, ul{margin: 0; padding: 0}
a {
	color: #12693a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus, a:hover {
	color: #df0000;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0;
	font-weight: bold;
}
label {
	font-weight: 500;
	color: #555;
}
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	display: block;
	width: 100%;
	height: 43px;
	padding: 7px 16px;
	color: #000;
	background-color: #fff;
	box-shadow: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.table-bordered thead{
	background: #f1f1f1;
	font-weight: 500;
}
.limit-form{
	max-width: 600px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #fff;
	//box-shadow: 2px 2px 20px 2px rgba(100, 110, 120, .2), 1px 1px 1px rgba(100, 110, 120, .1);
	border-radius: 3px;
	overflow: hidden;
}
#confirm{
	margin-bottom: 8px;
	overflow: hidden;
}
.limit-form h1{
	background: #d8d8d8;
	display: block;
	padding: 14px 15px;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin: -10px -15px 12px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #555;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #f6f6f6;
	border-bottom: 1px solid #f2f2f2;
	padding: 4px 0 5px 0;
	margin: 0;
}
#top .list-inline{
	padding: 0;
	margin: 0;
}
#top .container {
	padding: 0 20px;
	font-size: 13px;
	font-weight: 500;

}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;

}
#top .btn-link, #top-links li, #top-links a {
	color: #3c3d41;
	text-shadow: none;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #da291c;
}
#top-links li{}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {

}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0;
}
/* search */
.box-search{
	position: relative;
	z-index: 99;
}
/*live search */
#results-search{
	z-index: 999;
	top: 46px;
	background: #fff;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
	box-sizing: border-box;
}
#results-search ul li{
	padding: 7px 5px;
	text-align: left;
	border-bottom: 1px dashed #eaeaea;
	width: inherit;
	max-width: 100%;
	box-sizing: border-box;
	list-style: none;
}
#results-search ul li .product-image {
	margin-right: 15px;
	float: left;
}
#results-search .product-name{
	color: #333;
	font-size: 13px;
	line-height: 18px;
}
#results-search .product-price .price{
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	text-decoration: line-through;
}
.results-search .product-price, #results-search .product-price .special{
	font-size: 13px;
	font-weight: bold;
	color: #dd0000;
}
/*end*/
#search {
	margin-top: 6px;
	margin-bottom: 6px;
}
#logo img{
	display: block;
	margin: 0;
}
#search .input-lg {
	height: 35px;
	padding: 0 5px;
	box-shadow: none;
	border: 2px solid #fff;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
	color: #333;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 23px;
	text-shadow: none;
	background: #fff;
	padding: 7px 11px 5px;
	color: #eee;
	border: none;
	border-left: 1px solid #eee;
	border-radius: 0 4px 4px 0;
}
#search .btn-lg i{
	color: #bbb;
	font-size: 20px;
	font-weight: normal;
}
/* header */
#maintop{
	padding: 15px 0;
}
header{
	background: #fff;
}
header .hotline{
	text-align: left;
	margin-top: 4px;
	border-right: 1px solid rgba(255,255,255,0.1);
	float: left;
}
header .hotline figure{
	padding-left: 15px;
	padding-right: 15px;
}
header .hotline small{
	font-size: 11px;
	display: block;
	color: #f1f1f1;
	opacity: 0.7;
	line-height: 15px;
}
header .hotline span{
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}
header .hotline small a{
	color: #fffc3a;
	font-size: 12px;
}
.header_navigation{
	height: 47px;
	background: #2a3141;
}
.header_navigation .mainmenu {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 312px;
	color: #333;
	cursor: pointer;
	height: 36px;
}
.textlink > a {
	color: #111;
	border-left: 1px solid #ada4a4;
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
}
.textlink a:hover{
	color: #df0000;
}
.textlink {
	display: inline-block;
	width: 75%;
	overflow: hidden;
	position: relative;
}
.textlink a:first-child {
	border-left: none;
	margin-left: 0;
}
/* cart */
#cart-total{
	float: left;
	margin-right: 10px;
}
#cart-total .tmoney{
	color: #fffc3a;
	font-size: 12px;
	font-weight: normal;
}
.cart-icon{
	float: left;
}
#cart {
	margin-top: 5px;
	float: right;
}
.cart-icon strong:after {
	transition: height .1s ease-out;
	bottom: 100%;
	margin-bottom: 0;
	margin-left: -7px;
	height: 8px;
	width: 14px;
	left: 50%;
	content: ' ';
	position: absolute;
	pointer-events: none;
	border: 2px solid #fff;
	border-top-left-radius: 99px;
	border-top-right-radius: 99px;
	border-bottom: 0;
}
.cart-icon strong {
	border-radius: 0;
	font-weight: bold;
	margin: .3em 0;
	border: 2px solid #fff;
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 1.8em;
	height: 1.8em;
	font-size: 1em;
	line-height: 1.6em;
}
.nav-dark .cart-icon strong {
	color: #fff;
	border-color: #fff;
}
#cart > .btn {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	background: transparent;
	border: 1px solid transparent;
	padding: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: 1px solid transparent;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
}
/* menu */
#main-nav{
	background: #43AC34;
}
#main-nav .navbar{
	margin: 0;
}
#topmenu {
	background: #682500 url("../image/mbg.jpg");
	min-height: 50px;
}
#topmenu .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
#topmenu .nav > li > a {
	color: #fff;
	text-transform: uppercase;
	padding: 14px 20px 16px 20px;
	font-weight: bold;
	background-color: transparent;
	border-left: 1px solid #33140a;
	border-right: 1px solid #793318;
}
#topmenu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #a93d15;
}
#topmenu .dropdown-menu {
	border-radius: 0;
	padding: 0;
	background: #eee;
	min-width: 230px;
	border: none;
}
#topmenu .dropdown-inner {
	width: 100%;
	display: block;
}
#topmenu .dropdown-inner ul {

}
#topmenu .dropdown-inner a {
	min-width: 180px;
	display: block;
	padding: 8px 15px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}
#topmenu .dropdown-inner li+li{
	border-top: 1px solid #ddd;
}
#topmenu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#topmenu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#topmenu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #a93d15;
}
#topmenu .btn-navbar:hover, #topmenu .btn-navbar:focus, #topmenu .btn-navbar:active, #topmenu .btn-navbar.disabled, #topmenu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e11b1f;
}
/* content */
.product-detail h1{
	color: #111;
	font-size: 24px;
	font-weight: 500;
	display: block;
	padding-bottom: 7px;
	margin-bottom: 22px;
	border-bottom: solid 2px #eee;
}
.tag-title {
	background: #efefef;
	border: none;
	margin: 0;
	padding: 7px 12px 7px;
	border-top: 2px solid #a55100;
	font-weight: bold;
	font-size: 17px;
	color: #a55100;
}
.product-h1{
	font-size: 18px;
	color: #FD5200;
	line-height: 22px;
	font-weight: bold;
	margin-top: 10px;
}
.list-unstyled.p-detail{
	border-top: 1px solid #e5e5e5;
	padding-top: 6px;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #888;
}
.product-ext {
	overflow: hidden;
	display: block;
}
.product-ext ul, .product-ext ol{
	margin: inherit;
	padding: inherit;
}
.product-ext #tab-description ul{
	margin: 0 15px;
}
.product-ext .nav-tabs{
	border-bottom: 1px solid #e5e5e5;
}
.product-ext .nav-tabs {
	margin-bottom: 10px;
}
.product-ext .nav-tabs>li > a{
 	background: #eee;
	font-size: 16px;
	color: #222;
	padding: 6px 18px 10px;
	font-weight: bold;
	border-radius: 0;
}
.product-ext .nav-tabs>li.active > a{
	background: #fff;
}
.product-ext .tab-content{
	padding-bottom: 5px;
}
.product-ext p{
	font-size: 16px;
	line-height: 24px;
}
.product-ext img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.area_promotion{
	border: #95E2FF solid 1px;
	border-radius: 4px;
	padding: 10px 0 0;
	position: relative;
	overflow: visible;
	margin: 25px 0 15px;
	background: #F4FCFF;

}
.area_promotion .title i{
	font-size: 21px;
	vertical-align: top;
	margin-right: 4px;
}
.area_promotion .title{
	background: #95E2FF;
	border-radius: 13px;
	color: #111;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: -14px;
	left: 10px;
	vertical-align: middle;
	line-height: 26px;
	clear: both;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
}
.note-product{}
.note-product ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: italic;
}
.note-product ul i{
	display: inline-block;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	color: #666;
	line-height: 24px;
}
#product #button-cart{
	margin-bottom: 10px;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	padding: 6px 0;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: #fd6e1d;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#ec0000),to(#bd0706));
	background: -webkit-linear-gradient(top,#ec0000,#bd0706);
	background: -moz-linear-gradient(top,#ec0000,#bd0706);
	background: -ms-linear-gradient(top,#ec0000,#bd0706);
	background: -o-linear-gradient(top,#ec0000,#bd0706);
	border: 1px solid #ec0000;
}
#product #button-cart span, .buy_ins span{
	display: block;
	line-height: 100% !important;
	font-size: 11px;
	color: #fff !important;
	text-transform: none;
	font-weight: normal;
}
.buy_ins{
	color: #fff;
	margin: auto;
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	padding: 6px 0;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	background: #288ad6;
	border: 1px solid #288ad6;
}
.area_promotion .style-text{
	line-height: 22px;
	padding: 7px 10px;
	color: #444;
	background: transparent;
}
.short_description{
	background: #f7f7f7;
	border: #e11b1e dashed 1px;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#wrapper{
	background: #fff;
	padding: 0;
	border: none;
	margin-bottom: 15px;
}
.footer-bottom{
	background: #1d1c1c;
	color: #868686;
	padding: 14px 0;
	border-top: 1px solid #2d2c2c;
	line-height: 18px;
	font-size: 13px;
}
/* footer */
#footer-plus{
	background: #f7f7f7;
	overflow: hidden;
	border-top: 1px dashed #2a3141;
	margin-top: 30px;
	padding: 0;
}
.ft_goi_mh {
	width: 33%;
	float: left;
	border-left: 1px solid #e8e8e8;
	padding: 15px 25px;
}
.ft_goi_mh:last-child{
	border-right: 1px solid #e8e8e8;
}
.ft_goi_mh .gmh {
	font-size: 13px;
	color: #333;
}
.ft_goi_mh .gmh_phone {
	font-weight: bold;
	font-size: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #d42333;
}
#subscribe-block{
	padding-top: 12px;
}
#subscribe-block input[type="text"] {
	height: 37px;
	padding: 0 5px;
	box-shadow: none;
	border: 1px solid #e8e8e8;
	border-radius: 4px 0 0 4px;
}
#subscribe-block label{
	font-weight: bold;
	margin-bottom: 8px;
	color: #5f5450;
}
#subscribe-block .btn-default:hover{
	background: #d42333;
}
#subscribe-block .btn-default{
	height: 37px;
	background: #2a3141;
	color: #fff;
	text-shadow: none;
	border: none;
}
footer {
	padding-top: 22px;
	padding-bottom: 0;
	background: #222;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}
footer iframe{margin-top: 10px}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul li a{
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
footer ul li a:hover{
	color: #1e9e25;
	margin-left: 7px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #1e9e25;
}
footer h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 3px;
	color: #fff;
}
footer .address li:first-child{
	padding-top: 4px;
}
footer .address li{
	margin-bottom: 5px;
}
footer .fcolumm{
	padding-bottom: 20px;
}
footer .address{
	color: #ccc;
	line-height: 18px;
}
footer i.glyphicon{
	font-size: 8px;
	font-weight: normal;
	display: inline-block;
	padding-right: 5px;
	vertical-align: 2px;
	color: #1e9e25;
}
.address a.fphone{
	font-weight: bold;
	color: #d42333;
}
.footer-social{

}
.footer-social i{
	font-size: 28px;
	margin: 0 3px 8px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #999;
}
.footer-social i:hover{
	color: #d42333;
}
.subscribe-block {
	display: block;
	position: relative;
	right: 20px;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.wrapper-breadcrumb{
	background: transparent;
}
.breadcrumb {
	background: transparent;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
.breadcrumb i {
	font-size: 13px;
}
.breadcrumb > li:first-child{
	padding-left: 0;
}
.breadcrumb > li a{
	color: #333;
	font-weight:normal;
	font-size: 13px;
}
.breadcrumb > li {
	padding: 0 5px 0 8px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: -5px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hard-slide{
	margin-top: 15px;
}
.hard-slide .owl-wrapper-outer{
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	overflow: hidden;
}
.btn {
	padding: 7.5px 12px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
	font-weight: 500;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background: #fd6e1d;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd6e1d),to(#f59000));
	background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
	background: -moz-linear-gradient(top,#f59000,#fd6e1d);
	background: -ms-linear-gradient(top,#f59000,#fd6e1d);
	background: -o-linear-gradient(top,#f59000,#fd6e1d);
	border-radius: 2px;
	border: 1px solid #fd6e1d;
	font-size: 16px;
	box-shadow: none;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fd6e1d;
	border-color: #fd6e1d;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}
.thumbnails a.thumbnail {
	margin-bottom: 10px;
	border-radius: 0;
	border: 1px solid #eee;
	padding: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 74px;
}
.thumbnails .image-additional {
	float: left;
}
.lt-title{
	background-color: #f7f7f7;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	color: #3c3d41;
	margin-bottom: 8px;
	font-size: 16px;
	display: block;
	font-weight: bold;
	height: 40px;
}
.content-question, .content-block-hotline {
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 0 5px;
}
.view-product-question ul, .view-product-question ul li {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.content-block-hotline p, .view-product-question ul li {
	padding-left: 15px !important;
}
.content-block-hotline p, .view-product-question ul li {
	padding-left: 5px;
	line-height: 21px;
	position: relative;
	margin: 4px 0 4px 10px;
}
.content-block-hotline p:before, .view-product-question ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #3fb946;
	transition: all .2s;
	border-radius: 100%;
	padding: 0 !important;
}
.view-product-question ul li a.cm-image-previewer, .view-product-question ul li a.link_tragop {
	display: contents;
	color: #288ad6;
}
/* fixed product layouts used in left and right columns */
#column-left{
	float: left;
	width: 20% !important;
	padding-right: 5px !important;
	margin-right: 0 !important;
}
#content.col-sm-9 {
	min-height: 600px;
	width: 80% !important;
	margin-top: 1px;
}

#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*product*/
.product-gird{
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	margin-bottom: 25px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-gird .image img{
	display: block;
	margin: 0 auto;
}
.product-gird .image{
	text-align: center;
}
.product-gird .caption{
	border-top: 1px solid rgba(0,0,0,.12);
	padding: 10px 0;
}
.product-gird .caption h4{
	display: block;
	height: 30px;
}
.product-gird .price .price-old{
	text-decoration: line-through;

}
.product-gird .price .price-new{
	color: #df5c39;
	font-weight: 500;
	font-size: 16px;
}
.product-gird .caption a{
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.product-gird:hover{
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.26);box-shadow:0 0 5px 1px rgba(0,0,0,.26)
}
.product-gird:hover .caption{
	background: #eee;
}

/*category*/
.wrapper-desc{}
.wrapper-desc ul, .wrapper-desc ol{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}
.box-category{
	background: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
	margin-bottom: 25px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.box-category .image{
	text-align: center;
}
.box-category .image img{
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	margin: 0 auto;
}
.box-category .name{
	background-color: inherit;
	border-top: 1px solid rgba(0,0,0,.12);
	font-size: 13px;
	font-weight: 700;
	height: auto;
	margin-top: 20px;
	position: relative;
	bottom: auto;
	text-transform: uppercase;
	padding: 15px 0;
}
.box-category .name a{
	color: #000;
}
.box-category:hover{
	-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.26);box-shadow:0 0 5px 1px rgba(0,0,0,.26)
}
.box-category:hover .name{
	background: #da291c;
}
.box-category:hover .name a{
	color: #fff;
}
.box-category:hover .image img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section-head{
	color: #181f2d;
	position: relative;
	margin-left: 15px;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 5px;
}
.section-head:before{
	content: "";
	height: 100%;
	background-color: #0696d6;
	position: absolute;
	left: -15px;
	top: 0;
	width: 5px;
}
/* Product detail */
.price-product{
	margin-bottom: 5px;
}
.price-product .price-old{
	text-decoration: line-through;
	color: #9b9b9b;
}
.price-product em {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.price-product ._label{
	color: #444;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	width: 100px;
}
.price-product .tax{
	display: block;
}
.price-product .price-new{
	color: #df0000;
	font-weight: 500;
	font-size: 25px;
}
.price-product aside{
	font-size: 14px;
	color: #3c3d41;
}
.style-weight{
	font-weight: 600;
	color: #555;
}
/*block menu */
#main-slide{
	margin-bottom: 25px;
}
#polygon {
	float: right;
	width: 75%;
}
.set-slide{
	background: #fff;
	border: 1px solid #dfdfdf;
	max-height: 445px;
	margin-top: 15px;
}
.owl-carousel{
	background: none;
	margin: 0;
}
.owl-wrapper-outer{
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.p-newsfeed{
	background: #fff;
	border: 1px solid #dadada;
	margin-left: -5px;
}
ul.newstech{
	list-style: none;
	margin: 0;
	padding: 1px 0 1px;
	height: 115px;
	overflow-x: hidden;
	overflow-y: auto;
}
ul.newstech li + li{
	border-top: 1px solid #ededed;
}
ul.newstech li{
	padding: 9px;
	display: block;
	overflow: hidden;
}
ul.newstech li .name:hover a{
	color: #ED1C24;
}
ul.newstech li .name a{
	display: block;
	line-height: 16px;
	color: #222;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-newsfeed figure {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	background: #fff;
}
.p-newsfeed figure h2 a {
	color: #4a90e2;
	font-weight: 400;
}
.p-newsfeed figure h2 {
	float: left;
	padding: 9px 20px 6px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	position: relative;
	margin: 0;
}
.p-newsfeed figure h2:after {
	content: '';
	width: 0;
	height: 0;
	border-right: 12px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
.qlySection{

}
.qlySection p.quantity-label{
    line-height: 11px;
    font-size: 12px;
    margin-bottom: 4px;
    color: #7b7b7b;
}
.qlySection #input-quantity{
	height: 32px;
	text-align: center;
	padding: 0;
	font-size: 15px;
}
.qlySection .input-group-addon{
	background: transparent;
	cursor: pointer;
}
.qlySection .input-group-addon:hover{
	background: #ccc;
}
.products-container{
	//border-top: 1px solid #eee;
	//border-left: 1px solid #eee;
	overflow: hidden;
}
.products-container .flex-gird{
	background: #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	position: relative;
	height: 290px;
	overflow: hidden;
}
.products-container .flex-gird{
	height: auto;
}
/*.products-container .flex-gird:hover {*/
/*	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);*/
/*	box-shadow: 0 0 50px rgba(0,0,0,.1);*/
/*	box-sizing: border-box;*/
/*	z-index: 1;*/
/*	border: 1px solid #eee;*/
/*}*/
.flex-gird .mark-cart{
	display: none !important;
	padding: 0 10px 0;
	margin-bottom: 8px;
	position: inherit !important;
}
.flex-gird .mark-cart .btn:hover, .flex-gird .mark-cart .btn.alink:hover{
	background: #12693a;
	color: #fff;
}
.flex-gird .mark-cart .btn.alink{
	color: #4a90e2;
	border: 1px solid #4a90e2;
	text-transform: none;
}
.flex-gird .mark-cart .btn{
	opacity: 1;
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #12693a;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 0;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #12693a;
	background-color: #fff;
	width: 100%;
	font-weight: 300;
}
.pw-product-image a {
	padding: 10px;
	display: inline-block;
}
.pw-product-image a img{
	display: block;
	margin: 0 auto;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: transform .2s ease-out;
	max-width: 100%;
}

.pw-product-image a img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transition: transform .2s ease-out
}

ul.cols.cols-5 {
	clear: both;
	display: block;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	flex: 1 100%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: none;
	margin-bottom: 15px;
}
ul.cols {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.cols > li {
	box-sizing: border-box;
	display: block;
	float: left;
}
.module-product-group ul.cols-5 > li {
	width: 20%;
}
ul.cols-5 > li {
	width: 20%;
}
.flex-gird .pw-product-info h3, .pw-product-info .price-box{
	display: block;
}
.pw-product-info{
	padding: 0 10px 0;
	margin-top: 0;
	text-align: center;
}
.pw-product-info h3{
	font-size: 14px;
	color: #555;
	height: 36px;
	overflow: hidden;
	font-weight: 500;
}
.pw-product-info h3:hover{
	color: #df0000;
}
.pw-product-info .short_text{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
}
.price-box {
	margin: 0 0 8px;
}
.product-view .price, .old-price > span {
	font-size: 24px;
}
.price {
	white-space: nowrap !important;
}
.price-box .price {
	font-size: 17px;
	font-weight: 500;
	color: #dd0000;
}

.old-price, .special-price {
	display: inline-block;
	float: left;
	margin: 0 !important;
}
.old-price .price, .old-price > span {
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
	text-decoration: line-through;
}

.old-price {
	margin-left: 10px !important;
	float: right;
}
.heading {
	position: relative;
}
.heading .heading-title {
	position: relative;
	display: inline-block;
	background: #fff;
	padding-right: 1em;
}
.heading:before {
	position: absolute;
	display: block;
	content: ' ';
	width: 100%;
	height: 1px;
	top: 50%;
	z-index: 0;
	background: radial-gradient(ellipse at left, #fff 25%, rgba(0,0,0,0.25) 100%);
}
.heading-center .heading-title {
	padding-left: 1em;
}
.heading-center:before {
	background: #dfdfdf !important;
}
.heading-title {
	text-transform: uppercase;
	font-size: 22px;
	color: #888;
	letter-spacing: .1em;
	font-weight: 700;
}
.heading-center {
	text-align: center;
}

.module-product-group{margin-bottom: 10px;}
.module-product-group .section-header{
	background: #fff;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.flex-gird .promotion {
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 5px 10px;
	position: relative;
	padding: 20px 10px 5px 10px;
	margin-top: 15px;
	clear: both;
}
.flex-gird .promotion .plabel {
	position: absolute;
	left: 5px;
	top: -10px;
	padding: 0 10px;
	border-radius: 10px;
	background: #00be67;
	color: #fff;
	height: 24px;
	line-height: 24px;
}
.flex-gird .product-group-info-hover {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	text-decoration: none;
	padding: 10px;
	color: #3c3d41;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-ms-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 20;
}
.flex-gird:hover .product-group-info-hover {
	opacity: 1;
}
.product-group-info-hover .btn-view{
	border: 1px solid #ddd;
	width: 120px;
	display: block;
	padding: 4px 10px;
	margin: 0 auto;
}
.module-product-group .section-header h2{
	margin-bottom: 0;
	background: #f7f7f7 url(../image/head-bg.jpg) center right no-repeat;
	padding: 7px 35px 7px 10px;
}

.module-product-group .section-header h2 a{
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.section-header .alink{
	display: inline;
	padding: 5px 0;
	color: #4a90e2;
	font-size: 13px;
	border-radius: 99px;
}
.section-header .alink:hover{

}
.section-header .filter-panel{
	margin-top: 10px;
	margin-right: 10px;
	display: block;
}
.sales-percent {
	position: absolute;
	top: 8px;
	right: 9px;
	width: 39px;
	height: 38px;
	text-align: center;
	padding: 1px 0;
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	background: #e11b1e;
	border: solid 1px #e11b1e;
	border-radius: 100px;
	line-height: 15px;
	z-index: 19;
}
span.text-percent {
	position: relative;
	top: 9px;
	font-weight: bold;
}
.flex-gird .label-status{
	background: #fff;
	color: #db0000;
	border: 1px solid #db0000;
	position: absolute;
	display: block;
	font-weight: 300;
	font-size: 10px;
	padding: 2px 5px 2px;
	text-transform: uppercase;
	line-height: 13px;
	top: 10px;
	left: 10px;
}
.gift-promo-item {
	line-height: 12px;
	bottom: 5px;
	right: 5px;
	padding: 3px 6px 3px;
	color: #fff;
	background-color: #00be67;
	background: linear-gradient(-90deg,#00be67 0%, #33be6b 100%);
	white-space: nowrap;
	font-size: 11px;
	position: absolute;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.gift-promo-item i {
	font-size: 14px;
	margin-right: 3px;
	vertical-align: -1px;
}
/**** left ***/
.leftcol{
	background: #fff;
	padding: 0;
	border: 1px solid #ddd;
}
.blocktitle:hover a{
	color: #fff;
}
.blocktitle:hover {
	background: #12693a;
}
.blocktitle {
	background: #fff;
	padding: 8px 10px;
	font-weight: 500;
	border-bottom: 1px solid #DFDFDF;
}
.blocktitle a {
	color: #0b7307;
}
#menu {
	width: 100%;
	position: relative;
}
#menu, #menu * {
	list-style: none;
	border: 0;
	padding: 0;
	margin: 0;
}
#menu li a {
	display: block;
	text-decoration: none;
	color: #1B57A3;
	padding: 5px 5px 5px 8px;
	cursor: pointer;
	position: relative;
	font-size: 13px;
	border-bottom: 1px dotted #dadada;
}
#menu li div {
	visibility: hidden;
	position: absolute;
	margin: -43px 0 0;
	left: 100%;
	width: 300px;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
#menu div ul {
	background: #eee;
}
#menu li.current li a, #menu li li {
	border: 0;
}
#menu li:hover>div{visibility:visible}
#menu li i{
	display: inline-block;
	padding: 0px 6px 3px 0;
	font-size: 12px;
	border-radius: 3px;
	vertical-align: middle;
	color: #aaa;
}
#menu li:hover >  a{
	background: #F8F8F8;
	color: #df0000;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #cc5151;
	border: 1px solid #cc5151;
}
.pagination>li>a, .pagination>li>span{
	color: #cc5151;
}
.call-zalo{
	position: fixed; bottom: 20px; right: 20px; cursor: move; display: block;
}
.nav {
	display: block;
	background: transparent;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: none;
	-ms-scroll-snap-type: mandatory;
	-ms-scroll-snap-points-x: snapInterval(0%,100%);
	-ms-scroll-chaining: chained;
	-webkit-overflow-scrolling: touch;
	padding: 10px 0;
}
.nav .menutc {
	width: auto;
	white-space: nowrap;
	margin: 0;
	line-height: 2;
}
.menutc {
	align-items: center; /* Vertical center alignment */
	justify-content: center; /* Horizontal center alignment */
}
.menutc a {
	display: inline-block;
	vertical-align: sub;
	line-height: 2;
	padding: 5px 10px;
	color: #111;
	text-align: center;
	font-size: 13px;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
}
.price-filter-link{
	margin-bottom: 5px;
}
.price-filter-link li {
	display: inline-block;
	margin-right: 1px;
	background: #eee;
	border-radius: 34px;
	padding: 3px 13px;
	margin-bottom: 5px;
}
.price-filter-link li a{color: #df0000;}
.price-filter-link li.active a{color: #1e9e25;}
#product{
	margin-bottom: 10px;
}
.fix-detail-product{
	max-width: 450px;
}
ul.sub-category {
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    margin-bottom: 15px;
}
ul.sub-category > li:hover {
    background: #eee;
}
ul.sub-category > li {
    width: 20%;
    box-sizing: border-box;
    display: block;
    float: left;
    background: #fff;
    border: solid 1px #eee;
    position: relative;
    border-left: none;
    border-top: none;
    overflow: hidden;
    text-align: left;
    padding: 10px;
    line-height: 18px !important;
}
ul.sub-category > li a{
    font-weight: 400;
    color: #df0000;
	font-size: 12px;
}

#cart-info.modal{
	padding: 15px;
	overflow: initial;
	max-width: 750px;
	border-radius: 3px;
}

#cart-info.modal .input-group-btn .btn{
	background: transparent;
	border: 1px solid #ccc;
	line-height: 20px;
}
#cart-info.modal .input-group-btn .btn .fa{
	font-weight: normal;
	color: #444;
}
#cart-info.modal .btndelete .fa{
	 color: #da3030;
	font-size: 18px;
}
#cart-info.modal .btndelete{
	background: transparent;
	border: none;
}
/*============= slicker product =============*/
#image-scroll{
	margin-bottom: 20px;
}
#image-scroll .slick-prev{
	background: #22b24c url("../image/ico_prev.png") center center no-repeat;
	background-size: 8px;
	display: block;
	border: none;
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 99;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
}

#image-scroll .slick-next {
	background: #22b24c url("../image/ico_next.png") center center no-repeat;
	background-size: 8px;
	display: block;
	border: none;
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 99;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
}
#image-scroll .slick-next:hover,
#image-scroll .slick-prev:hover {
	background-color: #999;
}

/*============= slicker =============*/
.module-product-group .slick-prev{
	background: #22b24c url("../image/ico_prev.png") center center no-repeat;
	background-size: 8px;
	display: block;
	border: none;
	position: absolute;
	left: 0;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 99;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
}

.module-product-group .slick-next {
	background: #22b24c url("../image/ico_next.png") center center no-repeat;
	background-size: 8px;
	display: block;
	border: none;
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 99;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
}
.module-product-group .slick-next,
.module-product-group .slick-prev{
	opacity: 1;
}
.module-product-group:hover .slick-next,
.module-product-group:hover .slick-prev{
	opacity: 1;
}
.module-product-group .slick-next:hover,
.module-product-group .slick-prev:hover {
	background-color: #999;
}
.slick-slider .pw-product-info h3{
	display: block;
	height: 35px;
	overflow: hidden;
}
.colr_top {
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	margin-right: 10px;
}
.colr_top p{
	margin: 0;
	line-height: 14px;
}
.colr_top .sbi_ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.colr_top .sbi_li {
	background-repeat: no-repeat;
	border-bottom: 1px solid #DFDFDF;
	padding: 10px 10px 10px 10px;
	background-position: 10px 10px;
}
.colr_top .sbi_li .sbi_title {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 18px;
	font-size: 14px;
	color: #189150;
}
.colr_top .sbi_li a {
	color: #1B57A3;
	font-size: 11px;
}
.colr_top .sbi_li .sbi_desc {
	font-size: 11px !important;
	color: #666;
	overflow: hidden;
	width: 100%;
}
.wrapper-desc .morelink{
	display: block;
	color: #4a90e2;
	text-align: center;
	width: 229px;
	border: 1px solid #4a90e2;
	height: 39px;
	line-height: 39px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 400;
	margin: 15px auto 20px;
}
.callorder {
	display: block;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0;
	background: #f4f4f4;
	border-radius: 3px;
	border: none;
}
.callorder a {
	color: #333;
}
.callorder span {
	color: #288ad6;
}
#hotline-modal.modal, #chat-modal.modal{
	background: transparent;
	box-shadow: none;
	text-align: center;
}
#hotline-modal ul li, #chat-modal ul li{
	margin-bottom: 2px;
}
#hotline-modal ul li a, #chat-modal ul li a{
	font-size: 18px;
	color: #444;
	text-shadow: none;
}
#noi_dung_noi_bat{
	border: 1px dashed #df0000;
	color: #000;
	padding: 14px;
	background: rgba(253, 288, 40, 0.5);
	line-height: 25px;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
}
#noi_dung_noi_bat p{
	margin: 0;
}
.menu-header{
	display: block;
	background: #f1f1f1;
	overflow: hidden;
}
ul.menu-header > li {
	width: 10%;
	border: none;
	text-align: left;
	float: left;
	padding: 8px 0 5px;
	display: inline-block;
	position: relative;
}
.menu-header li a img {
	margin-bottom: 5px;
}
.menu-header li a {
	color: #333333;
	display: block;
	line-height: 20px;
	text-align: left;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.menu-header > li:hover{
	background: #38aa10;
}
.menu-header > li:hover > a h2.title-menu {
	color: #fff;
}
.menu-header > li > a {
	padding: 0 10px;
	font-size: 13px;
	text-transform: uppercase;
	border-right: 1px dashed #b7b7b7;
	text-align: center;
}
.menu-header > li:last-child > a {
	border-right: 1px dashed transparent;
}
.menu-header > li > a h2.title-menu {
	font-size: 13px;
	margin: 0;
	font-weight: 700;
}
#topicon {
	float: none;
	margin: 0;
	padding-top: 15px;
}
#topicon li i {
	float: left;
	margin-right: 4px;
}
#topicon li a {
	white-space: nowrap;
	display: inline-block;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}
#topicon li .hl {
	font-size: 14px;
	color: #ff0000;
}
.ico-hd {
	width: 38px;
	height: 38px;
	display: inline-block;
}
.ico-hd-1 {
	background-image: url("../image/icon_head_1.png");
}
.ico-hd-2 {
	background-image: url("../image/icon_head_2.png");
}
.ico-hd-3 {
	background-image: url("../image/icon_head_3.png");
}
.ico-hd-4 {
	background-image: url("../image/icon_head_4.png");
}
.ico-hd-5 {
	background-image: url("../image/icon_head_5.png");
}
.ico-hd-6 {
	background-image: url("../image/icon_head_6.png");
}
.format_sort{
	background: transparent;
	border: 1px solid #fff;
	border-bottom: none;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.format_sort label{
	font-size: 12px;
	display: block;
	padding: 5px 0 0;
	margin: 0;
	font-weight: 700;
}
.format_sort #input-sort{
	border-radius: 3px;
	height: 28px;
	font-size: 11px;
}
.item-info .service-info {
	display: block;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	list-style: none;
	padding: 10px 0;
	float: left;
	width: 100%;
	margin: 10px 0;
}
.item-info .service-info li {
	display: inline-table;
	width: 160px;
	padding: 0;
	margin: 0;
	float: left;
}
.item-info .service-info li i {
	float: left;
	margin-right: 5px;
}
.ico-hd-buy {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url("../image/icon_head_f.png") 0 -190px no-repeat;
}
.ico-hd-mobile {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: url("../image/icon_head_f.png") 0 -152px no-repeat;
}
.btn.btn-zalo{
	background: #009bd5;
	color: #fff;
	border: 1px solid #009bd5;
}
.btn.btn-fb{
	background: #4267b2;
	color: #fff;
	border: 1px solid #4267b2;
}
.support-box {
	border: 1px solid #eee;
	padding: 10px;
}
.support-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}
.support-box p {
	margin: 10px 0;
}
.ico-sp-phone {
	width: 18px;
	height: 20px;
	display: inline-block;
	background: url("../image/icon_support_2.png") no-repeat;
}
.hl18 {
	color: #2a3141;
	font-size: 16px;
}
.ico-sp-email {
	width: 18px;
	height: 20px;
	display: inline-block;
	background: url("../image/icon_support_2.png") 0 -20px no-repeat;
}
.support-box .breakline {
	border-top: 1px #eee dashed;
	padding-top: 12px;
	margin-top: 15px;
}