body {
	font-family: Roboto,Arial,Helvetica,sans-serif !important;
	color:#000000;
	background: #f2f2f2;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
img {
	max-width: 100%;
}
li {
	list-style: none;
}
ul,li,p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
a:hover,a:focus {
	color: #4a90e2;
	text-decoration: none;
}
input,input:focus {
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.view-more-home a {
	padding: 5px;
	border: 2px solid #4b62c8;
	display: block;
	text-align: center;
}
.view-more-home i {
	font-size: 10px;
	margin-left: 5px;
}
.pd-none-l {
	padding-left: 0px;
}
.pd-none-r {
	padding-right: 0px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.pd-none {
	padding: 0px;
	height: 52px;
	background: #1f2022;
}
.empty > p {
	text-align: center;
	color: #e60f1e;
}

/******************* Loading Circle 2 ******************/
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes uil-ring-anim {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.uil-ring-css {
	background: none;
	position: relative;
	width: 200px;
	height: 200px;
	-moz-transform: scale(0.44);
	-webkit-transform: scale(0.44);
	-o-transform: scale(0.44);
	-ms-transform: scale(0.44);
	transform: scale(0.44);
	margin: auto;
}
.uil-ring-css > div {
	position: absolute;
	display: block;
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	border-radius: 80px;
	box-shadow: 0 6px 0 0 #59ebff;
	-ms-animation: uil-ring-anim 1s linear infinite;
	-moz-animation: uil-ring-anim 1s linear infinite;
	-webkit-animation: uil-ring-anim 1s linear infinite;
	-o-animation: uil-ring-anim 1s linear infinite;
	animation: uil-ring-anim 1s linear infinite;
}

/******************* Thanh Scroll Chrome ***************/
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(105,105,105,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(105,105,105,0.4); 
}

/*********************** Scroll Top *****************/
.back-to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 100px;
	right: -50px;
	opacity: 1;
	cursor: pointer;
	z-index: 100;
	background: #CE375C;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.back-to-top a {
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -999999px;
}
.back-to-top:hover {background: #0e0e0e;}
.back-to-top:before {
	color: #ffffff;
	content: "\f077";
	font-family: "FontAwesome";
	font-size: 25px;
	left: 0;
	line-height: 30px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10px;
	vertical-align: middle;
}
.back-to-top.display {
	right: 10px;
}

/********************** Button load more *****************/
.btn-loading {
	color: #fff;
	border: 1px solid #CE375C;
padding: 10px;
display: block;
width: 650px;
margin: 25px auto;
background: #CE375C;
text-decoration: none;
font-size: 18px;
font-weight: 300;
text-align: center;
}
.btn-loading:hover,
.btn-loading:focus {
	color:#fff;
	background: #0e0e0e;
	border: 1px solid #0e0e0e;
}

/**************************** Breadcrumb *************************************/
//header-navigate, .collection-navigate {background: #fff;}
.collection-navigate {display: inline-block;}
.header-navigate .breadcrumb, .collection-navigate .breadcrumb {
	margin: 0px;
	font-size: 14px;
	padding: 10px 0;
	border-radius: 0;
	background: transparent;
}
.header-navigate .breadcrumb a, .collection-navigate .breadcrumb a
.header-navigate .breadcrumb li, .collection-navigate .breadcrumb li {
	font-size: 14px;
	color: #000000;
}
.header-navigate .breadcrumb>li, .collection-navigate .breadcrumb>li {
	display: inline;
}
.header-navigate .breadcrumb span, .collection-navigate .breadcrumb span {
	color: #000000;
}
.header-navigate .breadcrumb a:hover, .collection-navigate .breadcrumb a:hover {
	color: #4a90e2;
}
.header-navigate .breadcrumb>li+li:before, .collection-navigate .breadcrumb>li+li:before {
	content: "";
	padding: 0px 2px;
}
.header-navigate .breadcrumb {
	color: #444444;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-transform: none;
	line-height: 1;
	padding: 17px 20px;
	position: relative;
	z-index: 1;
	background: #fff;
}

/********************** Filter Collection ***************/
.filter-destop h3 {
	background: #CE375C;
	color: #fff;
	font-size: 15px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 0;
}
.wrapper-filter {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	-webkit-transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
	transform: translate3d(100%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
	-moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
}
.wrapper-filter.filter-visible {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	z-index: 99999;
}
.wrapper-filter .btn-filter-tab {
	position: absolute;
	left: -50px;
	top: calc(30% - 50px);
	background: #e60f1e;
	padding: 11px 14px;
	border: 1px solid #ECE6E6;
}
.wrapper-filter .btn-filter-tab i {
	font-size: 25px;
	color: #Fff;
}
.wrapper-filter > h3 {
	background-color: #fff;
	margin: 0px;
	padding: 11px 0px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.wrapper-filter > h3 > i {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 11px 13px 12px;
}
.wrapper-filter .filter-box-scroll {
	overflow : auto;
	height: 100%;
}
.filter-box {
	padding: 0px 10px 0px;
	background: #fff;
}
.filter-box:first-child {
	margin-top: 15px;
	margin-bottom: 15px;
}
.filter-box > p {
	font-size: 14px;
	color: #1f2022;
	text-transform: uppercase;
	padding: 8px 0px;
	position: relative;
}
.filter-box .menu-link-filter[aria-expanded='false'],
.filter-box .menu-link-filter[aria-expanded='true'] + ul {
	border-bottom: 0;
}
.filter-box:last-child > p[aria-expanded='false'] {
	border-bottom: 0;
}
.filter-box > p > i {
	position: absolute;
	right: 0;
	font-size: 25px;
	top: 5px;
	color: #a4abbe;
	transition: all linear .2s;
}
.filter-box > p[aria-expanded='true'] > i {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.filter-box .field-search {
	margin: 5px 0px;
	width: 100%;
}
.filter-box .field-search input {
	border: 1px solid #efefef;
	background: #fff;
	height: 30px;
	border-radius: 0px;
	padding: 6px 8px;
	width: calc(100% - 30px);
	border-right: 0;
}
.filter-box .field-search button {
	background : url(//theme.hstatic.net/200000936081/1001304406/14/search-white.png?v=264) no-repeat #CE375C center;
width: 30px;
height: 30px;
border: none;
border-radius: 0px;
vertical-align: top;
}
.filter-box .field-search button:hover {background: url(//theme.hstatic.net/200000936081/1001304406/14/search-white.png?v=264) no-repeat #0e0e0e center; color: #fff; }
.filter-box ul {
	display:none;
	border-bottom: 1px solid #efefef;
}
.filter-box:last-child ul {border: none;}
.filter-box ul li {
	position: relative;
	margin: 0 0 5px;
}
.filter-box ul li:first-child {border: none;}
.filter-box label {
	display: block;
	cursor: pointer;
	margin: 0px;
	padding: 7px 0px 7px 0px;
}
.filter-box label span {
	font-weight: normal;
	vertical-align: middle;
	font-size: 14px;
}
.filter-box ul.filter-link li > label > a {
	display: block;
	padding-left: 15px;
	line-height: 25px;
	position: relative;
}
.filter-box ul.filter-link li > label > a:before {
	content: "\f0da";
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
}	
.filter-box ul.filter-link li label a:hover {margin-left: 8px;}
.filter-box label > a > i {
	font-size: 25px;
	color: #a4abbe;
	position: absolute;
	right: 0;
}
.filter-box .filter-price label span {font-size: 14px;}
.filter-box ul input[type='checkbox'],
.filter-box ul input[type='radio'] {
	margin-top: 0;
	vertical-align: top;
	width: 16px;
	height: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	margin: 4px 0px;
	float: right;
}
.filter-box ul input[type='checkbox']:before,
.filter-box ul input[type='radio']:before {
	-webkit-transition: -webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);
	-moz-transition: -moz-transform .4s cubic-bezier(.45,1.8,.5,.75);
	transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
	-webkit-transform: rotate(-45deg) scale(0,0);
	-moz-transform: rotate(-45deg) scale(0,0);
	-ms-transform: rotate(-45deg) scale(0,0);
	-o-transform: rotate(-45deg) scale(0,0);
	transform: rotate(-45deg) scale(0,0);
	content: "";
	position: absolute;
	right: 3px;
	top: 15px;
	margin: auto;
	z-index: 1;
	width: 10px;
	height: 5px;
	border: 2px solid #CE375C;
border-top-style: none;
border-right-style: none;
}
.filter-box ul input[type='radio']:before {
	width: 10px;
	height: 10px;
	border: 5px solid #CE375C;
border-radius: 50%;
top: 14px;
}
.filter-box ul input[type='checkbox']:after,
.filter-box ul input[type='radio']:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	top: 11px;
	width: 16px;
	height: 16px;
	//background: #fff;
	//border: 1px solid #efefef;
	cursor: pointer;
	border-radius: 2px;
}
.filter-box ul input[type='radio'] {border-radius: 50%;}
.filter-box ul input[type='checkbox']:checked:before,
.filter-box ul input[type='radio']:checked:before {
	-webkit-transform: rotate(-45deg) scale(1,1);
	-moz-transform: rotate(-45deg) scale(1,1);
	-ms-transform: rotate(-45deg) scale(1,1);
	-o-transform: rotate(-45deg) scale(1,1);
	transform: rotate(-45deg) scale(1,1);
}
.skipstep, .skipstep-mobile {
	height: 8px;
	margin: 20px 0px;
}
.skipstep .noUi-connect,
.skipstep-mobile .noUi-connect {
	background: #e60f1e;
	box-shadow: none;
}
.skipstep .noUi-base, .skipstep-mobile .noUi-base {
	width: calc(100% - 20px);
}
.skipstep .noUi-handle-lower,
.skipstep .noUi-handle-upper,
.skipstep-mobile .noUi-handle-lower,
.skipstep-mobile .noUi-handle-upper {
	width: 30px;
	height: 15px;
	cursor: pointer;
	background: #e60f1e;
	border: 1px solid #e60f1e;
	border-radius: 8px;
	box-shadow: none;
	top: -4px;
	left: -5px;
}
.skipstep .noUi-handle:before,
.skipstep .noUi-handle:after,
.skipstep-mobile .noUi-handle:before,
.skipstep-mobile .noUi-handle:after {content: none;}
.skipstep .noUi-handle.noUi-handle-lower:before,
.skipstep .noUi-handle.noUi-handle-upper:before,
.skipstep-mobile .noUi-handle.noUi-handle-lower:before,
.skipstep-mobile .noUi-handle.noUi-handle-upper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	height: auto;
	width: auto;
	border: 2px solid #fff;
	background: #e60f1e;
}
.filter-box .infor-price-filter input[type='text'] {
	max-width: 65px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #D2D2D2;
	height: 30px;
	border-radius: 3px 0px 0px 3px;
}
.filter-box .infor-price-filter .text-space {
	padding: 11px 1px;
	display: inline-block;
	font-size: 6px;
}
.infor-price-filter .input-group {float: left;}

/***** Css list and grid collection ****/
.btn-change-list {
	padding: 5px;
	font-size: 14px;
	background: #fff;
	color: #CE375C;
	margin: 5px;
	text-align: center;
	border: 1px solid;
	border-color: #CE375C;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.btn-change-list:hover,
.btn-change-list.active {
	background : #CE375C;
	color: #fff;
}
#event-grid.template-list .product-wrapper {width: 100%;}
#event-grid.template-list .product-wrapper .product-image {
	width: 25%;
	float: left;
}
#event-grid.template-list .product-wrapper .right-block {
	width: 75%;
	float: left;
	padding: 0 15px;
	text-align: left;
}

/*-------------------------------------------------------------------------
QUICK VIEW
-------------------------------------------------------------------------*/
body.overlay-layer:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(71, 55, 78, 0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
body.overlay-layer:after {
	content: "";
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
	z-index: 99999;
}
.wrapper-quickview {
	padding: 20px;
	display: block;
	position: fixed;
	max-width: 900px;
	visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
	z-index: 999999;
}
.wrapper-quickview::after {
	clear: both;
	content: "";
	display: table;
}
.wrapper-quickview.is-visible {visibility: visible;}
.wrapper-quickview.animate-width {
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	top: 10px !important;
}
#quickview-sliderproduct .quickview-slider {
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
#quickview-sliderproduct .quickview-slider.is-visible-slide {
	visibility: visible;
	opacity: 1;
}
#quickview-sliderproduct .quickview-slider .product-thumb a {
	display: block;
	margin-right: 5px;
	border: 1px solid #ccc;
	text-align: center;
}
#quickview-sliderproduct .quickview-slider .product-thumb a.active {
	border: 1px solid #CE375C;
}
#quickview-sliderproduct .quickview-slider .flex-direction-nav .flex-next {
	right: -27px;
	background-position: 100%;
}
#quickview-sliderproduct .quickview-slider .flex-direction-nav .flex-prev {
	left: -30px;
	background-position: 0px 100%;
}
.wrapper-quickview .quickview-information {
	visibility: hidden;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .3s, visibility 0s;
	-moz-transition: opacity .3s, visibility 0s;
	transition: opacity .3s, visibility 0s;
}
.wrapper-quickview.is-visible-info .quickview-information {
	visibility: visible;
	opacity: 1;
	display: block;
}
.quickview-information .quickview-close {
	position: absolute;
	right: -21px;
	top: -20px;
	width: 0;
	height: 0;
	border-top: 15px solid #CE375C;
border-right: 25px solid #CE375C;
border-bottom: 25px solid transparent;
border-left: 15px solid transparent;
}
.quickview-information .quickview-close a {
	color: #fff;
	position: absolute;
	top: -13px;
	right: -18px;
}
.quickview-information h2 {
	margin: 0 0 10px;
	font-size: 20px;
	color: #222222;
}
.quickview-information .quickview-price {
	margin-bottom: 10px;
	padding: 5px 0px;
}
.quickview-information .quickview-price span {
	font-size: 25px;
	color: #e32124;
	font-weight: bold;
	margin-right: 10px;
}
.quickview-information .quickview-price del {font-size: 16px;}
.quickview-information .quickview-variants {
	border-bottom: 1px solid #efefef;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.quickview-information .quickview-variants #quickview-select {display: none;}
.quickview-information .selector-wrapper {
	width: 100%;
	float: left;
}
.quickview-information .quickview-description {
	font-size: 14px;
	color: #adadad;
	line-height: 21px;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.quickview-slider .flex-direction-nav a.flex-next {
	width: 17px;
	background: url(//theme.hstatic.net/200000936081/1001304406/14/btn-arrow-right.png?v=264) no-repeat 0 0;
}
.quickview-slider .flex-direction-nav a.flex-prev {
	width: 17px;
	background: url(//theme.hstatic.net/200000936081/1001304406/14/btn-arrow-left.png?v=264) no-repeat 0 0;
}

/*-------------------------------------------------------------------------
MODAL CART
-------------------------------------------------------------------------*/
#myCart {
	background-color: rgba(0, 0, 0, 0.31);
	z-index: 99999;
}
#myCart .modal-dialog {
	margin: 50px auto;
}
#myCart .modal-header {
	padding: 20px 0px;
	text-align: center;
	position: relative;
	background: #28303e;
	border-bottom: none;
}
#myCart .modal-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
}
#myCart .modal-body {
	padding: 0 15px;
	max-height: 375px;
	overflow: auto;
}
#myCart .modal-body th {
	font-size: 15px;
	color: #1C1C1C;
	font-weight: 600;
	text-align: left;
}
#cart-table tr td:first-child, #cart-table tr th:first-child {
	padding-left: 0px;
}
#cart-table th {
	padding-bottom: 10px;
	padding-top: 10px;
}
#cart-table .original {
	display: none;
}
#cart-table tr.line-item:nth-child(even) {
	background-color: rgba(255,255,255,0.1);
}
#cart-table tr.line-item:nth-child(odd) {
	background-color: #f8f8f8;
}
#cart-table .item-image, #cart-table .item-quantity1, #cart-table .item-delete {
	padding-top: 5px;
	padding-bottom: 5px;
}
#cart-table td.item-image {
	width: 170px;
	text-align: center;
}
#cart-table tr td {
	border-top: 0;
}
#cart-table .item-title {
	width: 40%;
	color: #3399cc;
	font-size: 14px;
	max-width: 200px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}
#cart-table .item-quantity input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	outline: none;
}
#cart-table .item-price {
	font-size: 15px;
}
#cart-table .item-delete {
	position: relative;
	width: 40px;
}
#myCart .modal-footer {
	margin: 5px 15px;
	border-top: 1px solid #DDD;
}
#myCart .modal-footer .modal-note textarea {
	outline: none;
	border: 1px #D8D8D8 solid;
	padding-left: 10px;
	height: 70px;
	padding-top: 5px;
	width: 100%;
}
#myCart .modal-footer .total-price-modal {
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
	color: #808080;
	font-size: 16px;
}
#myCart .modal-footer .total-price-modal span {
	font-size: 20px;
	color: #303030;
	vertical-align: middle;
}
#myCart .modal-footer .comeback {
	text-align: left;
	margin-top: 30px;
}
#myCart .modal-footer .comeback a {
	color: #28303e;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#myCart .modal-footer .comeback img {
	margin-right: 5px;
	float: left;
}
#myCart .modal-footer .button-default {
	background: #28303e;
	border: none;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	float: right;
	height: 45px;
	line-height: 45px;
	position: relative;
	cursor: pointer;
	margin: 7px;
}

#myCart .modal-footer #checkout {
	float: right;
	margin-left: 15px;
}
#myCart .modal-footer .button-default:before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: solid #28303e 1px;
	border-right: solid #ddd 1px;
	position: absolute;
	right: 45px;
}
#myCart .modal-footer .button-default:after {
	content: "";
	background: url(//theme.hstatic.net/200000936081/1001304406/14/icon-arr-modal-cart.png?v=264) no-repeat center right;
	width: 30px;
	height: 100%;
	float: right;
	margin-left: 10px;
}

.modal-header .close a {
	position: absolute;
	top: 14px;
	padding: 7px 6px;
	right: 10px;
	line-height: 0px;
	text-align: center;
	border-radius: 50%;
}
.modal-header .close a:before {
	content: url(//theme.hstatic.net/200000936081/1001304406/14/icon-delete.png?v=264);
}

/**************************** Icon scroll in Index *******************************/
#category_icon_floor {
	left: -35px;
	margin-top: -200px;
	position: fixed;
	top: 50%;
	width: 35px;
	z-index: 2;
}
#category_icon_floor ul {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#category_icon_floor.affix ul {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
#category_icon_floor.affix-top ul,
#category_icon_floor.affix-bottom ul {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
#category_icon_floor ul > li,
.scroll_menu .nav-stacked > li + li {
	margin:0 0 0 -10px;
	width: 50px;
	transition: all 0.4s;
	border: 1px solid rgba(255,255,255,0.20);
	background: rgba(51, 51, 51, 0.46);
}
#category_icon_floor ul > li + li {border-top-color: transparent;}
#category_icon_floor li a {
	width: 100%;
	padding: 10px;
	display:block;
	border-radius: 0;
	position: relative;
	text-align: center;
}
#category_icon_floor li a img {width: 24px;}
#category_icon_floor li a span {
	position: absolute;
	left: 117%;
	line-height: 26px;
	height: 26px;
	font-size: 11px;
	text-align:center;
	visibility: hidden;
	transition: visibility 0.3s ease, opacity 0.5s ease;
	padding: 0 10px;
	white-space: nowrap;
	color: #fff;
}
#category_icon_floor li a span::before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 8px;
	left: -5px;
	transform: rotate(45deg);
}
#category_icon_floor ul li a span.scroll_tooltip_1,
span.scroll_tooltip_1::before {
	background-color: #CE375C;
}
#category_icon_floor ul li a span.scroll_tooltip_2,
span.scroll_tooltip_2::before {
	background-color: #CE375C;
}
#category_icon_floor ul li a span.scroll_tooltip_3,
span.scroll_tooltip_3::before {
	background-color: #CE375C;
}
#category_icon_floor ul li a span.scroll_tooltip_4,
span.scroll_tooltip_4::before {
	background-color: #CE375C;
}
#category_icon_floor ul li a span.scroll_tooltip_5,
span.scroll_tooltip_5::before {
	background-color: #CE375C;
}
#category_icon_floor ul li:hover,
#category_icon_floor ul li.active {
	/*width: 95px;*/
	margin-left: -10px;
	border-top-color: rgba(255,255,255,0.20);
}
#category_icon_floor ul li.color-scroll1:hover, #category_icon_floor ul li.color-scroll1.active {
	background-color: #CE375C;
}
#category_icon_floor ul li.color-scroll2:hover, #category_icon_floor ul li.color-scroll2.active {
	background-color: #CE375C;
}
#category_icon_floor ul li.color-scroll3:hover, #category_icon_floor ul li.color-scroll3.active {
	background-color: #CE375C;
}
#category_icon_floor ul li.color-scroll4:hover, #category_icon_floor ul li.color-scroll4.active {
	background-color: #CE375C;
}
#category_icon_floor ul li.color-scroll5:hover, #category_icon_floor ul li.color-scroll5.active {
	background-color: #CE375C;
}
#category_icon_floor ul li:hover a span {
	visibility: visible;
}
#category_icon_floor ul > li > a:hover,
#category_icon_floor ul > li > a:focus,
#category_icon_floor ul > li.active > a,
#category_icon_floor ul > li.active > a:hover,
#category_icon_floor ul > li.active > a:focus {
	background-color: transparent;
}

/*-------------------------------------------------------------------------
ACCOUNT
-------------------------------------------------------------------------*/
.layout-account .userbox {
	max-width: 100%;
	width: 335px;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-info-account .userbox {
	max-width: 100%;
	padding: 15px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin: auto;
	margin-bottom: 20px;
}
.layout-account .userbox h1 {
	font-size: 20px;
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
	color: #1f2022;
}
.layout-account .userbox .input-account * {
	border-radius : 0;
	border-color: #ddd;
}
.layout-account .userbox .input-account .icon-envelope:after {
	content : url('//hstatic.net/378/1000046378/10/2016/2-29/email.png');
}
.layout-account .userbox .input-account .icon-shield:after {
	content : url('//hstatic.net/378/1000046378/10/2016/2-29/pass.png');
}
.layout-account .userbox .input-account .icon-userico:after {
	content : url('//hstatic.net/378/1000046378/10/2016/2-29/userico.png');
}
.layout-account .action_bottom .btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 35px;
	background: #CE375C;
	text-align: center;
	border: none;
	border-radius: 0;
}
.layout-account .action_bottom .btn:hover {
	background: #0e0e0e;
	color: #fff;
}
.layout-info-account h1 {
	font-size: 20px;
	margin-top: 0;
	color: #1f2022;
}
.layout-info-account h1 a {
	position: absolute;
	right: 15px;
	top: 3px;
	font-size: 14px;
	color: #000000;
}
.layout-info-account h1 a:hover {
	color: #4a90e2;
}
.layout-info-account a.add-new-address {
	position: absolute;
	right: 15px;
	top: 0px;
}
#customer_orders table,
#order_details table {
	width: 100%;
}
#customer_orders table th,
#customer_orders table td,
#order_details table th,
#order_details table td {
	padding: 5px;
}
#customer_orders table .odd:first-child,
#order_details table .odd:first-child {
	border-top: 1px solid #ddd;
}
#customer_orders table .even,
#order_details table .even {
	background: #ddd;
}
.address_table .view_address span {
	display: inline-block;
	width: 65px;
	font-size: 14px;
}
.address_table .address_actions .action_link {
	padding: 5px 20px;
	background: #CE375C;
	margin: 0px 5px 5px 0px;
	display: inline-block;
	border-radius: 0px;
}
.address_table .address_actions .action_link:hover {
	background: #0e0e0e;
}
.address_table .address_actions .action_link a {
	color: #fff;
}
.vertical-input > input {
	vertical-align: top;
}
.order-account .order_created_at {
	color : #999;
	font-size: 14px;
	margin-bottom: 10px;
}
#order_payment h3,
#order_shipping h3 {
	margin-top: 0;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
#recover-password .req_pass a,
#login .req_pass a,
#register .req_pass a{
	font-size: 14px;
	color: #000000;
}
#recover-password .req_passa :hover,
#login .req_pass a:hover,
#register .req_pass a:hover {
	color: #4a90e2;
}

#customer_sidebar p span {
	display: inline-block;
	width: 65px;
	font-size: 14px;
}
.layout-info-account .edit_address .action_bottom > input {
	background: #CE375C;
	color: #fff;
	padding: 5px 20px;
	border: none;
	vertical-align: top;
	margin-right: 5px;
	border-radius: 0px;
}
.layout-info-account .edit_address .action_bottom > input:hover,
.layout-info-account .edit_address .action_bottom > a:hover {
	background: #0e0e0e;
}
.layout-info-account .edit_address .action_bottom > a {
	background: #CE375C;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	width: 100px;
	text-align: center;
	border-radius: 0px;
}
.layout-info-account .address-default-icon {
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 5px 11px;
	background: #e60f1e;
	border-radius: 50%;
}
.layout-info-account .address-default-icon i {
	color: #fff;
}
#view_address {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#view_address:hover {
	color: #4a90e2;
}
#recover-password .errors li {
	font-weight: 700;
	color: #f00;
}

/*-------------------------------------------------------------------------*/
/* ========================== START HEADER =============================== */
/*-------------------------------------------------------------------------*/
#header {position: relative; background-color: #CE375C;}
#header .topbar {
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,0.20);
}
header .topbar-content {
	color: #626060;
	width: 100%;
}
.header-center-bottom { 
	float:left;
}
.header-center-bottom {
	clear: both;
	margin:15px 0;
	position:relative;
	width: 100%;
}
.header-center-bottom .searchbox {
	position: relative;
	display: inline-block;
}
.box-search > .box-input {
	background: #fff;
}
.box-search > .box-input > .input-group-search {
	display: inline-block;
	vertical-align: top;
	padding-left: 7px;
	width: calc(100% - 240px);
}
.box-search > .box-input > .input-group-search > .fa-search {
	font-size: 14px;
	color: #CECACA;
}
.group-collection-search {
	width: 170px;
	display: inline-block;
	position: relative;
	border-right: 1px solid #E6E6E6;
	background: #fff;
	padding: 8px;
}
.group-collection-search > button {
	border: none;
	width: calc(100% - 20px);
	padding: 7px 0px;
	background: none;
	text-align: left;
	text-indent: 12px;
	white-space: nowrap;
	overflow: hidden;
}
.group-collection-search > button > span.caret {
	position: absolute;
	right: 15px;
	top: 23px;
}
.group-collection-search .dropdown-menu {
	left: 0px;
	top: 48px;
	border-radius: 0;
	max-height: 200px;
	overflow: auto;
	width: 195px;
	border: none;
	border-top: 1px solid #f2f2f2;
}
.group-collection-search .dropdown-menu li a {background: transparent;color: #000000;}
.group-collection-search .dropdown-menu li a:hover {background: transparent;color: #4a90e2;}
.box-search > .box-input input[type="text"] {
	border: 1px solid #fff;
	float: left;
	padding: 15px;
	width: 465px;
	text-indent: 0px;
	font-size: 14px;
}
.box-search > .box-input > button[type="submit"] {
	width: 50px;
	border: none;
	padding: 15px 0px;
	background-color: #fff;
	color: #CE375C;
	font-weight:bold;
	position: absolute;
	right: 0;
}

/*---- ADD HEADER CSS ----*/
#ma-mobilemenu {
	position: absolute;
	z-index: 9999;
}
.mobilemenu li {background: #262627 !important;}
.mobilemenu a {
	box-shadow: inset 0 -1px rgba(101,101,101,0.5) !important;
	border-bottom: none;
	color: #ffffff;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: ;
}
.mobile-menu {
	background-color: ;
}
.mobile-menu-wrapper {position: relative;}
#menu-button {
	width: 0;
}
.navbar .btn-navbar {
	color: #ffffff;
}
.btn-menu-mobile .btn-sidebar {
	display: block;
	text-align: center;
	line-height: 50px;
	height: 50px;
	background-color: #000;
	margin: 0 5px;
}
.btn-mobile-wrapper .btn-menu-mobile:before {
	content: "\f0c9";
	font-family: fontawesome;
	font-size: 21px;
	color: #fff;
}
.btn-mobile-wrapper .btn-menu-mobile span {
	display: none;
}
.dropdown_sidebar {
	position: fixed;
	top: 0px;
	left: -255px;
	height: 100%;
	z-index: 105;
	width: 255px;
	overflow-y: auto;
	background-color: #262626;
	padding: 12px 0;
}
#custommenu-mobile {
	padding: 0 10px;
	height: 55px;
}
span.toggle.CLOSE:after {
	content: "\f078";
	font-family: "FontAwesome";
	position: absolute;
	top: 6px;
	right: 15px;
	background: #CE375C;
	padding: 4px 6px;
	color: #ffffff; 
}
span.toggle.OPEN:after {
	content: "\f077";
	font-family: "FontAwesome";
	position: absolute;
	top: 6px;
	right: 15px;
	background: #CE375C;
	padding: 4px 6px;
	color: #ffffff; 
}
#menu-button a {height: 50px;}
.dropdown-mobile {
	width: 200px;
	position: absolute;
	background-color: #fff;
	border-top: 3px solid #CE375C!important;
right: 0px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px 15px;
margin-top: -1px;
z-index: 9999;
display: none;
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.dropdown-mobile:before {
	content: "";
	position: absolute;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #CE375C;
right: 15px;
top: -10px;
}
.header-style-1 .dropdown-mobile {
	border-top: none;
	right: 0px;
}
.dropdown-custommer-mobile ul {
	margin: 0;
}
.dropdown-custommer-mobile ul li {
	display: block;
	float: none;
}
.dropdown-custommer-mobile ul li a {
	display: block;
	padding: 5px 7px;
	margin-bottom: 1px;
}
.dropdown-custommer-mobile ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
}
.dropdown-custommer-mobile > a {
	display: none;
}
.block-mobile:hover {
	background-color: #fff !important;
}
.block-mobile:hover .dropdown-custommer-mobile {
	display: block;
}
.block-mobile:hover .icon-mobile {
	color: #000 !important;
}
.nav-container .mobile-menu {text-align: left;}
.header-bottom {position: relative;}
.header-bottom:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#sticky_top .hook-top {
	z-index: 1029;
}
#sticky_top .hook-top {
	padding-left: 15px;
	float: right;
}
.quick-access {
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.quick-access {
	float: left;
}
.quick-access {
	position: relative;
}
.quick-access:after {
	content: "";
	width: 1px;
	height: 50px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	right: -18px;
}
.shopping_cart_menu {
	display: inline-block;
	width: auto;
	margin-left: 0;
	float: right;
}
.shopping_cart {
	margin-top: 0;
	border: none;
	background: transparent;
	display: inline-block;
	float: right;
	z-index: 2000;
}
.shopping_cart > a:first-child {
	display: block;
	overflow: hidden;
	text-shadow: none;
	transition: background 0.5s ease-in-out 0s;
	-webkit-transition: background 0.5s ease-in-out 0s;
	padding: 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	border-right: solid 1px rgba(255,255,255,0.2);
	min-width: 175px;
	text-align: left;
}
.shopping_cart > a:first-child:before {
	content: "\f07a";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 24px;
	color: #fff;
	padding: 0 16px;
	background-color: #CE375C;
}
.shopping_cart .text-cart-right {
	display: inline-block;
	line-height: 2;
	margin-top: 0;
	vertical-align: middle;
	margin-left: 17px;
}
.shopping_cart .title_cart {
	display: block;
	line-height: 1;
	padding-bottom: 5px;
}
.shopping_cart span.ajax_cart_quantity {
	margin-left: 0;
}
.unvisible {
	display: none;
}
.shopping_cart .ajax_cart_total {
	color: #202020;
}
#header .cart_block {
	box-shadow: 0 13px 6px -11px #b3b3b3 inset,0 6px 12px -5px #666;
	-webkit-box-shadow: 0 13px 6px -11px #b3b3b3 inset,0 6px 12px -5px #666;
	-moz-box-shadow: 0 13px 6px -11px #b3b3b3 inset,0 6px 12px -5px #666;
	-ms-box-shadow: 0 13px 6px -11px #b3b3b3 inset,0 6px 12px -5px #666;
	-o-box-shadow: 0 13px 6px -11px #b3b3b3 inset,0 6px 12px -5px #666;
	display: none;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 65px;
	width: 270px;
	text-align: left;
	z-index: 1100;
	margin-bottom: 30px;
}
.cart-view{
	position: absolute;
	background: #fff;
	box-shadow: 4px 4px 3px #aaa;
	right:0px;
	z-index: 1;
	width: 250px;
	border: 1px solid #d7d7d7;
	padding: 15px 10px;
	top: 67px;
	display: none;
	z-index: 99999;
}
.cart-view:after{
	position: absolute;
	content: "\f0d8";
	font-family: 'FontAwesome';
	font-size: 20px;
	line-height: 0px;
	height: 7px;
	right: 40%;
	bottom: 98%;
	z-index: 3;
	color: #ffffff;
	background: transparent !important;
}
.cart-view table{
	width: 100%;
}
.cart-view table:not(.table-total):not(.table-clone-cart) {
	max-height: 240px;
	overflow:auto;
	display: inline-block;
}
.cart-view table td.img img{
	width: 70px;
	margin: 5px;
	border: 1px solid #f1f1f1;
	max-width: none;
}
.cart-view table td a{
	font-size: 12px;
	float: left;
	width: 100%;
}
.cart-view table td .pro-title-view {
	color: #000000;
}
.cart-view table td .pro-title-view:hover {
	color: #4a90e2;
}
.cart-view table td span{
	font-size: 12px;
	float: left;
	width: 100%;
	color: #666;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 1px dashed #dfdfdf;
	margin: 10px 0px;
}
.cart-view a.linktocart:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #CE375C;
position: absolute;
top: 3px;
left: 3px;
z-index: -1;
}
.cart-view a.linktocart {
	background: #fff;
	border: 1px solid #CE375C;
font-size: 12px;
text-align: center;
text-transform: uppercase;
padding: 4px 4px;
position: relative;
float: left;
width: 90%;
white-space: nowrap;
margin-top: 10px;
}
.cart-view .line {
	float: left;
	width: 100%;
	border-top: 1px dashed #dfdfdf;
	margin: 10px 0px;
}
.cart-view a.linktocheckout:after {
	content: "";
	float: left;
	width: 100%;
	height: 100%;
	border: 1px solid #CE375C;
position: absolute;
top: 3px;
left: 3px;
z-index: -1;
}
.cart-view a.linktocheckout {
	color: #dfdfdf;
	background: #CE375C;
	border: 1px solid #CE375C;
font-size: 12px;
text-align: center;
text-transform: uppercase;
padding: 4px 4px;
position: relative;
float: right;  
width: auto;
width: 90%;
white-space: nowrap;
margin-top: 10px;
}
.search-mobile {display: none;}
@media (max-width: 991px) {
	.search-desktop {display: none;}
	.search-mobile {display: block;}
	.search-mobile.quick-access {	width: 70%; }
	.box-search > .box-input input[type="text"] {width: 100%;}
	.box-search > .box-input > .input-group-search {padding-left: 0;}
}
.topbar-content .shopping_cart_menu {display: none;}
@media (max-width: 667px) {
	#header-hotro, #header-khuyenmai, #social-header {display: none;}
	.topbar-content .shopping_cart_menu {display: block;}
	.shopping_cart a:first-child {
		height: 40px;
		line-height: 40px;
		border: solid 1px rgba(255,255,255,0.2);
		min-width: auto;
	}
	.header-center-bottom .shopping_cart_menu {display: none;}
	.search-mobile.quick-access {
		width: 100%;
	}
}

/* Header Account */
#currencies-block-top, #header-hotro, #header-khuyenmai {
	height: 40px;
	line-height: 40px;
	border-left: solid 1px rgba(255,255,255,0.20);
	border-right: solid 1px rgba(255,255,255,0.20);
	padding: 0 15px;
	float: right;
	position: relative;
}
.tm_headerlinks_inner span,
.link-khuyenmai span,
.link-hotro span {
	color: #fff; 
	font-size: 14px; 
	cursor: pointer;
	opacity: 0.8;
}
.tm_headerlinks_inner span:hover,
.link-khuyenmai span:hover,
.link-hotro span:hover {
	opacity: 1;
}
#currencies-block-top .tm_headerlinks_inner:after,
#header-hotro .link-hotro:after,
#header-khuyenmai .link-khuyenmai:after {
	vertical-align: 0;
	content: "\f0d7";
	font-size: 14px;
	line-height: 1;
	padding-left: 7px;
	color: rgba(255,255,255,0.5);
	font-family: "FontAwesome";
}
#currencies-block-top ul,
#header-hotro ul,
#header-khuyenmai ul {
	display: none;
	position: absolute;
	top: auto;
	background: #CE375C;
	z-index: 9999;
	border-top: 1px solid #ffffff;
}
#currencies-block-top ul {width: 110px;left: 0;}
#header-hotro ul {width: 170px; right: 0;}
#header-khuyenmai ul {width: 315px; right: 0;}
#currencies-block-top:hover ul, 
#header-hotro:hover ul,
#header-khuyenmai:hover ul  {
	display: block;
}
#currencies-block-top ul li, 
#header-hotro ul li, 
#header-khuyenmai ul li {
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	border-top: 1px solid #262627;
}
#currencies-block-top ul li:first-child, 
#header-hotro ul li:first-child, 
#header-khuyenmai ul li:first-child {border-top: none!important;}
#currencies-block-top ul li a, #header-hotro ul li a, #header-khuyenmai ul li a,
#currencies-block-top ul li > span, #header-hotro ul li > span, #header-khuyenmai ul li > span {
	padding: 0 10px 0 12px;
	display: block;
	color: #fff;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
#currencies-block-top ul li:hover a,
#header-hotro ul li:hover a,
#header-khuyenmai ul li:hover a {
	color: #4a90e2;
}

/* Ho tro + khuyen mai */
#links-mobile {
	float: right;
	position: relative;
	z-index: 9;
}
#links-mobile .current {
	display: none;
}
#links-mobile #links-header {
	float: right;
	margin: 0 0 0 25px;
}
#links-header li {
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-left: solid 1px rgba(255,255,255,0.20);
}
#links-header li span {
	border: 0;
	box-shadow: none;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	padding: 0 15px;
	line-height: 15px;
	display: inline-block;
	text-transform: capitalize;
}
#links-header li:first-child span {
	padding: 0 15px;
}
#links-header li:hover span,
#links-header li:hover span, 
#currencies-block-top .current:hover {
	color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
	#header .topbar {
		border-bottom: none;
	}
	#links-mobile .current {
		display:block;
		cursor: pointer
	}
	#links-header {
		background: none repeat scroll 0 0 #333;
		display: none;
		position: absolute;
		right: 0;
		top: 30px;
		min-width: 137px;
		z-index: 2
	}
	#links-header li {
		float: none;
		color: #ffffff;
		font-size: 14px;
		height: auto;
		line-height: 35px
	}
	#links-header li:first-child span,
	#header_links li:last-child span {
		padding: 7px 10px 7px 12px
	}
	#links-header li span {
		color: #ffffff;
		padding: 7px 10px 7px 12px;
		width: 100%;
		line-height: 1.5;
		display: inline-block;
		border-width: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none
	}
	#links-header li i {
		margin-right: 3px;
		text-align: center;
		width: 14px
	}
	#links-mobile div.current:after {
		content: "\f0d7";
		font-family: "FontAwesome";
		font-size: 18px;
		line-height: 18px;
		vertical-align: -2px;
		padding-left: 12px
	}
	#links-mobile .current {
		cursor: pointer;
		float: right;
		height: 30px;
		line-height: 30px
	}
	#links-mobile .current:hover,#mobile_links .current.active {
		color: #f2532f
	}
}
@media (max-width: 479px) {
	#links-mobile div.current:after {
		padding-left:7px;
		font-size: 14px;
		line-height: 13px;
		vertical-align: 0
	}
}

/*----------------------Social header---------------------*/
#social-header {float: left;}
#social-header ul {	margin: 0; }
#social-header ul li {
	text-align: center;
	width: 40px;
	float: left;
	padding: 0;
	border-left: solid 1px rgba(255,255,255,0.20);
	margin-right: 0;
}
#social-header ul li:last-child {
	border-right: solid 1px rgba(255,255,255,0.20);
}
#social-header ul li a {
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	background: transparent;
	color: #fff;
	opacity: 0.8;
}
#social-header ul li a:hover {
	background-color: transparent;
	opacity: 1;
}

/*-------------------------Logo-------------------------*/
#header .row .header-logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
header .row #header_logo img {
	z-index: 9998;
	display: block;
	position: relative;
}
h1.logo-text {margin-top: 5px; margin-bottom: 5px; color: #fff;}
h1.logo-text a {color: #fff;}
@media (min-width: 1366px) {
	h1.logo-text a.logo-title {line-height: 60px;}
}

/*-----------------------Main Menu---------------------*/
#header-menu {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	text-align: right;
	z-index: 1030;
}
.main-menu a:focus {
	outline: 0
}
.main-menu > ul {
	display: block;
	position: relative;
	clear: both;
	margin: 0
}
#header_menu .total_menu {
	position: relative
}
.main-menu > ul > li {
	display: inline-block;
	font-size: 20px;
	float: left;
	text-align: left;
	text-transform: uppercase;
	z-index: 1030;
}
#header_menu {
	width: 100%;
	text-align: right
}
#menu-desktop.main-menu > ul {
	display: inline-block;
	float: right;
	position: static
}
.main-menu > ul > li.menu-item-has-children > ul > li > a,
.main-menu > ul > li.menu-item-has-children > ul > li > ul > li > a {
	line-height: 14px;
	letter-spacing: 0.96px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.24s ease-in-out;
	-moz-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
@media (min-width: 992px) {
	.main-menu > ul {
		margin: 0;
		padding: 0;
	}
	.main-menu > ul > li {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		display: inline-block;
		list-style: none;
	}
	.main-menu > ul > li.menu-item-has-children {
		position: relative;
	}
	.main-menu > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		font-size: 14px;
		font-weight: 400;
		line-height: 90px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		/*padding: 0 5px;*/
	}
	.smain-menu> ul > li:hover > a,
	.main-menu > ul > li.current-item > a,
	.main-menu > ul > li.current > a {
		color: #CE375C;
	}
	.main-menu > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	} 
	.main-menu > ul > li > a span {
		padding: 1px 15px 2px 15px;
		color: #fff;
	}
	.main-menu > ul > li:hover > a span, 
	.main-menu > ul > li.current-item > a span, 
	.main-menu > ul > li.current > a span {
		padding: 8px 15px 8px 15px;
		line-height: 1;
		color: #CE375C;
		background: #fff;
		-webkit-transition: all 400ms ease 0s;
		-moz-transition: all 400ms ease 0s;
		-ms-transition: all 400ms ease 0s;
		transition: all 400ms ease 0s;
	}
	.main-menu > ul > li > a > i {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: absolute;
		bottom: 8%;
		left: 50%;
		font-size: 30px;
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0);
		-moz-transform: translateX(-50%) scale(0);
		-o-transform: translateX(-50%) scale(0);
		-ms-transform: translateX(-50%) scale(0);
		transform: translateX(-50%) scale(0);
	}
	.main-menu > ul > li:hover > a > i, 
	.main-menu > ul > li.current-item > a > i, 
	.main-menu > ul > li.current > a > i {
		opacity: 1;
		-webkit-transform: translateX(-50%) scale(1);
		-moz-transform: translateX(-50%) scale(1);
		-o-transform: translateX(-50%) scale(1);
		-ms-transform: translateX(-50%) scale(1);
		transform: translateX(-50%) scale(1);
	}
	.main-menu > ul > li.menu-item-has-children > ul {
		display: none;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 215px;
		text-align: left;
		margin: 0;
		z-index: -1;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	}
	.main-menu > ul > li.menu-item-has-children:hover > ul {
		display: block;
		z-index: 999;
		-webkit-animation: fadeInUp 0.4s both;
		-moz-animation: fadeInUp 0.4s both;
		-o-animation: fadeInUp 0.4s both;
		animation: fadeInUp 0.4s both;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li {
		list-style: none;
		position: relative;
		border-bottom: 1px solid #f5f5f5;
		text-transform: none;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li:last-child {border-bottom: none;}
	.main-menu > ul > li.menu-item-has-children > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0.06em;
		color: #000000;
		padding: 15px 25px;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a, 
	.main-menu > ul > li.menu-item-has-children > ul > li.page_item_has_children > a {
		position: relative;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li:hover > a, 
	.main-menu > ul > li.menu-item-has-children > ul > li.current-item > a {
		background: #fff;
		color: #4a90e2;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		background: #CE375C;
		opacity: 0;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li:hover > a:before, 
	.main-menu > ul > li.menu-item-has-children > ul > li.current-item > a:before {
		opacity: 1;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a:after, 
	.main-menu > ul > li.menu-item-has-children > ul > li.page_item_has_children > a:after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul {
		display: none;
		background: #fff;
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 215px;
		text-align: left;
		margin: 0;
		z-index: -1;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	}
	.main-menu > ul > li.menu-item-has-children > ul > li:hover > ul {
		display: block;
		z-index: 999;
		-webkit-animation: fadeInUp 0.4s both;
		-moz-animation: fadeInUp 0.4s both;
		-o-animation: fadeInUp 0.4s both;
		animation: fadeInUp 0.4s both;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li {
		list-style: none;
		position: relative;
		border-bottom: 1px solid #f5f5f5;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li:last-child {
		border-bottom: none;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li > a {
		-wekbit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 14px;
		letter-spacing: 0.06em;
		color: #000000;
		padding: 15px 25px;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li:hover > a,
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li.current > a {
		background: #fff;
		color: #4a90e2;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li > a:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 3px;
		height: 100%;
		background: #CE375C;
		opacity: 0;
	}
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li:hover > a:before, 
	.main-menu > ul > li.menu-item-has-children > ul > li > ul > li.current > a:before {
		opacity: 1;
	}
}
@media screen and (min-width: 992px) {
	.main-menu > ul > li.menu-item-has-children > ul > li > ul.back {
		right: 100%;
		left: auto;
	}
}

/*---------------------------------------------------------
MEGAMENU
---------------------------------------------------------*/
.header-megamenu {
	/*margin: 15px 0;*/
	margin-top: -65px;
	position: relative;
	z-index: 1029;
	display: inline-block;
	z-index: 2;
}
.megamenu-content {
	margin-bottom: 0;
	text-align: left;
	position: relative;
	display: block;
}
.megamenu-title {   
	margin-bottom: 0;
	/*background: none repeat scroll 0 0 #1E1E21;*/
	padding: 16px 18px;
	text-align: left;
	background-color: #CE375C;
	cursor: pointer;
}
.megamenu-content i {
	font-size: 14px;
	width: 20px;
	text-align: center;
}
.megamenu-title i {
	color: #ffffff;
	font-size: 16px;
	margin-right: 16px;
}
.megamenu-title h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.megamenu-list {
	border: solid 1px #ececec;
	border-top: none;
	width: 100%;
	background: #ffffff;
}
ul.menu-left { background: #fff; }
li.sub-left.menu-item:last-child:before {background: none; }
li.sub-left {
	height: auto;
	line-height: 20px;
}
ul.menu-left li a i {padding: 7px;}
li.sub-left a span {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	vertical-align: middle;
	margin-left:  0px;
}
li.sub-left a span i {font-size: 9px;}
li.sub-left {
	/*padding: 15px;*/
	position: relative;
}
li.sub-left a img {margin-right: 16px; width: 16px; height: 16px;}
.sub-left i.fa.fa-chevron-right {float: right;}
li.sub-left:hover .hover-menu {
	display: block;
	-webkit-animation-duration: 340ms;
	-moz-animation-duration: 340ms;
	animation-duration: 340ms;
	animation-delay: 100ms;
	-webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: animation_vertical_menu;
	-moz-animation-name: animation_vertical_menu;
	animation-name: animation_vertical_menu;
}
animation_vertical_menu{0%{opacity:0;visibility:hidden;transform:scale(0.7,1);-webkit-transform:scale(0.7,1);-moz-transform:scale(0.7,1)}100%{opacity:1;visibility:visible;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1)}}@-webkit-keyframes
animation_vertical_menu{0%{opacity:0;visibility:hidden;transform:scale(0.7,1);-webkit-transform:scale(0.7,1);-moz-transform:scale(0.7,1)}100%{opacity:1;visibility:visible;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1)}}@keyframes
animation_vertical_menu{0%{opacity:0;visibility:hidden;transform:scale(0.7,1);-webkit-transform:scale(0.7,1);-moz-transform:scale(0.7,1)}100%{opacity:1;visibility:visible;transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1)}}

.hover-menu {
	z-index: 99999999;
	width: 806px;
	position: absolute;
	left: 100%;
	display: none;
	top: 0;
	border: 1px solid #ccc;
	padding: 0 15px !important;
	border: 1px solid #e5e5e3;
	background: #fff;
	float: left;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	margin: 0 0 0 7px;
	transition: none;
	background-repeat: no-repeat;
	background-position: right center;
}
.hover-menu:after {
	background: url("//hstatic.net/321/1000068321/1000111351/arrow-left-menu.png?v=101") no-repeat scroll 0 18px;
	float: left;
	height: 50px;
	margin: -5px 0 0 -15px;
	padding: 0;
	width: 19px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 5px;
	content:"";
}
li.title-sub .a-sub:after {
	position: absolute;
	z-index: 0;
	bottom: -3px;
	width: 40px;
	content: "";
	left: 0;
	height: 3px;
	background: #CE375C;
}
li.title-sub {
	padding: 10px 0;
	position: relative;
}
a.a-sub {
	position: relative;
	border-bottom: 2px solid #f4f4f4;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
	background: none;
	padding:10px 0;
	font-weight:bold;
	color: #000000;
	font-size: 14px;
}
a.a-sub:hover {color: #4a90e2;}
ul.s-menu li {padding: 0;}
ul.s-menu li a {
	padding: 5px 0;
	display: block;
	color: #000000;
	font-size: 14px;
}
ul.s-menu li a:hover {color: #4a90e2; }
li.sub-left:last-child:after {background: none !important;}
div#rev_slider_6_1 {background: #ccc;}
.megamenu-list {
	display: block;
	position: static;
}
.megamenu-list > ul {
	position: relative;
	width: 100%;
}
.megamenu-list ul {
	margin-bottom: 0;
}
.megamenu-list > ul > li {
	padding-bottom: 0;
	position: relative;
	text-align: left;
}
.megamenu-list > ul > li > a {
	box-shadow: 0 1px #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 10px 16px;
	border: none;
	text-transform: none;
}
.megamenu-list ul li a {
	display: block;
}
.megamenu-list > ul > li.sub-left:hover > a {
	color: #fff;
	box-shadow: 0 1px transparent;
	border-color: transparent;
}
.megamenu-list > ul > li.sub-left:hover > a, 
.megamenu-list > ul > li.more-vmegamenu:hover a {
	background-color: #CE375C;
	color: #fff;
}
.sub-left .submenu {
	z-index: 2 !important;
}
.megamenu-list > ul > li div.submenu {
	display: none;
	top: 0;
	left: 100%;
	width: auto;
	z-index: 99999;
	position: absolute;
	background-color: #fff;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.1),inset 0 1px 1px rgba(0,0,0,0.1);
}
.megamenu-list > ul > li div.submenu.right-co {
	width: 645px;
}
.megamenu-list > ul > li div.submenu.full-width {
	width: 630px;
}
.megamenu-list > ul > li div.submenu.full-width.fmsid4 {
	width: 430px;
}
.megamenu-list > ul > li:hover div.submenu {display: block;}
.megamenu-list .v-main-section {
	width: 100%;
	float: left;
	min-height: 20px;
}
.megamenu-list .submenu .v-main-section.only-right {
	width: 445px;
}
.megamenu-list .section-indent {
	padding: 15px;
	padding-right: 0;
	overflow: hidden;
}
.megamenu-list > ul > li.more-vmegamenu a {
	border: 0;
	box-shadow: none;
	color: #fff;
	background: #CE375C;
	padding: 14px 15px;
	cursor: pointer;
}
.hover-menu.mega_dropdown.col-1{width:200px;}
.hover-menu.mega_dropdown.col-2{
	width:400px;
}
.hover-menu.mega_dropdown.col-3{
	width:600px;
}
.hover-menu.mega_dropdown.col-4{
	width:800px;
}
.col-li-1,.col-li-2,.col-li-3,.col-li-4{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-li-1{width:100%}
.col-li-2{width:50%}
.col-li-3{width:33%}
.col-li-4{width:25%}

/*-------------------------------------------------------------------------
BANNER QUANG CAO GOC TRAI
-------------------------------------------------------------------------*/
.float-ck { 
	position: fixed;
	left:0;
	bottom: 0px;
	z-index: 9000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.float_content_right {
	border-top: 1px solid #CE375C;
border-right: 1px solid #CE375C;
}
.float_content_right {
	position:relative;
	text-align:right;
	font-size: 11px;
}
.float_content_right a.hide_qc {
	position: absolute;
	top: -19px;
	right: -1px;
	background: #CE375C;
	padding: 2px 4px;
	color: #FFF;
}
.float_content_right a.show_qc {
	position: absolute;
	right: -65px;
	top: 47px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #CE375C;
	padding: 2px 10px;
	color: #FFF;
	display: none;
}

/*-----------------------------------------------------------------------
SLIDER
-----------------------------------------------------------------------*/
.theme-default {margin-top: 30px;}
.theme-default .nivo-directionNav a {border-color: #CE375C; }
.theme-default a.nivo-nextNav:before {
	content: "\f178";
	float: left;
	font-family: FontAwesome;
	color: #CE375C; 
}
.theme-default a.nivo-prevNav:before {
	content: "\f177";
	float: left;
	font-family: FontAwesome;
	color: #CE375C;
}
/* Settings màu Slider */
.c2_ls_5 .caption1 {color: #CE375C;}
.c2_ls_5 .caption2 {color: #000000;}
.c2_ls_5 .btn.button_nivo {
	border: 2px solid #0c9492;
color: #0c9492;
}
.c2_ls_6 .caption1 {color: #000000;}
.c2_ls_6 .caption2 {color: #000000;}
.c2_ls_6 .btn.button_nivo {
	border: 2px solid #e055d9;
color: #e055d9;
}
.c2_ls_7 .caption1 {color: #000000;}
.c2_ls_7 .caption2 {color: #000000;}
.c2_ls_7 .btn.button_nivo {
	border: 2px solid #4ae336;
color: #4ae336;
}


/*-------------- CSS CHUNG ----------------*/
.block {margin-bottom: 20px;}
.content-section {position: relative;}
[class^="icon-"] {
	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;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
}

/*Title*/
.block .title-category {
	color: #1e1e21;
	font-size: 24px;
	margin-bottom: 21px;
	margin-top: 0;
	line-height: 1;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.title-home {
	text-align: left;
	height: 52px;
	line-height: 50px;
	border-left: 0;
	margin-bottom: 30px;
	background: #CE375C;
}
.title-home h2 {
	border-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #999999;
	font-size: 14px;
	margin-top: 0;
	height: 52px;
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
.title-home h2 a.title_text {
	font-size: 14px;
	color: #ffffff;
	background: #CE375C;
	vertical-align: top;
	line-height: 50px;
	text-align: left;
	height: 52px;
	padding: 0 35px 0 11px;
	min-width: 164px;
	float: left;
}

/*Button Owl*/
.owl-controls .owl-prev, .owl-controls .owl-next {
	border: 1px solid #ececec;
	color: #00af9e;
	font-weight: normal;
	height: 30px;
	width: 30px;
	line-height: 32px;
	text-align: center;
	font-size: 0;
}
.owl-controls .owl-prev::before, .owl-controls .owl-next::before {
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-family: "FontAwesome";
	width: 30px;
	height: 30px;
	top: 50%;
	text-indent: 0;
	color: #fff;
	font-size: 14px;
}
.owl-controls .owl-prev {
	float: left;
	cursor: pointer;
}
.owl-controls .owl-prev:before { 
	content: "\f104";
}
.owl-controls .owl-next {
	float: right;
	cursor: pointer;
}
.owl-controls .owl-next:before { 
	content: "\f105";
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
	border: 1px solid #fff;
	background: #CE375C;
}
.owl-controls .owl-prev:hover:before,
.owl-controls .owl-next:hover:before {
	color: #fff;
}
.blog-content .owl-controls {
	top: -70px;
	width: 75px;
	display: block;
	position: absolute;
	right: 10px !important;
}

/*------------------------------------------- 
PRODUCT LOOP
--------------------------------------------*/
/*Grid*/
//.item.box-product-lists {border: solid 1px #ececec;}
.item-inner {
	overflow: hidden;
	position: relative;
	display: inline-table;
	max-width: 100%;
	background: #fff;
}
.item-inner .left-block {
	position: relative;
	//border-bottom: solid 1px #ececec;
	text-align: center;
	overflow: hidden;
}
.hover-image {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.14);
	border-radius: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
}
.item-inner span.hover-image {
	border: none;
}
.item-inner:hover .left-block span.hover-image {
	opacity: 0.6;
	visibility: visible;
}
.item-inner .left-block span.img_root img {
	position: relative;
}
.right-block {
	text-align: center;
	position: relative;
	padding: 10px;
}
.right-block h5 {
	margin: 0;
	text-transform: capitalize;
	position: relative;
	max-height: 35px;
}
.product-name {
	display: block;
	font-size: 14px;
  font-weight: normal;
	line-height: 18px;
	color: black;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.comments_note {
	display: inline-block;
	margin-left: 0;
	margin-top: 5px;
	vertical-align: top;
}
.star {
	position: relative;
	top: -1px;
	float: left;
	width: 14px;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	display: block;
}
div.star.star_on:after {
	content: "\f005";
	font-family: "FontAwesome";
	display: inline-block;
	color: #ecc809;
	font-size: 14px;
}
.price-rating {
	margin-top: -5px;
}
.content_price {
	margin-top: 11px;
	display: block;
}
.price, .old-price {
	font-size: 14px;
}
.price {
	font-size: 15px;
  font-weight: bold;
	color:#CE375C;
	white-space: nowrap;
}
.old-price {
	color: #CE375C;
	font-size: 15px;
	margin-left: 5px;
	text-decoration: line-through;
}
.item-inner .item-countdown {
	display: flex;
	justify-content: center ;
	width: 100%;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.item-inner .item-countdown-time {
	position: relative;
	z-index: 9;
}
.item-inner .item-countdown .section_cout {
	color: #fff;
	width: 25%;
	float: left;
	display: inline-block;
	padding: 8px 0;
	text-align: center;
	position: relative;
	z-index: 999
}
.item-inner .item-countdown .section_cout span {
	display: block;
	float: none;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	border-color: rgba(255,255,255,0.25);
	border-style: solid;
	border-width: 0 0 0 1px;
	box-shadow: -1px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: -1px 0 rgba(0,0,0,0.3)
}
.item-inner .item-countdown .section_cout:first-child span.Days,
.item-inner .item-countdown .section_cout:first-child span.text {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none
}
.item-inner .item-countdown .section_cout span.text {
	text-transform: uppercase;
	font-size: 15px;
	padding-top: 5px
}

.button-container .tab_button a {
	color: #ffffff;
	width: 25px !important;
	height: 25px !important;
	border: solid 1px #fff;
	border-radius: 0;
	position: static;
	display: inline-block;
	min-width: 0;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: bottom;
	padding: 0;
	text-align: center;
	margin-right: 11px;
	text-shadow: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.button-container .tab_button .cart-buttonn {
	display: inline-block
}
.button-container .tab_button .button_cart.button {
	font-size: 14px;
	padding: 0;
}
.button-container {
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	opacity: 0
}
.item-inner:hover .button-container {
	bottom: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s
}
.button-container .tab_button {
	padding: 13px 0;
	text-align: center;
	position: relative
}
.button-container a.quick-view {
	margin: 0;
	opacity: 1
}
.position-left {
	position: absolute;
	top: 0;
	min-width: 86px;
	text-align: center;
	z-index: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%)
}
.new-label-left {
	color: #fff;
	background: #CE375C;
	padding: 0 30px 5px;
	text-shadow: 1px 1px rgba(0,0,0,0.24);
	width: 100%;
	text-align: center;
	display: inline-block;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	z-index: 10;
	font-size: 14px;
}
.position-right {
	right: 20px;
	position: absolute;
	top: 20px;
	z-index: 3;
	background: #ffc232;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 38px;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.new-label-right{
	display: block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
}
.position-right span:before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 4px;
	height: 4px;
	background: #fff;
	margin-left: -2px;
	border-radius: 50%;
}
.new-label-left:after {
	content: '';
	padding: calc(50% + 17px) 0;
	display: inline-block;
	z-index: 10;
	position: relative
}
.new-label-left.bg-label {
	position: absolute;
	bottom: 0;
	left: 0;
	background: blue;
	z-index: 9
}
.new-label-left.bg-label:before {
	content: "";
	background: #CE375C;
	position: absolute;
	bottom: 0;
	left: -50%;
	width: 200%;
	height: 100%
}
.new-label-right.bg-label:before {
	content: "";
	background: #CE375C;
	position: absolute;
	bottom: 0;
	right: -50%;
	width: 200%;
	height: 100%
}
.button-container .button_cart.button span {
	vertical-align: middle;
}
.button-container a.button_cart.button, 
.button-container .tab_button a:not(.button_cart) span {
	background: transparent;
}
.button-container .tab_button a:not(.button_cart) span {
	height: auto;
	line-height: 25px;
	font-size: 14px
}
.item-inner:hover .button-container .tab_button a.addToWishlist:hover,
.item-inner:hover .button-container .tab_button a.add_to_compare:hover,
.item-inner:hover .button-container a.quick-view:hover,
.button-container .tab_button .button_cart.button:hover {
	background: #202020;
	border-color: #202020
}
.button-container a span.title_tooltip {
	position: absolute;
	opacity: 0;
	left: 50%;
	font-size: 14px;
	visibility: hidden;
	padding: 3px 10px;
	top: -40px;
	text-transform: none
}
.button-container a:hover span.title_tooltip {
	opacity: 1;
	top: -31px !important;
	visibility: visible;
	background-color: #202020;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s
}
.button-container a i {
	position: relative
}
.button-container a i:after {
	content: "\f0d7";
	color: #202020;
	font-family: "FontAwesome";
	font-size: 17px;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -27px;
	opacity: 0
}
.button-container a:hover i:after {
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s
}
.button-container a.quick-view {
	background: transparent;
	color: #fff
}
.button-container a.quick-view, 
.item-inner:hover .button-container a.quick-view, 
.button-container a.quick-view, 
.item-inner:hover .button-container a.button_cart.button, 
.button-container a.button_cart.button {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}
.item-inner:hover .button-container .tab_button .button_cart.button {
	left: 0;
}
.product-desc {display: none;}
.product-lists .right-block .button-container {display: none;}

/*list*/
.product-lists.template-list .item {padding: 30px 0; border-bottom: 1px solid #ececec}
.product-lists.template-list .product-item:first-child .item {padding-top: 0;}
.product-lists.template-list .product-item:last-child .item {border-bottom: none;}
.product-lists.template-list .item-inner {width: 100%;}
.product-lists.template-list .product-name {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin-top: 10px;
	text-transform: uppercase;
}
.product-lists.template-list .comments_note {margin-top: 20px;}
.product-lists.template-list .price-rating {margin-top: 0;}
.product-lists.template-list .content_price .price {font-size: 16px;}
.product-lists.template-list .product-desc {
	font-size: 14px;
	text-align: justify;
	color: #1e1e21;
	display: block;
	margin-top: 10px;
}
.product-lists.template-list .left-block .button-container {display: none;}
.product-lists.template-list .right-block .button-container {display: block}
.product-lists.template-list .button-container {margin-top: 20px;}
.product-lists.template-list .button-container {
	background: #fff;
	position: relative;
	left: 0;
	bottom: 0px;
	width: 100%;
	opacity: 1
}
.product-lists.template-list .button-container .tab_button {display: inline-block;padding: 0;}
.product-lists.template-list .button-container .tab_button .button,
.product-lists.template-list .button-container .tab_button .addToWishlist,
.product-lists.template-list .button-container .tab_button .add_to_compare,
.product-lists.template-list .button-container .tab_button .quickview {
	border: 0 none;
	float: left;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 11px;
	text-shadow: none;
	text-transform: uppercase;
	display: block;
	background: #CE375C;
	color: #ffffff;
	position: relative;
	border-right: solid 1px #ececec;
	margin-right:0;
	width: initial!important;
	height: initial!important;
}
.product-lists.template-list .button-container .tab_button .button:hover,
.product-lists.template-list .button-container .tab_button .addToWishlist:hover,
.product-lists.template-list .button-container .tab_button .add_to_compare:hover,
.product-lists.template-list .button-container .tab_button .quickview:hover {
	background: #CE375C;
	border-color: #CE375C;
}
.product-lists.template-list .button-container .tab_button i {
	display: inline-block;
	float: left;
	line-height: 30px;
	position: relative;
}
.product-lists.template-list .button-container a span {
	background: rgba(0,0,0,0) none repeat scroll 0 0;
	border: 0 none;
	float: left;
	line-height: 30px;
	font-size: 14px;
}
.product-lists.template-list .button-container a span.title_tooltip {
	position: absolute;
	opacity: 0;
	left: 50%;
	font-size: 14px;
	visibility: hidden;
	padding: 3px 10px;
	top: -40px;
	text-transform: none;
}
.product-lists.template-list .button-container a:hover span.title_tooltip {
	opacity: 1;
	top: -49px !important;
	left: 0 !important;
	visibility: visible;
	background-color: #CE375C;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	white-space: nowrap;
}
.product-lists.template-list .button-container a i:after {
	content: "\f0d7";
	color: #CE375C;
	font-family: "FontAwesome";
	font-size: 17px;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: -27px;
	opacity: 0;
}
.product-lists.template-list .button-container a:hover i:after {
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
}

/*SECTION 1*/
.sale-section {margin-bottom: 30px;}
.sale-block .item-inner {
	width: 100%;
	border: 1px solid #ececec;
	background: #fff;
}
.sale-block .item-inner .item-countdown .section_cout span {
	color: #fff;
	font-size: 13px
}
.sale-block .item-inner .item-countdown .section_cout span.text {
	font-size: 12px;
	color: #fff;
	text-transform: initial;
}
.sale-block .item-inner .item-countdown .section_cout span {
	box-shadow: none;
	border: none
}
.sale-block .item-inner .item-countdown .section_cout {
	margin-right: 8px;
	width: 45px;
	height: 45px;
	background: #CE375C;
}
.sale-block .item-inner .item-countdown .section_cout:first-child {
	margin-left: 6px
}
.sale-block .comments_note {
	margin-top: 1px
}
.sale-block .content_price {
	margin: 15px 0;
}
.sale-block .right-block {height: 100px;}
.sale-block .owl-controls {
	right: 10px;
	top: -70px;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 65px;
}
.sale-block .owl-controls .owl-prev:before,
.sale-block .owl-controls .owl-next:before {
	color: #fff;
}
.sale-block .owl-controls .owl-prev:hover:before,
.sale-block .owl-controls .owl-next:hover:before {
	color: #fff;
}
@media(max-width: 1024px) {
	.button-container {display: none;}
}

/*SECTION 2 - BANNER HOME*/
.banner-col {
	float: left;
	min-height: 1px;
	position: relative;
}
.banner-col-left {width: 30%}
.banner-col-right {width: 69%; margin-left:1%;}
.banner-col-top {margin-bottom: 1.5%;}
.banner-col-top2 {width: 52.5%;margin-right: 1.5%;}
.banner-col-top3 {width: 46%;}
.banner-col-top5 {width: 29.5%;}
.banner-col-top4 {width: 69%;margin-right: 1.5%;}

.banner-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner-box.banner-box-1 {margin-bottom: 30px;}
.banner-box img {display: block; margin:auto;}
.banner-box .overlay-img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: -100%;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-box:hover .overlay-img {
	left: 0;
}
.banner-box .info-img {
	position: absolute;
	right: 25%;
	top: 5%;
	text-align: center;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	-ms-transform-origin: 50% 0;
}
.banner-box.banner-box-1 .info-img {
	width: auto;
	right: auto;
	left: 5%;
}
.banner-box.banner-box-2 .info-img,
.banner-box.banner-box-3 .info-img {
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.banner-box.banner-box-4 .info-img {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 10%;
}
.banner-box.banner-box-5 .info-img {
	left: 0;
	right: 0;
	bottom: 7%;
	top: auto;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
}
.banner-box .info-img h6 {
	margin: 0;
	line-height: normal;
	font-weight: normal;
	color: #000;
	font-size: 19px;
	letter-spacing: 0.5px;
	line-height: 1.4;
}
.banner-box .info-img h2 {
	color: #000;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	line-height: 1.4;
}
.banner-box .info-img .btn-banner {
	padding: 10px 18px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 14px;
	border: none;
}
.banner-box .info-img .btn-banner.btn1 {
	color: #fff;
	background-color: ;
}  
.banner-box .info-img .btn-banner.btn2 {
	color: #fff;
	background-color: ;
}
.banner-box .info-img .btn-banner.btn3 {
	color: #fff;
	background-color: ;
}
.banner-box .info-img .btn-banner.btn4 {
	color: #fff;
	background-color: ;
}
.banner-box .info-img .btn-banner.btn5 {
	color: #fff;
	background-color: ;
}
.banner-box .info-img .btn-banner.btn1:hover,
.banner-box .info-img .btn-banner.btn2:hover,
.banner-box .info-img .btn-banner.btn3:hover,
.banner-box .info-img .btn-banner.btn5:hover,
.banner-box .info-img .btn-banner.btn4:hover{
	color: #fff;
	background-color: #000;
}
.overlay-img.ovly1 {background:  ; opacity: 0.5;}
.overlay-img.ovly2 {background:  ; opacity: 0.5;}
.overlay-img.ovly3 {background:  ; opacity: 0.5;}
.overlay-img.ovly4 {background:  ; opacity: 0.5;}
.overlay-img.ovly5 {background:  ; opacity: 0.5;}
@media screen and (max-width: 991px) {
	.banner-box .info-img h6 {font-size: 16px;}
	.banner-box .info-img h2 {font-size: 22px;}
}
@media (max-width: 767px) {
	.banner-col-left {display: none;}
	.banner-col-right {width: 100%;margin-left: 0;}
}
@media (max-width: 414px) {
	.banner-col {width: 100%!important; margin-left: 0!important;margin-bottom: 5px;}
	.banner-col-top, .banner-col-top4{margin-bottom: 0!important;}
}
.home-banner-top .sub-heading { display: none; }
@media only screen and (max-width: 736px) {
	.home-banner-top {margin: 0 0 30px;}
	.home-banner-top .sub-heading {
		background-color: #CE375C;
		border-radius: 0;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 18px;
		font-weight: 700;
		padding: 15px;
		position: relative;
		width: 100%;
		text-transform: capitalize;
	}
	.home-banner-top .sub-heading .banner_toggle {
		cursor: pointer;
		display: block;
		left: 0;
		margin-bottom: 10px;
		margin-top: 15px;
		overflow: hidden;
		padding-bottom: 5px;
		position: absolute;
		right: 0;
		top: 0;
		transition: none 0s ease 0s;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-ms-transition: all 0s ease 0s;
		-o-transition: all 0ms ease 0s;
		width: 100%;
	}
	.home-banner-top .sub-heading .banner_toggle::before {
		border: 1px solid #fff;
		box-sizing: border-box;
		color: #fff;
		content: "\f107";
		display: inline-block;
		font-family: "FontAwesome";
		font-size: 18px;
		font-weight: normal;
		height: 23px;
		margin: 0;
		position: absolute;
		right: 16px;
		text-align: center;
		width: 23px;
	}
	.home-banner-top .main-banner {
		text-align: center;
		display: none;
		margin-top: 15px;
	}
}

/*SECTION 3 + 4 + 5 + 6 + 7 + Sp lien quan*/
.box-section-collection {margin-bottom: 30px;}
#section_1 .tab-list,#section_2 .tab-list,#section_3 .tab-list,#section_4 .tab-list {line-height: 0;}
.tab-category {
	margin-bottom: 0;
	background: #fff;
}
.tab-category .title-category, 
.tab-relative-pr .title-category {
	margin-bottom: 0;
	height: 52px;
	line-height: 50px;
	padding: 0;
	text-align: left;
	position: relative;
	background: #CE375C;
	display: flex;
}
.tab-category .icon-title, 
.blog-home .icon-title, 
.tab-relative-pr .icon-title,
.title-home .icon-title {
	width: 49px;
	height: 52px;
	position: relative;
	text-align: center;
	float: left;
	background: #CE375C;
}
.tab-category .icon-title:before, 
.blog-home .icon-title:before, 
.tab-relative-pr .icon-title:before,
.title-home .icon-title:before {
	font-size: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.tab-category .icon-title img, 
.blog-home .icon-title img, 
.tab-relative-pr .icon-title img,
.title-home .icon-title img {
	z-index: 6;
	margin-top: 14px;
	position: absolute;
	left: 13px;
	width:24px;
	height: 24px;
}
.tab-category .icon-title-2, 
.blog-home .icon-title-2, 
.tab-relative-pr .icon-title-2,
.title-home .icon-title-2 {
	float: left;
	width: 5px;
	height: 52px;
	background: #CE375C;
}
.tab-category .icon-title-2:before, 
.blog-home .icon-title-2:before, 
.tab-relative-pr .icon-title-2:before,
.title-home .icon-title-2:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 5px solid rgba(0,0,0,0.1);
	z-index: 1;
}
.tab-category .title_text, 
.blog-home .title_text, 
.tab-relative-pr .title_text,
.title-home .title_text {
	font-size: 14px;
	color: #ffffff;
	vertical-align: top;
	line-height: 50px;
	height: 50px;
	float: left;
	padding: 0 10px;
	flex-basis: 155px;
}
.tab-category-2 .title-category,
.tab-category-4 .title-category {
	display: flex;
	justify-content: flex-end;
}
.tab-category-2 .title-category .icon-title,
.tab-category-4 .title-category .icon-title{
	order: 3;
}
.tab-category-2 .title-category .icon-title-2,
.tab-category-4 .title-category .icon-title-2{
	order: 2;
}
.tab-category-2 .title-category .title_text,
.tab-category-4 .title-category .title_text{
	order: 1;
	text-align: right;
}
.tab-category-1 .icon-title-2, 
.tab-category-1 .icon-title, 
.tab-category-1 .title-category {
	background: #CE375C;
}
.tab-category-2 .icon-title-2, 
.tab-category-2 .icon-title, 
.tab-category-2 .title-category {
	background: #CE375C;
}
.tab-category-3 .icon-title-2, 
.tab-category-3 .icon-title, 
.tab-category-3 .title-category {
	background: #CE375C;
}
.tab-category-4 .icon-title-2, 
.tab-category-4 .icon-title, 
.tab-category-4 .title-category {
	background: #CE375C;
}
.tab-category-5 .icon-title-2, 
.tab-category-5 .icon-title, 
.tab-category-5 .title-category {
	background: #CE375C;
}

@media(max-width: 1199px){
	.tab-category .owl-controls .owl-prev:hover, 
	.tab-category .owl-controls .owl-next:hover {
		background: transparent; 
		border: 1px solid #fff;
	}
	.tab-category .owl-controls .owl-prev:before, 
	.tab-category .owl-controls .owl-next:before {
		color: #fff;
	}
	.title-home h2 a.title_text,
	.title-home .icon-title,
	.title-home .icon-title-2{
		margin-top: -1px;
	}
	.owl-controls .owl-prev, 
	.owl-controls .owl-next,
	.owl-controls .owl-prev:hover, 
	.owl-controls .owl-next:hover {
		border: 1px solid #fff;
	}
	.owl-controls .owl-prev::before, 
	.owl-controls .owl-next::before {color: #fff;}
}
@media(max-width: 991px) {
	.tab-category-2 .title-category,
	.tab-category-4 .title-category {
		justify-content: flex-start;
	}
	.tab-category-2 .title-category .icon-title, 
	.tab-category-4 .title-category .icon-title {
		order: 1;
	}
	.tab-category-2 .title-category .title_text, 
	.tab-category-4 .title-category .title_text {
		order: 3;
		text-align: left;
	}
}
@media(max-width: 736px) {
	.tab-category .owl-controls {display: none!important}
}
.tab-category .tab-list .tab-list-border {
	border-right: 1px solid #ececec;
}
ul.tab-cates {
	padding: 15px 0 !important;
	width: 100%;
	margin: 0;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
}
ul.tab-cates li {
	line-height: 30px !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	float: left;
	position: relative;
	padding: 0 40px;	
	width: 100%;
	text-align: left;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
ul.tab-cates li.active, ul.tab-cates li:hover {
	color: #fe6462;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
ul.tab-cates li.active,
ul.tab-cates li:hover, 
ul.tab-cates li:hover:after, 
ul.tab-cates li.active:after {
	color: #202020;
}
.tab-cates li:hover {margin-left: 10px;}
.tab-cates li:after {
	font-family: "FontAwesome";
	content: "\f0da";
	font-size: 12px;
	padding-right: 4px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #202020;
}
.tab-cate-content {margin-left: -15px;}
.tab-cate-slider {margin: 0 -15px; padding-top: 15px;}
.tab-category-2 .tab-cate-content, 
.tab-category-4 .tab-cate-content {
	margin-right: 0px;
	margin-left: 15px
}
.tab-category-2 .tab-list, 
.tab-category-4 .tab-list { 
	margin-left: -15px;
}
.tab-category-2 .tab-list .tab-list-border,
.tab-category-4 .tab-list .tab-list-border {
	border-right: none;
	border-left: 1px solid #ececec;
}
.tab-category-2 .icon-title,
.tab-category-4 .icon-title,
.tab-category-2 .icon-title-2,
.tab-category-4 .icon-title-2,
.tab-category-2 .title_text,
.tab-category-4 .title_text {
	float: right;
}
.tab-category-2 .icon-title-2:before,
.tab-category-4 .icon-title-2:before {
	right: 0;
	border-right: 5px solid rgba(0,0,0,0.1);
	border-left: none
}
.tab-category-2 ul.tab-cates li,
.tab-category-4 ul.tab-cates li{
	text-align: right;
}
.tab-category-2 .tab-cates li:after,
.tab-category-4 .tab-cates li:after {
	padding-right: 0;
	padding-left: 4px;
	right: 20px;
	left: auto;
	content: "\f0d9";
}
.tab-cate-content .product-item {margin-bottom: 15px;}
@media(max-width: 979px) and (min-width: 768px) {
	ul.tab-cates li {padding: 0 15px;}
}
.tab-category .tab-cate-content .tab-cate-brand {
	//padding: 3px 15px; 
	margin: 0 -15px;
	height: 52px;
}
.tab-category-1 .tab-cate-content .tab-cate-brand {
	border: 3px solid #CE375C;
border-left: 0;
}
.tab-category-2 .tab-cate-content .tab-cate-brand {
	border: 3px solid #CE375C;
border-right: 0;
}
.tab-category-3 .tab-cate-content .tab-cate-brand {
	border: 3px solid #CE375C;
border-left: 0;
}
.tab-category-4 .tab-cate-content .tab-cate-brand {
	border: 3px solid #CE375C;
border-right: 0;
}
.tab-category-5 .tab-cate-content .tab-cate-brand {
	border: 3px solid #CE375C;
border-left: 0;
}
.item-brand {
	display: inline-block;
	width: 10%;
	margin: 5px 9px;
}

/*BLOG*/
.blog-home {margin-bottom: 30px;}
.blog-content .thumb-wrapper {
	position: relative;
	overflow: hidden;
	padding: 0
}
.blog-content .thumb-wrapper::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	opacity: 0
}
.blog-content .thumb-wrapper img {width: 100%}
.blog-content .posts-img-link {
	width: 120px;
	text-align: center;
	position: absolute;
	margin: -19px 0 0 -60px;
	left: 50%;
	top: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #CE375C;
	color: #fff;
	border-color: #CE375C;
}
.blog-content .posts-img-link {
	-webkit-transform: scale(.7);
	transform: scale(.7);
	opacity: 0
}
.blog-content .posts-img-link:hover {
	background-color: #3e3e3e;
	color: #fff;
	border-color: #3e3e3e;
}
.blog-content .comments-qty,
.blog-content .date-icon {
	display: inline-block;
	position: absolute
}
.blog-content .date-icon {
	top: 18px;
	left: 0;
	margin: 0;
	background-color: #CE375C;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.blog-content .date-icon {
		display: inline-block;
		float: left;
		margin: 0 40px 5px 0;
	}
}
.blog-content .date-icon span {
	font-size: 30px;
	display: block;
	padding-top: 5px;
	line-height: 30px;
}
.blog-content .comments-qty {
	top: 90px;
	left: 0;
	width: 60px;
	text-align: center
}
.blog-content .comments-qty i {
	padding: 0 5px 0 0
}
.blog-content .item-content {
	position: relative;
	padding: 15px 15px 25px 80px;
	background: #fff
}
.blog-content .item-content h3 {
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 10px 0;
	text-overflow: ellipsis;
	overflow: hidden;
}
.blog-content .item-content h3 a {white-space: nowrap;}
.blog-content .entry-excerpt {
	margin: 0;
	padding: 0;
	color: #767676;
}
.blog-content .item-post:hover .posts-img-link {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.blog-content .item-post:hover .thumb-wrapper::after {
	background: #CE375C;
	opacity: 0.3
}

/*---------------------------------------------------------
SERVICE
---------------------------------------------------------*/
#service {margin-bottom: 30px;}
.bg-service {
	background: url(//theme.hstatic.net/200000936081/1001304406/14/banner-service.jpg?v=264);
	background-size: cover;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.bg-service:before {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	left: 0;
	top: 0;
}
.service-box {
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	float: left;
	padding: 28px 0;
	position: relative;
}
.service-item .service-icon {
	position: relative;
	background-color: #fff;
	border: 3px solid #CE375C;
text-align: center;
font-size: 30px;
line-height: 85px;
width: 90px;
height: 90px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: background-color .25s ease,color .25s ease;
transition: background-color .25s ease,color .25s ease;
color: #CE375C;
margin: 0 auto;
}
.service-col:hover .service-item .service-icon {
	background-color: #CE375C;
	color: #fff;
	border: 3px solid #fff;
}
.service-item .service-icon:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 95px;
	height: 95px;
	border: 3px solid #CE375C;
border-radius: 50%;
-webkit-transition: all .25s ease;
transition: all .25s ease;
filter: alpha(opacity=0);
opacity: 0;
-webkit-box-transform: translate(-50%,-50%) scale(0);
-moz-box-transform: translate(-50%,-50%) scale(0);
-o-box-transform: translate(-50%,-50%) scale(0);
transform: translate(-50%,-50%) scale(0);
}
.service-col:hover .service-item .service-icon:before {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-box-transform: translate(-50%,-50%) scale(1);
	-moz-box-transform: translate(-50%,-50%) scale(1);
	-o-box-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.service-item h4 {
	margin: 20px 0 15px;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
	line-height: 24px;
}
.service-item h4:before {
	display: block;
	content: '';
	height: 2px;
	width: 52px;
	background-color: #CE375C;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
.service-item p {
	color: #444;
	margin-bottom: 10px;
}

/*---------------------------------------------------------
MENU MOBILE
---------------------------------------------------------*/
.topbar-content .navbar-toggle {
	background: #CE375C;
	border-color: #CE375C;
	float: left;
	margin: 0 8px 0 0;
	padding: 13px;
	border-radius: 0px;
}
.topbar-content .navbar-toggle span {background: #fff;}
.helper-overflow-hidden {
	overflow: hidden !important;
	max-height: 100vh !important;
}
#menu-mb {
	width: 240px;
	z-index: 9999;
	background: #31373d;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: translate3d(-240px, 0, 0);
	transform: translate3d(-240px, 0, 0);
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}
#mp-pusher {
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.helper-overflow-hidden #menu-mb{
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.helper-overflow-hidden #mp-pusher {
	-webkit-transform: translate3d(240px, 0, 0);
	transform: translate3d(240px, 0, 0);
}
#menu-mb .menu-mb li {
	float: left;
	position: relative;
	width: 100%;
}
#menu-mb .menu-mb > li > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu-mb .menu-mb li.active > a {	border-bottom: 0; }
#menu-mb .menu-mb li a {
	color: #fff;
	padding: 10px;
	display: block;
	position: relative;
}
#menu-mb .menu-mb li a i {
	position: absolute;
	right: 5px;
	top: 12px;
}
#menu-mb .submenu-level1-children {
	background: #212529;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 15px;
	margin: 0;
}
#menu-mb .submenu-level2-children {
	background: transparent;
	width: 100%;
	position: static;
	border-radius: 0;
	padding: 0 0 0 15px;
	margin: 0;
	border: none;
	box-shadow: none;
}

/*---------------------------------------------------------
FOOTER
---------------------------------------------------------*/
.container-footer {
	background-color: #CE375C;
}
@media (min-width: 768px) {
	.container-footer {
		background: #CE375C none repeat scroll 0 0;
	}
}
#footer .footer-center {
	padding: 50px 0;
}
.container-footer #footer .footer-center ul li:last-child em, 
.container-footer #footer .footer-center ul li:last-child,
#footer .footer-block {
	margin-bottom: 0;
}
#footer .footer-block h4 {
	font-size: 14px;
	line-height: 22px;
	border: none;
	box-shadow: none;
	padding-bottom: 0;
	font-weight: normal;
	text-shadow: none;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 30px;
	color:  #ffffff;
}
#footer .footer-block h4:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #CE375C;
	position: absolute;
	top: 30px;
	left: 15px;
}
.container-footer #footer .footer-center ul li {
	padding: 0;
	margin: 0 0 5px;
	position: relative;
}
.container-footer #footer .footer-center ul li em {
	border: solid 1px #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.container-footer #footer .footer-center ul li em:before {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.container-footer #footer .footer-center ul li span.block-text {
	width: 78%;
	display: inline-block;
	text-align: justify;
}
.container-footer #footer .footer-center ul li span.text-color {
	color: #fff;
}
.container-footer #footer .footer-center ul.bullet li a, 
.container-footer #footer .footer-center ul.bullet li {
	overflow: hidden;
}
.container-footer #footer ul li a {
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
.container-footer #footer .footer-center ul li a {
	display: block;
	padding-left: 10px;
	line-height: 25px;
	position: relative;
}
.container-footer #footer .footer-center ul li a, 
.container-footer #footer .footer-center ul li {
	font-size: 14px;
	color: #ffffff;
}
.container-footer #footer .footer-center ul.bullet li a, 
.container-footer #footer .footer-center ul.bullet li {
	overflow: hidden;
}
.footer-center .link a, 
.container-footer #footer .footer-center ul.bullet li:before, 
.container-footer #footer .footer-center ul.bullet li:after,
.container-footer #footer .footer-center ul.bullet li a:before, 
.container-footer #footer .footer-center ul.bullet li a:after {
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
.container-footer #footer .footer-center ul.bullet li a:before {
	content: "\f0da";
	font-family: "fontawesome";
	position: absolute;
	top: 0;
	left: 0;
}

.container-footer #footer .footer-center ul li a:hover {
	color: #0e0e0e !important;
}
.container-footer #footer .footer-center ul li a:hover {
	margin-left: 8px;
}
#footer .footer-newsletter p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 22px;
	line-height: 25px;
}
#footer #newsletter_block_left .block_content {
	overflow: hidden;
}
#footer #newsletter_block_left .form-group {
	margin-bottom: 0;
	position: relative;
}
#footer #newsletter_block_left .form-group .form-control {
	line-height: 40px;
	margin-bottom: 17px;
	font-size: 14px;
	color: #999999;
	background: #383838;
	border: none;
	text-shadow: none;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	text-transform: capitalize;
	position: relative;
	border-radius: 0;
	box-shadow: none;
}
#footer #newsletter_block_left .form-group .button-small {
	position: absolute;
	top:0;
	right: 0;
	padding: 0 15px;
	height: 40px;
	font-size: 14px;
	line-height: 35px;
	background: #CE375C;
	border-color: #CE375C;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#footer #newsletter_block_left .form-group .button-small:hover {
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	background: #0e0e0e;
	border-color: #0e0e0e; 
}

#footer .footer-bottom {
	background: #0e0e0e;
}
.footer-static.row-fluid {
	position: relative;
}
.footer-bottom .payment {
	text-align: center;
	padding: 0;
	padding-top: 30px;
	padding-bottom: 10px;
	opacity: 1;
}
#footer .footer-static .footer-block.footer-block-5 {
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
}
#footer .footer-bottom .footer-block-5 .footer-block-link {
	padding-bottom: 0;
	text-transform: uppercase;
	display: inline-block;
}
#footer .footer-bottom .footer-block-5 .footer-block-link a {
	color: #ffffff;
	font-size: 14px;
}
#footer .footer-bottom .footer-block-5 .footer-block-link a:hover {
	color: #0e0e0e !important;
}
#footer .footer-bottom .footer-block-5 .footer-block-link:after {
	content: "";
	display: inline-block;
	height: 9px;
	border-left: solid 1px #4c4c4c;
	margin: 0 6px;
	box-shadow: 1px 0 #000;
	-moz-box-shadow: 1px 0 #000;
	-webkit-box-shadow: 1px 0 #000;
}
#footer .footer-bottom .footer-block-5 .footer-block-link:last-child:after {
	border-left: none;
}
.footer-address {
	font-size: 14px;
	padding: 15px 0 25px;
	text-align: center;
}
#footer .footer-address p {
	color: #ffffff;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
}
.footer-address a {color: #CE375C;}

/*---------------------------------------------------------
RESPONSIVE
---------------------------------------------------------*/
.navbar-inner {display: none;}
@media(min-width: 1200px){
	.tab-category .title_text, 
	.blog-home .title_text, 
	.tab-relative-pr .title_text,
	.title-home .title_text {
		flex-basis: 200px; 
	}
}
@media(max-width: 1199px) {
	.header-top .header-logo {text-align: center;}
	#menu-desktop.main-menu > ul {width: 100%; text-align: center;}
	.main-menu > ul > li {float: none;}
}
@media(max-width: 991px) {
	.topbar {padding-top: 6px;}
	#currencies-block-top, #header-hotro, #header-khuyenmai {border: solid 1px rgba(255,255,255,0.20);}
	#social-header ul {display: inline-table;}
	#social-header ul li {margin-right: 5px; border: solid 1px rgba(255,255,255,0.20);}
	.header-megamenu {display: none;}
	.navbar-inner {display: block}
	.banner-section {display: none;}
	.tab-category .tab-cate-content .tab-cate-brand {display: none;}
	.tab-cate-content, .tab-cate-slider {margin: 0!important;}
	.tab-category-2 .icon-title,
	.tab-category-4 .icon-title,
	.tab-category-2 .icon-title-2,
	.tab-category-4 .icon-title-2,
	.tab-category-2 .title_text,
	.tab-category-4 .title_text {
		float: left;
	}
	.tab-category-2 .icon-title-2:before,
	.tab-category-4 .icon-title-2:before {
		left: 0;
		right: auto;
		border-left: 5px solid rgba(0,0,0,0.1);
		border-right: none
	}
	.tab-category-2 ul.tab-cates li,
	.tab-category-4 ul.tab-cates li{
		text-align: left;
	}
	.tab-category-2 .tab-list, .tab-category-4 .tab-list {margin-left: 0;}
	.tab-category .tab-cates {display: none;}
	.tab-category .title_text i {
		position: absolute;
		right: 0;
		top: 8px;
		padding: 7px 15px 8px;
		font-size: 20px;
		cursor: pointer;
	}
	#section_2, #section_4 {
		display: flex;
		flex-wrap: wrap;
	}
	#section_2 .tab-list, #section_4 .tab-list {order: 1;}
	#section_2 .tab-cate-content, #section_4 .tab-cate-content {order: 2;}
	#footer .footer-block {margin-bottom: 20px;}
}
@media(max-width: 768px) {
	#content-home-bottom .row {margin: 0}
}
@media(max-width: 767px) {
	.home-banner-top .main-banner {margin-top: 30px;}
	.tab-category.content-section.block {margin-bottom: 0px;}
	.tab-category {border-left: 1px solid #ececec;}
	.box-section-collection .title-category .event-drop-list {
		position: absolute;
		top: 14px;
		padding: 1px 10px;
		font-size: 18px;
		cursor: pointer;
	}
	.tab-category.block .title-category, 
	.tab-relative-pr .title-category {
		height: 52px;
		transition: none 0s ease 0s;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-ms-transition: all 0s ease 0s;
		-o-transition: all 0ms ease 0s;
	}
	.tab-category .icon-title, .blog-home .icon-title, .tab-relative-pr .icon-title,
	.title-home .icon-title,
	.tab-category .icon-title-2, .blog-home .icon-title-2, .tab-relative-pr .icon-title-2,
	.title-home .icon-title-2,
	.title-home h2 a.title_text, .title-home .icon-title, .title-home .icon-title-2 {
		margin-top: 0px;  
	}
	.box-section-collection .catalog-title > i {
		position: absolute;
		right: 0;
		top: 8px;
		padding: 8px 15px;
		font-size: 15px;
		cursor: pointer;
		color: #fff;
	}
	.tab-category .title_text, 
	.blog-home .title_text, 
	.comment-home .title_text,
	.tab-relative-pr .title_text,
	.title-home .title_text {
		margin-top: 0px;
	}
	#content-home-bottom .container .row {margin: 0}
}

/*---------------------------------------------------------
COLLECTION PAGE
---------------------------------------------------------*/
.content_scene_cat {
	color: #d7d7d7;
	line-height: 19px;
	margin: 30px 0 0;
}
.content_scene_cat .content_scene_cat_bg {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	background-color: #464646 !important;
}
.content_scene_cat .content_scene_cat_bg:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 40%;
	z-index: 1;
	height: 100%;
	opacity: 0;
	background: rgba(255,255,255,0.15);
	content: '';
	transform: translateX(-50%);
}
.content_scene_cat .content_scene_cat_bg:hover:before {
	width: 100%;
	opacity: 1;
	transition: all 0.4s ease-in-out 0s;
}
.content_scene_cat .content_scene_cat_bg:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 1;
	height: 40%;
	opacity: 0;
	background: rgba(255,255,255,0.15);
	content: '';
	transform: translateY(-50%);
}
.content_scene_cat .content_scene_cat_bg:hover:after {
	height: 100%;
	opacity: 1;
	transition: all 0.4s ease-in-out 0s;
}
.content_scene_cat .cat_desc {
	position: absolute;
	top: 50%;
	left: 92px;
	text-align: center;
	bottom: 0;
	max-width: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.rte {	background: transparent none repeat scroll 0 0; }
.content_scene_cat .cat_desc h4 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
	color: #fff;
}
.content_scene_cat .cat_desc p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
}
.content_scene_cat .collection-size {
	color: #fff;
	position: relative;
	z-index: 10;
	text-align: center;
}
.content_scene_cat .collection-size span {
	font-size: 14px;
	color: #444444;
	height: 40px;
	line-height: 40px;
	padding: 8.5px 17px;
	background: #ffffff;
}
@media (max-width: 767px) {
	.content_scene_cat .cat_desc {
		width: 100%;
		max-width: 100%;
		left: 0;
		top: 40%;
	}
}
.box-title-collection {
	width: 100%;
	background: #fff;
	margin: 0px;
	font-size: 14px;
	line-height: 1;
	padding: 5px 15px;
	border: solid 1px #ececec;
	margin-bottom: 15px;
	margin-top: 30px;
	border-radius: 0;
}
.box-title-collection h1 {
	font-size: 20px;
	color: #1f2022;
	text-transform: uppercase;
	padding: 8px 10px 0px 0;
	margin: 0;
	display: inline-block;
}
.box-title-collection .collection-size {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
}
.box-title-collection .custom-dropdown {
	margin: 2px 0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	min-width: 200px;
	overflow: hidden;
	margin-left: 2px;
	border-radius: 5px;
}
.box-title-collection .custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.box-title-collection .custom-dropdown::before,
.box-title-collection .custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.box-title-collection .custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.box-title-collection .custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}
.box-title-collection .custom-dropdown--white::before {
	background-color: #fff;
	border-left: 1px solid rgba(0,0,0,.1);
}
.box-title-collection .custom-dropdown__select {
	font-size: inherit;
	margin: 0;
	width: 100%;
}
.box-title-collection .custom-dropdown__select--white {
	background-color: #fff;
	color: #444;
}
.box-title-collection .custom-dropdown__select {
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 14px;
	padding: 3px 0px;
}
.btn-filter-mobile {
	border: 1px solid #dedede;
	padding: 5px;
	margin: 5px;
	background: #fff;
	font-size: 14px;
}
.btn-filter-mobile i {margin-left: 5px;}
.padding-top-mobile {margin-bottom: 30px;}
.product-lists.box-product-lists .product-item {margin-bottom: 30px;}
.product-lists.box-product-lists.template-list .product-item {margin-bottom: 0;}

/*---------------------------------------------------------
PRODUCT PAGE
---------------------------------------------------------*/
.product-top {background: #fff;padding: 15px 0;margin-bottom: 30px;}
/* Product images and variant */
#surround {
	margin-bottom: 15px;
}
#surround .box-image-featured {
	text-align: center;
}
#surround .product-image-feature {
	margin-bottom: 10px;
	pointer-events: none;
	border: 1px solid #ddd;
}
#sliderproduct {
	position: relative;
}
#sliderproduct .flex-direction-nav a {
	outline: none;
	width: 17px;
	height: 30px;
	opacity: 0.3;
}
#sliderproduct .flex-direction-nav a.flex-prev {
	background: url(http://hstatic.net/036/1000094036/1000169389/icon-left-flexslider.png?v=1184) no-repeat;
	left: 0;
}
#sliderproduct .flex-direction-nav a.flex-next {
	background: url(http://hstatic.net/036/1000094036/1000169389/icon-right-flexslider.png?v=1184) no-repeat;
	right: 0;
}
#sliderproduct .flex-direction-nav a.flex-prev:hover,
#sliderproduct .flex-direction-nav a.flex-next:hover {
	opacity: 1;
}
#sliderproduct .flex-viewport {
	margin: 0px 17px;
}
#sliderproduct .flex-viewport li.product-thumb a {
	border: 1px solid #E5E5E5;
	text-align: center;
	display: block;
	margin-right: 5px;
	padding: 5px;
}
#sliderproduct .flex-viewport li.product-thumb.active a {
	border: 1px solid #F44F00;
}
.information-product .product-title h1{
	color: #1f2022;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.information-product #price-preview {
	margin-bottom: 15px;
}
.information-product #price-preview span label {
	display: inline-block;
	width: 50px;
	font-size: 16px;
	vertical-align: middle;
	font-weight: normal;
	padding: 9px;
	color: #666666;
}
.information-product #price-preview span {
	color:#1f2022;
	font-size: 30px;
	font-weight: 600;
	margin-right: 10px;
}
.information-product #price-preview del {
	color:#b5b5b5;
}
.variant-style .select-wrapper label {
	display: block;
}
.variant-style input#quantity {
	background: #595959;
	color: #fff;
	font-weight: 600;
	height: 32px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #595959;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	float: left;
	-webkit-appearance: none;
}
.variant-style input.qty-btn {
	float: left;
	background: #181818;
	border: solid 1px #181818;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 0;
	color: #fff;
}
/********************* Style variant template 1 ***********************/
.variant-style .selector-wrapper, .variant-style .select-wrapper {
	margin-bottom: 10px;
}
.variant-style .selector-wrapper > label {
	min-width: 100px;
}
.variant-style .selector-wrapper .custom-dropdown {
	position:relative;
	display: inline-block;
	border: 1px solid #e7e7e7;
}
.variant-style .selector-wrapper .custom-dropdown:after {
	content: '<>';
	font: 12px "Consolas", monospace;
	color: #aaa;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 8px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}
.variant-style .selector-wrapper .custom-dropdown:before {
	content: '';
	right: 0px;
	top: 0px;
	width: 30px;
	height: 32px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none;
	display: block;
	border-left: 1px solid #e7e7e7;
}
.variant-style .selector-wrapper .custom-dropdown .custom-dropdown-select {
	height: 32px;
	text-indent: 10px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	color: #888;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	min-width: 150px;
}
/***************** Style variant template 2 ******************/
.style-variant-template {
	display: block;
}
.style-variant-template input {
	display:none;
}
.style-variant-template li {
	float: left;
	margin-right: 3px;
}
.style-variant-template li span {
	display: block;
	padding: 6px 8px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
}
.style-variant-template input[type=radio]:checked + span {
	border: 1px solid #CE375C;
background: url(http://hstatic.net/036/1000094036/1000169389/checkbox-product.png?v=1184) no-repeat right bottom #fff;
}
.style-variant-template span img {
	margin-right: 3px;
}

.variant-style button.btn-style-add {
	display: inline-block;
	border: 1px solid #0e0e0e;
border-radius: 0px;
height: 48px;
width: 200px;
background: url(http://hstatic.net/036/1000094036/1000169389/icon_addtocart.png?v=1184) no-repeat 15px center transparent;
color: #0e0e0e;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 10px;
}
.variant-style button.btn-style-add img {
	margin-right: 10px;
}
.variant-style button.btn-style-add:hover {
	background: url(http://hstatic.net/036/1000094036/1000169389/icon_addtocart.png?v=1184) no-repeat 15px center;
	border: 1px solid #CE375C;
color: #CE375C;
}
.variant-style button.btn-style-buynow {
	background: #CE375C;
	border-radius: 0px;
	color: #FFF;
	display: inline-block;
	height: 48px;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #CE375C;
}
.variant-style button.btn-style-buynow:hover {
	background: #0e0e0e;
	border: 1px solid #0e0e0e;
color: #FFF;
opacity: 0.9;
text-decoration: none;
}
.information-product .box-social-like {
	margin-top: 15px;
}
.information-product .information-more {
	margin-bottom: 10px;
}
.information-product .information-more strong {font-size: 16px;}
.information-product .information-more ul li {font-size: 14px;}
.information-product .information-more i{
	color: #707070;
	font-size: 12px;
}
.information-product .tag-wrapper {
	margin-bottom: 15px;
}
.information-product .tag-wrapper label {
	font-size: 14px;
	float: left;
	line-height: 35px;
	margin: 0;
}
.information-product .tag-wrapper li {
	display: inline-block;
	list-style-type: none;
}
.information-product .tag-wrapper li a {
	display: inline-block;
	background: #E2E2E2;
	border-left: 3px solid #CE375C;
color: #333;
padding: 4px 9px;
position: relative;
margin: 5px;
font-size: 14px;
}
.information-product .tag-wrapper li a:before {
	left: 0;
	top: 9px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #CE375C;
	border-width: 4px;
}
.collection-title-related {
	background: #1f2022;
	padding: 10px 15px;
}
.collection-title-related span {
	display: inline-block;
	padding: 5px;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
	min-width: 150px;
	text-transform: uppercase;
}

.collection-box-related .boxs-related .product-item {
	margin-bottom: 15px;
} 
.collection-box-related .product-item .item {
	margin-bottom: 20px;
}
#description,#comment,#product-review {
	margin-bottom: 15px;
	background: #fff;
}
#description, #comment {
	min-height: .01%;
	overflow-x: auto;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}
#description table {
	max-width: 100%!important;
}
/***************** Product review ************/
.product-site-title {background: #fff;padding: 15px;margin-bottom: 30px;}
#owl-demo-daxem .owl-next,#owl-demo-daxem .owl-prev {
	position: absolute;
	top: calc(50% - 15px);
}
#owl-demo-daxem .owl-next {
	right: 0;
}
#owl-demo-daxem .owl-prev {
	left: 0;
}
#owl-demo-daxem .owl-next img,#owl-demo-daxem .owl-prev img {
	background: rgba(0,0,0,0.62);
	padding: 8px;
	opacity: 0.3;
}
#owl-demo-daxem .owl-next img {
	border-radius: 4px 0px 0px 4px;
}
#owl-demo-daxem .owl-prev img {
	border-radius: 0px 4px 4px 0px;
}
#owl-demo-daxem .owl-next:hover img,#owl-demo-daxem .owl-prev:hover img {
	opacity: 1;
}

/************************** Button buy position *******************/
.btn-position {
	position:fixed;
	right:0;
	top:30%;
	z-index:9999
}
.btn-items li {
	width:95px;
	height:60px;
	border-radius:7px 0 0 7px;
	padding:10px;
	cursor:pointer;
	margin-bottom:10px;
	margin-left:auto;
	position:relative
}
.btn-items li.buy-new-pos {
	background:#ec3134
}
.btn-items li.cart-pos {
	background:#4b4a4a;
	width:95px
}
.btn-items li.calc-feet-pos {
	background:#0f8cd4;
	width:90px
}
.btn-items li.buy-new-pos:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:50px;
	background-color:#ae0d10
}
.btn-items li.cart-pos:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:50px;
	background-color:#242424
}
.btn-items li.calc-feet-pos:after {
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:3px;
	height:50px;
	background-color:#0267a1
}
.btn-items li .arrow-cirle-btn {
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	border-radius:50%;
	background-color:#d12124;
	line-height:30px;
	vertical-align:text-bottom;
}
.btn-items li.buy-new-pos span {
	font-size:14px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	width:30px;
	line-height: 20px;
}
.btn-items li.cart-pos img {
	display:block;
	margin:auto
}
.btn-items li.cart-pos span {
	font-size:14px;
	display:block;
	text-align:center;
	color:#fff;
	margin-top:4px
}
.btn-items li.calc-feet-pos img {
	vertical-align:top
}
.btn-items li.calc-feet-pos span {
	font-size:14px;
	color:#fff;
	width:48px;
	display:inline-block
}
/*************** Tab description ***************/
.content-product-page {
	margin: 20px 0;
}

.product-comment .product-tablist {
	border-bottom: 1px solid  #efefef !important;
	background: #000;
}
.product-tablist.nav-tabs > li {
	margin-right: 5px;
	margin-bottom: 0px;
}
.product-tablist.nav-tabs > li > a {
	border-radius : 0;
	margin: 15px 10px;
	padding: 0;
	background: transparent;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}
.product-tablist.nav-tabs > li > a:hover,
.product-tablist.nav-tabs > li > a:focus {
	background: transparent;
	color: #f05c60;
}
.product-tablist.nav-tabs > li.active {
	margin: 0px 5px 0px 0px;
}
.product-tablist.nav-tabs > li.active a, .product-tablist.nav-tabs > li:hover a {
	border: none;
	color: #CE375C;
	background: transparent;
	border-bottom: 1px solid #CE375C;
}
.product-tablist.nav-tabs > li.active a:before, .product-tablist.nav-tabs > li.active a:after {
	background: #f05c60;
}
.product-tablist.nav-tabs > li.tabdrop > a:before, .product-tablist.nav-tabs > li.tabdrop > a:after {
	content: none;
}
#product-tablist > li {
	float: left;
	text-align: center;
	white-space: nowrap;
}
#product-tablist > li a{
	color: #666;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-radius : 0;
}
#product-tablist > li:nth-child(2) a {

}
#product-tablist > li a:not(.active) {

}
#product-tablist > li a:hover,.pr-tablist > li a:focus {
	background-color: transparent;
}
#product-tablist > li.active {
	border-top: solid 3px #e60f1e;
	margin: -3px 0 -1px 0px;
	position: relative;
}
#product-tablist > li.active:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: 4px solid transparent;
	border-top: 4px solid #e60f1e;
}
#product-tablist.nav-tabs > li.active a {
	border-left: solid 1px #E5E5E5;
	border-right: solid 1px #E5E5E5;
	border-bottom: solid 1px #FFF;
	color: #365DB5;
	font-weight: bold;
	background: #fff;
}
#product-tablist > li span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top: 9px;
	width: 100%;

}
#product-tablist > li:first-child span {
	border-right: none;
}
.product-description-wrapper, .title-decoration {
	padding: 20px;
}
/****************** Slide Vertical In Product ******/
.mTS-buttons-out {
	background : transparent;
	padding: 0px;
}
.mTSThumbContainer a {
	border: 1px solid #ddd;
	display: block;
	padding: 5px;
	text-align: center;
}
.mTSThumbContainer a.zoomGalleryActive {
	border: 1px solid #f05c60;
}
.mTS-buttons-out .mTSButton {
	position: absolute;
	margin: 0;
}
.mTS-buttons-out .mTSButtonUp {
	left: calc(50% - 18px);
	top: -10px;
}
.mTS-buttons-out .mTSButtonDown {
	left: calc(50% - 18px);
	bottom: -10px;
}
.mTS-buttons-out .mTSButtonLeft {
	left: -27px;
	top: calc(50% - 20px);
}
.mTS-buttons-out .mTSButtonRight {
	right: -27px;
	top: calc(50% - 20px);
}
.product-page-title {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #1f2022;
}
.decoration {
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background: #CE375C;
}

/* Sản phẩm liên quan*/
#product-related {text-align: center;}
.tab-relative-pr {
	margin-top: 20px;
	//margin-bottom: 20px;
}
.tab-relative-pr .title-category {
	margin-bottom: 30px!important;
}
.tab-relative-pr.owl-carousel .owl-item .item {
	padding: 0 10px;
}
.tab-relative-pr .owl-controls {
	top: -70px;
	width: 75px;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 10px !important;
}
.tab-relative-pr .owl-controls .owl-nav div {border: 1px solid #ececec!important;}
@media (max-width: 1199px){
	.tab-relative-pr .title-category {
		background: #CE375C;
	}
	.tab-relative-pr .owl-controls div::before {
		color: #fff!important;
	}
}
.blog-slider {background: #fff; padding: 15px;}


/*---------------------------------------------------------
PAGE
---------------------------------------------------------*/
.layout-page {
	padding: 10px 0px;
}
.layout-page h1 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #1f2022;
	margin-bottom: 16px;
	padding-bottom: 12px;
}
.layout-page h1:after {
	content: none;
	position: absolute;
	width: 27px;
	background: #161616;
	height: 1px;
	margin: 9px;
}
.content-contact, .content-pages {
	padding: 30px 0 15px 0;
	margin: 0 0 30px 0;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
	-moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
	box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 13px;
}
.layout-page .page-top-title span,
.layout-page .page-left-title span {
	color: #1f2022;
	font-weight: 700;
	background: #fff;
	margin-right: 8px;
}
.layout-page .page-top-title,
.layout-page .page-left-title {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	margin: 5px 0 15px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ddd;
}
.layout-page .page-top-title i,
.layout-page .page-left-title i {
	margin-right: 10px;
	font-size: 15px;
}
.contact-form .input-group {
	width: 100%;
	margin-bottom: 10px;
}
.contact-form .input-group span.input-group-addon {
	width: 42px;
}
.contact-form .input-group span.input-group-addon i {
	font-size: 14px;
}
.contact-form .input-group * {
	border-radius: 0;
	background: #fff;
	font-size: 14px;
}
.contact-form .input-group input {
	border: 1px solid #ccc;
}
.contact-form .input-group textarea {
	width: 100%;
	height: 122px;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #ccc;
}
.contact-form button {
	color: #fff;
	background: #CE375C;
	border: 1px solid #CE375C;
font-size: 14px;
text-align: center;
text-transform: uppercase;
padding: 7px 15px;
position: relative;
width: auto;
white-space: nowrap;
margin-top: 10px;
}
.contact-form button:hover {
	color: #fff;
	background: #1f2022;
	border: 1px solid #1f2022;
}
.page-top-contact{
	margin-bottom: 30px;
}
.info-address li{
	margin-bottom: 10px;
	padding-left: 45px;
	position: relative;
	line-height: 30px;
}
ul.info-address {
	clear: both;
	padding-left: 15px;
}
.info-address li i{
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	width: 35px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.info-address li span {
	line-height: 20px;
	margin: 0;
	display: inline-block;
}
.page-google-map {
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.page-google-map iframe {width: 100%!important;}
@media ( max-width: 768px ) {
	.page-google-map iframe {
		height: 300px!important;
	}
}

/**404 ***/
.error #outline {
	margin-bottom: 5%;
	text-align: center;
}
.error .error-code {
	color:#CE375C;
	font-size: 200px;
	font-weight: 700;
	line-height: normal;
}
.error .error-message h2 {
	color:#1f2022;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.error #errorboxbody p {
	color: #737373;
	display: block;
	margin: 0 0 30px;
}
.error .button-home {
	background: #CE375C;
	border: 1px solid #CE375C;
color: #ffffff;
display: inline-block;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 10px 70px;
letter-spacing: 1px;
}
.error .button-home:hover,
.error .button-home:focus,
.error .button-home:active {
	background: #0e0e0e;
	border-color:#0e0e0e;
}
@media (max-width:  360px) {
	.error #outline {
		margin-top: 20%;
	}
	.error .error-code {
		font-size: 150px;
	}
	.error .error-message h2 {
		font-size: 24px;
	}
}

/*---------------------------------------------------------
PAGINATION
---------------------------------------------------------*/
.pagination-default {margin: 15px 0px;	padding: 0px 15px;	text-align: center;}
.pagination-default > div {display: inline-block;}
.pagination-default a {
	border: 1px solid #E5E5E5;
	border-left: none;
	float: left;
	font-style: normal;
	font-weight: normal;
	padding: 0px 12px;
	height: 33px;
	line-height: 33px;
	color: #000;
}
.pagination-default a:first-child {border-left: 1px solid #E5E5E5;}
.pagination-default a.prev, .pagination-default a.next,
.pagination-default a.prev-first, .pagination-default a.next-last {color: #000;font-size: 18px;}
.pagination-default .current {background: #EFEFEF;color: #999;}
.pagination-default a:hover {background: #EFEFEF;}

/*---------------------------------------------------------
CART PAGE
---------------------------------------------------------*/
#content {margin-bottom: 20px;}
h2.cart-title{
	text-align: left;
	font-size: 21px;
	color: #1f2022;
}
h2.cart-title:before{
	content: "";
	width: 0px;
	margin: 0px;
}
/************************** Table cart *****************/
#cartform .overflow-cart {
	overflow-x: auto;
	overflow-y: hidden;
}
#table-cart{
	width: 100%;
	max-width: 100%;
	float: left;
}
#table-cart th{
	white-space: pre-wrap;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px;
}
#table-cart td{
	border: 1px solid #ccc;
	padding: 25px 22px 25px 22px;
	text-align: center;
}
#table-cart a, 
#table-cart{
	color: #333;
}
#table-cart td strong{
	float: left;
	width: 100%;
	color: #000000;
}
#table-cart td strong:hover {
	color: #4a90e2;
}
#table-cart td span{
	width: 100%;
	float: left;
}
#table-cart td.remove a{
	background: #fff;
	float: left;
	border: 1px solid #ccc;
	width: 20px;
}
#table-cart td.remove a img{
	margin: 6px 5px;
	float: left;
}
#table-cart td input[type=number]{
	width: 40px;
	text-indent: 6px;
}
#table-cart td:nth-child(1){
	padding: 10px;
	text-align: center;
}

/******************** Form button checkout ****************/
.right-cart{
	border: 1px solid #ccc;
	padding: 25px;
	float: left;
	width: 100%;
}
.right-cart h2{
	font-size: 18px;
	width: 100%;
	float: left;
	margin: 0px;
}
.right-cart h2 label:nth-child(1){
	float: left;
}
.right-cart h2 label:nth-child(2){
	float: right;
	color: #CE375C;
}
.right-cart a.checkout{
	width: calc(100% + 0px);
	border: 0px;
	background: #CE375C;
	font-weight: bold;
	text-align: center;
	color: #fff;
	fotn-size: 14px;
	text-transform: uppercase;
	padding: 15px;
	position: relative;
	float: left;
	text-decoration: none;
	margin-top: 10px;
}
.right-cart a.checkout:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 3px;
	left: 3px;
	border: 1px solid #CE375C;
}

/******************** Form information more ***************/
.selling-point-cart{
	background:#CE375C;
	width: 100%;
	float: left;
	margin: 25px 0px;
	padding: 15px 25px;
	color: #fff;
	font-size: 12px;
}
.selling-point-cart li{
	list-style-type: none;
	padding: 3px 0px;
	width: 100%;
	float: left;
}
.selling-point-cart li span.fa{
	color: #fff;
	margin: 0px 5px;
}

/******************* Button update and buy more ***************/
a.continue-shopping,
button.update-cart{
	border: 0px;
	background: #0e0e0e;
	color: #fff;
	fotn-size: 14px;
	text-transform: uppercase;
	padding: 8px 25px;
	position: relative;
	float: left;
	margin: 20px 0px 0px 15px;
	text-decoration: none;
}
a.continue-shopping:after,
button.update-cart:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 2px;
	left: 2px;
	border: 1px solid #0e0e0e
}
a.continue-shopping:hover,
button.update-cart:hover {
	background: #CE375C;
	color: #fff;
}
a.continue-shopping:hover:after,
button.update-cart:hover:after {
	border: #CE375C;
}

/*---------------------------------------------------------
ARTICLE
---------------------------------------------------------*/
#article .article-content {background: #fff;padding: 20px;}
#article h1 {
	color: #1f2022;
	font-size: 28px;
	margin-top: 0px;
}
#article .info-created-at-article {
	color: #000000;
	font-size: 12px;
	margin-bottom: 12px;
}
#article .info-description-article {

}
#article .info-author-article {
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
#article .info-socials-article {
	margin: 5px 0px;
}
#article .info-socials-article .box-like-socials-article {
	float:left;
	padding-right:5px;
}
#article .info-tags-article {
	font-size: 12px;
	padding: 8px 10px 5px 15px;	
	border: 1px solid #DDD;
	border-left: 2px solid #b1b1b1;
	margin-top: 10px;
}
#article .info-tags-article label {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 6px;
	float: left;
	padding: 5px 5px 0;
}
#article .info-tags-article ul {
	float: left;
}
#article .info-tags-article .item {
	margin: 0;
	float: left;
}
#article .info-tags-article .item a {
	padding: 5px 8px;
	margin: 0 3px 3px 0;
	float: left;
	background-color: #f1f1f1;
	font-size: 12px;
	text-transform: uppercase;
}
#article .info-title-comment, .info-title-related-article {
	margin: 20px 0 0;	
	font-size: 16px;
	color: #fff;
	background: #CE375C;
	padding: 15px;
}
#article .info-title-comment i {
	padding-right: 5px;
	font-size: 18px;
}
#article .info-box-comment {
	background: #fff;
	box-shadow: 0 2px 0px #f7f7f7;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #f7f7f7
}
#article .info-title-related-article {
	background-image: url(//theme.hstatic.net/200000936081/1001304406/14/bg-line-dot.png?v=264);
	background-position: 0 50%;
	background-repeat: repeat-x;
	overflow: hidden;
	text-transform: uppercase;
	margin: 20px 0px 0;
}
#article .info-title-related-article span {
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	float: left;
	list-style: none outside none;
	padding: 0 5px;
	line-height: 21px;
	background: none repeat scroll 0 0 #CE375C;
}
#article .info-related-articles {
	margin-bottom: 15px;
	padding: 20px;
	background: #fff;
}
#article .info-related-articles li.item {
	line-height: 22px;
	border-bottom: 1px #ddd dashed;
}
#article .info-related-articles li.item i {
	padding-right: 5px;
	color: #CE375C;
}
#article .info-related-articles li.item a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 0;
	display: inline-block;
}
#article .info-related-articles li.item a:hover {
	color: #4a90e2;
}
/******************** Sidebar ***************/
.blog-sidebar {margin-bottom: 20px;}
.blog-sidebar .blog-title-sidebar {
	color: #fff;
	background: #CE375C;
	font-size: 14px;
	background-position: 0 50%;
	background-repeat: repeat-x;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 9px;
}
.blog-sidebar .blog-title-sidebar span {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
.blog-sidebar .blog-title-sidebar span:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	color: #fff;
	content: "\f036";
	margin-right: 8px;
}
.blog-sidebar .blog-list-articles {
	background: #fff;
}
.blog-sidebar .blog-list-articles li {
	border-bottom: 1px #efefef dotted;
	padding-bottom: 9px;
	padding: 8px 8px 0px;
	margin: 0;
}
.blog-list-articles .blog-item-image {
	width: 30%;
	float:left;
}
.blog-list-articles .blog-item-title {
	width: 70%;
	float: left;
	padding-left: 10px;
}
.blog-list-articles .blog-item-title h2 {
	margin: 0;
	font-size: 13px;
	color: #000000;
}
.blog-list-articles .blog-item-title h2:hover { 
	color: #4a90e2;
}
.blog-list-articles .blog-item-title p {
	font-size: 12px;
	color: #000000;
	margin: 10px 0px;
}
.blog-sidebar #menu-blog {background: #fff;}
/*H bo sung **/
.line-hr{
	display:inline-block;
	width:100%;
	height:12px;
	background:url(//theme.hstatic.net/200000936081/1001304406/14/bg-line-dot.png?v=264)repeat-x scroll 0 center transparent;
	margin:25px 0 20px;
}
#list-articles .blog-item-image{
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	box-shadow: 0 0 2px 0 #b5b5b5;
}

#list-articles hr{
	border-top: 1px dashed #d0d0d0;
}

.blog-list-articles li:last-child {
	border-bottom: none;
}

/*---------------------------------------------------------
BLOG
---------------------------------------------------------*/
#blog-template .article-title-fetured {
	background: #CE375C;
	padding: 10px 15px;
	min-height: 80px;
}
#blog-template .article-title-fetured h2 {
	margin-top: 0;
	font-size: 20px;
	color: #fff;
}

#blog-template .lists-articles li {background: #fff;padding: 15px;}
#blog-template .lists-articles li:first-child {
	margin-top: 0px;
}
#blog-template .lists-articles .blog-item-title h2 {
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#blog-template .lists-articles .blog-item-title p {
	font-size: 12px;
	color: #000000;
	margin: 5px 0px 10px;
}
#blog-template .lists-articles .blog-item-title .blog-content-short-description {
	font-size: 14px;

}
#blog-template .blog-list-articles-slide {
	overflow : auto;
}
#blog-template .blog-list-articles-slide li {
	margin-bottom: 5px;
	background: #fff;
}
#blog-template .blog-list-articles-slide .blog-item-image-slide {
	float: left;
	width: 45%;
}
#blog-template .blog-list-articles-slide .blog-item-title-slide {
	float: left;
	width: 55%;
	padding-left: 5px;
}
#blog-template .blog-list-articles-slide .blog-item-title-slide h2 {
	font-size: 13px;
	margin: 0;
	color: #000000
}
#blog-template .blog-list-articles-slide .blog-item-title-slide h2:hover {
	color: #4a90e2
}
#blog-template .blog-list-articles-slide .blog-item-title-slide p {
	font-size: 10px;
	color: #000000;
	margin: 5px 0px;
}
#blog-template span.sign {
	right: 0;
	position: absolute;
	padding-right: 10px;
}
.blog-sidebar .nav>li>a{
	text-transform: uppercase;
	padding: 5px;
	color: #000000
	font-size: 13px;
}
.blog-sidebar .nav>li>a:focus,.blog-sidebar .nav>li>a:hover{
	background:none;
	color: #4a90e2
}
.blog-sidebar .nav li li a{
	padding:5px 25px;
	text-transform: none;
}


.product-lists  {
display: flex;
    flex-wrap: wrap;
}



.content-pages ul{list-style: initial; padding-left: 40px;}
.content-pages ul li{list-style: disc;}
.content-pages ol{list-style-type: decimal;padding-left: 40px;}
.content-pages ol li{list-style-type: decimal;}
.content-pages ul ul{ list-style-type: circle;}
.content-pages ul ul ul{  list-style-type: square;}

.content-pages h1, .content-pages h2, .content-pages h3, .content-pages h4, .content-pages h5, .content-pages h6 {
 margin: 0 0 13px 0;
 font-weight: bold;
 line-height: 1.2;
}
.content-pages h1 {
 font-size: 26px;
}
.content-pages h2 {
 font-size: 18px;
}
.content-pages h3 {
 font-size: 14px;
}
.content-pages h4 {
 font-size: 14px;
 line-height: 18px;
}
.content-pages h5 {
 font-size: 14px;
 line-height: 18px;
}
.content-pages h6 {
 font-size: 14px;
 line-height: 18px;
 text-transform: uppercase;
}
.content-pages p {
 margin: 0 0 10px 0;
 line-height: 21px;
}
.content-pages ul, .content-pages ol {
 margin-bottom: 10px;
}

@media (min-width: 992px){
	.tab-category .tab-list .tab-list-border {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}

	.tab-category .tab-list .tab-list-border .banner-section {
		flex: 1 1 auto;
		height: 100%;
		overflow: hidden;
	}

	.banner-section a {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.banner-section a:before {
		content: '';
		position: relative;
		padding-bottom: calc(679px - 241px);
		display: block;
	}

	.banner-section a img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.tab-category .tab-list .tab-list-border ul.tab-cates {
		max-height: 241px;
		min-height: 241px;
	}
}

iframe.diutup {
    width: 100%;
    aspect-ratio: 1;
}

.product-image-feature[src*="pico"]{display: none !important}
.product-image-feature[src*="1024x1024"] + iframe{display: none}
a.abc {
    position: relative;
}
.xyz{
    position: absolute; top: 50%;width: 15px;left: 50%;transform: translate(-50%,-50%)
}
a.abc img:not(.xyz){aspect-ratio: 1}