@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
	--green: #01703a;
	--green2: #39b54a;
	--green3: #25b446;
	--brown: #c98a49;
	--red: #ff914d;
	--red2: #ff3131;
}

a,
a:link,
a:active,
a:visited {
	color: var(--green)
}

h1,
.h1 {
	font-size: 20px;
	margin-bottom: 5px
}

h2,
.h2 {
	font-size: 18px;
	margin-bottom: 5px
}

h3,
.h3 {
	font-size: 16px;
	margin-bottom: 5px
}

h4,
.h4 {
	font-size: 15px;
	margin-bottom: 5px
}

body {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-size: 16px;
	line-height: 1.7;
	background: #fff;
}

.hidden-md {
	display: none
}

[class*=" col-"],
[class^=col-] {
	padding-left: 10px;
	padding-right: 10px;
}

.bg-gray {
	padding: 30px;
	background: #f4f3f3
}

.bg-white {
	padding: 30px;
	background: #fff
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.logo {
	display: block
}

.logo img {
	width: 100%;
	height: auto
}

.container {
	width: 1080px;
}

.header {
	background: var(--green);
	background: url(../images/bg-footer.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0;

}

.block-box {
	margin-bottom: 20px;
}

.d-flex-center {
	display: flex;
	align-items: center
}

.d-flex-space {
	display: flex;
	justify-content: space-between
}

.headerSearch {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}

.headerSearch input {
	padding: 10px 20px 10px 55px;
	border-radius: 20px;
	background: #fff;
	border: none
}

.headerSearch button {
	position: absolute;
	background: #fff;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.headerSearch .fa {
	font-size: 25px;
	color: #ddd;
}

.ic-header {
	position: relative;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 !important;
	color: #000 !important
}

.ic-header .box-icon {
	position: relative;
	width: 50px;
	height: 40px;
	text-align: center;
	color: #ddd
}

.ic-header .box-icon svg {
	width: 22px;
	height: 40px;
	fill: #000
}


.ic-header .box-text {
	font-size: 18px
}

.mb-10 {
	margin-bottom: 10px
}

.main-menu {
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 16px
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	color: #fff;
	text-align: left;
}

.main-menu>li {
	margin: 0 5px;
}

.main-menu>li>a {
	display: block;
	padding: 5px;
	color: #000;
	border-radius: 5px;
	font-weight: bold;
	overflow: hidden
}

.main-menu>li>a:hover,
.main-menu .current {
	color: #fff;
	background: var(--brown)
}

.main-menu li .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	border-radius: 5px;
	z-index: 99;
	display: none
}

.main-menu li .sub-menu li {
	position: relative;
	display: block
}

.main-menu li .sub-menu a {
	padding: 5px 20px 5px 20px;
	color: #000;
	min-width: 210px;
	position: relative;
	text-align: left;
}

.main-menu li .sub-menu a:hover {
	color: var(--green)
}

.main-menu li .sub-menu-2 {
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	min-width: 210px;
	background: #fff;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	border-radius: 5px;
	z-index: 99;
	display: none
}

.main-menu>li:hover .sub-menu {
	display: block
}

.main-menu>li>.sub-menu>li:hover .sub-menu-2 {
	display: block
}

.main-menu .sub-menu .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.block-product-hot {
	padding: 40px;
	border-radius: 60px;
	overflow: hidden
}

.block-product-hot h2 {
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #fff;

}

.block-product-hot .bodytext {
	color: #fff;
	font-size: 21px;
	padding: 0 30px;
	text-align: justify;
	margin: 30px 0;
}

.block-product-hot .btnn {
	background: none;
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	font-size: 25px;
	text-align: center;
	padding: 10px 60px 10px 20px;
	border: 2px solid #fff;
	animation: glow .65s infinite alternate;
	position: relative
}

.block-product-hot .btnn:hover {
	color: #fff;
	background: var(--green)
}

.block-product-hot .btnn:after {
	content: '';
	width: 25px;
	height: 20px;
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%)
}

@keyframes glow {
	0% {
		box-shadow: 0 0 2px #89ff00;
	}

	100% {
		box-shadow: 0 0 30px #89ff00;
	}
}

.list-product-hot-box {
	padding: 20px;
	background: #43474cc2;
	border-radius: 20px;
}

.list-product-hot-box h2 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 34px;
	text-align: left;
	font-weight: bold
}

.list-product-hot h3 {
	margin-bottom: 5px;


}

.list-product-hot h3 a {
	color: var(--red);
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.list-product-hot {
	padding: 0;
	margin: 0;
	overflow-y: auto;
	padding-right: 10px;
}

/* width */
.list-product-hot::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.list-product-hot::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
.list-product-hot::-webkit-scrollbar-thumb {
	background: linear-gradient(0deg, rgba(18, 91, 4, 1) 0%, rgba(20, 255, 0, 1) 100%);
}

/* Handle on hover */
.list-product-hot::-webkit-scrollbar-thumb:hover {
	background: var(--green);
}

.product-list h4 {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product-list {
	padding: 9px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	display: flex;
	gap: 10px;
}

.product-list .info {
	flex: 1
}

.product-list:last-child {
	margin-bottom: 0
}

.img-square,
.img-3-4,
.img-4-3,
.img-16-9,
.img-21-9 {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: block
}

.img-square {
	padding-top: 100%;
}

.img-3-4 {
	padding-top: 140%;
}

.img-4-3 {
	padding-top: 75%;
}

.img-16-9 {
	padding-top: 52.65%;
}

.img-21-9 {
	padding-top: 42%;
}

.img-square img,
.img-3-4 img,
.img-4-3 img,
.img-16-9 img,
.img-21-9 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.product-list .img {
	width: 100px;
	height: 100px;
}

.product-list .money {
	padding: 5px 12px;
	border-radius: 14px;
	background: var(--green);
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	display: inline-block
}

.product-list .discounts_money {
	color: #a6a6a6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: line-through;
}

.fr-ck {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.fr-ck .image {
	width: 80px;
	height: 80px;
}

.fr-ck .info {
	flex: 1
}

.fr-ck .info h3 {
	font-weight: bold;
	font-size: 20px;
	color: var(--green);
	margin-bottom: 5px;
	text-transform: uppercase
}

.heading-style-1,
.heading-style-11,
.heading-style-2 {
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--green);
	padding-left: 45px;
	color: var(--green);
	font-size: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px
}

.heading-style-11 {
	padding-left: 0
}

.heading-style-11 img {
	width: 30px;
	height: 30px;
}

.heading-style-1 h2,
.heading-style-11 h2,
.heading-style-2 h2 {
	font-size: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
}

.heading-style-2 {
	border-bottom: none
}

.heading-style-1:before,
.heading-style-2:before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/icon-square.png) no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;

}

.heading-style-1 .xtc,
.heading-style-11 .xtc {
	font-size: 16px;
	font-weight: bold;
	flex: 0;
	white-space: nowrap;
	color: #000;
	text-transform: none
}

.heading-style-3 {
	margin-bottom: 20px
}

.heading-style-3 h2 {
	font-size: 27px;
	color: #000;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 0
}

.heading-style-3 span {
	font-size: 15px;
	font-weight: normal
}

.heading-style-3 .icc {
	height: 30px;
	width: auto
}

.heading-style-3 {
	display: flex;
	align-items: center;
	gap: 10px
}

.product-grid {
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 15px;
	border: 1px solid #eee;
	text-align: center;
	background: #fff;
	overflow: hidden
}

.product-grid h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.product-grid h3 a {
	color: var(--red);

	font-size: 17px;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product-grid .money {
	padding: 0 12px;
	border-radius: 14px;
	background: var(--green);
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.product-grid .discounts_money {
	color: #a6a6a6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: line-through;
	margin-bottom: 5px;
}

.product-grid .price {
	height: 59px
}

.product-grid .price .money {
	display: inline-block
}

.product-grid .price-contact {
	color: var(--red);
	font-weight: bold;
	font-size: 15px;
}

.product-grid .add-status {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
text-align: center;
height: 78px;
}

.product-grid .in-stock {
	color: var(--green2);
	display: flex;
	align-items: center;
}

.product-grid .in-stock:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../images/check.png) no-repeat;
	background-size: cover;
	margin-right: 5px
}

.product-grid .add-cart {
    background: #eee;
    padding: 3px 10px;
    border: 1px solid var(--green);
    color: var(--green);
    margin-top: 5px;
    border-radius: 20px;
    display: block;
	width: 100%;
	transition: .25s
}
.product-grid .add-cart:hover{
	background: #ddd;
	transition: .25s
}
.product-grid .add-cart img {
	width: 35px !important;
	height: 35px !important;
}

.product-grid .discount-label {
	position: absolute;
	left: 0;
	top: 10px;
	background: var(--red2);
	padding: 0 5px;
	border-radius: 4px;
	color: #fff;
	z-index: 3;
	font-size: 14px;
	font-weight: bold
}

.owl-slider-3-box {
	margin: 0 -40px;
	width: calc(100% + 80px);
}

.owl-slider-3 .owl-stage-outer {

	overflow: visible;
	/* Đảm bảo không bị cắt */
}

.owl-slider-3 .iia {
	padding-top: 140%;
	position: relative;
}

.owl-slider-3 .owl-item .ii {
	padding: 0 40px;
	width: 100%;
	transition: .25s;
	position: absolute;
	bottom: 0;

	text-align: center
}

.owl-slider-3 .owl-item.center .ii {
	width: 100%;
	padding: 0;
	position: absolute;
	bottom: 0;
	height: 100%;
	transition: .25s;
}

.owl-slider-3 .owl-dots {
	margin-top: 25px;
	text-align: center;
}

.owl-slider-3 .owl-dot {
	width: 60px;
	height: 15px;
	margin: 0 5px;
	border-radius: 9px;
	display: inline-block;
	background: #d9d9d9
}

.owl-slider-3 .owl-dot.active {
	background: #000
}

footer {

	background: url(../images/bg-footer.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0;
	color: #000;
	font-size: 17px
}

footer a {
	color: #000
}

.menu-footer {
	padding: 0;
	margin: 0;
}

.menu-footer li {
	margin-bottom: 10px;
}

.menu-footer li:last-child {
	margin-bottom: 0;
}

.menu-footer li a {
	display: inline-block;
	color: #000
}

.heading-footer {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px
}

.logo-footer img {
	width: 100%;
	height: auto
}

.social-f {
	margin: 15px 0;
	padding: 0;
	display: flex;
	justify-content: space-between
}

.social-f li {
	display: inline-block;
}

.social-f img {
	width: 45px;
	height: 45px;
}

.contact-f {
	margin: 0;
	padding: 0;
}

.contact-f img {
	width: 48px;
	height: 48px;
	margin-right: 15px
}

.contact-f li {
	display: flex;

	align-items: center;
	margin-bottom: 10px
}

.contact-f li:last-child {
	margin-bottom: 0
}

.contact-f li a {
	color: #000
}

.support-f {
	padding: 20px;
	color: #fff;
	border-radius: 15px;
	background: linear-gradient(108deg, #e77c58 3.84%, #ff480f 22.43%, #d60326 60.36%, #7d289d 96.59%);
}

.support-f h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.support-f .li {
	display: flex;
	background: #fff;
	border-radius: 30px;
	height: 63px;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	color: #000
}

.support-f .li:last-child {
	margin-bottom: 0
}

.support-f .li img {
	width: 40px;
	height: 40px;
	margin-right: 15px
}

.support-f h3 {
	font-size: 17px;
	font-weight: bold
}

.mobile-menu-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.mobile-menu-wrap {
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: var(--green);
	z-index: 9999;
	visibility: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
	transition: all 0.25s ease;
}

.mobile-menu-wrap .logo {
	text-align: center;
	padding: 10px;
}

.mobile-menu-wrap .logo img {
	height: 40px;
	width: auto;
}

.mobile-menu-wrap .menu {
	background-color: var(--green);
	height: calc(100vh - 170px);
	overflow: auto;
}

.mobile-menu-wrap .mfooter {
	background-color: #fff;
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #777;
}

.mobile-menu-toggle-btn {
	cursor: pointer;
	background: none;

	text-align: center;
	font-size: 30px;
	display: none;
	color: #fff;
	z-index: 999;

	border-radius: 4px;
}

.mobile-menu-toggle-btn:hover {
	background: none;
}


@media (max-width: 767.98px) {
	.mobile-menu-toggle-btn {
		display: inline-block;
		vertical-align: middle;
	}

	.open-menu .mobile-menu-bg {
		display: block;
	}

	.open-menu .mobile-menu-wrap {
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}

.logo-mb {
	display: none
}

.bg-img-1,
.bg-img-2,
.bg-img-3 {
	padding: 30px 0;
}

.bg-img-1 .block-box:last-child,
.bg-img-2 .block-box:last-child,
.bg-img-3 .block-box:last-child {
	margin-bottom: 0
}

.bg-img-1 {
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
}

.bg-img-2 {
	background: url(../images/bg-img-2.jpg) no-repeat;
	background-size: cover;

}

.html-center {
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.heading-simple {
	margin: 0 auto;
	width: 70%;
	margin-bottom: 40px;
	font-size: 30px;
	color: var(--green)
}

.heading-simple-left {
	width: 100%;
	text-transform: uppercase;
	font-size: 30px;
	border-bottom: 2px solid var(--green);
	margin-bottom: 20px;
	color: var(--green)
}

.heading-simple-left a {
	color: var(--green)
}

.bg-img-1 .heading-simple {
	margin-bottom: 40px;
	font-size: 30px;
	color: #fff
}

.fr-ck-2 {
	border-radius: 30px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 307.71 256" preserveAspectRatio="xMidYMid slice"><defs><linearGradient id="myGradient" gradientUnits="userSpaceOnUse" x1="12.928" y1="-12.928" x2="294.783" y2="268.928"><stop stop-color="%2323af24" stop-opacity="1" offset="0"/><stop stop-color="%234dfc3f" stop-opacity="1" offset="0.2"/><stop stop-color="%2323af24" stop-opacity="1" offset="0.4"/><stop stop-color="%231e9108" stop-opacity="1" offset="0.6"/><stop stop-color="%2323af24" stop-opacity="1" offset="0.8"/><stop stop-color="%23125b04" stop-opacity="1" offset="1"/></linearGradient></defs><rect x="0" y="0" width="307.71" height="256" fill="url(%23myGradient)"/></svg>');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.fr-ck-2 img {
	margin-bottom: 20px;
	height: 80px;
	width: auto
}

.fr-ck-2 h3 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold
}

.heading-simple-2 {
	font-size: 40px;
	background: linear-gradient(108deg, #e77c58 3.84%, #ff480f 22.43%, #d60326 60.36%, #7d289d 96.59%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.heading-simple-3 {
	font-size: 50px;
	font-weight: bold;
	color: #fff
}

.fr-ck-3 {
	margin: 0;
	padding: 0;
}

.fr-ck-3 li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}

.fr-ck-3 li:last-child {
	margin-bottom: 0
}

.fr-ck-3 li:before {
	position: absolute;
	z-index: 0;
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	left: 0;
	top: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background: url(../images/ico_check.svg) no-repeat;
}

.form-contact {
	padding: 20px;
	border-radius: 20px;
	background: #43474cb9
}

.form-contact label {
	color: #fff
}

.form-control {
	font-size: 16px;
	height: 35px;
	border-radius: 8px;
	box-shadow: none
}

.form-contact .form-control {
	height: 42px;
	border-radius: 20px;
	background: #fff;
	border: none;
	font-size: 15px
}

.form-contact .right {
	text-align: right;
	color: #ff3131;
	font-size: 15px;
	display: block;
	font-weight: normal;
}

.form-contact button {
	padding: 5px 20px;
	border-radius: 25px;
	border: 2px solid #fff;
	background: none;
	font-size: 18px;
	font-weight: 700;
	display: block;
	width: 100%;
	color: #fff
}

.form-contact button:hover {
	background: var(--green)
}

.bg-gradient-green {
	color: #fff;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 307.71 256" preserveAspectRatio="xMidYMid slice"><defs><linearGradient id="myGradient" gradientUnits="userSpaceOnUse" x1="12.928" y1="-12.928" x2="294.783" y2="268.928"><stop stop-color="%2323af24" stop-opacity="1" offset="0"/><stop stop-color="%234dfc3f" stop-opacity="1" offset="0.2"/><stop stop-color="%2323af24" stop-opacity="1" offset="0.4"/><stop stop-color="%231e9108" stop-opacity="1" offset="0.6"/><stop stop-color="%2323af24" stop-opacity="1" offset="0.8"/><stop stop-color="%23125b04" stop-opacity="1" offset="1"/></linearGradient></defs><rect x="0" y="0" width="307.71" height="256" fill="url(%23myGradient)"/></svg>');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	border-radius: 30px;
	padding: 30px;
}

.bg-gradient-green h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.fr-ck-4 {
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	position: relative;
}

.fr-ck-4:before {
	content: '';
	width: 100px;
	height: 100px;
	display: inline-block;
	background: url(../images/quote.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: -100px;
	top: -30px;
	transform: rotate(180deg)
}

.fr-ck-4:after {
	content: '';
	width: 100px;
	height: 100px;
	display: inline-block;
	background: url(../images/quote.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -100px;
	bottom: -30px;
}

.fr-ykkh-box h2 {
	background: linear-gradient(108deg, #e77c58 3.84%, #ff480f 22.43%, #d60326 60.36%, #7d289d 96.59%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center
}

.fr-ykkh-box .sub-title {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 70%
}

.fr-ykkh {
	border-radius: 30px;
	padding: 20px;
	border: 1px solid transparent;
	box-shadow: 0 .8rem 2.4rem 0 rgba(0, 0, 0, .1);

	margin-bottom: 20px;
}

.fr-ykkh .author {
	display: flex;
	align-items: center
}

.fr-ykkh img {
	width: 65px;
	height: 65px;
	margin-right: 10px;
}

.fr-ykkh .info .title {
	font-weight: 700;
	font-size: 16px
}

.fr-ykkh .info .title-2 {
	color: #999;
	font-size: 14px
}

.fr-ykkh .des {
	margin-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 110px
}

.qr-code {
	color: #fff;
	font-size: 24px;
	display: flex;
	margin-top: 30px;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.qr-code img {
	width: 220px;
	height: auto
}

.owl-slider-4 .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;

}

.owl-slider-4 .owl-prev,
.owl-slider-4 .owl-next {
	position: absolute;
	background: var(--green);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.owl-slider-4 .owl-prev {
	left: -25px;
}

.owl-slider-4 .owl-next {
	right: -25px;
	left: auto;
}

.owl-slider-4 .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center
}

.owl-slider-4 .owl-dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #a6a6a6;
	display: inline-block;
	margin: 0 5px
}

.owl-slider-4 .owl-dot.active {
	background: var(--green)
}


.product-cata-owl .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	text-align: center
}

.product-cata-owl .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #a6a6a6;
	display: inline-block;
	margin: 0 5px
}

.product-cata-owl .owl-dot.active {
	background: var(--green)
}


.fr-ck-5 {
	text-align: center
}

.fr-ck-5 img {
	width: auto;
	height: 60px;
	margin-bottom: 10px;
}

.fr-ck-5 h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: var(--green);
}

.fr-ck-5 .des {
	color: #999;
}

.list-cata {
	border: 1px solid #ddd;
	padding: 10px;
	display: block;
	border-radius: 10px;
	background: #fff;
	text-align: center
}

.list-cata {

	font-weight: bold;
	color: #000 !important;
}

.list-cata h3 {
	margin-top: 10px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 42px;
}

.list-cata img {
	transition: .25s;
}

.list-cata:hover img {
	transition: .25s;
	transform: scale(1.1)
}

.mini-cart {
	position: relative;
}

.cart-content {
	position: absolute;
	top: 100%;
	left: -50%;
	background: #fff;
	padding: 0;
	text-align: left;
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	z-index: 10000;
	min-width: 320px;
	border: 2px solid #ddd;
	display: none;
	color: #000;
	padding: 20px
}

.cart-content:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ddd;
	border-left: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: -13px;
	transform: translateX(-50%)
}

.cart-content:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	position: absolute;
	left: 50%;
	top: -9px;
	transform: translateX(-50%)
}

.mini-cart:hover .cart-content {
	display: block;
}

.mini-cart .fa {
	font-size: 16px;
}

.cart-num {
	width: 17px;
	height: 17px;
	background: #263050;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	color: #fff;
	top: 5px;
	right: 5px;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
	font-size: 11px;

}

.pnum-box {
	display: flex;
}

.giamsl,
.tangsl {
	border-radius: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 26px;
	vertical-align: middle;
	height: 32px;
	width: 25px;
}

.pnumber {
	width: 65px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 32px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

#pnum {
	width: 65px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 32px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

.mini-cart .a-cart {
	color: #fff !important;
}

.mini-products-list {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.mini-products-list .product-name {

	display: block;
	font-weight: bold
}

.mini-products-list .price {
	margin-bottom: 5px;
}

.mini-products-list li {
	position: relative;
	padding: 10px 20px 10px 70px;
	border-bottom: 1px solid #ddd
}

.mini-products-list li:first-child {
	padding-top: 0
}

.mini-products-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.mini-products-list li .product-image {
	position: absolute;
	top: 10px;
	left: 0
}

.mini-products-list li .product-image img {
	width: 60px;
	height: 60px;

}

.cart-content .btn {
	width: 100%;
	color: #fff
}

.wrap_total {
	text-align: center;
}

.top-subtotal {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.mini-products-list img {
	width: 60px;
	height: 60px
}

.mini-products-list .remove-cart-block {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;

}

.mini-products-list .number-sidebar {
	width: calc(100% - 80px);
	height: 32px;
	line-height: 32px;
	vertical-align: top;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

.mini-products-list .giamsl,
.mini-products-list .tangsl {
	height: 32px;

}

.btn {
	font-size: 16px;
	border-radius: 8px;
	padding: 6px 10px
}

.btn-primary {
	font-size: 16px;
	background: var(--green);
	border-color: var(--green)
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary {

	background: var(--green2);
	border-color: var(--green2)
}

.btn-primary-o {
	background: none;
	font-size: 16px;
	color: var(--green) !important;
	border-color: var(--green)
}

.btn-primary-o:hover,
.btn-primary-o:focus,
.btn-primary-o:active,
.btn-primary-o:active:hover,
.btn-primary-o.active:hover {
	background: var(--green);
	font-size: 16px;
	color: #fff !important;
	border-color: var(--green)
}

.product-detail .status {
	padding: 0;
	list-style: none;

	display: flex;
	align-items: center;
	font-size: 14px;
}

.product-detail .status li:before {
	content: " ";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #eae4e8;
	margin: 0 7px;

}

.box-detail-product {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.box-detail-product:last-child {
	margin-bottom: 0
}

.product-detail .status li:first-child:before {
	display: none
}

.product-detail .status li {
	display: inline-block
}

.info-price {
	padding: 10px 15px;
	border-radius: 10px;
	background: #fafafa;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
}

.discount-label-detail {
	position: absolute;
	top: 10px;
	left: 20px;
	background: var(--red2);
	padding: 5px 10px;
	border-radius: 6px;
	color: #fff;
	z-index: 10
}

.item-inner.img-square,
.item-inner .img-square {
	border-radius: 0
}

.product-detail .discounts_money {
	text-decoration: line-through;
	font-size: 14px;
	margin-right: 10px
}

.product-detail label {
	margin-bottom: 0
}

.info-price .money {
	font-size: 23px;
	font-weight: bold;
	color: var(--red2)
}

.pro-order-num {
	display: flex;
	gap: 20px;
	align-items: center
}

.pro-order-num label {
	margin-bottom: 0
}

.btn-order-box {
	display: flex;
	gap: 10px;
}

.btn-add-cart {
	background: #fff;
	color: var(--green);
	padding: 8px 20px;
	display: block;
	border-radius: 6px;
	border: 1px solid var(--green)
}

.btn-add-cart:hover {
	color: #fff;
	background: var(--green2)
}

.btn-buy-now {
	background: var(--green);
	color: #fff;
	padding: 8px 20px;
	display: block;
	border-radius: 6px;
	border: 1px solid var(--green)
}

.btn-buy-now:hover {
	background: var(--green3)
}

.btn-order-box button {
	width: 50%;
}

.fr-ck-detail-box {
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #eee;
}

.block-box:last-child {
	margin-bottom: 0
}

.fr-ck-detail {
	padding: 0;
	margin: 0;
	font-size: 13px;

}

.fr-ck-detail li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px
}

.fr-ck-detail li:last-child {
	margin-bottom: 0
}

.fr-ck-detail li .img {
	flex-basis: 40px;
}

.fr-ck-detail img {
	width: 100%;
	height: auto
}

.fr-ck-detail li span {
	flex: 1
}

.fr-ck-detail-box h4 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

.swiper-control {
	user-select: none
}

@media screen and (max-width:1200px) {
	.swiper-control {
		display: none
	}
}

.swiper-control .prev {
	left: -5.6rem
}

@media screen and (max-width:1366px) {
	.swiper-control .prev {
		left: -1.5rem
	}
}

.swiper-control .prev::after {
	transform: rotate(180deg)
}

.swiper-control .next {
	right: -5.6rem
}

@media screen and (max-width:1366px) {
	.swiper-control .next {
		right: -1.5rem
	}
}

.swiper-control .next,
.swiper-control .prev {
	width: 4rem;
	height: 4rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: #131313;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 2px solid #131313;
	opacity: 1
}

.swiper-control .next::after,
.swiper-control .prev::after {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	background-image: url(../images/chevron-right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.swiper-control .next.swiper-button-disabled,
.swiper-control .prev.swiper-button-disabled {
	background: transparent
}

.swiper-control .next.swiper-button-disabled::after,
.swiper-control .prev.swiper-button-disabled::after {
	background-image: url(../images/chevron-right1.svg);
}

.pagi-pagination {
	z-index: 1;
	user-select: none;
	text-align: center;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	display: flex;
	align-items: center;
	justify-content: center
}

.pagi-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 2.4rem;
	border-radius: 1rem;
	margin: 0 0.6rem !important;
	background-color: #d9d9d9;
	height: .4rem;
	transition: 0.4s ease
}

.pagi-pagination .swiper-pagination-bullet-active {
	width: 4.8rem;
	height: .6rem;
	background-color: #d60326
}

.js-pd-relev {
	position: relative;
	margin: 0 -1.2rem
}

.js-pd-relev .swiper {
	padding: 3rem 0;
	margin: -3rem 0
}

.js-pd-relev .swiper-slide {
	width: 20%;
	padding: 0 1.2rem
}

@media screen and (max-width:992px) {
	.js-pd-relev .swiper-slide {
		width: calc(100% / 3)
	}
}

@media screen and (max-width:576px) {
	.js-pd-relev .swiper-slide {
		width: 50%
	}
}

.js-pd-relev .swiper-pagination {
	bottom: 0 !important
}

.js-pd-relev .swiper-pagination-bullet {
	width: 2.4rem;
	height: .4rem;
	border-radius: 999px;
	background-color: #d9d9d9;
	opacity: 1;
	transition: background-color 0.4s, width 0.4s
}

@media screen and (max-width:576px) {
	.js-pd-relev .swiper-pagination-bullet {
		width: 1.6rem
	}
}

.js-pd-relev .swiper-pagination-bullet-active {
	width: 4.8rem;
	background-color: #d60326
}

@media screen and (max-width:576px) {
	.js-pd-relev .swiper-pagination-bullet-active {
		width: 2.4rem
	}
}

.js-pd-relev .swiper-navigation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: space-between;
	width: 112%;
	pointer-events: none
}

@media screen and (max-width:1440px) {
	.js-pd-relev .swiper-navigation {
		width: 109%
	}
}

@media screen and (max-width:1350px) {
	.js-pd-relev .swiper-navigation {
		display: none
	}
}

.js-pd-relev .swiper-navigation .prev,
.js-pd-relev .swiper-navigation .next {
	width: fit-content;
	width: 4.8rem;
	height: 4.8rem;
	border-radius: 50%;
	border: .2rem solid #131313;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	cursor: pointer;
	transition: background-color 0.4s
}

.js-pd-relev .swiper-navigation .prev img,
.js-pd-relev .swiper-navigation .next img {
	filter: brightness(0) invert(0)
}

.js-pd-relev .swiper-navigation .prev:hover,
.js-pd-relev .swiper-navigation .prev:focus-visible,
.js-pd-relev .swiper-navigation .next:hover,
.js-pd-relev .swiper-navigation .next:focus-visible {
	background-color: #131313
}

.js-pd-relev .swiper-navigation .prev:hover img,
.js-pd-relev .swiper-navigation .prev:focus-visible img,
.js-pd-relev .swiper-navigation .next:hover img,
.js-pd-relev .swiper-navigation .next:focus-visible img {
	filter: brightness(0) invert(1)
}

.js-pd-relev .swiper-navigation .prev.swiper-button-disabled,
.js-pd-relev .swiper-navigation .next.swiper-button-disabled {
	opacity: .4;
	pointer-events: none
}

.js-pd-relev .swiper-navigation .prev {
	transform: scaleX(-1)
}

.banner {
	overflow: hidden;
	position: relative
}

.banner-home {
	height: 100%;
	height: 440px;
	position: relative
}

.banner-home::before {
	content: "";
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(0deg, rgba(19, 19, 19, .85) 0%, rgba(19, 19, 19, .85) 100%)
}

.banner-slide {
	height: 100%;
	position: relative
}

.banner-gallery-img {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.banner-gallery-img img {
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	transform: translate(-50%, -50%)
}

.banner-item {
	height: 100%;
	padding: .2rem;
	overflow: hidden;
	position: relative;
	border-radius: 1.2rem
}

.banner-item::before {
	content: "";
	opacity: 0;
	background: linear-gradient(108deg, #e77c58 3.84%, #ff480f 22.43%, #d60326 60.36%, #7d289d 96.59%)
}

.banner-item::after {
	background: rgba(217, 217, 217, .5)
}

.banner-item::before,
.banner-item::after {
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
	transition: 0.4s ease
}

@media screen and (max-width:767.98px) {

	.banner-item::before,
	.banner-item::after {
		content: unset
	}
}

@media screen and (min-width:1201px) {
	.banner-item:hover::before {
		opacity: 1
	}

	.banner-item:hover::after {
		opacity: 0
	}
}

@media screen and (max-width:767.98px) {
	.banner-item {
		border: 3px solid transparent
	}
}

.banner-position {
	z-index: 2;
	height: 100%;
	display: flex;

	max-width: 100%;
	padding: 0 1.5rem;
	margin-left: auto;

	padding-top: 11rem;
	padding-bottom: 13rem
}

.banner-position .a {
	width: 55%;
}

@media screen and (max-width:1500px) {
	.banner-position {
		padding-top: calc(22.4rem + 5rem)
	}
}

@media screen and (max-width:1200.98px) {
	.banner-position {
		padding-top: 12rem;
		padding-bottom: 40rem
	}
}

@media screen and (max-width:767.98px) {
	.banner-position {
		padding-top: 5rem;
		padding-bottom: 32rem
	}
}

.banner-content {
	margin-right: calc(((100vw - 135rem) / 2));
	max-width: 60.7rem;
	position: relative;
	z-index: 2
}

@media screen and (max-width:1200.98px) {
	.banner-content {
		margin-left: 0;
		max-width: 100%
	}
}

@media screen and (max-width:767px) {
	.banner-content {
		max-width: 100%
	}
}

.banner-content .title-xxl {
	opacity: 0;
	color: #fff;
	margin-bottom: 1.2rem;
	overflow: hidden
}

.banner-content .text-s {
	opacity: 0;
	color: #fff;
	max-width: 44.2rem;
	overflow: hidden
}

@media screen and (max-width:1200.98px) {
	.banner-content .text-s {
		max-width: 100%
	}
}

.banner-content .btn {
	opacity: 0;
	margin-top: 4rem
}

@media screen and (max-width:1400.98px) {
	.banner-content .btn {
		margin-top: 2rem
	}
}

@media screen and (max-width:1200px) {
	.banner-content .btn {
		margin-top: 2.4rem
	}
}

.banner-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5rem;
	margin-left: -5rem
}

.banner-col {
	padding: 0 5rem
}

.banner-col:first-child {
	width: calc(6 / 12 * 100%)
}

.banner-col:last-child {
	width: calc(6 / 12 * 100%)
}

.banner-thumb-img {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 1.2rem;
	padding-top: calc(248 / 445 * 100%)
}

.banner-thumb-img img {
	width: 100%;
	height: 10rem;
	object-fit: cover
}

@media screen and (min-width:768px) {
	.banner-thumb-img img {
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		transform: translate(-50%, -50%)
	}
}

@media screen and (max-width:767.98px) {
	.banner-thumb-img {
		padding-top: 0;
		border: 3px solid transparent
	}
}

.js-banner-gallery {
	height: 100%
}

@media screen and (max-width:1550px) {
	.js-banner-gallery {
		border-radius: 0
	}
}

.js-banner-gallery .swiper-slide-thumb-active {
	opacity: 1 !important
}

.js-banner-gallery .swiper-slide-thumb-active .banner-content .title-xxl {
	animation: fadeInUp 2s ease 0.5s forwards
}

.js-banner-gallery .swiper-slide-thumb-active .banner-content .text-s {
	animation: fadeInUp 2s ease 1s forwards
}

.js-banner-gallery .swiper-slide-thumb-active .banner-content .btn {
	animation: fadeInUp 2s ease 1.5s forwards
}

.js-banner-thumbs {
	left: 0;
	width: 100%;
	max-width: 50%;
	cursor: pointer;
	user-select: none;
	position: absolute !important;
	bottom: 3.4rem;
}

@media screen and (max-width:1500px) {
	.js-banner-thumbs {
		bottom: 1.6rem
	}
}

@media screen and (max-width:1200px) {
	.js-banner-thumbs {
		left: unset;
		top: unset;
		right: 0;
		bottom: 1.6rem;
		min-width: 80rem;
		transform: translate(0, 0)
	}
}

@media screen and (max-width:820px) {
	.js-banner-thumbs {
		min-width: 100%;
		padding: 0 1.5rem;
		bottom: 2.4rem
	}
}

.js-banner-thumbs .swiper-control {
	max-width: 95%;
	user-select: none;
	margin-top: 2.4rem;
	margin-left: auto;
	display: flex;
	align-items: center
}

@media screen and (max-width:1500px) {
	.js-banner-thumbs .swiper-control {
		margin-top: 1.6rem
	}
}

@media screen and (max-width:1200px) {
	.js-banner-thumbs .swiper-control {
		max-width: 100%
	}
}

.js-banner-thumbs .swiper-control .next {
	margin-left: .4rem
}

.js-banner-thumbs .swiper-control .prev {
	margin-right: .4rem
}

.js-banner-thumbs .swiper-control .next,
.js-banner-thumbs .swiper-control .prev {
	margin-top: 0;
	position: static;
	background-color: transparent;
	border: .1rem solid #fff
}

.js-banner-thumbs .swiper-control .pagi-pagination {
	opacity: 1;
	height: .3rem;
	margin: 0 2rem;
	background: #fff;
	border-radius: 1rem
}

.js-banner-thumbs .swiper-control .pagi-pagination .swiper-pagination-progressbar-fill {
	border-radius: 1rem;
	background: linear-gradient(108deg, #e77c58 3.84%, #ff480f 22.43%, #d60326 60.36%, #7d289d 96.59%)
}

.js-banner-thumbs .swiper-control .slide-number {
	color: #fff;
	flex-shrink: 0;
	line-height: 1.1;
	font-weight: 700;
	font-size: 5.6rem;

}

@media screen and (max-width:1200px) {
	.js-banner-thumbs .swiper-control .slide-number {
		font-size: 3.8rem
	}
}

.js-banner-thumbs .swiper-slide {
	width: calc(100% / 2);

}

@media screen and (max-width:767.98px) {
	.js-banner-thumbs .swiper-slide-active .banner-thumb-img {
		border-color: #e77c58
	}
}

.js-banner-thumbs .swiper-slide-active .banner-item::before {
	opacity: 1
}

.js-banner-thumbs .swiper-slide-active .banner-item::after {
	opacity: 0
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20%)
	}

	100% {
		opacity: 1;
		transform: translateY(0%)
	}
}

.title-xxl {
	font-size: 5.6rem;
	font-weight: 700;

}

.text-s {
	line-height: 1.4;
	font-size: 20px;
}

.title-banner-thumb {
	position: absolute;
	width: 40%;
	bottom: 10px;
	right: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center
}

.slider-box {
	margin-top: -20px
}

.block-box-b {
	margin-bottom: 60px
}

.product-owl .owl-nav {
	position: absolute;
	top: -30px;
	transform: translateY(-50%);
	display: flex;
	gap: 5px;
	right: 0;

}

.product-owl .owl-prev,
.product-owl .owl-next {

	background: #45494e !important;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #fff !important;
	font-size: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}

.product-owl .owl-prev.disabled,
.product-owl .owl-prev.disabled {
	background: #d7d7d7 !important;
}

.product-owl .owl-dots {
	text-align: center
}

.product-owl .owl-dot {
	display: inline-block
}

.product-owl .owl-dot span {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
	background: #d7d7d7
}

.product-owl .owl-dot.active span {
	background: #45494e
}

.product-owl .owl-dot.disabled {
	background: #d7d7d7 !important;
}

.list-cata-2 {
	display: block;
	text-align: center;
	color: #fff !important;
}

.list-cata-2 .img-circle {
	margin: 10px;
}

.img-circle {
	border-radius: 50%;
	border: 6px solid #fff;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
	transition: .25s
}

.img-circle:hover {
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	-o-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.list-cata-2-box {
	background: url(../images//bg-lua.png) no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.btn-xem-ngay {
	padding: 8px 20px;
	background: var(--green);
	border-radius: 20px;
	color: #fff !important;
}

.list-cata-2-box {
	color: #fff
}

.list-cata-2-box h2 {
	margin-bottom: 20px;
	font-size: 30px;
}

.heading-sort {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.s-cat-fillter:before {
	content: '\f15e';
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.select-sort .dropdown-toggle {
	border: 1px solid #ddd;
	padding: 2px 10px;
	background: #fff;
	border-radius: 6px;
	width: 145px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.select-sort .fa {
	margin-right: 7px
}

.select-sort .dropdown-menu {
	padding: 0;
	margin: 0;
	right: 0;
	left: auto;
	margin-top: 5px;
	border-radius: 6px;
	overflow: hidden
}

.dropdown-menu {
	font-size: 15px
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: var(--green);
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #000;
	background-color: #fff;
	border: none;
	border-bottom-color: transparent;
	cursor: default;
	border-bottom: 2px solid #000
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.tab-pane {
	padding: 20px 0;
}

.product-info h1 {
	font-size: 28px
}

.list-img-reviewed {
	display: flex;
	padding: 0;
	margin: 0;
	gap: 10px;
	flex-wrap: wrap
}

.list-img-reviewed li {
	flex-shrink: 1;
	flex-basis: calc(33.3333% - 10px);
}

.list-star-reviewed {
	display: block
}

.list-star-reviewed li {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	width: 100%;
	gap: 10px;
	margin-bottom: 5px;
	flex-wrap: wrap
}

.list-star-reviewed li .fa {
	margin-left: 4px;
	color: #ff9800
}

.list-star-reviewed .num-star {
	flex: 0 0 calc(14% - 10px);

}

.list-star-reviewed .bar-star {
	background: #ddd;
	display: inline-block;
	height: 5px;
	border-radius: 5px;
	flex: 0 0 calc(73% - 10px);
	position: relative
}

.list-star-reviewed .bar-star-active {
	background: #64b2fa;
	display: inline-block;
	height: 5px;
	border-radius: 5px;
	position: absolute;

	left: 0;
	top: 0;
}

.list-star-reviewed .num-total {
	flex: 0 0 calc(13%);
	font-weight: bold
}

.total-star {
	text-align: center
}

.total-star .fa {

	color: #ff9800
}

.total-star .bigg {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px
}

.total-star .bigg,
.total-star .small2 {
	font-size: 14px;
	color: #666
}

.total-star .big {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.l-content {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

.l-content .fa-star {
	color: #ff9800;
	margin: 0 4px
}

.l-content .fa-star-o {
	margin: 0 4px
}

.l-content .fa-heart {
	color: #e20f00
}

.l-content .star span:before,
.l-content .statusss span:before {
	content: '|';
	color: #888;
	margin: 0 10px
}

.l-content .statusss span {
	color: #888;
	font-size: 14px;
}

.l-content .statusss {
	display: flex;
	align-items: center
}

.l-content .name {
	font-weight: bold
}

.l-content .star {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.l-content .content {
	margin-bottom: 5px
}

.l-content .statusss .fa {
	margin-right: 7px
}

.l-content .ec {
	color: var(--green2);
	margin-left: 20px
}

.l-content .ec .fa {
	margin-right: 5px
}

.view-create {
	display: flex;
	gap: 20px;
}

.view-create button {
	flex: 0 0 calc(50% - 10px);
}

.view-create .btn-o,
.view-create .btn-o-o {
	padding: 8px 20px;
	border: 1px solid var(--green);
	border-radius: 10px;
}

.view-create .btn-o {
	background: #fff;
}

.view-create .btn-o-o {
	color: #fff;
	background: var(--green)
}

.view-create .btn-o:hover,
.view-create .btn-o-o:hover {
	background: var(--green2);
	color: #fff
}

#content {
	overflow: hidden;
	height: 100px;
	transition: height 0.5s ease-in-out;
}

.tab-content#content:after {
	content: '';
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6307773109243697) 0%, rgba(255, 255, 255, 1) 100%);

	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px
}

.tab-content.expanded#content:after {
	display: none
}

.expanded {
	height: auto !important;
}

.toggle-btn {
	margin-top: 20px;
}

.toggle-btn:before {
	content: '+  ';

}

.toggle-btn.expanded::before {
	content: '-  '
}

.km-box {
	border: 1px solid var(--green);
	border-radius: 10px;
	overflow: hidden
}

.km-box h2 {
	background: var(--green);
	color: #fff;
	padding: 5px 10px;

}

.km-box-list {
	padding: 5px;
	overflow-y: auto;
}

.km-box-list .line1 {

	display: flex;
	gap: 10px
}

.km-box-list .line1 span {
	flex: 0 0 70px;
	display: inline-block
}

.km-box-list .line2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}

.km-box-list .line3 {

	gap: 1px;
	align-items: center
}

.km-box-list .line3 div:nth-child(1) {
	flex: 0 0 calc(40% - 1px);
	font-size: 14px;
}

.km-box-list .line3 div:nth-child(2) {
	flex: 0 0 calc(35% - 1px);
	font-size: 14px;
}

.km-box-list .line3 button {
	flex: 0 0 25%
}

.km-box-list .line3 .money-cb {
	color: red;
	font-weight: 700
}

.km-box-list .line3 .discount-cb {
	color: #000;
	text-decoration: line-through;
	margin-left: 2px
}

.km-box-list .btn-combo {
	color: #fff;
	padding: 5px;
	background: red;
	border: none;
	border-radius: 10px;
	font-weight: bold;
	font-size: 10px
}

.km-box-l {
	padding: 5px;
	border: 1px dashed var(--green);
	margin-bottom: 5px;
	border-radius: 5px
}

.km-box-l:last-child {
	margin-bottom: 0
}

.km-box-list::-webkit-scrollbar {
	width: 5px;
}

/* Track */
..km-box-list::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
.km-box-list::-webkit-scrollbar-thumb {
	background: linear-gradient(0deg, rgba(18, 91, 4, 1) 0%, rgba(20, 255, 0, 1) 100%);
}

/* Handle on hover */
.km-box-list::-webkit-scrollbar-thumb:hover {
	background: var(--green);
}

.news-grid {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.news-grid h3 {
	margin: 5px 0;
	height: 51px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-grid .des {
	height: 55px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a.btn {
	color: #fff;
}

.heading-right {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px
}

.news-list {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.news-list:last-child {
	margin-bottom: 0
}

.news-list h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 5px 0;
	display: -webkit-box;

	-webkit-box-orient: vertical;

}

.news-list h3 a {
	color: #000
}

.news-list .img {
	flex: 0 0 30%;
}

.news-list .img-16-9 {
	border-radius: 3px;
}

.form-dktv-box {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 6px;

}

.form-dktv-box .form-control {
	margin-bottom: 15px
}

.form-dktv-box h3 {
	margin: 10px 0
}

.btn-block {
	display: block;
	width: 100%
}

.gmap {
	position: relative;
	border-radius: 10px;
	overflow: hidden
}

.gmap iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.contact-news-box,
.fr-contact-box {
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #ddd
}

.contact-news-box h3 {
	margin-bottom: 10px;
}

.contact-news-box form {
	margin-top: 10px;
}

.contact-news-box .form-control {
	margin-bottom: 20px
}

.fr-contact-box h3 {}

.fr-contact-box h4 {
	font-size: 14px
}

.fr-contact-flex {
	display: flex;
	flex-wrap: wrap
}

.fr-contact .fa {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid #ddd
}

.fr-contact {
	display: flex;
	overflow: hidden;
	gap: 10px;
	flex: 0 0 50%;
	margin-top: 10px
}

.danh-sach-box {
	overflow: hidden
}

.danh-sach {
	border: 2px solid var(--green);
	padding: 10px;
	background: #f3f3f3;
	margin-bottom: 20px;
	border-radius: 6px;

}

.danh-sach .fa {
	margin-right: 10px;
}

.head-danh-sach {
	background: none;
	border: none;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
	position: relative;
	color: var(--green)
}

.head-danh-sach:after {
	content: '\f107';
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 20px
}

.head-danh-sach.expand:after {
	content: '\f106';
}

.danh-sach.is-position-fixed .head-danh-sach:after {
	display: none
}

.js-toc {

	max-height: 400px;
	overflow-y: auto;
}

ol.toc-list {
	padding-left: 20px;
	list-style-type: decimal;
	margin-bottom: 0;
	margin-bottom: 5px;
}

ol.toc-list:last-child {
	margin-bottom: 0
}

ol.toc-list>li:last-child {
	margin-bottom: 0
}

ol.toc-list a {
	width: 100%;
	background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all.25s ease;
	padding: 3px;
	display: inline-block;
}

ol.toc-list .is-active-link {
	background-position: left bottom;
}

ol.toc-list>li>a {
	font-weight: 700;
	color: #000
}

ol.toc-list>li>ol.toc-list>li>a {
	font-weight: 400
}

.is-position-fixed {
	position: fixed !important;
	top: 50px;
	z-index: 99
}

.is-position-fixed .js-toc {
	height: auto !important;
	width: 200px !important;
	visibility: visible !important;
	transition: .25s;
	visibility: hidden;
}

.picaso {
	transition: .25s;
}

.transition--300 {
	transition: all 300ms ease-in-out;
}

.btn-danh-sach-close {
	border: none;
	background: none;
	position: absolute;
	top: 5px;
	right: 0;
	width: 25px;
	padding: 0;
	display: none;
}

.btn-danh-sach-show {
	position: fixed;
	top: 50px;
	font-size: 20px;
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	line-height: 1;
	border-radius: 7px;
	z-index: 9;
	display: none;
	opacity: .7;
	transform: .25s
}

.btn-danh-sach-show:hover {
	opacity: 1;
	transform: .25s
}

.is-position-fixed .btn-danh-sach-close,
.is-position-fixed .btn-danh-sach-show {
	display: block;
}

#bodyhtml h1:before,
#bodyhtml h2:before,
#bodyhtml h3:before,
#bodyhtml h4:before,
#bodyhtml h5:before,
#bodyhtml h6:before {
	display: block;
	content: " ";
	height: 15px;
	margin-top: -15px;
	visibility: hidden;
}

#news-bodyhtml h1,
#news-bodyhtml h2,
#news-bodyhtml h3,
#news-bodyhtml h5 {
	margin-top: 10px;
	color: var(--green)
}

#news-bodyhtml br {
	margin: 10px 0
}
#news-bodyhtml h1, #content h1,
#news-bodyhtml h2, #content h2,
.detail-news h1 {
	text-transform: uppercase
}

.-rating-box {
	display: flex;
	align-items: center
}

.modal-header {
	position: relative
}

.modal-header .close {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.img-pay {

	margin-bottom: 10px;

}

.img-pay img {
	width: 120px;
	height: auto
}

.userBlock {
	padding: 10px;
	min-width: 225px;
	font-size: 13px;
	right: 0;
	left: auto;
}

.userBlock .btn-sm {
	font-size: 13px;
}



.osc-rotation {
	box-sizing: border-box;
	animation: oscillate-rotation 1s infinite ease-in-out;
	transform-origin: 50% 50%;
}


@keyframes ring-circle-anim {
	0% {
		transform: rotate(0) scale(1.1) skew(0deg);
		opacity: 0;
	}

	30% {
		transform: rotate(0) scale(1.5) skew(0deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1.7) skew(0deg);
		opacity: 0.1;
	}
}

@keyframes ring-circle-fill-anim {
	0% {
		transform: rotate(0) scale(1) skew(0deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1.4) skew(0deg);
		opacity: 0.2;
	}

	100% {
		transform: rotate(0) scale(1.1) skew(0deg);
		opacity: 0.2;
	}
}

@keyframes oscillate-rotation {
	0% {
		transform: rotate(0) scale(1) skew(0deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(0deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(0deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(0deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(0deg);
	}

	50% {
		transform: rotate(0) scale(1) skew(0deg);
	}

	100% {
		transform: rotate(0) scale(1) skew(0deg);
	}
}


#button-contact-vr {
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 99999;
}

#button-contact-vr .button-contact {
	position: relative;
	margin-top: -5px;
}

#gom-all-in-one .button-contact {
	transition: 1.6s all;
	-moz-transition: 1.6s all;
	-webkit-transition: 1.6s all;
}

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

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196F3;
	background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196F3;
}

#fanpage-vr .phone-vr-img-circle {
	background-color: #1877f2;
}

#fanpage-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
	background-color: rgb(24 119 242 / 70%);
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px;
}

.phone-vr-img-circle img {
	max-height: 25px;
	max-width: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px transparent
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 transparent
	}
}

#sync2 {
	margin-top: 20px
}

#sync2 .owl-item {
	border-radius: 11px;
	border: 2px solid transparent
}

#sync2 .owl-item.current {
	border: 2px solid var(--green)
}

.header-mobile {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.logo-mb img {
	width: auto;
	height: 50px;
}

.part-1 {
	width: 100%;

	display: none
}

.part-3 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.block_cart {
	margin-right: 15px
}

.menu-toggle {
	cursor: pointer;
	width: 30px;
	height: 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.bar {
	width: 100%;
	height: 3px;
	background-color: #333;
	transition: all 0.3s ease-in-out;
	position: absolute;
}

.bar:nth-child(1) {
	top: 0;
	/* Thanh trên cùng */
}

.bar:nth-child(2) {
	top: 10px;
	/* Thanh giữa */
}

.bar:nth-child(3) {
	top: 20px;
	/* Thanh dưới cùng */
}

/* Khi menu mở (dấu X) */
.menu-toggle.active .bar:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
	/* Đưa thanh trên vào giữa */
}

.menu-toggle.active .bar:nth-child(2) {
	opacity: 0;
	/* Ẩn thanh giữa */
}

.menu-toggle.active .bar:nth-child(3) {
	transform: rotate(-45deg);
	top: 10px;
	/* Đưa thanh dưới vào giữa */
}

.header-mobile {
	position: relative;
	z-index: 9999;
}

#menu-list {
	display: none;
	padding: 0;
	position: absolute;
	z-index: 99999;
	background: #fff;
	left: -15px;
	right: -15px;
	top: calc(100% + 10px)
}

.metismenu {
	position: relative;
}

.metismenu:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	position: absolute;
	display: inline-block;
	top: -24px;
	left: 17px;
	z-index: 999;
}

#search-toggle {
	background: none;
	border: none;
	font-size: 20px;
	padding: 0;
}

.menu-mb {
	display: none
}
.product-detail .product-image-gallery .gallery-view{
	position: relative
}
.flash-sale {

    color: white;

    display: flex;
    align-items: center;
    justify-content: space-between;

    z-index: 9;
    left: 0;
    right: 0;
    line-height: 1;
	overflow: hidden;
}

.price-info {
	padding: 5px;
	display: flex;
	flex: 0 0 40%;
	flex-direction: column;
	justify-content: left;
	background: #ee4a4b;
	height: 55px;
	position: relative
}
.price-info:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -23px;
    top: 0;
    border-top: 52px solid #ee4a4b;
    border-right: 22px solid transparent;
    border-bottom: 52px solid transparent;
    border-left: 22px solid #ee4a4b;
    z-index: -1;
}
.price-info .old-price{
	margin-right: 10px
}
.current-price {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.old-price {
	text-decoration: line-through;
	color: #ddd;
	font-size: 13px;
}

.discount {
	background: red;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 6px;
	border-radius: 4px;
}

.sale-info {
	padding: 5px;
	text-align: right;
	display: flex;
	flex: 0 0 60%;
	flex-direction: column;
	background: #f8d22f;
	color: #000;
	height: 55px;
}

.sale-info strong {
	font-size: 15px;
}

.sale-info span {
	display: flex;
	font-size: 14px;
	margin-top: 5px;
	align-items: center;
	justify-content: flex-end;
}

#countdown span {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	margin: 0 2px;
}

#countdown {
	display: flex;
	align-items: center;
	line-height: 1
}
.table-responsive{
	text-align: center
}
.table-responsive table{
	border: 3px solid var(--green);
	margin: 0 auto;
}
.table-responsive table td, .table-responsive table th {
    padding: 10px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: var(--green);
    border-color: var(--green);
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: var(--green);
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.info-weight{
	margin-bottom: 10px;
}
.img-thumb-ytb:after{
	content: '\f04b';
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 1;
    font: normal normal normal 14px / 1 FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f1f1;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: .25s
}
.img-thumb-ytb:hover:after{
	width: 45px;
    height: 45px;
	transition: .25s
}
.img-square iframe{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news-bodyhtml, .box-detail-product #content{
	font-size: 18px
}