/* thai */
@font-face {
	font-family: 'Trirong';
	font-style: normal;
	font-weight: 400;
	src: local('Trirong'), local('Trirong-Regular'), url(//fonts.gstatic.com/s/trirong/v1/9ral2ynWdm-gU9xBJ3XfufY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
	unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}
/* vietnamese */
@font-face {
	font-family: 'Trirong';
	font-style: normal;
	font-weight: 400;
	src: local('Trirong'), local('Trirong-Regular'), url(//fonts.gstatic.com/s/trirong/v1/HgJImb0A0mibs8qbN9Un2PY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
	unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
	font-family: 'Trirong';
	font-style: normal;
	font-weight: 400;
	src: local('Trirong'), local('Trirong-Regular'), url(//fonts.gstatic.com/s/trirong/v1/Xn0JiMD4KyYYq0-1n4bIcvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
	unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Trirong';
	font-style: normal;
	font-weight: 400;
	src: local('Trirong'), local('Trirong-Regular'), url(//fonts.gstatic.com/s/trirong/v1/XBaDEcwEYQS_hYkoepMU7g.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* 1.6 - Tables */
table {width: 100%;border-spacing: 0;}
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }

/*------------------- LOGO -------------------*/
.logo h1 a img{
	display: inline-block;
}
/*------------------- SLIDER  -------------------*/
/* FlexSlider */
.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
	border: 0;
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {position: relative;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	margin-bottom: 0px !important;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: inline-block;width:100%;
}
.flexslider .slides > li{
	display: block!important;
}
/* Dark Direction Nav */
.flex-controls {
	filter: alpha(opacity = 90);
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider .flex-direction-nav li {
	margin-bottom: 0;
}
.flex-direction-nav a {background: none;!important;}
.flexslider .flex-direction-nav li a {
	top: calc(50% - 16px);
	cursor: pointer;
	width: 40px;
	height: 60px;
	opacity: 0;
	transition: all 0.2s ease-out;
	overflow: hidden;
	background-color: #3e4146;
	text-align: center;
	text-indent: initial;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.flexslider .flex-direction-nav .flex-prev {left: 0;}
.flexslider .flex-direction-nav .flex-next {right: 0;}
.flexslider .flex-direction-nav li a:hover {background-color: #c00;}
.flexslider .flex-direction-nav .flex-prev:before {
	font-family: FontAwesome;
	content: '\f104';
	color: #fff;
	font-size: 35px;
	display: inline-block;
	line-height: 63px;
	text-align: center;
	width: 40px;
	height: 60px;
}
.flexslider .flex-direction-nav .flex-next:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #fff;
	font-size: 35px;
	display: inline-block;
	line-height: 63px;
	text-align: center;
	width: 40px;
	height: 60px;
}
.flexslider:hover .flex-direction-nav > li >a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.flex-direction-nav li .flex-disabled {display: none; filter:alpha(opacity=30); cursor: default;}
.flex-controls .flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	z-index: 9;
}
.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
	display: block;
	background: #999;
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: none;
}
/*------------------------- HEADER -----------------------*/
/*--- Logo ---*/
.logo.text-center {display: flex;}
.logo.text-center h1{
	padding: 0 10px;
	font-size: 26px;
	margin-top: 15px;
	line-height: 32px;
	color: #343e47;
}
.sep-holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	min-width: 10%;
	top: 83px;
}
.sep-holder .sep-line {
	height: 1px;
	border-top: 1px solid #ebebeb;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}
.sep-holder .sep-line.sl-right {/*width: 38%;*/}

/*--- Panel ---*/
.head-2 .box-header {
	position: absolute;
	top: -105px;
	right: 0;
	background: #ddd;
	padding: 15px;
	width: 300px;
	text-align: left;
	z-index: 99;
}
.head-2 .box-header li {
	background: #fff;
	border-radius: 0px!important;
	margin-bottom: 10px!important;
}
.head-2 .box-header li.searchform {padding: 5px 10px;}
.head-2 .box-header li a {
	display: block;
	cursor: pointer;
}
.head-2 .box-header li h4 a {	color: #0c0c0c; }
.head-2 .box-header li h4 a:hover {color: #c46800;}

.head-2 .box-header li .dropdown-list {
	width: auto;
	padding: 5px 0 0 0;
	background-color: #fff;
	z-index: 100;
	right: 190px;
	top: 0px;
}
.head-2 .box-header .dropdown-list li a {
	display: block;
	padding: 0px 10px;
	white-space: nowrap;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.panel-group .panel-default .panel-title a {
	position: relative;
	padding: 11px 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
}
.panel-default>.panel-heading { padding: 0px 10px;}
.panel-body {	padding: 10px; }
.panel-group  .panel-title a:before {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 10px;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 7px;
	color: #bcbcbc;
	text-align: center;
}
.panel-group .active .panel-title a:before {	content: "\f068"; }

/*--- Mini cart ----*/
.cart_content .item-cart {margin-bottom: 15px; position: relative;}
figure.image-cart {
	width: 30%;
	float: left;
	border: 1px solid #eee;
	padding: 3px;
}
.cart_content .item_2.item-cart {
	position: relative;
	margin-bottom: 15px;
}
.text_cart {
	float: left;
	padding: 0 0 0 5px;
	width: 70%;
	text-align: left;
	line-height: initial;
}
.text_cart h4 {margin: 0;}
.text_cart h4 a {font-size: 12px!important; line-height: 22px!important; font-weight: bold;}
.remove_link {
	position: absolute;
	left: -5px;
	top: -8px;
}
.remove_link a i {font-size: 20px;}
.cart_content .text-mini-cart {
	padding: 0 0 15px;
}
.cart_content .cart_block_total {float: right;}
.cart_content .cart-check-mini {
	text-align: center;
	/*padding: 10px 0;
	border-top: 1px solid #e0e0e0;*/
}
.cart-overflow {
	max-height: 300px;
	overflow: auto;
}
/*--- Cart-buttom ---*/
.cart_content .cart-check-mini a.cart-link, .cart_content .cart-check-mini a.checkout-button {
	background: transparent;
	display: inline-block;
	padding: 0px 7px;
	color: #0c0c0c;
	border: 2px solid #0c0c0c;
	line-height: 37px;
	margin-right: 5px;
}
.cart_content .cart-check-mini a.cart-link:hover, .cart_content .cart-check-mini a.checkout-button:hover {
	background: #0c0c0c;
	color: #fff;
	border: 2px solid #0c0c0c;
}
/*--- Hoteline ---*/
.head-2 .box-header li.block-hotline { background: transparent; margin: 15px 0 0 !important; }
.head-2 .box-header li.block-hotline span {color: #fe0000; font-size: 14px;}

/*--------------------------- HEADER MOBILE ---------------------------------*/
/*------------------- search mobile -------------------*/
#menu-gadget .searchform {	width: 163px;	float: right;	margin: 10px 15px; }
#menu-gadget .searchform input[type=text] {
	width: calc(100% - 30px);
	float: left;
	border: 0;
	font-size: 15px;
	padding: 5px;
	padding-left: 30%;
	transition: 0.4s all;
}
#menu-gadget .searchform input[type=text]:focus {	padding-left: 5px; }
.main-header .header-control {display: none;}

/*------------------- account-header -------------------*/
.account-header {	display: inline-block;	position: relative; }
.account-header .account-block {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 17px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	padding: 7px 1px 0px 0px;
	margin: 24px 0px 0px 0px;
	cursor: pointer;
}
.account-header:hover .account-block{
	background-color:#97c505;
	border-color:#97c505;
	color: #fff;
}
.account-header .account-list {
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	z-index: 1111;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border: none;
	width: 160px;
	color: #333;
	text-align: right;
	padding: 15px;
	right: -15px;
	margin-top: 16px;
	font-size: 13px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.account-header:hover .account-list {
	top: 100%;
	opacity: 1;
	visibility: visible;
	margin-top: 3px;
}
.account-header .account-list:after {
	position: absolute;
	top: -10px;
	right: 25px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}
.account-list .account-links li {	line-height: 20px;	font-size: 14px; }
.account-list .account-links li a {	color: #666666;	display: block;	padding: 4px 0; }
.account-list .account-links li a:hover{	color:#97c505; }
/*------------------- account-header -------------------*/
/*------------------- mini-cart -------------------*/
#cart_block {
	padding: 0px;
	margin: 24px 0px 0px 28px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#cart_block .cart-heading {
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
#cart_block .cart-heading .cart-count {
	position: absolute;
	width: 23px;
	height: 23px;
	background:#0c0c0c;
	color: #fff;
	text-align: center;
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	font-weight: 600;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin-left: -17px;
	margin-top: 11px;
	font-style: normal;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	z-index: 1;
}
#cart_block .cart-heading .cart-icon {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	padding: 11px 0px 0px 0px;
	position: relative;
}
#cart_block .cart-heading .cart-icon img.cart-icon-hover {	visibility: hidden;	opacity: 0; }
#cart_block .cart-heading .cart-icon img {
	display: block;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}
#cart_block .cart-heading p {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 12px 0px 0px 10px;
	font-size: 14px;
	line-height: 22px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	color:#0c0c0c;
}
#cart_block .cart-heading p:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 10px;
	color: #0c0c0c;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	vertical-align: top;
	margin: 4px 0px 0px 10px;
}
#cart_block:hover .cart-heading .cart-count {	background: #333333;	color: #fff; }
#cart_block:hover .cart-heading .cart-icon{	background:#97c505;	border-color:#97c505; }
#cart_block:hover .cart-heading .cart-icon img.cart-icon-hover {	visibility: visible;	opacity: 1; }
#cart_block:hover .cart-heading .cart-icon img.cart-icon-standard {	visibility: hidden;	opacity: 0; }
#cart_block .cart_content{
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	z-index: 1111;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	border: none;
	color: #333;
	padding:15px;
	width: 350px;
	right: -30px;
	margin-top: 16px;
	font-size: 13px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
#cart_block .cart_content:after {
	position: absolute;
	top: -10px;
	right: 40px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}
#cart_block:hover .cart_content {
	top: 100%;
	opacity: 1;
	visibility: visible;
	margin-top: 3px;
}

/** cart hover mobile */
.cart_content .item-cart{
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
figure.image-cart {
	width: 30%;
	float: left;
	border: 1px solid #eee;
	padding: 3px;
}
.text_cart {
	float: left;
	padding:0 12px;
	width: 70%;
	text-align: left;
	line-height: initial;
}
.text_cart h4{	margin:0; }
.remove_link {	position: absolute;	right: 0px;	top: 0px; }
a.remove-cart {	color: #000;	font-size: 18px; }
a.remove-cart:hover {	color: #9c9b9b; }
.cart-check-mini a {
	margin-right: 0;
	border: none;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
.cart-check-mini a span {
	padding: 7px 0;
	font-size: 1.1em;
	font-weight: 500;
	display: block;
	border-radius: 3px;
	text-transform: uppercase;
	background:#f09042;
	color: #fff;
	line-height: 24px;
}
/*.cart-check-mini {
border-top: 1px solid #e0e0e0;
padding: 20px 20px 10px 20px;
margin: 0;
}*/
.text-left {	text-align: left; }
.cart_block_total {	float: right; }



/*------------------- MENU 3 CẤP  -------------------*/
.menu-subnav {
	display: flex;
}
/*ul.cssmenu  li a:hover{
color: #f2600d;
}*/
ul.cssmenu > li > .sub-menu {
	background: #0c0c0c;
	width:250px;
	position: absolute;
	z-index: 9;
	visibility: hidden;
}
ul.cssmenu > li.sub-sub-menu > a:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color: #efefef;
	vertical-align: top;
	margin: 5px 0px 0px 12px;
}
ul.cssmenu > li.sub-sub-menu > a:hover:after {color: #c46800;}
ul.cssmenu > li > .sub-menu > .content {	display: none; }
ul.cssmenu li .sub-menu .content {
	padding: 0;
	background: #0c0c0c;
	border: 1px solid #ddd;
	/*box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;*/
}
ul.cssmenu > li > .sub-menu > .content {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 25px;
}
ul.cssmenu > li > .sub-menu > .content {
	-webkit-transition: all 200ms ease-out !important;
	-moz-transition: all 200ms ease-out !important;
	-o-transition: all 200ms ease-out !important;
	-ms-transition: all 200ms ease-out !important;
	transition: all 200ms ease-out !important;
}
ul.cssmenu li.sub-sub-menu:hover .sub-menu > .content {
	margin-top: 0px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
ul.sub-menu-2:before {
	border: 1px solid;
	border-color: #ddd transparent transparent #ddd;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	height: 15px;
	width: 15px;
	left: 50px;
	pointer-events: none;
	position: absolute;
	margin-left: -6px;
	background: #0c0c0c;
	top: -7px;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 > li:first-child:hover:before {
	border: 1px solid;
	border-color: #efefef transparent transparent #efefef;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	height: 15px;
	width: 15px;
	left: 22px;
	pointer-events: none;
	position: absolute;
	margin-left: 23px;
	background: #efefef;
	top: -7px;
}
ul.cssmenu li .sub-menu .content .hover-menu ul.sub-menu-2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 > li {
	position: relative;
	margin: 0;
	float: initial;
	padding: 0 15px;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 > li:hover {
	background: #efefef;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 > li a {color:#efefef;}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 > li:hover a {color:#0c0c0c;}
ul.cssmenu li .sub-menu .content .hover-menu a {
	display: block;
	position: relative;
	margin: 0;
	font-size: 14px;
	text-transform: inherit;
	text-align: left;
	padding: 10px 0;
}
ul.cssmenu li .sub-menu .content .hover-menu a.submenu {
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
ul.cssmenu li .sub-menu .content .hover-menu a.submenu:after {
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #efefef;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0;
	visibility: hidden;
}
ul.cssmenu li .sub-menu .content .hover-menu li:hover > a.submenu:after {
	left: 5px;
	opacity: 1;
	visibility: visible;
}
ul.cssmenu li .sub-menu .content .hover-menu li:hover > a.submenu {
	padding-left: 25px;
	color:#c46800;
}
ul.cssmenu li .sub-menu .content .hover-menu ul .lv3-menu {
	display: none;
	width: 190px;
	padding: 0px 0px;
	position: absolute;
	z-index: 10;
	left: 100%;
	top: 0;
	margin: 0px 0px 0px 30px;
	background: #0c0c0c;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	opacity: 0; 
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
ul.cssmenu li:hover .sub-menu .content .hover-menu ul ul {
	display: block;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 ul.lv3-menu > li {padding: 0 15px;}
ul.cssmenu li .sub-menu .content .hover-menu  ul ul.lv3-menu li:first-child:before {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	content: "";
	top: 12px;
	left: -10px;
	border-right-color: #fff;
	border-left-width: 0;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 ul.lv3-menu > li:hover {
	background: #efefef;
}
ul.cssmenu li .sub-menu .content .hover-menu  ul ul.lv3-menu li:first-child:hover:before {
	border-right-color: #efefef;
}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 ul.lv3-menu > li a {color: #efefef;}
ul.cssmenu li .sub-menu .content .hover-menu > ul.sub-menu-2 ul.lv3-menu > li:hover a {color: #0c0c0c;}
ul.cssmenu li .sub-menu .content .hover-menu a.submenu:before {
	display: block;
	position: absolute;
	top: 16px;
	right: 20px;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 9px;
	line-height: 9px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	color: #efefef;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
ul.cssmenu li .sub-menu .content .hover-menu li:hover > a.submenu:before {
	right: 0px;
	color: #333;
	opacity: 0;
}
ul.cssmenu li .sub-menu .content .hover-menu  ul ul li {
	position: relative;
	float: initial;
}
ul.cssmenu li .sub-menu .content .hover-menu li:hover .lv3-menu {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	margin-left: 0px;
}

/*------------------- end MENU 3 CẤP  -------------------*/
/*------------------- MENU 3 CẤP mobile  -------------------*/
#menu-gadget {
	display: none;
}
#menu-icon {
	background: #ffffff;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding: 2px 10px;
	text-transform: uppercase;
	position: relative;
	float: left;
	margin: 10px 15px;
	border: 1px solid #dbdbdb
}
#menu-icon:after {
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	width: 1.25em;
	font-size: 18px;
	color: #808080;
	vertical-align: middle
}
#menu-icon.active:after {
	content:"\f106";
}
#menu-gadget .menu {
	display:none;
	padding:0;
	margin:0;
	float: left;
	width: 100%;
	width:100%;
}
#menu-gadget .menu li { 
	position: relative;
	list-style-type:none;
	background-color:#444;
}
#menu-gadget .menu li a {
	display: inline-block;
	color: #fff;  
	border-bottom:1px solid #323232;
}
#menu-gadget .menu  li {
	padding: 0;
}
#menu-gadget .menu  li > a {
	padding: 10px 15px; 
	display: block;
	text-align: left;
}
#menu-gadget .menu  li li  a {
	padding: 10px 15px 10px 45px; 
	font-size:12px;
	display: block;
}
#menu-gadget .menu  li li li a {
	padding: 10px 15px 10px 60px; 
	display: block;
}
#menu-gadget .menu li a:hover { 
	color: #B90100; 
}
#menu-gadget .menu li li {
	font-size: 12px;
}
#menu-gadget .menu li li.last { 
	padding-bottom: 0 !important;  
}
#menu-gadget .menu li i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
}
#menu-gadget .menu  li  i {
	top: 8px;
	font-size:21px;
	padding:0 20px;
	right:5px;
	color: #fd8d39;
}
#menu-gadget .menu  li i.fa-angle-up:before {
	content:'\f106' !important
}
#menu-gadget .menu li i:hover { 
	cursor: pointer; 
}
#menu-gadget .menu li i.opened { 
	background-position: center 7px; 
}
/** dropdown **/
#menu-gadget .menu ul {  
	width: auto;  
	padding: 0px 0px;  
	display: none;  
}
#menu-gadget .menu  li.active > a > span {
	color: inherit;
}
#menu-gadget .menu  li.active > a,
#menu-gadget .menu  li:hover > a {
	color: #fff;
	background: #4a4a4a; 
}
#menu-gadget .menu li li.active > a,
#menu-gadget .menu li li a:hover {
	color: #ccc;
}
/*------------------- end  -------------------*/

/*-------------------product-item PRODUCT-ITEM-------------------*/
.product-item{
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.product-item .product-img {
	text-align: center;
	position: relative;
}
.product-item .sale-box {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-transform: lowercase;
	border-top: 60px solid #0c0c0c;
	border-left: 60px solid transparent;
}
.product-item .sale-box .label-sale {
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	right: -5px;
	top: -47px;
	padding: 0px 6px;
	line-height: 10px;
	-webkit-transform: rotate(46deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
}
.product-item .sold-out, .item-product .tag_dacoc, .item-product .tag_daban, .item-product .tag_dangve{
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-transform: lowercase;
	border-top: 92px solid #ff6517;
	border-left: 92px solid transparent;
	z-index: 999;
}
.product-item .sold-out span, .item-product .tag_dacoc span, .item-product .tag_daban span, .item-product .tag_dangve span{
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: -62px;
	text-align: center;
	white-space: nowrap;
	font-weight:700;
	text-transform: uppercase;
	padding: 0px 6px;
	line-height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.product-item .product-detail {
	margin: 0px auto 10px auto;
	padding: 10px;
	border-top:1px dashed #e6e6e6;
	text-align: center;
}
.product-item .product-detail h3.pro-name a {
	color:#0c0c0c;
	font-size: 16px;
	font-weight: 600;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	float: left;
}
.product-item .product-detail h3.pro-name a:hover{
	color:#c46800;
}
.product-item .product-detail .pro-vendor{
	clear: both;
	padding: 8px 0;
	margin: 0 0 5px;
}
.product-item .product-detail .pro-vendor span{
	color:#0c0c0c;
}
.product-item .product-detail .pro-price {
	display: inline-block;
	border: 1px solid #d2d2d2;
	padding: 5px 32px;
	border-radius: 15px;
	color:#0c0c0c;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: -1px;
    font-size: 22px;
}
.product-item .product-detail .box-price{
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
.product-item .product-detail .pro-price-del{
	margin:0;
}
.product-item .product-detail .pro-price-del del {
	color: #aaaaaa;
	font-size: 13px;
	text-decoration: line-through;
}
.product-item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	//-webkit-transform: translate3d(0, -2px, 0);
	//transform: translate3d(0, -2px, 0);
}
.mask-brg {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	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;
}
.product-item:hover .mask-brg  {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
}
.hover-mask {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 11;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transform: perspective(200px) rotate3d(1, 0, 0, -90deg) translateY(100%);
	-webkit-transform: perspective(200px) rotate3d(1, 0, 0, -90deg) translateY(100%);
	-moz-transform: perspective(200px) rotate3d(1, 0, 0, -90deg) translateY(100%);
	-ms-transform: perspective(200px) rotate3d(1, 0, 0, -90deg) translateY(100%);
	-o-transform: perspective(200px) rotate3d(1, 0, 0, -90deg) translateY(100%);
}
.product-item:hover .hover-mask {
	transform: perspective(200px) rotate3d(1, 0, 0, 0deg) translateY(0);
	-webkit-transform: perspective(200px) rotate3d(1, 0, 0, 0deg) translateY(0);
	-moz-transform: perspective(200px) rotate3d(1, 0, 0, 0deg) translateY(0);
	-ms-transform: perspective(200px) rotate3d(1, 0, 0, 0deg) translateY(0);
	-o-transform: perspective(200px) rotate3d(1, 0, 0, 0deg) translateY(0);
}
.hover-mask .inner-mask .btn-cart {
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0);
	border: 1px solid #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	margin: 0;
	padding: 0 12px;
	color: #ffffff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0px;
}
.hover-mask .inner-mask .btn-cart i {
	margin-right: 5px;
}
.hover-mask .inner-mask .btn-cart{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.hover-mask .inner-mask .add-to-links{
	display: inline-block;
	zoom: 1;
	margin: 0;
	vertical-align: top;
}
.hover-mask .inner-mask .add-to-links >	li {
	list-style: none;
	display: inline-block;
	zoom: 1;
	margin: 0 2px 0 0;
	cursor: pointer;
}
.hover-mask .inner-mask .add-to-links >	li a{
	display: block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 0;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	color:#fff;
}
.hover-mask .inner-mask .btn-cart:hover,
.hover-mask .inner-mask .add-to-links >	li a:hover {
	color: #fff;
	border-color:#0c0c0c;
	background:#0c0c0c;
	opacity: 1;
}
.hover-mask .inner-mask .btn-cart.disabled {
	filter: alpha(opacity=45);
	opacity: 0.8;
	pointer-events: none;
	cursor: not-allowed;
	background:#0c0c0c;
	border-color:#0c0c0c;
}
/*------------------- end - product-item END-PRODUCT-ITEM-------------------*/
/*------------------- phân trang -------------------*/
div#pagination {
	width: 100%;
	float: left;

	margin-bottom: 20px;
	padding: 10px 20px;
}
div#pagination a.page-node, div#pagination span.page-node{
	font-weight: bold;
	border: 1px solid #efefef;
	border-top: 1px solid #0c0c0c;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0px 10px;
	margin: 0 5px 0 0px;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background-color: #fff;
}
div#pagination .prev, div#pagination .next {
	color:#888888;
	font-size: 16px;
	position: relative;
	line-height: 30px;
}
div#pagination .prev:hover, div#pagination .next:hover {
	color: #0c0c0c;
	background: transparent;
}
div#pagination .prev span, div#pagination .next span {
	padding: 0px 5px 0px 15px;
	white-space: nowrap;
}
div#pagination .fa:before {
	font-size: 20px;
	position: absolute;
}
div#pagination .next span {
	padding: 0px 15px 0px 0px;
	text-align: right;
}
div#pagination .next:before {
	right: 0px;
}
span.date {
	font-weight: 300;
	font-size: 12px;
}
div#pagination span.page-node.current{
	background: #0c0c0c;
	color: white;
	border-color: #0c0c0c;
}
div#pagination a.page-node:hover{
	background:#0c0c0c;
	color: #fff;
}


#pagination a:hover{
	background:#ff6709;
	color: #fff;
}
div#pagination a.next span i{
	margin-left: 4px;
}
div#pagination a.prev span i{
	margin-right: 4px;
}
/*-------------------------end  phân trang -------------------*/
.product-thumb{
	box-sizing: border-box;
	width:86px;
}
.product-thumb.active a:after, .product-thumb:hover a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #0c0c0c;
	content: "";
	position: absolute;
	top: -5px;
	left: calc(50% - 4px);
}
li.product-thumb {
	border: 1px solid #eee;
	margin: 4px;
	padding:1px;
	text-align:center;
	display:inline-block;
}
.product-thumb.active,
.product-thumb:hover {
	border: 1px solid #0c0c0c;
	position: relative;
}
#sliderproduct{
	position: relative;
	float: left;
}
#sliderproduct .flex-viewport {
	margin: auto;
}

#sliderproduct .flex-direction-nav li a{
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: block;
	background: none;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: inherit;
	text-align: center;
	font-size: 0;
	line-height: 33px;
	color: #0c0c0c;
	opacity: 0;
	border: 1px solid #0c0c0c;
	background: #f4f4f4;
}
#sliderproduct .flex-direction-nav li a.flex-prev {
	left: 0;
}
#sliderproduct .flex-direction-nav li a.flex-next {
	right: 0;
}
#sliderproduct .flex-direction-nav li a.flex-prev:before{
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
}
#sliderproduct .flex-direction-nav li a.flex-next:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px;
}
#sliderproduct:hover .flex-direction-nav li a{
	opacity: 0.7;
}
#sliderproduct .flex-direction-nav li .flex-disabled {
	display: none;
	filter: alpha(opacity=30);
	cursor: default;
}


.wap1 {
	position: relative;
	z-index: 10;
}
/*.wap2 {
margin-top: 50px;
border-top:2px dotted #e6e6e6
}*/
.banner_home{
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.banner_home:hover {
	-webkit-transform: translate3d(0, -8px, 0);
	transform: translate3d(0, -8px, 0);
}
h3.title-news {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.post-panel h3.title-panel {
	margin-top: 0;
	font-size: 16px;
}

.slide-nav{
	position:absolute;
	top:40%;
	left:20px;
	z-index:99;
}
.slide-nav.slide-next{
	right:20px;
	left:auto;
}
/*
#wrapper-product-detail, #wrapper-collection{
	padding:90px 0;
	background:#0c0c0c;
}
*/
#page-contact{
	background: transparent
}
#page-about {padding:90px 0 50px;}
#blog,#article{
	padding:90px 0 120px;
}
aside.slider {
	/*min-height: 150px*/
}
div#wrapper-detail {
	background: #fff;
	padding:15px;
}

/*line seperate*/
.top-line {
	background: #272727;
	height: 2px;	
	width: 90px;	
	margin: auto;
	margin-bottom: 30px;
	display:none;
}

/*------------------- homepage-list-product -------------------*/
.wap-list-product{
	margin-bottom: 0px;
}

/*
.wap-list-product .heading-title h3{
margin: 0;
}

.wap-list-product .heading-title{
padding: 30px 0;
}
*/
.wap-list-product p.text-center {margin-bottom: 30px;}
ul.list-gallery li{
	padding:0;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.list-gallery li a:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	background-color: transparent;
}
.list-gallery li a:after {
	bottom: -12px;
	right: -8px;
	content: "\f177";
	webkit-transform: rotate(45deg);
	-o-transform: rotate(40deg);
	transform: rotate(45deg);
	text-align: center;
	width: 50px;
	height: 60px;
	position: absolute;
	z-index: 20;
	font: 22px/22px FontAwesome;
	color: #ffffff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	background: rgba(51, 51, 51, 0.81);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
}
.list-gallery li a:hover:before {
	background-color: rgba(0,0,0,0.5);
}
.list-gallery li a:hover:after {
	opacity: 1;
}
.list-gallery li a:hover .bkg-fancybox{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bkg-fancybox{
	height:250px;
	background-position: center center;
	background-repeat: no-repeat;
}
.list-gallery li a .bkg-fancybox{
	webkit-transition: all .5s ease-in 0s;
	-o-transition: all .5s ease-in 0s;
	transition: all .5s ease-in 0s;
}
.videoyt{
	position: relative;
}
.videoyt .fancybox-media{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.form-register-news .form-control {
	position: relative;
	width: calc(100% - 100px);
}
.form-register-news input[type=submit] {
	height: 54px;
}
.map-footer p{
	margin:0;
}
.map-footer iframe {
	width: 100%;
	height: 450px;
	pointer-events: none;
}
.scrollToTop {
	border-radius: 0px;
	width: 45px;
	height: 45px;
	padding: 9px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 5px;
	display: none;
	background: #333333;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	z-index: 99999;
}
/*------------------- COLLECTION collection-all -------------------*/
.toolbar-inner.clearfix {
	background: #fff;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.tool-list .grid-list li {
	float: left;
	margin-left: 10px;
}
.tool-list .grid-list li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	vertical-align: top;
	text-align: center;
	background: #efefef;
	color: #878787;
}
.tool-list .display li.selected a {
	color: #fff;
	background:#0c0c0c;
}
.list .ajax_block_product .product-item .right-block.product-detail .pro-price-del {
	display: inline-block;
	margin-left: 15px;
}
.list .ajax_block_product .product-item .right-block.product-detail {
	/*padding: 10px 15px 10px 30px;*/
	border-top: 0;
	text-align: left;
}
.list .ajax_block_product .product-item .right-block.product-detail p.product-desc {
	margin: 10px 0;
}

/*------------------- PRODUCT product-detail -------------------*/
.page-banner {
	position: relative;
	padding: 35px 0px 60px;
	color:#ffffff;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.page-banner{
	background-image:url(//theme.hstatic.net/200000977256/1001371897/14/page-banner-bg.jpg?v=650)
}



section.page-banner:before {
	content: "";
	background: transparent;
	opacity: .45;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.product_vendor {
	display: inline-block;
}
.product_sku {
	display: inline-block;
	padding: 0 20px;
}
/*Product tag*/
.tag-wrapper {
	float: left;
	margin: 10px 0px;
	width: 100%;
}

.tag-wrapper a {
	background: #56A2CD;
	color: #fff;
	padding: 1px 5px;
	font-size: 10px;
	border-left: 3px solid #0c0c0c;
	float: left;
	margin: 0px 5px;
}

.tag-wrapper label {
	font-size: 16px;
	float: left;
	line-height: 37px;
}

.tag-wrapper .tags li.active a, .tag-wrapper .tags li.active a:before {
	border-left-color: #0c0c0c;
}
/*End if protag*/
/*Tags*/
.tags li {
	display: inline-block;
	list-style-type: none;
}

.tags li a {
	display: inline-block;
	background: #FFF;
	border:1px solid #dbdbdb;
	border-left: 3px solid #0c0c0c;
	color: #555;
	padding: 4px 9px;
	position: relative;
	margin: 5px;
	line-height: 21px;
}

.tags li a:before {
	left: 0;
	top: 11px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #3BAFDA;
	border-width: 4px;
}

.tags li.active a, .tags li.active a:before {
	border-left-color: #8CC152;
}
/*Endtags*/

.page-banner h1{
	font-size:32px;
	margin:0;
	text-transform: uppercase;
	color:#fff;
	z-index: 5;
	position: relative;
}
.page-banner .breadcrumb{
	position:relative;
	margin:0px;
	padding:0px;
	z-index:5;
	background: transparent;
}
.page-banner .breadcrumb li{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:14px;
}
.page-banner .breadcrumb >li.active {
	color:#fff;
}

.page-banner .breadcrumb li:last-child:after{
	display:none;	
}

.page-banner .breadcrumb li a{
	position:relative;
	color:#ffffff;
}
.page-banner .breadcrumb li a:hover{
	color:#c46800;	
}
.white-product{
	background:#fff;
	border: 1px dotted #ddd;
}
.product-title{
	margin-bottom:15px;
}
.product-title h1 {
	margin: 0;
	color:#0c0c0c;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
}
#surround{
	position: relative;
	text-align: center;
}
#surround .product-sale {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-top: 70px solid #0c0c0c;
	border-left: 70px solid transparent;
}
#surround .product-sale span{
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	bottom: 42px;
	line-height: 10px;
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
}
.short_description h4{
	font-size: 20px;
	margin: 0 0 10px;
	color: #333333;
}
.short_description p{
	font-size: 15px;
}
/*
#price-preview{
	margin-top: 30px;
	padding: 20px 0 10px;
	border-top: 1px dashed #bdbdbd;
	border-bottom: 1px dashed #bdbdbd;
}
*/
.product-price span {
	font-size: 24px;
	color:#0c0c0c;
	margin-right: 25px;
}
.product-price del {
	font-size: 18pxpx;
	color:#a5a5a5;
}

.quantity-bgr {
	background: #efefef;
	padding: 2px;
	clear: both;
	display: inline-block;
}
.quantity-box .qtyplus, .quantity-box .qtyminus {
	float: left;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	padding: 0px;
	font-size: 20px;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 0;
	color: #6a6a6a;
	border: 2px solid #eee;
	background: #f4f4f4;
}
input#Quantity {color: #333;
	color: #6a6a6a;
	font-size: 15px;
	line-height: 40px;
	width: 60px;
	height: 40px;
	/* margin: 0; */
	text-align: center;
	border: none;
	float: left;
}
.box-add-cart {
	border-radius: 25px;
	border: 1px solid #0c0c0c;
	border-top:0;
}
.box-add-cart:hover {
	border-color:#0c0c0c;
}
.box-add-cart:hover .btn-color-add{
	background:#0c0c0c;
	border-color:#0c0c0c;
	color: #fff;
}
.btn-color-add {
	background: transparent;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: #0c0c0c;
	margin-bottom: 3px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
	border: 1px solid #0c0c0c;
}
/*.variants .select{
padding:20px 0;
}*/
.selector-wrapper{
	margin-top: 10px;
	margin-bottom: 10px;
}
.pd40{
	padding: 40px 0;
	border-top: 1px dashed #bdbdbd;
	border-bottom: 1px dashed #bdbdbd;
}
.custom-dropdown {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.1);
	max-width: 100%;
	overflow: hidden;
	/*margin-left: 10px;*/
}
.selector-wrapper label, .select-wrapper label {
	font-size: 15px;
	color:#fff;
	width: 30%;
}
.browse-tags .custom-dropdown{
	width:200px;
	margin-top:0px;
}
.custom-dropdown::before {
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}
.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.custom-dropdown--white::before {
	background-color: #fbfbfb;
	border-left: 1px solid rgba(0,0,0,.1);
}
.custom-dropdown__select {
	font-size: inherit;
	padding: 2px;
	margin: 0;
	width:100%;
}
.custom-dropdown__select--white {
	background-color: #fbfbfb;
	color: #444;
}
.custom-dropdown__select {
	padding: 5px 15px;
	padding-right: 2.5em;
	border: 0;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.custom-dropdown::after {
	content: "\25BC";
	height: 1em;
	font-size: .625em;
	line-height: 1;
	right: 1.2em;
	top: 50%;
	margin-top: -.5em;
}
.custom-dropdown--white::after {
	color: rgba(0,0,0,.9);
}
.pt20{padding-top: 20px !important;}
.hides {
	opacity: 0;
	height: 0;
}
.product-comment .nav-tabs {
	border : none;
}
.product-comment li a {
	font-size: 13px;
	font-weight: 500;
	color:#333333;
	text-align: center;
	padding: 10px 20px;
	border: 4px solid transparent;
	border-bottom: 4px solid #d7d7d7;
	background: #fff;
	border-radius: 0;
	margin-right: 3px;
	text-transform: uppercase;
}
#page-product li.active a, #page-product li.active a:hover {
	border: 4px solid #0c0c0c;
	border-bottom:4px solid #0c0c0c;
	background-color: #fff;
}
#page-product li a:hover{
	border:4px solid transparent;
	border-bottom:4px solid #0c0c0c;
	background-color: #fff;
}	
.product-comment #mota{
	padding :20px 0;
}
.product-comment #mota ul{
	margin-left: 17px;
}
.product-comment .product-description-wrapper,
.product-comment .product-comment-wrapper {
	padding: 0;
}
.list-like {
	margin-top: 30px;
}
.title-like > h2 {
	font-size: 20px;
	color:#333333;
	text-transform: uppercase;
}
.tab-content table tr td {
	border-top: none;
}

.pageproduct-image {position: relative;}
.box-img-product {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	width: 310px;
	/*height: 100px;*/
	text-align: left;
	opacity: 0.7;
	padding: 10px 20px;
}
.product-prices {
	font-size: 25px;
	margin-bottom: 5px;
}
.product-prices del {display: inherit; font-size: 18px;}
.product-button {margin: 10px 0 0;}
.pageproduct-image .box-add-cart, 
.contact-product.btn  {
	background: #fff;
	border-radius: 0;
	display: inline-block;
	font-size: 15px;
	padding: 8px 15px;
	line-height: 18px;
	border: 2px solid transparent;
}
.pageproduct-image .box-add-cart:hover, 
.contact-product.btn:hover  {border: 2px solid #0c0c0c;}
.pageproduct-image .box-add-cart { margin-right: 5px; }
.pageproduct-image .box-add-cart a, 
.contact-product.btn a {color: #222;}
#myModal {
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#myModal .modal-header {text-transform: uppercase;}
#myModal .modal-body {padding: 25px;}
#myModal .media-left {padding-right: 30px; vertical-align: middle;}
#myModal .media a i::before {
	border: 1px solid #222;
	border-radius: 50%;
	color: #222;
	display: block;
	font-size: 30px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	width: 65px;
}
#myModal .media:hover a i::before {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}

/*------------------- BLOG  -------------------*/
#blog .home-title h2 {
	text-transform: uppercase;
	font-size: 20px;
	display: table;
	color:#2D2D2D;
	position: relative;
	z-index: 9;
	padding-right: 10px;
	background: #ffffff;
}
#blog .home-title:after{
	background:#2D2D2D;
}
/*------------------- ARTICLE  -------------------*/

#article .header-page h1 {
	margin: 0;
	color:#0c0c0c;
	font-size: 32px;
	text-transform: capitalize;
}
.author-post ul li {
	float: left;
	margin-right: 15px;
}
.author-post ul li.author span{
	color: #60a703;
}
.author-post{
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.article-author {
	float: left;
}
.article-count {
	float:right;
}
.article-comment  li {
	position: relative;
}
.article-comment  li a {
	background:#fff;
	text-transform: uppercase;
	font-size: 28px;
	display: table;
	color:#0c0c0c;
	position: relative;
	z-index: 9;
	padding:0px 10px 0 0px;
	margin: 10px 0 0px;
}
.article-comment  li a:hover{
	background-color:#fff;
}
.article-comment  li:after {
	content: '';
	height: 3px;
	position: absolute;
	width: 100%;
	background:#0c0c0c;
	bottom: 10px;
}
#article  .comment { margin-bottom: 15px; }
#article  .comment_form { margin-top: 30px; margin-bottom: 30px;}
#article .comment_form .subtext { margin-bottom: 15px; }
#article .comment_form label { display: block; }
#article  .comment_form .text {margin-bottom: 15px;display:block;}
#article  h2.comment-title { font-size: 20px; }
#article  #comment_body { width: 100%; height: 200px; }
form#article--comment-form input[type=text], #comment_body {
	font-size: 12px;
	border-radius: 0px;
	box-shadow: none;
	padding: 6px 12px;
	border: 1px solid rgb(204, 204, 204);
	height: 34px;
	line-height: 1.42857;
}
.comment_form .btn-primary {
	padding: 15px 30px;
	margin-top: 20px;
	border-radius: 4px;
	border: 0;
	text-transform: uppercase;
	background:#ff6517;
	box-shadow: none;
	font-size: 15px;
}

/*-------------------CONTACT page.contact  -------------------*/
.contact-map {
	//border: 5px solid #ffffff;
	//padding: 6px;
	background: #0c0c0c;
	padding: 5px 10px 0;
}
.contact-map .cuahangstorepingitem1_1 .cuahangstorepingitem1_1_item1, .contact-map .cuahangstorepingitem1_2 > .cuahangstorepingitem1_2_item1{
	color: #ffffff;
}
.contact-map p{
	margin:0;
}
.contact-map iframe {
	width: 100%;
	height: 500px;
	/*pointer-events: none;*/
}
.title-contact-form{
	margin: 0 0 10px;
	color:#333333;
	font-size: 20px!important;
	text-transform: uppercase;
}
.description-contact{
	margin: 30px 0;
	color: #0c0c0c;
}
.list-contact-wrapper {
	padding: 10px 0;
	border-top: 1px dashed #d7d7d7;
	border-bottom: 1px dashed #d7d7d7;
	margin-bottom: 30px;
}
.list-contact-wrapper .list-info-contact li > div {
	padding-left: 64px;
	position: relative;
}
.list-contact-wrapper .list-info-contact li > div.address-contact:before {
	content: "\f041";
	font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div.email-contact:before {
	content: "\f0e0";
	font-size: 17px;
}
.list-contact-wrapper .list-info-contact li > div:before {
	font-family: fontawesome;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-color:#0c0c0c;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	line-height: 42px;
}
.list-contact-wrapper .list-info-contact li > div.hotline-contact:before {
	content: "\f095";
	font-size: 21px;
}
.list-contact-wrapper .list-info-contact li > div p {
	display: inline-table;
	margin: 0;
	min-height: 42px;
	color: #0c0c0c
}

.list-contact-wrapper .list-info-contact li > div {
	color: #0c0c0c
}
.content-contact .btn-primary.btn-lg{
	padding: 11px 30px;
	border-radius: 0px;
	border: 0;
	text-transform: uppercase;
	background:#0c0c0c;
	box-shadow: none;
	font-size: 13px;
	color:#ffffff;;
}

/*=============******======  quickview   ====*******===============*/
/*Quickview*/
.modal-backdrop {
	background-color: transparent;
}
.close:hover, .close:focus, .close {
	opacity: 1;
}
#quick-view-modal {
	background: rgba(0,0,0,0.7);
	z-index: 9999;
}
#quick-view-modal .image-zoom.row {
	text-align: center;
}
#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 400px;
	margin-bottom: 10px;
}
#quick-view-modal div#p-sliderproduct {
	width: 270px;
	margin: auto;
}
.flexslider li.product-thumb a {
	display: block;
	position: relative;
}

#p-sliderproduct .owl-next, #p-sliderproduct .owl-prev{
	border: 1px solid #eaeaea;
	border-radius: 3px;
	width: 25px;
	height: 30px;
	display: block;
	background:#fff;
	position: absolute;
	top: calc(50% - 16px);
	cursor: pointer;
	text-indent: inherit;
	text-align: center;
	font-size: 0;
	line-height: 28px;
}
#p-sliderproduct .owl-next:before{
	content: "\f105";
	font-family: FontAwesome;
	font-size: 18px;
}
#p-sliderproduct .owl-prev:before{
	content: "\f104";
	font-family: FontAwesome;
	font-size:18px;
}
#p-sliderproduct .owl-next {
	right: -32px !important;
}
#p-sliderproduct .owl-prev {
	left: -32px !important;
}

#quick-view-modal .item:hover, #quick-view-modal .item.active {
	border: 1px solid #0c0c0c !important;
}
#p-sliderproduct .owl-item .item {
	margin: 0px 3px;
	border: 1px solid #ddd;
	padding: 2px;
}
#quick-view-modal li.product-thumb {
	float: left;
	display: block !important;
}

#quick-view-modal .product-thumb:hover, #quick-view-modal .product-thumb.active {
	border: 1px solid #E05544 !important;
}
#p-sliderproduct li.product-thumb {
	margin: 0px 3px;
	border: 1px solid #ddd;
	padding: 2px;
	width: 82px!important;
}
#quick-view-modal .modal-title.p-title {
	margin: 0 20px 0px 0;
	color:#333333;
	font-size: 20px;
	text-transform: uppercase;
}
#quick-view-modal button.close {
	position: absolute;   
	top: -15px;    right: -15px;    width: 36px;    height: 36px;    
	cursor: pointer;    
}
#quick-view-modal button.close {
	background-image: url(//theme.hstatic.net/200000977256/1001371897/14/fancybox_sprite.png?v=650);
}
#quick-view-modal .p-price{
	font-size: 24px;
	color: #5da400;
	margin-right: 15px;
}
#quick-view-modal del{
	font-size: 18px;
	color:#777777;
}
#quick-view-modal .form-input label {
	width: 100%;
	color: #828282;
	margin-bottom: 5px;
	font-size: 13px;
}
#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	border-radius: 0px;
	display: block;
	margin-top: 5px;
	height: 34px;
	font-size: 14px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset;
	padding: 6px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
}
#quick-view-modal .flex-direction-nav li .flex-disabled {
	display: none;
	filter: alpha(opacity=30);
	cursor: default;
}
#quick-view-modal .box-add-cart{
	float: left;
	margin: 10px 0;
}
#quick-view-modal .btn-color-add {
	font-size: 17px;
	width: 220px;
}
#quick-view-modal .btn-color-add:hover {
	background:#0c0c0c;
	color: #fff;
	text-shadow: none;
	border-color:#0c0c0c;
}
#quick-view-modal .form-input {
	max-width: 100%;
	padding: 10px 0px;
}
#quick-view-modal .product-price {
	border-bottom: 1px dashed #bdbdbd;
	padding-bottom: 12px;
}
#quick-view-modal .qv-readmore {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 14px 0px;
	padding-left: 20px;
}

#quick-view-modal .qv-readmore a {
	color: #E05543;
	font-weight: bold;
}
#quick-view-modal .modal-body {
	background: rgb(249, 249, 249);
	border-radius: 4px;
}
#quick-view-modal .modal-body {
	position: relative;
	padding: 15px;
}
/*End Quickview*/
/*=============******======  search   ====*******===============*/
/**
* search
* --------------------------------------------------
*/
.search-page{
	padding:70px 0 80px;
	background: transparent;
}
div#search {
	margin-bottom:30px;
	padding: 30px;
	background:#fff;
	float: left;
	width: 100%;
	outline: none;
}
.search-field {
	width: 100%!important;
}
input#go {
	width: 34px!important;
	height: 34px!important;
	float: right!important;
	background: url(//hstatic.net/0/0/global/design/theme-default/icon-search.png) #333333 center no-repeat;
	margin: 0px!important;
	font-size: 0px;
	position: relative!important;
	top:0px!important;
	border: none;
}
#search .search_box{
	width: calc(100% - 34px);
	float: left;
	outline: none;
}
#search .search_box {
	height: 34px;
	padding: 0 10px 0 26px;
	border: none;
	vertical-align: middle;
	line-height: normal;
	color: #555555 !important;
	border: 1px solid #dddddd;
}
/** ___________________    CART ____________________________
========================================================
* --------------------------------------------------
*/

/* Cart  */
/* CART */
#cart #layout-page .header-page-cart {
	margin: 20px 0px;
	padding-left: 12px;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
	background-color: rgb(245, 245, 245);

}
#cart #layout-page .header-page-cart h1 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}
#cart #layout-page .header-page-cart h1::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	right: -40px;
	width: 26px;
	height: 26px;
	transform: rotate(-45deg);
	border-right: 1px solid rgb(221, 221, 221);
	border-bottom: 1px solid rgb(221, 221, 221);
}

/* 3.7 - Cart */
#cart .buttons { margin-top: 30px; }
#cart .extra-checkout-buttons { float: right; text-align: right;  padding-top: 15px; }
#cart .extra-checkout-buttons input { border: none; box-shadow: none; height: 42px; }
#cart .qty { text-align: center; }
#cart .price { text-align: right; }
#checkout { float: right; margin-left: 15px; }
#update-cart { float: right; }
#cart .image { text-align: center; }
#cart .image a, #cart .image img { margin: 0; border: none;max-height:100px }
#cart a .variant_title { display: block; color: #555555; }
#cart a:hover .variant_title { }
#cart .item { max-width: 400px; }
#cart .item-description { font-size: 12px; }
#cart .item-quantity{width:50px; text-align: center;}
#cart .item-quantity, .line-item input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	outline: none;
	padding-left: 15px;
}
#cart table tr td,
#cart table tr th {
	border:1px solid #eaeaea;
}
#cart .remove {
	text-align: center;
}
form#cartformpage {
	margin-top: 30px;
}
#cart table{
	margin-bottom:20px;
	background: #fff;
}
#cartformpage img {
	max-width: 50px;
}
.checkout-buttons textarea {
	border-radius: 0px;
	height: 100px;
	border-color: #DDD7D7;
	margin-top: 3px;
	padding:10px;
}
.checkout-buttons label{
	display: block;
}
#cart .cart-buttons .button-default {
	color: #0c0c0c;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
	height: 45px;
	line-height: 45px;
	position: relative;
	cursor: pointer;
	margin: 7px;
	background:#fff;
	border: 2px solid #0c0c0c;
	border-radius: 0px;
	padding: 0 40px;
}
#cart .cart-buttons .button-default:hover {
	color: #fff;
	background: #0c0c0c;
	border: 2px solid #0c0c0c;
}
#cart table tr th {
	background-color: rgb(249, 249, 249);
	text-transform: uppercase;
	border-bottom:1px solid #eaeaea;
}

/* end Cart  */
.wrapper-cart{
	padding: 80px 0 120px;
	background:#0c0c0c;
}
/* - -- - - - - - - - END ---- ** CART **********************/


/** _______________________________________________
* popup cart
* --------------------------------------------------
*/
#myCart .modal-header {
	padding: 20px 0px;
	text-align: center;
	position: relative;
	background: #28303e;
}
#myCart .modal-title {
	color: #fff;
	text-transform: uppercase;
}
#myCart button.close {
	position: absolute;   
	top: -15px;  
	right: -15px;  
	width: 36px;  
	height: 36px;    
	cursor: pointer;    
}
#myCart button.close {
	background-image: url(//theme.hstatic.net/200000977256/1001371897/14/fancybox_sprite.png?v=650);
}
#myCart .modal-body {
	padding: 0 15px;
}
#cart-table th {
	padding-bottom: 10px;
	padding-top: 10px;
}
.modal-body th {
	font-size: 15px;
	color: #1C1C1C;
	font-weight: 600;
	text-align: left;
}
#cart .item-quantity, .line-item input {
	width: 64px;
	text-align: center;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #808080;
	border: 1px solid #ccc;
	outline: none;
	padding-left: 15px;
}
td.item-title span {	color: #000; }
#myCart .modal-note textarea {
	outline: none;
	border: 1px #D8D8D8 solid;
	padding-left: 10px;
	height: 70px;
	padding-top: 5px;
	width: 100%;
}
#myCart .total-price-modal {
	text-align: right;
	font-size: 20px;
	margin-top: 20px;
	color: #808080;
	font-size: 16px;
}
#myCart .total-price-modal span {
	font-size: 20px;
	color: #444;
	vertical-align: middle;
}
#myCart .comeback {
	text-align: left;
	margin-top: 30px;
}
#myCart .comeback a {
	color:#0c0c0c;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
#myCart .button-default {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
	height: 45px;
	line-height: 45px;
	position: relative;
	cursor: pointer;
	margin: 7px;
	background:#0c0c0c;
	border: 0;
	border-radius: 0px;
	padding: 0 40px;
}
/*Table popup cart **/
#myCart tr.line-item:nth-child(odd){background-color: #f8f8f8;}
#myCart tr.line-item:nth-child(even){background-color: rgba(255,255,255,0.1);}
#myCart .modal-footer{margin: 5px 15px}
#myCart table tr td{border-top:0; }
#myCart{
	background-color:rgba(0,0,0,0.7);
}
#myCart .modal-body {
	padding: 0 15px;
	max-height: 300px;
	overflow: auto;
}
#myCart #cart-table img {
	max-width: 50px;
}
td.item-image {
	width: 170px;
	text-align: center;
}
/** ______*        end popup cart
* --------------------------------------------------
*/




/* Các trang tài khoản */
/* custom account */

#layout-account .userbox{
	background-color: rgb(249, 249, 249);
	margin:auto;
	margin-bottom: 70px;
	box-shadow: none;
	border: 1px solid  rgb(230, 230, 230);
	padding: 30px;
	border-radius: 0px;
	width:500px;
	margin-top:50px;
}

#layout-account .userbox .header-account{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(230, 230, 230);
	overflow: hidden;
	text-align: center;
}
#layout-account .userbox .header-account i {
	font-size: 50px;
	margin-right: 14px;
	color:#333333;
}
#layout-account .userbox .header-account h2, #recover-password .accounttype h2 {
	font-size: 20px;
	font-weight: bold;
	color:#333333;
	text-transform: uppercase;
}
#layout-account .icon-field {
	display: block;
	text-align: left;
	color: #0F0D0D;
	padding: 0;
	margin-bottom: 5px;
	font-size: 13px;
}
#layout-account .userbox input[type=text],
#layout-account .userbox  input[type=email],
#layout-account .userbox  input[type=password]{
	width:100%;
	font-size: 12px;
	border-radius: 0px;
	line-height: 1.42857;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	padding: 6px 12px;
	border: 1px solid rgb(204, 204, 204);
	margin-bottom:15px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
#layout-account .action_bottom .btn{
	text-shadow: none;
	background:#0c0c0c;
	color:#fff;
	border-radius: 0px;
	border-color:#0c0c0c;
	text-transform: uppercase;
	position: relative;
	box-shadow: none;
	border-radius: 0px;
	padding: 9px 15px;
	font-size: 13px;
}

.req_pass {	margin-top: 10px; }
a.logout {
	float: right;
	font-size: 19px;
	line-height: 36px;
	margin-right: 20px;
}
#customer_orders, #customer_sidebar, #order_payment, #order_shipping {
	margin-bottom: 30px;
}
.note {	border: 2px dashed #ACDFFB;	padding: 9px; }
.view_address, .address_actions {	float: left;	width: 100%; }
.address_table {
	border-bottom: 1px solid #ccc;
	display: table;
	padding-bottom: 20px;
	margin: 10px 0px;
	width: 100%;
}
div#address_tables,#address_entry_table {
	background-color: rgb(249, 249, 249);
	margin: auto;
	margin-bottom: 30px;
	box-shadow: none;
	border: 1px solid rgb(230, 230, 230);
	padding: 30px 15px;
	border-radius: 0px;
	margin-top: 40px;
}
#content-address{	margin-bottom:30px; }
span.default_address.note {	float: left; }
#content-address .input-group span.input-group-addon {
	text-align: right;
	color: #0F0D0D;
	padding: 0;
	margin-bottom: 5px;
	background: transparent;
	border: 0;
	font-size: 13px;
	color: #323232;
	font-weight: bold;
	line-height: 34px;
}
.input-group {
	margin:10px 0;
	width: 100%;
}
a.add-new-address {
	font-size: 16px;
	font-weight: 500;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 7px;
	margin-bottom: 15px;
}

/* order đơn hàng*/
div#order_payment, #order_shipping{
	background-color: rgb(249, 249, 249);
	margin: auto;
	margin-bottom: 30px;
	box-shadow: none;
	border: 1px solid rgb(230, 230, 230);
	padding: 30px 15px;
	border-radius: 0px;
	margin-top: 20px;
}
#order_details tr th {
	background-color: rgb(249, 249, 249);
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
}
#order_details tr td, #order_details tr th {
	border: 1px solid #eaeaea;
	padding-left: 10px;
}
#order_details tr td:last-child, #order_details tr th:last-child {
	padding-right: 10px;
}
table#order_details {
	margin-bottom: 50px;
}



/*--------------------------------------------------------------------
NEW STYLE
--------------------------------------------------------------------*/
/*item product*/
.item-product{
	float: left;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.item-product:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.item-product figure{
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.item-product figure img{
	display: block;
	width: auto;
	height: auto;
	z-index: 1;
	position: relative;
	margin: auto;
}
.item-product .buttons-product {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	display: block;
	height: 42px;
	line-height: 42px;
	z-index: 2;
	-webkit-transition: bottom .3s ease-in-out;
	-moz-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}
.item-product:hover .buttons-product{	bottom: 10px; opacity: 1;z-index: 10;}
.buttons-product a{
	margin-right: 4px;
	border-radius: 0;
	color: #000;
}
.buttons-product a:last-child {
	margin-right: 0;
}
.buttons-product a i.fa {
	padding: 10px;
	background: #fff;
}
.item-product-info{
	padding: 10px;
	text-align: left;
	display: block;
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
}
.item-saletag i {
	bottom: 26px;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	position: absolute;
	transform: rotate(-45deg);
	left: 3px;
}
.item-product .item-saletag{
	width: 0;
	height: 0;
	border-top: 50px solid #000;
	border-right: 50px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	color: #fff;
}
.item-product .item-product-price{
	width: 100%;
	float: left;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 800;
}
.item-product .item-heading-border{margin: 0 0 10px;}
.item-product .item-heading-border:after {
	left: 50%;
	width: 70px;
	margin: 0 0 0 -35px;
}
.item-product .item-heading-border h3{margin: 0 0 12px;}
.item-product .item-heading-border h3 a{display: block; font-size: 16px; color: #0c0c0c; overflow: hidden; text-overflow: ellipsis; white-space: pre;}
.item-product .item-heading-border h3 a:hover{color: #c46800;}
.item-product .item-heading-border .subtitle{font-style: italic;font-weight: 400;font-size: 14px;line-height: 22.36px;color: #999;}
.item-product-icon{
	list-style: none;
	position: absolute;
	bottom: 0;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 11;
}
.item-product-icon:before, .item-product-icon:after {
	content: '';
	display: block;
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	animation: rockyBgAnimateOut .8s;
	-webkit-animation: rockyBgAnimateOut .8s;
}
.item-product:hover .item-product-link {
	opacity: 0.5;
}
.item-product .item-product-link {
	bottom: 0;
	z-index: 9;
	content: '';
	display: block;
	background: #0c0c0c;
	opacity: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	animation: rockyBgAnimateOut .8s;
	-webkit-animation: rockyBgAnimateOut .8s;
}


/*Blog*/	
.news-section {	margin: 0 0 20px; }
.news-section .news-post {	margin-bottom: 30px; }
.news-section .news-post img {	width: 100%; }
.news-section .news-post h2 {
	margin-bottom: 2px;
	font-size: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}
.news-section .news-post h2 a {
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #0c0c0c;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
.news-section .blog_infos li{	font-size: 11px; }
.news-section .post-content-text{	padding: 15px; }
.news-section .news-post h2 a:hover {color: #c46800; }
.news-section .news-post span {
	display: inline-block;
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.news-section .news-post .btn.readmore {
	font-weight: 500;
	text-transform: uppercase;
	color: #0c0c0c;
	display: inline-block;
	border: 2px solid #0c0c0c;
	background:#fff;
	position: relative;
	line-height: 30px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 27px;
}
.news-section .news-post .btn.readmore:hover {
	color: #fff;
	border: 2px solid #0c0c0c;
	background: #0c0c0c;
}
.news-section .news-post > a:hover {	color: #7fc914; }
.news-section .news-box article{	box-shadow: 0 2px 5px 3px #eff1f8;	background: #fff; }
.news-section .blog_infos {	display: block; }
.news-section .blog_infos li {	padding: 0; display: inline-block;}
.news-section .blog_infos li + li:before{
	content: '';
	width: 1px;
	height: 14px;
	float: left;
	margin: 0 10px;
	background: #267ae9;
}
.news-section .blog_infos li a {
	color: #282828;
	font-weight: 300;
	letter-spacing: .5px;
	line-height: 14px;
	padding: 0;
	white-space: nowrap;
}
.news-section .blog_infos li a i {	margin-right: 8px; }
.news-section .blog_infos li a:hover {	background: none;	color: #443a44; }
.news-section .blog_infos li.date{
	position: absolute;
	width: 62px;
	height: 62px;
	text-align: center;
	background: #0c0c0c;
	left: 15px;
	top: 0;
}
.news-section .blog_infos li.date a{
	font: 600 25px/21px "Open Sans", sans-serif;
	letter-spacing: 0.3px;
	color: #fff;
	padding: 10px 0px;
}
.news-section .date small{
	font: 500 12px/21px "Open Sans", sans-serif;
	letter-spacing: 0.3px;
	color: #fff;
	display: block;
	line-height: 28px;
}
.img-cap-effect:hover .img-box .img-caption {	top: 0; }
.img-cap-effect:hover .img-box .img-caption:after {	bottom: 10px;	opacity: 1; }
.img-cap-effect:hover .img-box .img-caption .box-holder ul {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.img-cap-effect .img-box {	position: relative;	overflow: hidden; }
.img-cap-effect .img-box .img-caption {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-cap-effect .img-box .img-caption:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 100%;
	opacity: 0;
	border: 5px solid #ffffff;
	border-bottom: 0;
	border-right: 0;
	-webkit-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
}
.img-cap-effect .img-box .img-caption .box-holder {
	width: 100%;
	height: 100%;
	display: table;
	background: #0c0c0c;
	opacity: 0.5;
}
.img-cap-effect .img-box .img-caption .box-holder ul {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .5s ease 1s;
	transition: all .5s ease 1s;
}
.img-cap-effect .img-box .img-caption .box-holder ul li {	display: inline-block; }
.img-cap-effect .img-box .img-caption .box-holder ul li a {
	display: block;
	width: 30px;
	height: 30px;
	background: #13314c;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

/*----- Blog Video ------*/
.video-content {padding: 0 0 50px;}
.video-content .video-body .front img {width: 100%}
.video-body { 
	list-style-type: none;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	height: 100%;
	border: 1px solid #fff;
	display: inline;
	float: left;
}
.list-item {
	width: 100%;
	display: inline;
	float: left;
	height: 100%;
}
.video-content .flipper {	position: relative;	height: 100%; }
.video-content .flipper .front {	z-index: 2;	background-color: #fff; }
.video-content .icon.play {
	opacity: .85;
	color: #efefef;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.video-content i.fa-youtube-play {
	opacity: .85;
	color: #efefef;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 35px;
}
.video-content .back {	background-color: #fff; }
.list-item .flipper .front, .list-item .flipper .back {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.list-item .flipper .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	border: 1px solid #ccc;
}
.list-item:hover .flipper .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.list-item:hover .flipper .back {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
}
.list-item:hover .front{
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.video-content .list-item .back {
	left: 0;
	right: 0;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	max-height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
}
.video-content .list-item:hover .back {	opacity: 1; }
.video-content .front, .video-content .back {	height: 100%; }
.video-content .stry-source {	width: 100%;	padding: 5%; }
.video-content .stry-source div, .video-content .stry-source img {	float: left; }
.video-content .stry-source .stry-detail h3 {
	font-size: 14px;
	margin: 0 0 .2em 0;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
}
.video-content .stry-source .stry-detail p {
	margin: 0;
	font-size: 12px;
	color: #999;
}
.video-content .stry-text {
	width: 100%;
	padding: 5%;
	clear: left;
	color: #000;
}
a.deeplink {	color: #434343!important; }
.stry-text a.button-link {
	color: #0c0c0c;
	display: inline-block;
	border: 1px solid #0c0c0c;
	position: relative;
	line-height: 25px;
	border-radius: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	margin-top: 5px;
	padding: 0px 10px;
}
.stry-text a.button-link:hover {
	color: #fff;
	border: 1px solid #0c0c0c;
	background: #0c0c0c;
}

@media (min-width: 1024px) {
	.col-video-1 .col-row {margin-right: -35px;}
	.col-video-2 .col-row {margin: 0 -25px;}
	.col-video-3 .col-row {margin-left: -35px;}
}


/*----- scroll gogle (video + mini-cart) ------*/
.back::-webkit-scrollbar, .cart-overflow::-webkit-scrollbar  {	width: 6px;	height: 6px; }
.back::-webkit-scrollbar-track, .cart-overflow::-webkit-scrollbar-track  {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.back::-webkit-scrollbar-thumb, .cart-overflow::-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); 
}
.back::-webkit-scrollbar-thumb:window-inactive, .cart-overflow::-webkit-scrollbar-thumb:window-inactive  {background: rgba(105,105,105,0.4); }


/*----- Mục Mua bán ------*/
.sale-section {	text-align: center;	margin-bottom: 50px; }
.sale-section span {font-size: 14px;}
.blog-section {	position:relative; margin-bottom: 30px;}
.blog-section-title.text-center {	margin: 0 auto; 	max-width: 900px; }
.blog-section-title .text {	margin-bottom: 50px; color: #ffffff; }
.featured-blog-post{
	position:relative;
	margin-bottom:40px;	
}
.featured-blog-post .inner-box {
	position:relative;
	background:#ffffff;
	margin:0 auto;
	border-radius:5px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}
.featured-blog-post .image {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;	
}
.featured-blog-post .image img {
	position:relative;
	display:block;
	width:100%;	
}
.featured-blog-post .post-lower{
	position:relative;
	padding:0px 15px 20px;
	border:1px solid #dadada;	
}
.featured-blog-post .post-header{	position:relative;	padding:10px 0px 10px 68px; }
.featured-blog-post .post-header .date{
	position:absolute;
	left:-15px;
	top:0px;
	padding:7px 0px;
	width:70px;
	height:70px;
	color:#ffffff;
	background:#0c0c0c;
	font-size:12px;
	line-height:26px;
	font-weight:600;
	text-align:center;
}
.featured-blog-post .post-header .day{
	position:relative;
	font-size:30px;	
}
.featured-blog-post .post-header h3{
	position:relative;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;	
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 100%;
	color:#0c0c0c;
}
.featured-blog-post .post-header h3 a{	position:relative;	color:#0c0c0c; }
.featured-blog-post .post-header h3 a:hover{	color:#c46800;	}
.featured-blog-post .post-header .post-info li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}
.featured-blog-post .post-header .post-info li a{	color:#0c0c0c;	}
.featured-blog-post .post-header .post-info li .icon{	color:#777777;	padding-right:10px; }
.featured-blog-post .post-desc{	position:relative;	padding:15px 0px 0px; }
.featured-blog-post .post-desc p{	line-height:2em;	font-size:13px; }
.hvr-float-shadow {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.hvr-float-shadow figure.image .img-caption {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hvr-float-shadow:hover figure.image .img-caption {	top: 0; }
.hvr-float-shadow figure.image .img-caption .box-holder {
	width: 100%;
	height: 100%;
	display: table;
}
.hvr-float-shadow .img-caption .text-center {
	display: table-cell;
	vertical-align: middle;
}
.hvr-float-shadow .btn.readmore {
	font-size: 12px;
	height: auto;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 0px;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.6s ease;
	transition: all 0.8s ease;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.hvr-float-shadow .btn.readmore:hover {
	color: #fff;
	border: 2px solid #0c0c0c;
	background: #0c0c0c;
}
.hvr-float-shadow:hover .btn.readmore {	bottom: 0;	opacity: 1;	}
.hvr-float-shadow .btn.readmore:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float-shadow .btn.readmore:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/******************************************************************************
FOOTER
******************************************************************************/
.footer_top {
	position: relative;
	z-index: 1;
	margin-top: 0px;
	background-color: #0c0c0c;
	//background: transparent;
	padding: 45px 0;
	font-size: 13px;
	color: #ffffff;
}
.textwidget{
	margin-top: 25px;
	color: #ffffff;
	line-height: 20px;
	text-align: left;
}
.newsletter_footer {
	margin-top: 25px;
}
.newsletter_footer h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
	color: #ffffff;
}
.newsletter_footer .input-group  .newsletter-input{
	background: #333333;
	border: 1px solid #232323;
	height: 44px;
	outline: 0;
	border-radius: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.newsletter_footer .input-group-btn .btn {
	background-color: #0c0c0c;
	height: 44px;
	border: 1px solid #0c0c0c;
	width: 44px;
	border-radius: 0px;
	font-size: 20px;
}
.newsletter_footer .input-group-btn:last-child>.btn,
.newsletter_footer .input-group-btn:last-child>.btn-group {
	margin-left: 0px;
}
.footer_headings {
	font-size: 16px;
	margin: 0;
	padding-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
}
.footer_top .top-line {
	background: #272727;
	height: 3px;
	width: 45px;
	margin: 0;
	margin-bottom: 25px;
	text-align: left;
}
.footer-static-content {
	margin-left: -10px;
	margin-right: -10px;
}
.flickr_image {
	width: 33%;
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 0 13px 0;
	padding: 0px 6px;
	line-height: 0;
}
.flickr_image:nth-of-type(3n+1) {	clear: left;}
.text_about{	margin-bottom: 19px; }
p.left_text {
	display: inline-block;
	float: left;
	width: 23%;
	margin: 0;
	color: #ffffff;
}
p.right_text {
	display: inline-block;
	float: left;
	color: #ffffff;
	width: 77%;
	margin: 0;
}
.footer_bottom{
	background: #0c0c0c;
	padding: 35px 0 30px 0;
	color: #ffffff;
	border-top: 1px solid #e3e3e3;
}
.footer_bottom a{color: #ffffff;;}
.footer_bottom a:hover{color: #c46800;}
.footer_top .container .row > div{padding-bottom: 20px;}
.product.col-md-4.col-sm-6.col-xs-12:nth-of-type(3n+1) {
	clear: left;
}

/*Thư viện ảnh của footer*/
.footer-img ul li {
	display: inline-block;
	width: 32%;
	padding: 5px!important;
	position: relative;
	margin-top: 0px!important;
	margin-bottom: 5px!important;
}
.img-block:hover .overlay { 	opacity: 1; }
.img-block .overlay {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-block .overlay i {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

/*icon social footer*/
.footer-static-top .link-follow a{
	position: relative;
	display: block;
	height: 37px;
	line-height: 36px;
	width: 37px;
	text-align: center;
	font-size:18px;
	padding: 0
}
.footer-static-top .link-follow a:hover { background: #0c0c0c; color: #fff;}
.footer-static-top .link-follow li{float: left; padding: 0; padding-right: 8px;}
.footer-static-top .link-follow li a span{
	min-width     :70px;
	height        : auto;
	line-height   : 20px;
	padding       :1px 5px;
	left          : 50%;
	margin-left   :-40px;
	text-transform: none;   
	font-size     : 12px;
	color         :#fff;
	font-weight   : normal;
	text-align    : center;
	background    : #414149;
	text-indent   : 0px;
	position      : absolute;
	pointer-events: none;
	bottom        :60px;
}
.footer-static-top .link-follow li a span:before,
.footer-static-top .link-follow li a span:after{
	content     : '';
	position    : absolute;
	bottom      : -5px;
	left        : 50%;
	width       : 0;
	height      : 0;
	border-left : 5px solid transparent;
	border-right: 5px solid transparent;
	border-top  : 5px solid rgba(0,0,0,0.1);
}
.footer-static-top .link-follow li a span:after{
	bottom: -5px;
	border-top: 5px solid  #414149;
}
.footer-static-top .link-follow li a:hover span{bottom:50px;}
.footer-static-top .link-follow a {border: 1px solid #ffffff; color: #ffffff; }
.footer-static-top .link-follow a svg{
	fill: currentColor;
}
.footer-static-top .link-follow li a span{ 
	filter: alpha(opacity=0);
	opacity: 0; 
}
.footer-static-top .link-follow li a:hover span{
	filter: alpha(opacity=100);
	opacity: 100;
}

/*About us*/
.item--about-content {
	background: #fbfbfb;
	padding: 50px 15px 40px;
	
	margin-top: -140px; 
	
}
.item--about-content p {	color: #333333;	margin-bottom: 24px; }
.item--about-content .icon {	color: #666; }
.item--about-content img {	margin-bottom: 30px; }
.item--about-content h2 {
	line-height: 40px;
	max-width: 400px;
	display: block;
	margin: 0 auto 15px;
	float: none; 
	color: #333333;
}
.item--about-content .item--p-top {
	color: #000000;
	margin-bottom: 40px; 
}
@media (max-width: 991px) {
	.item--about-content {	margin-top: 0; } 
}
.item--about-us {	padding-top: 115px;	padding-bottom: 50px; }
.item--about-us:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #000000;
	display: inline-block; 
}
.item--about-us .item--title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 70px; 
	color: #333333;
}
.item--about-us .item--quote {
	line-height: 40px;
	margin-bottom: 24px; 
	color: #333333;
}
.item--about-us .item--author {
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	line-height: 21px;
	color: #666;
	margin-bottom: 24px;
	display: block; 
}
.section-col-about {margin-bottom: 100px;}

/*----- Chính sách -----*/
.section--policy {
	background: #fff;
}
.section--policy li {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3; 
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
.section--policy .item--policy {	padding: 30px 0; }
.section--policy.style--borderless {	border: none; }
.section--policy.style--borderless li {	border: none; }

@media (max-width: 767px) {
	.section--policy li {		padding: 0; }
	.section--policy .item--policy {		padding: 30px 15px; }
	.section--policy li:first-child .item--tooltip-container {
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0); 
	}
	.section--policy li:first-child .item--tooltip-container:before {	left: 7vw;	margin-left: 0; }
	.section--policy li:last-child .item--tooltip-container {
		right: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		left: auto; 
	}
	.section--policy li:last-child .item--tooltip-container:before {
		right: 7vw;
		margin-left: 0;
		left: auto; } 
}
.item--policy .icon .fa {	font-size: 42px;	line-height: 42px; }
.item--policy .info--policy, .item--policy .icon {	padding: 0 10px; }
.item--policy .info--policy {margin-top: 10px;}
.item--policy .info--title {
	color: #333333;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	font-size: 18px; 
}
.item--policy .desc {
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700; 
}
.item--policy span.desc {	color: #333333; }

@media (max-width: 1199px) {
	.item--policy .icon {	display: block;	margin-bottom: 10px; } 
}

@media (max-width: 767px) {
	.item--policy {	height: 100px; }
	.item--policy .icon {
		margin-bottom: 0;
		padding: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative; 
	}
	.item--policy .info--policy {	display: none; } 
}

.item--tooltip-wrap .item--tooltip-container {
	position: absolute;
	background: #333333;
	color: #fff;
	padding: 10px;
	z-index: 80;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	font-size: 12px;
	line-height: 18px; 
}
.item--tooltip-wrap .item--tooltip-container:before {
	content: "";
	position: absolute;
	border: 5px solid #333333; 
}
.item--tooltip-wrap .item--tooltip-container.style--bottom {
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	margin-top: 5px; 
}
.item--tooltip-wrap .item--tooltip-container.style--bottom:before {
	top: -5px;
	left: 50%;
	width: 10px;
	height: 5px;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-left: -5px; 
}
.item--tooltip-wrap .item--tooltip-container.style--top {
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	margin-bottom: 5px; 
}
.item--tooltip-wrap .item--tooltip-container.style--top:before {
	bottom: -5px;
	right: 50%;
	width: 10px;
	height: 5px;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-right: -5px; 
}
.item--tooltip-wrap:hover .item--tooltip-container {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1; 
}
.item--tooltip-wrap:hover .item--tooltip-container.style--bottom {	margin-top: 0; }
.item--tooltip-wrap:hover .item--tooltip-container.style--top {	margin-bottom: 0; }
.item--tooltip-wrap:hover .item--tooltip-container.style--left {	margin-right: 0; }
.item--tooltip-wrap:hover .item--tooltip-container.style--right {	margin-left: 0; }

@media (min-width: 768px) {
	.item--tooltip-wrap .item--tooltip-container.style--left {
		right: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-right: 5px;
		min-width: 150px; 
	}
	.item--tooltip-wrap .item--tooltip-container.style--left:before {
		bottom: 50%;
		right: -5px;
		width: 5px;
		height: 10px;
		border-right: none;
		border-top-color: transparent;
		border-bottom-color: transparent;
		margin-bottom: -5px; 
	}
	.item--tooltip-wrap .item--tooltip-container.style--right {
		left: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left: 5px;
		min-width: 150px; 
	}
	.item--tooltip-wrap .item--tooltip-container.style--right:before {
		top: 50%;
		left: -5px;
		width: 5px;
		height: 10px;
		border-left: none;
		border-top-color: transparent;
		border-bottom-color: transparent;
		margin-top: -5px; 
	}
	.item--tooltip-wrap:hover .item--tooltip-container.style--left { margin-right: 0; }
	.item--tooltip-wrap:hover .item--tooltip-container.style--right {	margin-left: 0; } 
}

@media (max-width: 767px) {
	.item--tooltip-wrap .item--tooltip-container {	min-width: 200px; }
	.item--tooltip-wrap .item--tooltip-container.style--left, .item--tooltip-wrap .item--tooltip-container.style--right {
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		margin-top: 5px; 
	}
	.item--tooltip-wrap .item--tooltip-container.style--left:before,
	.item--tooltip-wrap .item--tooltip-container.style--right:before {
		top: -5px;
		left: 50%;
		width: 10px;
		height: 5px;
		border-top: none;
		border-left-color: transparent;
		border-right-color: transparent;
		margin-left: -5px; 
	}
	.item--tooltip-wrap:hover .item--tooltip-container.style--left, 
	.item--tooltip-wrap:hover .item--tooltip-container.style--right {
		margin-top: 0; 
	} 
}

/*----- Bộ đếm -----*/
.section--counter {
	left: 0px;
	background-image: url("//theme.hstatic.net/200000977256/1001371897/14/bg_counter.jpg?v=650");
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 100px;
}
.has-overlay {
	position: relative;
	overflow: hidden;
}
.has-overlay:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 9;
}
.section--counter .has-overlay:before {	z-index: 0; }
.content--counter {padding: 100px 0;}
.item--counter .item--number {
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 6px;
	color: #fff; 
}
.item--counter .item--title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 21px;
	color: #fff; 
}

/*----- Nhân viên -----*/
.section--farmer {	border-top: 1px solid #e3e3e3;	padding-top: 100px; }
.section--farmer .item--farmer {	margin-bottom: 50px; }
.item--farmer .item--bottom .item--title {
	line-height: 1.5em;
	color: #333333;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease; 
	font-size: 20px;
	margin: 0;
}
.item--farmer .item--bottom .item--title:hover {	color: #c46800; }
.item--farmer .item--bottom span {
	text-transform: uppercase;
	color: #333333;
	font-size: 12px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease; 
}
.item--farmer .item--images {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px; 
}
.item--farmer .item--images:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .6;
	display: block;
	opacity: 0;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease; 
}
.item--farmer .item--overlay {
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 10;
	opacity: 0;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-webkit-transition: all .4s ease; 
}
.type--table {	display: table;	width: 100%; }
.type--table.table--middle {	height: 100%; }
.type--table .type--table-cell {	display: table-cell; }
.type--table.table--middle .type--table-cell {	vertical-align: middle;}
.item--farmer .item--overlay p {
	font-size: 14px;
	line-height: 21px;
	display: inline-block;
	max-width: 285px;
}
.item--farmer .item--overlay .list--social-blog {	padding-top: 40px; }
.item--farmer .item--overlay .list--social-blog a {	color: #fff; }

@media (min-width: 1025px) {
	.item--farmer .item--images:hover:before {
		opacity: .6;
	}
	.item--farmer .item--images:hover .item--overlay {
		top: 0;
		opacity: 1;
	}
	.item--farmer .item--overlay .list--social-blog a:hover {	color: #94c618; } 
}
.list--social-blog li {
	display: inline-block;
	margin-left: 8px; 
}
.list--social-blog a {
	font-size: 15px;
	position: relative;
	display: block;
	height: 36px;
	line-height: 35px;
	width: 36px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	border: 1px solid;
}
.list--social-blog a:hover {	color: #94c618; }

.button.btn {
	font-weight: 500;
	text-transform: uppercase;
	color: #0c0c0c;
	display: inline-block;
	background: transparent;
	border: 2px solid #0c0c0c;
	position: relative;
	line-height: 30px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	margin-top: 10px;
	padding: 0px 27px;
}
.button.btn:hover {
	color: #fff;
	display: inline-block;
	background: #0c0c0c;
	border: 2px solid #0c0c0c;
}

/*ADD*/
.button-account {margin: 20px 0;}
.button-account .button-exit {
	margin-right: 5px;
}
.alert-warning { margin-bottom: 0px;}

.right-block.product-detail h3.pro-name {margin-bottom: 0; }
.list .product-item .product-detail {margin: 0; padding: 0 15px;}
.list .right-block .pro-vendor{
	display: none !important;
}

@media (max-width:767px){
  .product-card .price-bolds {
    font-size: 17px;
}
	.product-item .product-detail .pro-price {
		padding: 5px 15px;
            font-size: 15px;
	}
	.product-box-home #product-slider .col-md-3.col-sm-4:nth-child(2n+1),
	.product-box-home #product-slider2 .col-md-3.col-sm-4:nth-child(2n+1) {
		clear: both;
	}
}

.pageproduct-image .sold-out, .pageproduct-image .tag_dacoc, .pageproduct-image .tag_daban, .pageproduct-image .tag_dangve{
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: lowercase;
	border-top: 92px solid #ff6517;
	border-right: 92px solid transparent;
	z-index: 999;
}
.pageproduct-image .sold-out span, .pageproduct-image .tag_dacoc span, .pageproduct-image .tag_daban span, .pageproduct-image .tag_dangve span{
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: -62px;
	text-align: center;
	white-space: nowrap;
	font-weight:700;
	text-transform: uppercase;
	padding: 0px 6px;
	line-height: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.text_about p.left_text {
    width: 15%;
}
@media(max-width:767px){

	.heading-title h3 {
		line-height: 29px;
	}
	.sep-holder .sep-line {
		border-color: #fff;
	}
	.product-box-home #product-slider > div,
	.product-box-home #product-slider2 > div {
		margin-bottom: 10px !important;
	}
	.wap-list-product {
		margin-top: 20px;
	}
	.contentin {
		text-align: center;
	}
}




.section-seven-bkg .index_contact {
	background: #0c0c0c;
	padding: 20px 0;
}
.section-seven-bkg .index_contact .breadcrumb li a {
	color: #ffffff;
}
.section-seven-bkg .index_contact .breadcrumb > li.active {
	color: #ffffff;
}
.contact-map.index_contact_map {
	background: #0c0c0c;
}
.contact-map.index_contact_map .cuahangstorepingitem1 > div {
	color: #ffffff;
}

.footer{
	//margin-top: 30px;
}

