body {
	font-family: 'Open Sans', sans-serif;
	background: #260a06;
}
a:hover {
	color: #25160f;
}
img { vertical-align: middle; }
.btn-v, a.btn-v, .button {
    background: #895033;
    color: #fde253!important;
    border: 0;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 40px 10px 25px;
    font-family: 'Playfair Display', serif;
    position: relative;
    font-weight: 600;
}
.btn-v:after, a.btn-v:after, .button:after {
	color: #260a06;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f138";
    margin-left: 5px;
    padding-top: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-v:hover, a.btn-v:hover, .button:hover { 
	background: #fde253;
	color: #000!important;
}
.row-no-mar {
	margin-right: 0;
	margin-left: 0;
}
.row-no-mar div[class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.row-mar10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row-mar10 div[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.col-xs-2_4,
.col-md-2_4,
.col-sm-2_4,
.col-lg-2_4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.breadcrumb {
    margin-bottom: 45px;
}
#header {
	position: relative;
}
#header .header-top {
    position: relative;
    background: #25160f;
    color: #fff;
}
#header ul.list-info-address {
    padding: 5px 0;
}
#header ul.list-info-address li {
    display: inline-block;
    line-height: 22px;
    margin-right: 35px;
    font-size: 12px;
}
#header ul.list-info-address li .phone{ font-weight: 700; }
#header ul.list-info-address li i {
    color: #fde253;
}
#header .logo {
	padding: 5px 0;
	display: block;
	text-align: center;
	vertical-align: middle;
}
#header .logo img.img-responsive {
	display: inline-block;
	max-height: 95px;
}
.over-form-search {
    position: relative;
    margin-right: 30px;
}
.over-form-search span.open-search {
    line-height: 33px;
    width: 33px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
#box-search-top {
    position: absolute;
    right: 100%;
    top: 1px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.over-form-search.open #box-search-top {
    opacity: 1;
    visibility: visible;
    right: -8px;
}
.over-form-search span.close-search {
    color: #000;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 1;
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
}
.over-form-search.open span.close-search {
    opacity: 1;
    visibility: visible;
}
.over-form-search.open span.close-search:hover,
.over-form-search span.open-search:hover,
.cart-top-all a:hover {
	color: #fde253;
}
.box-search-top {
	display: inline-block;
}
#box-search-top .search input {
    padding-right: 50px;
    color: #000;
    line-height: 32px;
    width: 300px;
}
#box-search-top .search {
	width: 100%;
	border-radius: 20px;
    border: 0;
    margin: 0;
}
#box-search-top .search #_button-search {
	color: #25160f;
	position: absolute;
    right: 40px;
    top: 0;
}
.search {
	border: 1px solid #e1e1e1;
	border-radius: 0;
	margin: 10px 0;
	width: 100%;
}
.search input {
	padding: 0 0 0 15px;
	float: left;
	border: 0;
	line-height: 40px;
	width: 100%;
}
.search #_button-search {
	height: 30px;
	width: 22px;
	font-size: 15px;
}
.cart-top-all {
    padding-right: 25px;
    margin-right: 30px;
    position: relative;
}
.cart-top-all a {
    color: #fff;
    display: inline-block;
    line-height: 33px;
    font-size: 15px;
}
.cart-top-all span.total-cart {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #000;
    font-size: 11px;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
}
#over_menu {
	width: 100%;
}
#menu {
	display: inline-block;
	width: auto;
}
#menu > ul > li:last-child > .top {
	padding-right: 20px;
}
#menu > ul a { font-family: 'Playfair Display', serif; }
#menu > ul .top {
	line-height: 30px;
	color: #fde253;
	text-transform: capitalize;
	font-size: 15px;
}
#menu ul li:hover {
	z-index: 22;
}
#menu > ul > li > a:hover,
#menu > ul > li.current > a {
	color: #fff;
}
#menu > ul > li > a:hover span {
	transform: rotate(90deg);
	transition: all 0.5s;
}
#menu ul ul {
	width: min-content;
	border: 1px solid #e1e1e1;
}
#menu ul li li a {
	padding: 6px 20px 6px 12px;
	font-weight: 600;
    font-size: 14px;
}
#menu ul li li a i.fa {
	float: right;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
}
#menu > ul li li > a:hover {
	color: #25160f;
}
.header-bottom {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}
body.common-home #header .header-top,
body.common-home #header .header-bottom{ display: none; }
#cart-top-all {
	display: inline-block;
}
#cart .cart-inner {
	position: relative;
}
#cart .cart-icon {
	background-image: unset;
	background-color: unset;
	height: unset;
	width: unset;
	color: #000;
	margin-top: 5px;
	line-height: 45px;
}
#cart .cart-items {
	margin: unset;
	position: absolute;
	right: -5px;
	top: 19px;
	background: #25160f;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 21px;
	border-radius: 10px;
	padding: 0px 7px;
	display: none;
}
#cart > .content {
	border: 0;
	max-width: 385px;
}
.header-home {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.header-home .logo-home {
    padding: 35px 0 10px;
}
.header-home .logo-home img.img-responsive {
    max-height: 240px;
}
.header-home .menu-home {
	display: inline-block;
	width: 100%;
}
.header-home .menu-home .pull-left {
    width: 100%;
    text-align: center;
}
.header-home .menu-home .icon-header { 
    margin-top: 22px;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    padding-right: 30px;
}
.header-home .over-form-search,.header-home .cart-top-all { margin-right: 15px; }
.slide-home {
    position: relative;
   	margin-bottom: 30px;
}
.slide-home:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.slide-home .img-leafs {
    display: none;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}
.header-social {
    position: absolute;
    top: 50%;
    left: 35px;
    z-index: 99;
    color: #fff;
    transform: translateY(-50%);
    width: 16px;
}
.header-social li a {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}
.header-social li a:hover { color: #fde253; }
.header-social span.header {
    white-space: nowrap;
    display: block;
    position: relative;
    margin-top: 110px;
    margin-bottom: 0;
    right: -5px;
}
.header-social span.header:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -85px;
    width: 0;
    height: 32px;
    border-right: 1px solid #fff;
}
.header-social span.header span {
    white-space: nowrap;
    bottom: 0;
    display: inline-block;
    -webkit-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -moz-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -o-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -ms-transform: rotate(270deg) translateX(-50%) translateY(-50%);
    transform: rotate(270deg) translateX(-50%) translateY(-50%);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
#slideshow-home {
    margin: 0;
}
#slideshow-home .image {
	width: 100%;
	display: block;
	overflow: hidden;
}
#slideshow-home .image img{
    -webkit-transform:rotate(0deg) scale(1);
    -moz-transform:rotate(0deg) scale(1);
    -o-transform:rotate(0deg) scale(1);
    -ms-transform:rotate(0deg) scale(1);
    transform:rotate(0deg) scale(1);
    -webkit-transition: transform 0s;
    -moz-transition: transform 0s;
    -o-transition: transform 0s;
    transition: transform 0s;
}
#slideshow-home .active .image img{
    -webkit-transform:rotate(0.01deg) scale(1.15);
    -moz-transform:rotate(0.01deg) scale(1.15);
    -o-transform:rotate(0.01deg) scale(1.15);
    -ms-transform:rotate(0.01deg) scale(1.15);
    transform:rotate(0.01deg) scale(1.15);
    -webkit-transition: transform 10000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -moz-transition: transform 10000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    -o-transition: transform 10000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
    transition: transform 10000ms cubic-bezier(0.44, 0.185, 0.575, 0.86) 0s;
}
.box-heading, #tab-related .box-heading { 
	text-align: center; 
	margin-bottom: 35px;
}
.box-heading h2 {
    padding: 0;
    margin: 5px auto 0;
    text-transform: unset;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.5;
    font-family: "Playfair Display", sans-serif;
    border: 0;
    max-width: 600px;
    color: #ffe554;
}
.box-heading h2.white { color: #fff; }
.box-heading p.title {
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    color: #fff;
    font-style: italic;
    margin: 0 auto;
    max-width: 600px;
}
.box-heading p.sub_title {
    margin: 10px auto 0;
    max-width: 600px;
    color: #fff;
}
.box-product_ {
	text-align: center;
}
.box-product_ .box {
	padding: 0;
	margin-bottom: 20px;
}
.box-product_ .per {
	position: absolute;
	font-size: 1em;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 300;
	top: 0;
	left: 10px;
	text-align: center;
	z-index: 99;
	background-color: #25160f;
}
.box-product_ .per:before,
.box-product_ .per:after {
	border-top: 12px solid #25160f;
	content: "";
	position: absolute;
	bottom: 100%;
	margin: 0;
	top: 100%;
	z-index: 100;
}
.box-product_ .per:before {
	border-left: 0px solid #25160f;
	border-right: 20px solid transparent;
	left: 0%;
}
.box-product_ .per:after {
	border-right: 0px solid #25160f;
	border-left: 20px solid transparent;
	right: 0%;
}
.box-product_ .info-p {
	padding: 13px 30px 0;
	text-align: left;
	background: #fff;
}
.box-product_ .info-p .name a {
	height: 38px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	display: -webkit-box;
	padding: 0;
	font-size: 18px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
	font-family:  'Playfair Display', serif;
}
.box-product_ .info-p .name a:hover, .product-by-type .owl-carousel .owl-item .name a:hover {
	color: #25160f;
}
.box-product_ .btn-group {
	width: 100%;
	background: #fff;
	padding: 0 30px 20px;
	text-align: center;
}
.box-product_ .btn-group .btn-item {
	background: #25160f;
    border-radius: 15px;
    outline: none;
    display: inline-block;
    float: none;
    color: #fde253;
    font-weight: 600;
    padding: 0 20px;
}
.box-product_ .btn-group .btn-item:hover {
    background: #fde253;
    color: #25160f;
}
.box-product_ .btn-group .btn-item > * {
	position: relative;
	z-index: 2;
}
.box-product_ .btn-group .btn-item.button_add_wishlist {
	margin-left: 5px;
	width: 35px;
}
.box-product_:hover .price {
	opacity: 1;
}
.price {
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.price span {
	font-size: 15px;
}
.price span.special {
	color: #ef3b48;
}
.price del {
	color: #adadad;
	font-size: 14px;
	margin-left: 0;
	margin-right: 5px;
}
.viewmore {
	clear: both;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
.viewmore a {
	font-size: 16px;
	padding: 10px;
	border-radius: 3px;
	color: #25160f;
	background-color: #e1e1e1;
}
.viewmore a:hover {
	background-color: #25160f;
	color: #25160f;
}
.common-home #column-left {
	margin-top: 40px;
}
.page-product-detail .content-mid {
    background: #fff;
    padding: 10px;
}
.product-info.row .description a.btn {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 600;
    background: #00aff2;
    color: #ffff;
    border: 2px solid #00aff2;
    padding: 10px 0;
    font-size: 15px;
}
.product-info .cart .button_add_cart:hover,
.product-info.row .description a.btn:hover {
	background-color: #25160f;
	border-color: #25160f;
}
.list-product-checkout {
    padding: 10px 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.list-product-checkout li {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.list-product-checkout .image-pro {
    float: left;
}
.list-product-checkout .image-pro a.over-image {
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    position: relative;
}
.list-product-checkout .image-pro a.over-image span.total-item {
    background-color: rgba(153,153,153,0.9);
    color: #fff;
    position: absolute;
    font-size: 12px;
    top: -10px;
    right: -10px;
    padding: 4px 6px;
    line-height: 1;
    border-radius: 100%;
}
.list-product-checkout .image-pro .name-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.list-product-checkout li .price-item {
    float: right;
    line-height: 65px;
    margin: 0;
    font-size: 15px;
}
.list-product-checkout .total-all-item {
	width: 100%;
	display: inline-block;
	font-size: 16px;
}
.input-flex {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}
.input-flex input.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-flex input#button-coupon {
    border-radius: 0;
}
#notification {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.desc-news {
    background: #fff;
    padding: 10px 20px;
}
.desc-news * {
    max-width: 100%!important;
}
.product-filter .limit { display: none; }
.product-filter .sort b {
    color: #fff;
}
h2.title-contact { color: #fff; }
ul.box-filter {
    color: #fff;
}
.footer-social {
    background-color: #170805;
    margin-top: 50px;
    border-bottom: 2px solid #565656;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-social .row {
    display: flex;
    align-items: center;
}
.footer-social .logo-footer img {
    max-height: 115px;
}
.footer-social .media-service {
	text-align: right;
}
.footer-social .media-service .text-contact {
    display: inline-block;
    vertical-align: middle;
}
.footer-social .media-service .social-network {
    display: inline-block;
    vertical-align: middle;
}
.footer-social .media-service .text-contact:after {
    content: "";
    display: inline-block;
    width: 14px;
    margin-bottom: 4px;
    margin-left: 8px;
    border-bottom: 2px solid #fff;
}
.footer-social .media-service .text-contact span {
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif; 
}
.footer-social .media-service .social-network a {
    display: inline-block;
    margin-left: 12px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: #8c5335;
    border-radius: 50%;
    color: #fff;
}
.footer-social .media-service .social-network a:hover {
	background: #fff;
    color: #8c5335;
} 
#footer {
	background: #170805;
}
#footer .footer-all {
	padding: 20px 0;
}
#footer .footer-all .blog_title_ft h3 {
	color: #ffe955;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: unset;
    font-family: "Playfair Display", sans-serif; 
}
#footer .footer-all ul.links-contact {
	margin-top: 0;
}
#footer .footer-all ul.list-menu-suport {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
#footer .footer-all ul.links-contact li,
#footer .footer-all ul li,
#footer .footer-all ul li a {
	color: #fff;
}
#footer .footer-all ul li a:hover {
	color: #ffe955;
}
#powered {
	padding: 20px 0 5px;
	background: #000;
	color: #fff;
    position: relative;
}
#powered span { opacity: 0.2; }
#powered span a { color: #fff; }
#powered .scroll-top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border: 1px solid;
    font-size: 26px;
    border-radius: 100%;
    background: #25160f;
    cursor: pointer;
}
a.fixed_zalo {
    background-image: url(../image/zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 38px;
    right: 24px;
    z-index: 9999;
}

