body {
	font-family: Arial;
	color: #222;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #222;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h3 a {
	color: #222;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #0e71b4;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 7px;
}
select.form-control, textarea.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 {
	font-size: 12px;
}
.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;
	cursor: pointer;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	margin-right: 15px;
	clear: both;
}
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: #cccccc;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 12px 0;
	min-height: 28px;
}
#top .container {
	padding: 0 5px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #444;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #0e71b4;
}
#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 {
	width: 65%;
	margin-bottom: 5px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 36px;
	line-height: 20px;
	padding: 0 8px;
	font-size: 16px;
	border: 2px solid #ccc;
}
.input-lg-ra{
	border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
}
#search .input-lg::selection option {
	cursor: pointer;
}
#search .btn-lg:active {
	border: none;
}
#search .btn-lg {
	font-size: 14px;
	line-height: 18px;
	padding: 10px 18px;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	color: #A80007;
	height: 35px;
}

#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: #A80007;
	min-height: 35px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	white-space: nowrap;
	line-height: 35px;
	padding: 0px 20px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 205px;
	display: block;
	padding: 8px 22px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #0e71b4;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background: #cccccc;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 41px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.btn-lg-mnmb{
		font-size: 21px!important;
	}
	#menu {
		border-radius: 4px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.icon-social a img{
		padding: 10px 10px 20px 0px !important;
	}
	.icon-social{
		float: left !important;
	}
}
#content {
	/*min-height: 600px;*/
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	margin-top: 20px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #303030;
	font-size: 14px;
}
footer a:hover {
	text-decoration: underline;
}
footer h5 {
	font-size: 15px;
	font-weight: bold;
	color: #303030;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 7px 0 10px 0;
	padding: 9px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 13px;
	height: 13px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb li {
	margin: 0px 0px 0px -1px;
}
.breadcrumb li a{
	font-size: 15px;
}
.breadcrumb li p{
	margin: 0px;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8.3px 12px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	background: #A80007 ;
}
.btn-xs {
	padding: 2px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	font-size: 16px;
	width: 73%;
	float: left;
	margin-right: 39px;
	font-weight: bold;
}
.btn-lg-mb {
	font-size: 16px;
	width: 100%;
	float: left;
	margin-right: 39px;
	font-weight: bold;
}
.btn-lg-tk {
	color: #fff;
	height: 34px;
}
.btn-lg-dh {
	font-size: 20px;
	width: 37%;
	float: left;
	margin-right: 39px;
	font-weight: bold;
}
.btn-lg-mn {
	font-size: 20px;
	width: 42%;
	float: left;
	font-weight: bold;
	box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	margin: 0px 0px 10px 0px;
}
.btn-lg-mn:hover {
	background:#fc852b;
}
.add-cart{
	padding: 2.8px 4px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #fc852b;
	font-size: 12px;
}
.add-cart:hover{
	background: #eee;
}
.cart-add{
	font-weight: bold;
	font-size: 16px;
}
.btn-lg-mnmb {
	font-size: 16px;
	width: 100%;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.btn-lg:hover{
	background: #f37021;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 13px;
}
.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: #fff;
	text-transform: uppercase;
}
.btn-default:hover {
}
.btn-default-co {
	color: #0e71b4;
	background-color: #f5f5f5;
	border-color: #ddd;
	font-weight: bold;
	border-radius: 0px;
}
.btn-default-co:hover {
	background: #e56315;
	color: #fff;
	font-weight: bold;
}
.dat-hang{
	padding: 7px 70px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e56315;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
}
.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 {
	background:#fff2f3;
	border: 1px solid #f3cccf;
	color: #A80007;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background: #f3cccf;
	border: 1px solid #e2e2e2;
}
/* 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 */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	float: left;
	width: 100%;

}
.product-thumb:hover {
	border: 1px solid #ff2900;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	height: 42px;
	overflow: hidden;
	line-height: 22px;
}
.product-thumb h3 {
	height: 65px;
}
.product-thumb .caption {
	padding: 0 11px;
	height: 109px;
}
.product-thumb .caption h4 a {
	color: #454545;
	font-size: 14px;
	overflow: hidden;
}
.product-list .product-thumb .caption {
}
@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px !important;
		height: 109px;
	}
	.product-thumb h4{
		height: 55px;
		overflow: hidden;
		line-height: 18px;
	}
	.product-thumb .caption h4 a {
		font-size: 13px !important;
		line-height: 20px;
	}
	.cate-none{
		display: none !important;
	}
	.cate-767{
		display: block!important;
	}
}
.cate-767{
	display: none;
}
@media (max-width: 500px) {
	.product-thumb .price-new {
		float: left;
		width: 100%;
	}

	.product-thumb .price-old{
		float: left !important;
		margin-left: 0px !important;
		font-size: 12px !important;
	}
	.product-thumb .price {
		font-size: 15px !important;
	}
	.info-bottom{
		display: none !important;
	}
	.view{
		display: none !important;
	}
	.bought{
		display: none !important;
	}
	.pagination > li > a, .pagination > li > span{
		padding: 4px 8px !important;
	}
	.loadmore{
		width: 100% !important;
		padding: 0px 18px !important;
		font-size: 20px !important;
	}
	.loadbutton{
		padding: 0px!important;
	}
	.col-xs-8 {
		width: 100% !important;
	}
	.col-xs-4-new{
		width:19.333333% !important;
	}
	.padd_tex{
		padding: 0px 10px 0px 10px !important;
	}
	.dat-hang{
		width: 100% !important;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.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;
}
.product-thumb .price {
	color: #ff2900;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana,arial;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
	float: right;
}
.hotdeal{
	font-weight: bold;
	font-style: italic;
}
.hotdeal span{
	font-weight:normal;
}
.pro_name{
	min-height: 36px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.td-post-content img{width:100%}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.nav-main > li > strong > a{
		font-size: 13px!important;
		padding-left: 10px !important;
		line-height: 29px!important;
	}
	.category_all{
		padding-left: 19px !important;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	border: 2px solid #ddd;
	border-radius: 0;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 8px;
	list-style: none;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left  .product-layout .col-md-3{
		width: 100%;
	}
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	#column-left + #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
	#content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
}
.tab-content{
	line-height: 28px;
}
.tab-content img{
	height: auto;
	width: 100%;
}
.mau_sac{
	width: 10%!important;
	height: 10%!important;
}
.clear{
	clear: both;
}
.phone_pro{
	font-size: 15px;
	float: right;
	background: url(../image/phone.png) no-repeat;
	background-size: 41px;
	margin-left: -3px;
}
.phone_pro span{
	padding-left: 46px;
}
.phone{
	font-size: 22px;
	color: #dc0309;
	font-weight: bold;
}
.sku{
	font-weight: bold;
	color: #fe1a19;
	padding-right: 30px;
}
.special{
	position: relative;
	vertical-align: middle;
	font: normal 24px verdana,arial;
	color: #ff2900;
	font-weight: 700;
	text-shadow: 0 1px 1px #333;
	float: left;
	margin-right: 8px;
	line-height: 21px;
}
.price_community{
	font-weight: bold;
	color: #ff2900;
	font-size: 12px;
}
img.captch{
	width: 25%;
	margin-top: 10px;
	margin-right: 33px;
}
.social{
	margin: 0px 0px 10px 0px;
	line-height: 7px;
}
.facebook{
	float: left;
	margin-right: 5px;
}
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 15px;
	padding: 1em;
	display: none;
	background-size: 50px;
	bottom: 120px;
	z-index: 99;
}
.text-right{
}
.adress{
	color: #303030;
}
.google{
	position: absolute;
	margin-top: -15px;
}

.clear{
	clear: both;
}
.address{
	color: #303030;
	font-size: 13px;
	line-height: 23px;
	float: left;
}
.thumnail_small{
	width: 100%;
	float: left;
}
.thumb_li{
	float: left;
	margin-right: 20px;
}
@-moz-document url-prefix() {
	.img_product {
		margin-right: 7px !important;
	}
}
.product_info{
	float: left;
	width: 49%;
}
.product_info_mb{
	float: left;
	width: 100%;
}
.list-unstyled li{
	line-height: 27px;
}
.title_product{
	margin-top: -4px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
}
.img_product{
	float: left;
	max-width: 50%;
}
.img_product_mb{
	max-width: 100%;
}
.tag:hover{
	text-decoration: underline;
}
.add_wl{
	cursor: pointer;
	min-width: 50%;
}
.add_wl:hover{
	text-decoration: underline;
}
.add_pro{
	cursor: pointer;
	min-width: 50%;
}
.add_pro:hover{
	text-decoration: underline;
}
.cam_ket{
	background: #fff2f3;
	padding: 10px;
	border-radius: 3px;
	
	border: 1px dashed #f3cccf;
}
.width_right{
}
.width_right_mb{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.support_online {
	width: 100%;
	background: #f3f3f3;
	border-radius: 3px;
	padding: 0px;
	border: 1px solid #ccc;
	line-height: 35px;
	padding-left: 15px;
	float: left;
	padding-bottom: 5px;
}
.chat {
	float: left;
	width: 33%;
}
.chat a{
	cursor: pointer;
}

.bought{
	font-style: italic;
	float: left;
	line-height: 27px;
}
.bought span{
	font-weight: bold;
}
.sp_xc{
	text-align: center;
}
.d_m{
	padding-bottom: 10px;
}
.cate{
	padding-left: 5px;
	line-height: 24px;
}
.cate_c{
	border: 1px solid #ddd;
	float: left;
	margin-bottom:10px ;
	width: 100%;
}
.cate_c_sort{
	border: 1px solid #ddd;
	float: left;
	width: 100%;
	background: #F5F5F5;
}
.cate li{
	float: left;
	list-style: none;
	padding: 8px 40px 8px 8px;
}
.cate li a:hover{
	color:  #ff2900;
}
.danh_muc{
	float: left;
	padding-left: 15px;
}
.top_xh{
	overflow: hidden;
	float: left;
	line-height: 6px;
	padding: 6px 0px 0px 10px;
}
.col-md-sort{
	width: 7.666667%;
	float: left;
}
.col-md-type{
	float: left;
	width: 51.333333%;
}
.switcher {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 6px;
	line-height: 20px;
	background-color: #c8d2d7;
	position: relative;
	z-index: 10;
}
.switcher .Grid {
	background: url("../image/icon-1f7bb.png") no-repeat 0 0;
	vertical-align: text-top;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: 0 -2954px;
	vertical-align: middle;
	margin-right: 4px;
}
.switcher .List {
	background: url("../image/icon-1f7bb.png") no-repeat 0 0;
	vertical-align: text-top;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: 0 -3273px;
	vertical-align: middle;
	margin-right: 4px;
}
.switcher:hover {
	background-color: #577186!important;
	color: #fff;
}
.switcher.selected {
	background-color: #577186!important;
}
.ck{
	background: url("../image/ck.png") no-repeat transparent;
	display: inline-block;
	width: 15px;
	height: 14px;
}
.title_cate {
	border-bottom: 1px #c8d2d7 solid;
	height: 35px;
	line-height: 35px;
	width: 100%;
	margin: 10px 0px;
}

.title_cate h2 {
	
	float: left;
	margin: 0px;
	background: #e56315;
	font-weight: 600;
	font-size: 15px;
	border-radius: 3px 3px 0 0;
	text-align: center;
	padding: 0px 21px;
}

.right_item{
	float: right;
}
.left_item{
	float: right;
}
.title_cate h2 a {
	text-transform: uppercase;
}
.title_cate h2 a:hover {
	color: #fff;
}
.title_cate a.viewall {
	margin-left: 10px;
	color: #444;
	white-space: nowrap;
	padding-right: 0px;
}
.title_cate .item_cate {
	float: right;
}
.item_cate ul{
	list-style: none;
	float: left;
}
.item_cate ul li{
	float: left;
}
.item_cate ul li h3{
	margin: 0px;
}
.item_cate ul li a{
	display: block;
	padding: 0 0px 0 32px;
	cursor: pointer;
	white-space: nowrap;
	color: #444;
}
.item_cate ul li a:hover{
	text-decoration: underline;
	color: #0e71b4;
}
.left_item_cate ul{
	list-style: none;
	float: left;
	padding: 0px;
}
.left_item_cate ul li{
	float: left;
}
.left_item_cate ul li h3{
	margin: 0px;
}
.left_item_cate ul li a{
	display: block;
	padding: 0 25px 0 0px;
	cursor: pointer;
	white-space: nowrap;
	color: #444;
	font-size: 15px;

}

.item_cate ul li a:hover{
	text-decoration: underline;
	color: #0e71b4;
}
.title_cate a.viewall::after {
	background: url(../image/mui-ten-n.jpg) no-repeat;
	padding-left: 8px;
	width: 5px;
	height: 8px;
	display: block;
}
.title_cate h3 a.viewall:hover {
	color: #0e71b4;
	text-decoration: none;
}
.search_sort {
	background: #F5F5F5;
	padding-left: 0px;
}
.search_sort > li {
	position: relative;
	z-index: 0;
	list-style: none;
}
.fl {
	float: left;
}
.search_sort .fl > a, .search_sort .fl > span {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 20px;
	position: relative;
	z-index: 1;
}
.search_sort > li a:hover {
	background: #fff;
}
.search_sort > li .desc {
	background: url(../image/search_item.png) no-repeat 0px -870px;
}
.search_sort > li .asc {
	background: url(../image/search_item.png) no-repeat 0px -840px;
}
.label_cate{
	line-height: 39px;
	padding-left: 20px;
	width: 10%;
	white-space: nowrap;
}
.view {
	background-position: 1px -597px;
	background-image: url(../image/views.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
}
.view span{
	padding: 0 9px 0 19px;
	color: #999;
	font-size: 11px;
}
.sort_hover{
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.all{
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.heading_title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 15px;
}
.center{
	text-align: center;
}
.viewed{
	border-top: 2px solid #1e3446;
	padding: 15px 0px 15px 0px;
}
.vie{
	margin-left: 0px;
}
.list_botton{
	border: 2px solid transparent;
}
.list_botton:hover{
	border: 2px solid red;
}
/*
product bottom*/

.product-thumb_bottom {
	background: #fff;
	border: 2px solid transparent;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.product-thumb_bottom:hover {
	border: 2px solid #ff2900;

}
.product-thumb_bottom .image {
	text-align: center;
}
.product-thumb_bottom .image a {
	display: block;
}
.product-thumb_bottom .image a:hover {
}
.product-thumb_bottom .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb_bottom .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb_bottom .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb_bottom h3 {
	height: 60px;
}
.product-thumb_bottom .caption {
	padding: 0 6px;
	height: 107px;
	line-height: 23px;
}
.product-thumb_bottom .caption h3 a {
	
}
.product-list .product-thumb_bottom .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
	.product-grid .product-thumb_bottom .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb_bottom .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb_bottom .caption {
		min-height: 0;
	}
}
.product-thumb_bottom .rating {
	padding-bottom: 10px;
}
.product-thumb_bottom .price {
	color: #ff2900;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana,arial;
}
.product-thumb_bottom .price-new {
	font-weight: 600;
}
.product-thumb_bottom .price-old {
	color: #999;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 14px;
}
.product-thumb_bottom .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb_bottom .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb_bottom .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb_bottom .button-group {
		border-left: none;
	}
}
.product-thumb_bottom .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb_bottom .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb_bottom .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb_bottom .button-group button, .product-thumb_bottom .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb_bottom .button-group button, .product-thumb_bottom .button-group button + button {
		width: 33.33%;
	}
}
.mua_ol{
	float: left;
	padding-right: 5px;
}
.ol{
	font-weight: bold;
}
.no_mt h3 a{
	color: #666!important;
}
.no_mt h3{
	color: #666!important;
}
.no_mt:after{
	content: normal !important;
}
.no_mt_cate:after{
	content: normal !important;
}

.required_op{
	color: #F00;
}
.sale{
	float: right;
	font-style: italic;
}
.sale-format{
	font-size: 15px;
	font-family: verdana,arial;
	color: #e6740e;
	font-weight: bold;
}
.cate_mb{
	display: none;
}
.dh{
	margin: 15px 0px;
}
.right{
	float: right;
}
.news_list {
	list-style: none;
	padding-left: 0px;
}
.loadmore {
	background-color: #A80007;
	border: medium none;
	color: #FFFFFF;
	display: inline-block;
	float: none;
	font-size: 20px;
	margin-right: 0;
	padding: 0 35px;
	line-height: 50px;
}
.loadbutton{
	text-align: center;
}
.icon-mt{
	background: url(../image/mt.png) no-repeat;
	float: right;
	height: 17px;
	width: 14px;
	line-height: 54px;
	margin: 16px 0px 0px 10px;
}
/* NAV MAIN */
.nav-main-box{
	position: absolute;
	top: 46px;
	left:0;
	width: 42px;
	z-index: 10;
}
.nav-main-box .cate-title{
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #d9d9d9;
	line-height: 32px;
	border-radius: 2px;
	width: 40px;
	height: 34px;
	text-align: center;
	position: relative;
}
.nav-main-box .cate-title svg { color: #e5101d; }
.nav-main-box .cate-title:after,
.nav-main-box .cate-title:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}
.nav-main-box .cate-title:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.nav-main-box .cate-title:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #d9d9d9;
	border-width: 8px;
	margin-left: -8px;
}
.nav-main-box:hover .nav-main,
.nav-main-box:hover .nav-main:before{display: block;}
.nav-main{
	background-color: #EEEEEE;
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 0px;
}

.nav-main > li{
	position: relative;
	padding: 5px;
	border: 1px solid #eaeaea;
	border-top-color: transparent;
	border-left: 2px solid transparent;
	border-right: none;
	background-color: #EEEEEE;
	color: #444;
}
.nav-main > li.woman { border-top: 0; }
.nav-main > li:last-child{border-bottom: none;}
.nav-main > li:before{
	content: '';
	background-color: #fff;
	width: 4px;
	height: 59px;
	position: absolute;
	right: -4px;
	top: 0;
	z-index: 4;
	display: none;
}
.nav-main > li.woman:before { }
.nav-main > li.woman .sub-cate { top: -1px; }
.nav-main > li:hover:before{display: block;}
.nav-main.for-home{display: block;padding-left: 0px;min-width: 274px;}
.nav-main > li > strong > a{
	display: block;
	padding-left: 15px;
	line-height: 40px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	color: #444;
}
.nav-main > li.houseware > strong > a{cursor: default;}
/* hover border */
.nav-main > li:hover{
	background: #fff;

}

/* hover arrow */
.nav-main > li:hover:after{color:#31447b; }
/*hover a*/
.nav-main > li:hover > strong > a, .nav-main > li > .guide > a:hover { color: #31447b; }
.nav-main > li > .guide{
	display: block;
	font-size: 11px;
	color: #505050;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	cursor: pointer;
	font-weight: normal;
	padding-left: 30px;/*width: 205px;*/
}
.nav-main > li > .guide a {
	display: block;
	font-weight: normal;
	display: inline-block;
}
.nav-main > li > .guide a:hover{text-decoration: underline;}
.nav-main > li.xt{
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
	line-height:11px;
	display: none;
	padding: 1px 0;
}
.nav-main.for-home > li.xt{display: block;}
.nav-main.for-home:hover > li.xt{display: none;}

/* sub-cate */
.sub-cate{
	background-color: transparent;
	position: absolute;
	margin-left: 265px;
	z-index: 3;
	display: none;
}
/*.nav-main > li:hover .sub-cate{display: block !important;}*/
.sub-cate .sub-cate-inner{
	min-width: 859px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	height: 251px;
	padding: 15px 0px 10px 20px;
	position: relative;
}
.sub-cate .sub-cate-inner > ul {

}
.sub-cate .sub-cate-inner  ul{margin-bottom: 2px;float: left;padding-left: 0px}
.sub-cate .sub-cate-inner ul > li{}
.sub-cate .sub-cate-inner ul > li a {
	display: block;
	line-height: 22px;
	font-weight: normal;
	color: #444;
	font-size: 14px;
}
.sub-cate .sub-cate-inner ul > li a.title{
	color: #333;
	text-overflow: ellipsis;
	width: 292px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 23px;
	font-size: 17px;
}
.sub-cate .sub-cate-inner ul > li a:hover{text-decoration: underline;}
.sub-cate .img-cate{
	position: absolute;
	right: 0;
	bottom: 1px;
	clear: both;
	display: block;
	top: 5px;
}
ul,ol{
	list-style: none;
}
.children{
	width: 600px;
}
.category_all{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	min-height: 35px;
	line-height: 35px;
	background: #e56315;
	text-align: center;
}
.category_all span{
	padding-left: 10px;
}
.pa_center{
	width: 100%; text-align: center;padding-bottom: 15px;
}
.buy_scroll{
	float: right;
	width: 253px;
	border-radius: 0px;
	margin-left: 449px;
	text-align: center;
}
.show{
	display: block !important;
}

.btn-buy-scroll {
	font-size: 20px;
	width: 100%;
	float: left;
	margin-right: 136px;
	font-weight: bold;
	border-radius: 0px;
	margin-top: -2px;
}
.hide{
	display: none!important;
}
.quantity{
	width: 122px;
	font-weight: bold;
	padding-bottom: 18px;
	float: left;
}
.quantity input{
	width: 50px !important;
}
.sub_width{
	width: 70%;
}
.sub_width-fix{
	width: 70%;
}
.featured{
	border-radius: 3px;
	border: 1px solid #ccc;
	line-height: 25px;
	padding: 10px 15px 15px 15px;
	margin-bottom: 15px;
}
.featured_title{
	color: #2a6496;
	font-weight: bold;
	text-align: center;
}
.featured_title h2{
	color: #2a6496;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.specialPercent{
	color: #fff;
	position: absolute;
	background-color: #d4232b;
	right: 1.3em;
	padding: 0.2em;
	font-size: 12px;
}
.suport{


}
.contact{
	font-weight: bold;
}
.hotline{
	color: #dc0309;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
}
.manufacturers a {
	background: #FFF;
	float: left;
	margin: 4px 2px 2px 0;
	padding: 18px 0 18px 0;
	text-align: center;
	width: 14%;
}
.manufacturers img {
	width: 90px;
	height: 45px;
	transition: transform .2s linear;
	-webkit-transition: -webkit-transform .2s linear;
}
.manufacturers img:hover {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
}
.search{
	margin-bottom: 10px;
}
.menu-fixed{
	background: #A80007;
	color: #FFF;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	width: 100%;
	z-index: 100;
}
.menu-fixed-sub{
	color: #FFF;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	width: 23%;
	float: left;
	margin-top: -15px;
}

.fixed {
	position: fixed;
	top: 0px;
	border-bottom: solid 1px #E5E5E5;
	box-shadow: 0 2px 3px rgba(204, 204, 204, .6);
}
.none-fixed{
	display: none !important;
}
.ca_all{
	width: 262px;
	cursor: pointer;
	color: #fff;
	float: left;
	background: #e6740e url(../image/mt-x.png) no-repeat 219px 11px;
	height: 37px;
	line-height: 37px;
	margin-top: 5px;
	text-align: center;
}
.ca_all span{
	padding-left: 10px;
}
/* NAV MAIN fix*/
.nav-main-box:hover .nav-main-fix,
.nav-main-box:hover .nav-main-fix:before{display: block;}
.nav-main-fix{
	background-color: #EEEEEE;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 0px;
}

.nav-main-fix > li{
	position: relative;
	padding: 5px;
	border: 1px solid #eaeaea;
	border-top-color: transparent;
	border-left: 2px solid transparent;
	border-right: none;
	background-color: #fff;
	color: #444;
}
.nav-main-fix > li.woman { border-top: 0; }
.nav-main-fix > li:last-child{border-bottom: none;}
.nav-main-fix > li:before{
	content: '';
	background-color: #fff;
	width: 4px;
	height: 59px;
	position: absolute;
	right: -4px;
	top: 0;
	z-index: 4;
	display: none;
}
.nav-main-fix > li.woman:before { }
.nav-main-fix > li.woman .sub-cate { top: -1px; }
.nav-main-fix > li:hover:before{display: block;}
.nav-main-fix.for-home-fix{
	display: block;
	padding-left: 0px;
	margin-top: -5px;
	min-width: 261px;
	position: absolute;
}
.nav-main-fix > li > strong > a{
	display: block;
	padding-left: 30px;
	line-height: 28px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom:2px;
	text-transform: uppercase;
	color: #444;
}
.nav-main-fix > li.houseware > strong > a{cursor: default;}
/* hover border */
.nav-main-fix > li:hover{}
.nav-main-fix > li:hover{border-left-color: #31447b;}
/* hover arrow */
.nav-main-fix > li:hover:after{color:#31447b; }
/*hover a*/
.nav-main-fix > li:hover > strong > a, .nav-main-fix > li > .guide > a:hover { color: #31447b; }
.nav-main-fix > li > .guide{
	display: block;
	font-size: 11px;
	color: #505050;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	cursor: pointer;
	font-weight: normal;
	padding-left: 30px;/*width: 205px;*/
}
.nav-main-fix > li > .guide a {
	display: block;
	font-weight: normal;
	display: inline-block;
}
.nav-main-fix > li > .guide a:hover{text-decoration: underline;}
.nav-main-fix > li.xt{
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
	line-height:11px;
	display: none;
	padding: 1px 0;
}
.nav-main-fix.for-home-fix > li.xt{display: block;}
.nav-main-fix.for-home-fix:hover > li.xt{display: none;}

/* sub-cate */
.sub-cate-fix{
	background-color: transparent;
	position: fixed;
	margin-left: 252px;
	z-index: 99;
	display: none;
	top: 45px;
}
/*.nav-main-fix > li:hover .sub-cate-fix{display: block !important;}*/
.sub-cate-fix .sub-cate-inner-fix{
	width: 755px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	height: 212px;
	padding: 10px 0px 10px 0px;
	position: relative;
}
.sub-cate-fix .sub-cate-inner-fix > ul {

}
.sub-cate-fix .sub-cate-inner-fix  ul{margin-bottom: 10px;float: left}
.sub-cate-fix .sub-cate-inner-fix ul > li{}
.sub-cate-fix .sub-cate-inner-fix ul > li a {
	display: block;
	line-height: 30px;
	font-weight: normal;
	color: #444;
}
.sub-cate-fix .sub-cate-inner-fix ul > li a.title{
	color: #333;
	text-overflow: ellipsis;
	width: 175px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 15px;
	font-size: 14px;
	text-transform: none;
}

.sub-cate-fix .sub-cate-inner-fix ul > li a:hover{text-decoration: underline;}
.sub-cate-fix .img-cate-fix{
	position: absolute;
	right: 0;
	bottom: 1px;
	clear: both;
	display: block;
	top: 5px;
}

.icon-social{
	float: right;
	    padding: 15px;
}
.icon-social a img{
	float: left;
	padding-left: 15px;
}
.category_c{
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	float: left;
	width: 100%;
	padding: 10px;
	margin: -10px 0px 10px 0px;
}
.category_c ul{
	float: left;
	width: 100%;
}
.category_c ul{

}
.cate-1{
	float: left;
	width: 25%;
}
.ul-cate-2 li{
	padding-bottom: 5px;
}
.ul-cate-2 li a:hover{
	text-decoration: underline;
}
.border{
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	min-height: 276px;
}
.cate-left{
	float: left;
	min-width: 274px;
	margin-right: 15px;
}
/*
category mobile*/

.home_category {
	padding: 10px 0;
	float: left;
	width: 100%;
}
.home_category_header {
	text-align: center;
	color: #454a57;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
}
.home_category_list {
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
}
@media screen and (min-width: 640px){
	.home_category_list a {
		width: 23.5%;
	}
}
.home_category_list a {
	background: #fff;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	float: left;
	width: 49%;
	padding: 10px;
	margin: 0 1% 5px 0;
	box-shadow: 0 1px 2px #d7d7d7;
	border: 1px solid #d7d7d7;
	min-height: 102px;
}
.home_category_list a img {
	float: right;
}
.home_category_name {
	display: table-cell;
	height: 70px;
	color: #505561;
	font-size: 13px;
	vertical-align: middle;
}
.x-c{
	background: #f3f3f3;
	min-height: 40px;
	line-height: 40px;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	padding-bottom: 0 !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cate-mt{
	background: url("../image/muiten.png") no-repeat;
	width: 6px;
	height: 8px;
	display: block;
	float: right;
	margin: 15px 16px 0px 0px;
}
.pd-random{
	margin-top: 60px;
	border: 1px solid #ddd;
	margin-left: 0px;
	margin-right: 0px;
}
.pd-blog-right{
	margin-left: 0px;
	margin-right: 0px;
}
.no-boder{
	border: none!important;
}
.menu-fix-top{
	margin-top: 4px;
}
.menu-fix a{
	color: #fff;
}
.menu-fixed-hover{
	float: left;
}
.co-menu-fix{
	height: 50px;
}
.success-bottom{
	margin-bottom: 20px;
}
.menuItem span{
	float: left;
	width: 80%;
	z-index: 999999;
}
.tt-online{
	text-decoration: underline;
	font-size: 12px;
}
.mp-vc{
	color:  #0e71b4;
	font-size: 12px;
}
.ccc{
	z-index: 99999999;
}
.cate-chid-page{
	min-width: 261px;
	position: absolute;
	z-index: 999;
	margin-top: 29px;
}
.cate-all {
    float: left;
    margin-top: -5px;
    height: 40px;
    margin-left: -40px;
}

.all-chid-page{
	text-transform: uppercase;
}
.height-chid-cate{
	height: 211px !important;
}
.left-chid-cate{
	margin-left: 255px !important;
}
.boder-none{
	border: none !important;
}
/*chính sách*/
.chinh-sach{
	width: 100%;
	padding-bottom: 10px;
}
.chinh-sach a:hover{
	text-decoration: none;
}

.a-tt{
	width: 34% !important;
	margin: 0px 10px;
}

.cs{
	padding: 1px 15px;
	background:#e6740e;
	line-height: 16px;
}
.cs h4{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.cs p{
	margin-top: 4px;
}
a .cs{
	color: #fff !important;
}
.cs .button {
	float: right;
	display: inline-block;
	padding: 12px 15px;
	color: #fff;
	background: #f5791f;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	margin-top: -51px;
}

.cs:hover{
	background: #A80007;
}

.buy-product{
	float: left;
	width: 100%;
}
.cate-icon{
	margin-left: -34px;
}
.act-pro{
	margin-top: -10px;
}
.lh-fix{
	line-height: 19px !important;
}
.label-color{
	color: #000000;
}
.error-404{
	background-color:#f5f5f5;
	padding: 15px;
	height: 125px;
}
.home-cb{
	float: right;
}
.home-cb:hover{
	text-decoration: underline;
}
.heading-title{
	text-transform: uppercase;
	white-space: nowrap;
	margin-bottom: 10px;
}
.heading-title h1{
	color: #0e71b4;
	font-size: 15px;
	font-weight: bold;
}
.km{
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}
.bt-km{
	padding: 8px 20px;
	margin-left: -37px;
	background: #999;
	border-radius: 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.right_icon{
	margin-right: 30px;
}
.view-all{
	text-align: center;
}
.all-more{
	padding: 6px 15px 6px 15px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	color: #666;
	font-size: 14px;
	border-radius: 3px;
}
.all-more img{
	margin-top: -2px;
}
.all-more:hover{
	border: 1px solid #666;
}
.tl{
	color: #fff;
}
.icon-more{
	background: url("../image/icon_line_arrow_black.jpg") no-repeat;
	width: 5px;
	height: 8px;
	display: block;
}
.des_cate{
	border-right: 1px solid #ddd;
	padding: 10px 20px 0px 0px;
	color: #303030;

}
.view-all{
	padding: 0 8px 15px 0;

}
.search-home{
	z-index: 5;
	width: 45px;
	height: 36px;
	background: #e56315;
	border-radius: 0 3px 3px 0;
	color: #fff;
	line-height: 36px !important;
	border: none;
	margin-left: -4px;
}
.left-search{
	float: left;
	left: -2px;
}
.search-sl{
	width: 170px;
	border-radius: 0px;
	cursor: pointer
}
.search-sl{
	border-left:  1px solid #ccc !important;
}
.search-sl option:focus{
	cursor: pointer;
}
.title{
	color: #454545;
}
.cart-quantity{
	max-width: 90px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.cart-quantity span input{
	height: 35.6px;
}
.cart-refresh{
	background: #ccc;
}
.price-color{
	color: #e56315;
	font-weight: bold;
}
.price-color a{
	color: #e56315;
}
.mua-tiep{
	background: #f5f5f5;
	color: #454545;
}
.gop-y{
	left: -15px;
	top: 66%;
	margin-top: -108px;
	z-index: 999997;
	position: fixed;
}
.gop-y a{
	text-align: center;
	white-space: nowrap;
	border: 2px solid #EEEEEE;
	-webkit-box-sizing: content-box;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-left: none;
	box-shadow: -2px 2px 3px #000000;
	-moz-box-shadow: -2px 2px 3px #000000;
	-webkit-box-shadow: -2px 2px 3px #000000;
	background-color: #EEEEEE;
	font-weight: bold;
	line-height: 31px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	width: 63px;
	color: #454545; ;
}
.gop-y a:hover{
	text-decoration: none;
}
label {
	cursor: pointer;
}
label:focus {
	outline: none;
}

.menu {
	position: absolute;
	top: 0;
	left: 0;
	background: #EEEEEE;
	width: 240px;
	height: 100%;
	transform: translate3d(-240px, 0, 0);
	transition: transform 0.35s;
	z-index: 9999;
}
.menu ul {
	background: #EEEEEE;
}
.menu label.menu-toggle {
	top: -10px;
	position: absolute;
	right: -60px;
	width: 60px;
	height: 60px;
	line-height: 0px;
	display: block;
	padding: 0;
	text-indent: -9999px;
	background:  url("../image/icon_line_arrow_black.png") 50% 50%/25px 25px no-repeat;
}
.menu ul li > label {
	background: url("../image/icon-arrow-right.png") 95% 50%/16px 16px no-repeat;
}
.menu ul li a, .menu ul li label {
	display: block;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
.menu ul li a:hover, .menu ul li label:hover {
	color: #666;
}

/* hide inputs */
.menu-checkbox {
	display: none;
}

/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
	background: none;
}

/* fade in checked menu */
.menu-checkbox:checked + .menu {
	transform: translate3d(0, 0, 0);
}
.title_key_search{
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.tagcloud {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.tagcloud a{
	line-height: normal;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	color: #454545;
}
.tagcloud span{
	display: block;
	float: left;
	padding-right: 7px;
	line-height: 16px;
}
.tagcloud a:hover{
	text-decoration: underline;
}
.title_ttn{
	color: #fff;
	background-color: #dd3333;
	padding: 5px 15px 5px 15px;
	position: relative;
	display: inline-table;
	vertical-align: middle;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.breadcrumb-product{

	margin: 7px 0 10px 0;
    height: 40px;
    border: 1px solid #ddd;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;

	}
	.breadcrumb-product > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 8px;
    position: relative;
        display: inline-block;
        line-height: 40px;
}
iframe {
  
  width: 100%;

}

@media (max-width: 767px) {
	
	
	.product-thumb_bottom h3 {
	    height: 44px;
	    line-height: 21px;
	}
}

.hotline-phone-ring-circle{width:85px;height:85px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:55px;height:55px;top:22px;left:26px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:#e4212a;
	width: 40px;
    height: 40px;
    top: 26px;
    left: 34px;
	position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}

.hotline-bar{position:absolute;background:#e88a25;background:-webkit-linear-gradient(left,#e88a25,#d40000);background:-o-linear-gradient(right,#e88a25,#d40000);background:-moz-linear-gradient(right,#e88a25,#d40000);background:linear-gradient(to right,#e88a25,#e4212a);height:40px;width:200px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px !important;border:2px solid #fff;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:18px;font-weight:900;text-indent:50px;display:block;letter-spacing:1px;line-height:38px;font-family:Arial}.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 1111111;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}


.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 85px;
    left: 33px;
    z-index: 999999;
}
	

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}
@media only screen and (min-width: 960px)
{
	.float-icon-hotline ul li .fa {
		background-size: contain !important;
	}
}
.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.tada {
    animation-name: tada;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}


.float-icon-hotline ul li .fa-zalo {
    background: url("../image/zalo.png") center center no-repeat;
}
.float-icon-hotline ul li .fa-zalo:hover {
    background: #ef0303 url("../image/zalo.png") center center no-repeat;opacity:.5;
}
.float-icon-hotline ul li .fa-messenger {
    background:  url("../image/fb.png") center center no-repeat;
}
.float-icon-hotline ul li .fa-messenger:hover {
    background: #168efb url("../image/fb.png") center center no-repeat;opacity:.5;

}


