@charset "UTF-8";

/* Main */
:root {
	--color-primary: #FD9636;
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--font-title:
		"Montserrat", sans-serif;
	--font-menu:
		"Montserrat", sans-serif;
	--max-width: 1326px;
	--font-body:
		"Montserrat", sans-serif;
	--font-title-card: "Montserrat", sans-serif;
	--color-title: #c31829;
	--color-bg-hover: #8b0715;
	--color-hover-text: #c31829;
}

body {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a,
input,
textarea {
	outline: none;
	padding: 0px;
}





input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

.btn-mmenu {
	display: none;
}

b,
strong {}

.wrap-main,
.wrap-content {
	max-width: var(--max-width);
	margin: 0px auto;
	padding: 0px 15px;
}

.wrap-content-page {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wrap-home {
	max-width: 100%;
	padding: 0px;
}

.wrap-content {
	margin: auto;
}

.wap-all-page {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.wap-top {
	width: 100%;
}

.wap-hearder {
	width: 100%;
	background-color: #fff;
	z-index: 9;
}

.wap-menu {
	width: 100%;
}

.wap-slider {
	width: 100%;
}

.wap-main {
	width: 100%;
}

.wap-footer {
	width: 100%;
}

.block-page {
	width: 100%;
	max-width: var(--max-width);
	margin: 0px auto;
	padding: 30px 10px;
}

/* share */
.share {
	/* padding: 10px; */
	line-height: normal;
	margin-top: 15px;
	/* border-top: 1px solid #ededed; */
}

.share b {
	display: block;
	margin-bottom: 5px;
}

/* owl control */
.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 45px/2);
}

.control-owl button {
	opacity: 1;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 0px;
	background-color: #343434;
	border-radius: 0px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.control-owl button:hover {
	opacity: 1;
}

.control-owl button.owl-prev {
	left: 20px;
}

.control-owl button.owl-next {
	right: 20px;
}

.control-owl.control-product button {
	width: 30px;
	height: 30px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 50%;
	/* border: 1px solid #f5f5f5; */
}

.control-owl.control-product button.owl-prev {
	left: -15px;
}

.control-owl.control-product button.owl-next {
	right: -15px;
}

/* bootstrap custom */
.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px);
	background: transparent;
	padding: 10px;
	padding-left: 20px;
	color: #495057;
}

.text-sm {
	font-size: .875rem !important;
}

/* news detail */
.time-main {
	margin-bottom: 20px;
	margin: 10px 0;
	color: #333333ad;
	font-size: 14px;
}

/* Lazyload */
img.lazy {
	opacity: 0;
	filter: blur(5px);
}

img:not(.initial) {
	transition: opacity, filter 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
	filter: blur(0px);
}

img:not([src]) {
	visibility: hidden;
}

.top {
	background-color: #fff;
}

.header-top-left {}

.header-top-right {}

.top ul {
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	align-items: center;
	gap: 10px;
}

.top ul li {}

.top ul li a {
	font-weight: 500;
	color: #fff;
}

.hotline-top {}

.hotline-top strong {
	font-weight: 700;
}

/* gg dich */
.gtranslate_wrapper {
	position: relative;
	margin-left: auto;
	width: 45px;
}

.gt_switcher-popup img+span {
	display: none;
}

.gt_switcher-popup img+span+span {
	color: #fff !important;
}

.gt_black_overlay {
	display: none !important;
}

.gtranslate_wrapper .gt_white_content {
	position: absolute !important;
	margin: unset !important;
	top: 35px !important;
	right: 0;
	left: unset !important;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15) !important;
	border-radius: 5px;
	height: auto;
	padding: 0 10px;
}

.gt_white_content a {
	display: block;
	padding: 10px 0 !important;
	border-bottom: 1px solid #e7e7e7;
	white-space: nowrap;
	line-height: 0;
	flex-basis: 39px;
	box-sizing: border-box;
	color: #000
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.gt_container-unisv1 a.glink span {
	font-size: 10px !important;
	color: #000;
}

/* hover_sang2 */
.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.hover_sang2 {
	position: relative;
	overflow: hidden;
}

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%;
}

/* HEADER */
.header {
	width: 100%;
	border-bottom: 1px solid #D5DFE4;
}

.top {
	background-color: var(--color-primary);
	color: #fff;
}

.top .wrap-content {
	display: flex;
	padding: 11px 15px;
	justify-content: space-between;
	align-items: center;
}

.header-bottom {
	display: flex;
	padding: 10px 15px;
	max-width: var(--max-width);
	margin: 0 auto;
	align-items: center;
	/* justify-content: space-between; */
	gap: 32px;
}

.logo-header {
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	max-width: 190px;
}

.header-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 30px;
	background: #F9FAFB;
	overflow: hidden;
	width: 417px;
	border: 1px solid #E5E7EB;
}

.header-search input {
	background: none;
	border: none;
	outline: none;
	height: 40px;
	/* text-indent: 10px; */
	width: calc(100% - 45px);
	order: 2;
}

.header-left {
	display: flex;
	align-items: center;
	gap: 32px;
}

.header-search p {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	transition: all .2s;
	margin: 0;
}

.menu-header {}

.menu-header ul {
	display: flex;
	list-style: none;
	align-items: center;
	gap: 16px;
	margin: 0;
	padding: 0;
}

.menu-header ul li {}

.menu-header ul li a {
	font-weight: 500;
	color: #9CA3AF;
	display: block;
	transition: all 0.3s;
}

.menu-header ul li a:hover {
	color: var(--color-primary);
}

.header-search p:hover {
	transition: all .2s;
	background-color: var(--color-bg-hover);
}

.header-holine {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-holine .content {
	padding-left: 10px;
}

.header-holine .content h3 {
	font-size: 16px;
	font-family: 'Arial';
	color: red;
}

.header-holine .content p {
	text-align: left;
}

/* animation color linear text */
.bm-animate-text-1 {
	text-transform: uppercase;
	background: linear-gradient(to right, #0c7714 0%, #00bf0c 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	animation: rainbow-animation 200s linear infinite;
}

@keyframes rainbow-animation {
	100% {
		background-position: 4500vh;
	}
}

/* MENU */
.menu {
	box-shadow: 0px 1px 20px #0000001f;
	font-family: var(--font-menu);
	padding: 15px 0px;
	background: #fff;
}

.menu.fixed {
	position: fixed;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: all 0.4s;
}

.menu .wrap-content {
	display: flex;
	align-items: center;
	gap: 60px;
}

.menu ul {
	list-style: none
}

.menu.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9000;
}

.menu .item-big {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-inline-start: 0;
	margin: 0;
}

.menu .item-big .nav-item {
	display: inline-block;
	position: relative;
	font-size: 0;
	transition: all 0.4s;
}

.menu .item-big .nav-item.active>a,
.menu .item-big .nav-item:hover>a {
	transition: all 0.4s;
	color: var(--color-primary);
}

.menu .item-big .nav-item>a {
	padding: 10px 16px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #6B7280;
	position: relative;
	font-weight: 600;
}

.menu .item-big .nav-item>.item_small {
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	-o-transition: -o-transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	transition: transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 250px;
	padding: 0;
	background-color: #fff;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 999;
	box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.menu .item-big .nav-item:hover>ul {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	min-width: 250px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.menu .item-big .nav-item ul li:hover>a {
	color: var(--color-title);
}

.menu .item-big .nav-item>ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 7px 5px 7px 0px;
	position: relative;
	border-bottom: 1px solid #d7d7d73b;
	text-align: left;
	padding-left: 15px;
	text-decoration: none;
}

.menu .item-big .nav-item>ul li:last-child>a {
	border-bottom: 0;
}

.menu .item-big .nav-item>ul li a i {
	position: absolute;
	right: -10px;
	padding: 0px 10px;
	top: 0;
	line-height: 38px;
}

.menu .item-big .nav-item>ul li {
	padding: 0px;
}

.menu .item-big .nav-item li {
	position: relative;
}

.menu .item-big .nav-item>ul li ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 20px;
	left: 100%;
	top: 0px;
	position: absolute;
	width: 250px;
	padding: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	transition: all 0.3s;
	border-radius: 4px;
}

.menu .item-big .nav-item>ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}

div#box-danhmuc {
	width: 240px;
	position: relative;
	box-sizing: border-box;
}

div#box-danhmuc .tieude-dm {
	display: flex;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	background: var(--color-primary);
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	line-height: 45px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-weight: 700;
	border-radius: 8px;
}

div#box-danhmuc div.bix-l-khac {
	position: absolute;
	/* top: 45px; */
	left: 0px;
	opacity: 0;
	z-index: -1;
	transition: 0.3s;
	overflow: hidden;
	width: 300px;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
}

div#box-danhmuc:hover div.bix-l-khac {
	opacity: 1;
	z-index: 99;
	overflow: inherit;
	transform: rotate3d(0, 0, 0, 0deg);
}

div#box-danhmuc div.bix-l-khac ul {
	display: flex;
	padding: 12px;
	flex-direction: column;
	gap: 10px;
}

div.slider-r {
	width: calc(100% - 234px);
	float: right;
}

div.bix-l {
	width: 280px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	z-index: 99;
	/* align-items: start; */
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #E5E7EB;
	-webkit-transform-origin: 0 0 0;
}

div.bix-l ul {
	height: 600px;
	overflow-y: scroll;
	width: 100%;
	background: none !important;
	margin-left: 0px !important;
	padding: 0;
	margin: 0;
	padding: 0px 5px 0px 15px;
}

div.bix-l ul::-webkit-scrollbar {
	width: 4px;
}

div.bix-l ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div.bix-l ul::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
	/* outline: 1px solid slategrey; */
}

div.bix-l ul li {
	list-style: none;
	/* background: url(../images/after.png) no-repeat 13px center !important; */
	width: 100% !important;
	border-bottom: 0px !important;
}

div.bix-l ul li:last-child a {
	border: 0;
}

div.bix-l ul li b {
	width: 43px;
	display: inline-block;
	padding-left: 10px;
	padding-top: 4px;
}

div.bix-l ul li b img {
	max-width: 24px !important;
	display: inline-block;
	vertical-align: top;
}

div.bix-l ul li a {
	color: #4B5563 !important;
	padding: 8px 8px 8px 50px !important;
	text-decoration: none;
	display: block;
	font-size: 14px !important;
	line-height: 25px;
	text-transform: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 41px;
	background-position: 0px;
	font-weight: 700;
}

div.bix-l ul li a i {
	font-size: 12px;
}

div.bix-l ul li a:hover {
	color: var(--color-primary) !important;
}

div.bix-l ul li ul {
	position: absolute;
	width: 0px;
	opacity: 0;
	z-index: -1;
	left: 100%;
	top: 0px;
	transition: all 0.2s;
	background: #fff !important;
	width: 0;
	height: 100%;
	overflow: hidden;
}

div.bix-l ul li {
	float: none !important;
	position: initial !important;
}

div.bix-l ul li ul li a {
	padding: 8px 0px 8px 0px !important;
	line-height: 25px;
	display: block !important;
	width: 100% !important;
}

div.bix-l ul li.cap1:hover ul.ul_cap2 {
	opacity: 1;
	left: 100%;
	z-index: 5;
	background: #ffffff !important;
	overflow: initial;
	width: 100%;
	max-height: unset;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #E5E7EB;
	height: 100%;
}


div.bix-l ul li ul li ul {
	position: absolute;
	width: 240px;
	opacity: 0;
	z-index: -1;
	left: 200%;
	top: 0px;
	transition: 0.4s;
	background: #000000 !important;
	width: 100%;
	height: auto;
}

div.bix-l ul li ul li {
	float: none !important;
	position: relative !important;
}

div.bix-l ul li ul li ul li a {
	padding: 12px 0px 12px 32px !important;
	width: 100% !important;
}

div.bix-l ul li ul li.cap2:hover ul.ul_cap3 {
	opacity: 1;
	left: 100% !important;
	z-index: 999;
}

/* Search menu */
.menu .search {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.menu .search:hover .icon-search,
.icon-cart-menu:hover {
	transform: scale(1.1);
	transition: transform 0.3s;
}

.menu .search .icon-search,
.icon-cart-menu {
	transition: transform 0.3s;
}

.menu .search p {
	width: 32px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	font-size: 16px;
	border-radius: 50%;
	transition: background 0.4s;
}

.menu .search input {
	width: calc(100% - 35px);
	height: 38px;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 0px;
	font-size: 14px;
	color: #fff;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	font-style: italic;
}

.menu .search input::-webkit-input-placeholder {
	color: #fff;
}

.menu .search input:-moz-placeholder {
	color: #fff;
}

.menu .search input::-moz-placeholder {
	color: #fff;
}

.menu .search input:-ms-input-placeholder {
	color: #fff;
}

.menu .search.active {
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}

.menu .search-grid {
	position: absolute;
	top: -5px;
	right: calc(100% + 5px);
	width: 0;
	overflow: hidden;
	background: grey;
	z-index: 2;
	opacity: 0;
	color: #fff;
	border-radius: 25px;
	line-height: normal;
	box-shadow: 1px 1px 2px grey;
}

.menu .search-grid p {
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 14px;
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
}

.menu .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 14px;
}

.menu .search-grid input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 14px;
}

.menu .search-grid input:-moz-placeholder {
	color: #ccc;
	font-size: 14px;
}

.menu .search-grid input::-moz-placeholder {
	color: #ccc;
	font-size: 14px;
}

.menu .search-grid input:-ms-input-placeholder {
	color: #ccc;
	font-size: 14px;
}

.menu .icon-search i,
.menu .search-grid i {
	text-shadow: 0.3px 0.3px 0.5px grey;
}

/* mmenu */
#hamburger {
	display: flex;
	position: relative;
	background: var(--color-primary);
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}

#hamburger i {
	color: #fff;
	font-size: 25px;
	padding: 5px 7px;
	border-radius: 5px;
}

.menu-text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#menu {
	display: none;
}

.mm-menu_opened {
	display: block !important;
}

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
	background: #000000ad;
}

.menu-res {
	display: none;
	z-index: 10;
	background: #245a00;
	position: relative;
	line-height: normal;
	position: sticky;
	z-index: 999;
	overflow: hidden;
	top: 0;
	box-shadow: 0px 1px 2px;
}

.menu-bar-res {
	padding: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-res .search {
	width: 100%;
	background: none;
	display: flex;
	border-radius: 40px;
	position: relative;
	transition: all 0.6s;
	background-color: #fff;
	border: 1px solid #fff;
}

.menu-res .search p {
	width: 32px;
	height: 32px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #fff;
	font-size: 16px;
	background: #84100b;
	border-radius: 50%;
	margin-right: 3px;
	margin-top: 3px;
}

.menu-res .search p:hover {
	background-color: #245a00;
	color: #fff;
}

.menu-res .search input {
	width: calc(100% - 35px);
	height: 38px;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 12px;
	color: #245a00;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.menu-res .search input::-webkit-input-placeholder,
.menu-res .search input:-moz-placeholder,
.menu-res .search input::-moz-placeholder,
.menu-res .search input:-ms-input-placeholder {
	color: #245a00;
}

.menu-res .search.active {
	visibility: visible;
	opacity: 1;
	transition: all 0.6s;
}

.menu-res .icon-search1 {
	width: 35px;
	line-height: 12px;
	color: #fff;
	border-left: 1px solid #fff;
	display: inline-block;
	cursor: pointer
}

/* Search in mmenu */
.search-res {
	position: relative;
}

.search-res .icon-search {
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 17px;
	margin: 0px;
	background: var(--color-primary);
	border-radius: 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-res .icon-search svg{
    width: 19px;
    fill: #fff;
}
.search-res .icon-search svg path{}
.search-res .icon-search.active {
	border-radius: 100%;
}

.search-res .search-grid{position:absolute;top:50px;right:0px;width:0px;height:40px;overflow:hidden;background: #000000d9;/* border: 1px solid #ffffff; */z-index:2;opacity:0;line-height:normal;}
.search-res .search-grid p{float:left;width:35px;height:38px;cursor:pointer;outline:none;border:none;margin:0px;font-size:17px;display:block;line-height:40px;text-align:center;color: #fff;}
.search-res .search-grid input{width:calc(100% - 35px);float:right;line-height:38px;outline:none;border:none;color: #fff;background: transparent;}
.search-res .search-grid input::-webkit-input-placeholder{color:#ccc;}
.search-res .search-grid input:-moz-placeholder{color:#ccc;}
.search-res .search-grid input::-moz-placeholder{color:#ccc;}
.search-res .search-grid input:-ms-input-placeholder{color:#ccc;}

/* Slideshow */
.bg-slideshow {
	background: linear-gradient(1deg, #F8F8F8 25%, #FFFFFF 90%);
	padding: 5px 0;
}

.slideshow {
	position: relative;
}

.slideshow-main {
	position: relative;
}

.slideshow-item {
	display: block;
	cursor: pointer;
}

.slideshow:hover .control-slideshow {
	opacity: 1;
}

.control-slideshow {
	/* opacity: 0; */
}

.slide-arrows {
	transform: translateY(-40%);
	position: absolute;
	top: 40%;
	left: -60px;
	z-index: 1;
	border: none;
	background: none;
	cursor: pointer;
}

.slide-arrows.ic-rights {
	left: unset;
	right: -60px;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	left: -30px;
	z-index: 1;
	border: none;
	background: none;
	cursor: pointer;
}

.slide-arrow:focus {
	outline: none;
}

.slide-img {
	width: 100%;
	object-fit: cover;
}

.slide-arrow.ic-right {
	left: unset;
	right: -20px;
}

.control-slideshow.control-owl {
	position: absolute;
	width: 137px;
	z-index: 2;
	left: 0px;
	bottom: 68px;
	top: unset;
}

/* Partner */
/* .wrap-partner {
	padding: 0px 15px;
	width: 100%;
}

.wrap-partner .wrap-content {
	position: relative;
}

.partner {
	display: block;
	border: 1px solid #eee;
	max-width: 175px;
	margin: 0px auto;
} */

/* tc */
.wrap-tc {
	background: #F0F3F8;
	padding: 16px 0px;
}

.item-tc {
	display: flex;
	align-items: center;
}

.photo-tc {}

.photo-tc img {}

.info-tc {
	width: calc(100% - 38px);
	padding-left: 10px;
}

.info-tc h3 {
	font-size: 16px;
	font-weight: 700;
	color: #6B7280;
	margin: 0;
}

.info-tc p {
	margin: 0;
	font-size: 12px;
	color: #9CA3AF;
	white-space: nowrap;
}

/* product list */
.wrap-list {
	padding: 40px 0px;
	box-shadow: rgb(0 0 0 / 5%) 0px 10px 35px;
}

.grid-list {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 16px;
}

.item-list {
	display: block;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	padding: 8px 12px;
	border-radius: 8px;
	transition: all 0.3s;
}

.item-list:hover {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, var(--color-primary) 0px 0px 0px 1px;
}

.photo-list {
	margin-bottom: 5px;
}

.photo-list img {}

.info-list {}

.info-list h3 {
	font-size: 12px;
	font-weight: 600;
	color: #4B5563;
	margin-bottom: 5px;
}

.info-list span {
	color: #9CA3AF;
	font-size: 12px;
}

/* wrap pronb */
.wrap-pronb {
	padding: 40px 0px;
}

.title-product {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	align-items: end;
}

.title-product h3 {
	margin: 0;
	background: var(--color-primary);
	color: #fff;
	padding: 8px 12px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px 5px 0px 0px;
}

.dots {
	flex: 1;
	border-bottom: 2px solid var(--color-primary);
	margin: 0px 10px 0px 10px;
	min-width: 20px;
}

.title-product a {
	color: var(--color-primary);
	font-weight: 600;
}

.banner-noibat {
	margin-bottom: 12px;
}

.banner-noibat img {}

/* product topmua */
.wrap-topmua {
	padding: 40px 0px;
	background: #FFF5DB;
}

.title-topmua {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D1D5DB;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.title-topmua a {
	color: #4B5563;
	font-weight: 500;
}

.title-topmua h3 {
	font-size: 20px;
	font-weight: 700;
	color: #4B5563;
	text-transform: uppercase;
}

.title-topmua p {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}

.banner-topmua {
	margin-top: 40px;
}

.banner-topmua img {
	border-radius: 8px;
	overflow: hidden;
}

/* Breadcrumb */
.breadCrumbs {}

.breadCrumbs .wrap-content {
	padding: 10px;
	max-width: var(--max-width);
}

.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active span {
	color: var(--color-hover-text);
}

.breadcrumb-item span {
	font-size: 14px;
	color: #fff;
}

.breadcrumb-item:hover span {}

ol.breadcrumb {
	position: relative;
	z-index: 1;
	background: none;
	justify-content: center;
	text-align: center;
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '/';
	color: #fff;
}

.wrap-page {
	min-height: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title-page {
	font-size: 32px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.wrap-page .wrap-content {
	z-index: 9;
}

.wrap-page::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fd96363b;
}

/* Intro */
.news-scroll:before,
.news-scroll:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 85px;
	border-radius: 100%;
	background-color: #CACACA;
}

.news-scroll:before {
	top: 10px;
}

.news-scroll:after {
	bottom: 40px;
}

.news-control {
	left: 85px;
	font-size: 13px;
	opacity: 0.5;
	z-index: 1;
	cursor: pointer;
}

.news-control:hover {
	opacity: 1;
	color: var(--color-title);
}

.news-control#up {
	top: -10px;
}

.news-control#down {
	bottom: 20px;
}

.news-shadow {
	padding-bottom: 30px;
}

.news-shadow-time {
	font-size: 13px;
	width: 75px;
	margin-right: 45px;
}

.news-shadow-time:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 20px/2);
	right: -26px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pattern-news.png);
}

.news-shadow-article {
	width: calc(100% - 120px);
	padding: 14px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #cecabb;
}

.news-shadow-article:before {
	content: '';
	position: absolute;
	top: calc(50% - 26px/2);
	left: -13px;
	z-index: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid #cecabb;
	border-bottom: 13px solid transparent;
}

.news-shadow-article:after {
	content: '';
	position: absolute;
	top: calc(50% - 24px/2);
	left: -11px;
	z-index: 1;
	border-top: 12px solid transparent;
	border-right: 11px solid #ffffff;
	border-bottom: 12px solid transparent;
}

.news-shadow-image {
	margin-right: 10px;
	width: 90px;
}

.news-shadow-info {
	width: calc(100% - 100px);
}

.news-shadow-name {
	height: 36px;
	font-size: 15px;
	font-weight: 700;
}

.news-shadow-name a {
	color: #222222;
}

.news-shadow-name a:hover {
	color: var(--color-title);
}

.news-shadow-desc {
	height: 38px;
	font-size: 13px;
}

.news-shadow-name a.text-split,
.news-shadow-desc.text-split {
	-webkit-line-clamp: 2;
}

/* Video */
.video {
	cursor: pointer;
	margin-bottom: 1rem;
}

.video-image {
	position: relative;
	margin-bottom: 0.75rem;
}

.video-image:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px/2);
	left: calc(50% - 35px/2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}

.video-name {
	text-align: center;
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Album */
.album {
	cursor: pointer;
	margin-bottom: 1rem;
}

.album-image {
	margin-bottom: 0.75rem;
}

.album-name {
	margin-bottom: 0px;
	text-align: center;
}

.album-name a {
	display: block;
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 15px;
	width: 100%;
}

.wrap-brand .wrap-content {
	position: relative;
}

.brand {
	display: block;
	border: 1px solid #eee;
	max-width: 160px;
	margin: 0px auto;
}

/* Product */
#sort-by {
	text-align: left;
	width: 100%;
}

#sort-by span.show-sort-by::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Light';
	position: absolute;
	top: 0px;
	right: 5px;
}

#sort-by label {
	font-family: var(--font-title-card);
	font-weight: 400;
	line-height: 33px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	color: #222;
	display: inline-block;
}

#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#sort-by>ul {
	padding: 0px 5px 0 10px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	position: relative;
	width: 180px;
}

#sort-by>ul>li {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	cursor: pointer;
	line-height: 34px;
	border-radius: 3px;
	/* position: relative; */
}

#sort-by ul ul {
	position: absolute;
	display: none;
	opacity: 0;
	transition: all .3s ease;
	width: 180px;
	right: 0;
	top: calc(100% + 5px);
	z-index: 1;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	overflow: hidden;
	background: #fff;
	padding-left: 0px !important;
}

#sort-by ul ul.show {
	display: block;
	opacity: 1;
	transition: all .3s ease;
}

#sort-by li li {
	width: 100%;
	margin-top: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 8px 10px;
	line-height: 20px;
}

#sort-by li>a {
	display: inline-block;
	width: 100%;
	line-height: 22px;
	transition: all 0s ease-in-out;
}

#sort-by ul ul li:hover {
	background: #dcdcdc;
}

#sort-by ul ul li:not(:last-child) {
	border-bottom: 1px solid #dcdcdc4f;
}

#sort-by a:link,
#sort-by a:visited {
	color: #333;
	text-decoration: none;
}


.wrap-product {
	margin-bottom: 50px;
	width: 100%;
}

.grid-pro {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 12px;
}

.grid-pro-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px;
}

.product {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	padding: 8px 12px;
	transition: all 0.3s;
	border: 1px solid #E5E7EB;
	background: #fff;
}

.product:hover {
	border-color: var(--color-primary);
}

.slick-slider .product {
	margin: 10px;
}

.box-product {
	position: relative;
	display: block;
}

.pic-product {
	background: #ffffff;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 8px;
}

.pic-product img {
	width: 100%;
}

.name-product {
	font-size: 14px;
	color: #4B5563;
	font-weight: 600;
}

.name-product a {
	color: #4B5563;
}

.star {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #212529;
}

.star span {
	display: block;
	width: 12px;
	height: 12px;
	background: var(--color-primary);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.box-product:hover .name-product a {
	/* color: var(--color-primary); */
}

.price-product {
	margin: 0;
}

/* .price-product span{font-weight:700;} */
.price-new {
	font-size: 14px;
	font-family: var(--font-title);
	color: #4B5563;
	margin-right: 10px;
	font-weight: 700;
}

.price-old {
	font-size: 12px;
	color: #4B5563;
	text-decoration: line-through;
}

.price-per {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	background: var(--color-primary);
	font-size: 12px;
	border-radius: 20px;
	width: 41px;
	height: 17px;
	text-align: center;
	line-height: 17px;
}

.cart-product {
	display: flex;
	margin-bottom: 0px;
	justify-content: end;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
}

.cart-product span {
	cursor: pointer;
	width: 25px;
	height: 25px;
	color: #ffffff;
	border-radius: 4px;
	margin: 3px 0 3px 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0px;
}

.cart-product span i {
	font-size: 14px;
}

.cart-add {
	margin-right: 2%;
	background: #9e9e9e;
}

.cart-add:hover {
	background-color: #000;
}

.cart-buy {
	background: #9e9e9e;
}

.cart-buy:hover {
	background-color: #000;
}

.addcart {
	transition: all 0.3s;
}

.addcart:hover {
	transition: all 0.3s;
}

/* Product Detail */
.grid-pro-detail {
	margin-bottom: 3rem;
}

.left-pro-detail {
	position: relative;
	text-align: center;
}

.left-pro-detail .MagicZoom {
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #EEEEEE;

	@charset "UTF-8";

	/* Main */
	: root {
		--color-primary: #FD9636;
		--color-red: #ec2d3f;
		--color-medium-red: #cc2c32;
		--color-dark-red: #c31829;
		--color-green: #28a745;
		--color-dark-green: #207d36;
		--color-black: #212529;
		--color-gray: #6c757d;
		--font-title:
			"Montserrat", sans-serif;
		--font-menu:
			"Montserrat", sans-serif;
		--max-width: 1326px;
		--font-body:
			"Montserrat", sans-serif;
		--font-title-card: "Montserrat", sans-serif;
		--color-title: #c31829;
		--color-bg-hover: #8b0715;
		--color-hover-text: #c31829;
	}

	body {
		font-size: 14px;
		font-family: "Montserrat", sans-serif;
		overflow-x: hidden;
	}

	img {
		max-width: 100%;
		height: auto;
		vertical-align: top
	}

	a,
	input,
	textarea {
		outline: none;
		padding: 0px;
	}

	input[type=number]::-webkit-outer-spin-button,
	input[type=number]::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

	.w-clear: after {
		display: block;
		content: "";
		clear: both;
	}

	.hidden {
		display: none;
	}

	.clear {
		clear: both;
	}

	.none {
		display: none;
	}

	.hidden-seoh {
		visibility: hidden;
		height: 0px;
		margin: 0px;
		overflow: hidden;
	}

	b,
	strong {}

	.wrap-main,
	.wrap-content {
		max-width: var(--max-width);
		margin: 0px auto;
		padding: 0px 15px;
	}

	.wrap-content-page {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.wrap-home {
		max-width: 100%;
		padding: 0px;
	}

	.wrap-content {
		margin: auto;
	}

	.wap-all-page {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.wap-top {
		width: 100%;
	}

	.wap-hearder {
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}

	.wap-menu {
		width: 100%;
	}

	.wap-slider {
		width: 100%;
	}

	.wap-main {
		width: 100%;
	}

	.wap-footer {
		width: 100%;
	}

	.block-page {
		width: 100%;
		max-width: var(--max-width);
		margin: 0px auto;
		padding: 30px 10px;
	}

	/* share */
	.share {
		/* padding: 10px; */
		line-height: normal;
		margin-top: 15px;
		/* border-top: 1px solid #ededed; */
	}

	.share b {
		display: block;
		margin-bottom: 5px;
	}

	/* owl control */
	.control-owl {
		position: absolute;
		width: 100%;
		z-index: 2;
		left: 0px;
		top: calc(50% - 45px/2);
	}

	.control-owl button {
		opacity: 1;
		top: 0px;
		position: absolute;
		outline: none;
		border: 0px;
		padding: 0px;
		margin: 0px;
		display: block;
		cursor: pointer;
		color: #ffffff;
		width: 45px;
		height: 45px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 25px;
		margin: 0px;
		background-color: #343434;
		border-radius: 0px;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}

	.control-owl button:hover {
		opacity: 1;
	}

	.control-owl button.owl-prev {
		left: 20px;
	}

	.control-owl button.owl-next {
		right: 20px;
	}

	.control-owl.control-product button {
		width: 30px;
		height: 30px;
		background: #fff;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 50%;
		/* border: 1px solid #f5f5f5; */
	}

	.control-owl.control-product button.owl-prev {
		left: -15px;
	}

	.control-owl.control-product button.owl-next {
		right: -15px;
	}

	/* bootstrap custom */
	.form-control,
	.form-control-plaintext:not(textarea),
	.custom-select {
		height: calc(1em + 1.25rem + 8px);
		background: transparent;
		padding: 10px;
		padding-left: 20px;
		color: #495057;
	}

	.text-sm {
		font-size: .875rem !important;
	}

	/* news detail */
	.time-main {
		margin-bottom: 20px;
		margin: 10px 0;
		color: #333333ad;
		font-size: 14px;
	}

	/* Lazyload */
	img.lazy {
		opacity: 0;
		filter: blur(5px);
	}

	img:not(.initial) {
		transition: opacity, filter 1s;
	}

	img.initial,
	img.loaded,
	img.error {
		opacity: 1;
		filter: blur(0px);
	}

	img:not([src]) {
		visibility: hidden;
	}

	.top {
		background-color: #fff;
	}

	.header-top-left {}

	.header-top-right {}

	.top ul {
		padding: 0;
		margin: 0;
		display: flex;
		list-style: none;
		align-items: center;
		gap: 10px;
	}

	.top ul li {}

	.top ul li a {
		font-weight: 500;
		color: #fff;
	}

	.hotline-top {}

	.hotline-top strong {
		font-weight: 700;
	}

	/* gg dich */
	.gtranslate_wrapper {
		position: relative;
		margin-left: auto;
		width: 45px;
	}

	.gt_switcher-popup img+span {
		display: none;
	}

	.gt_switcher-popup img+span+span {
		color: #fff !important;
	}

	.gt_black_overlay {
		display: none !important;
	}

	.gtranslate_wrapper .gt_white_content {
		position: absolute !important;
		margin: unset !important;
		top: 35px !important;
		right: 0;
		left: unset !important;
		box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15) !important;
		border-radius: 5px;
		height: auto;
		padding: 0 10px;
	}

	.gt_white_content a {
		display: block;
		padding: 10px 0 !important;
		border-bottom: 1px solid #e7e7e7;
		white-space: nowrap;
		line-height: 0;
		flex-basis: 39px;
		box-sizing: border-box;
		color: #000
	}

	.page-item: first-child .page-link {
		margin-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.page-item: last-child .page-link {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.gt_container-unisv1 a.glink span {
		font-size: 10px !important;
		color: #000;
	}

	/* hover_sang2 */
	.hover_sang2: before {
		position: absolute;
		top: 0;
		left: -85%;
		z-index: 10;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
		z-index: 1;
	}

	.hover_sang2 {
		position: relative;
		overflow: hidden;
	}

	.hover_sang2: hover:before {
		transition: 1s;
		left: 100%;
	}

	/* HEADER */
	.header {
		width: 100%;
		border-bottom: 1px solid #D5DFE4;
	}

	.top {
		background-color: var(--color-primary);
		color: #fff;
	}

	.top .wrap-content {
		display: flex;
		padding: 11px 15px;
		justify-content: space-between;
		align-items: center;
	}

	.header-bottom {
		display: flex;
		padding: 10px;
		max-width: var(--max-width);
		margin: 0 auto;
		align-items: center;
		/* justify-content: space-between; */
		gap: 32px;
	}

	.logo-header {
		position: relative;
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.header-search {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 30px;
		background: #F9FAFB;
		overflow: hidden;
		width: 417px;
		border: 1px solid #E5E7EB;
	}

	.header-search input {
		background: none;
		border: none;
		outline: none;
		height: 40px;
		/* text-indent: 10px; */
		width: calc(100% - 45px);
		order: 2;
	}

	.header-left {
		display: flex;
		align-items: center;
		gap: 32px;
	}

	.header-search p {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #fff;
		cursor: pointer;
		transition: all .2s;
		margin: 0;
	}

	.menu-header {}

	.menu-header ul {
		display: flex;
		list-style: none;
		align-items: center;
		gap: 16px;
		margin: 0;
		padding: 0;
	}

	.menu-header ul li {}

	.menu-header ul li a {
		font-weight: 500;
		color: #9CA3AF;
		display: block;
		transition: all 0.3s;
	}

	.menu-header ul li a:hover {
		color: var(--color-primary);
	}

	.header-search p:hover {
		transition: all .2s;
		background-color: var(--color-bg-hover);
	}

	.header-holine {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.header-holine .content {
		padding-left: 10px;
	}

	.header-holine .content h3 {
		font-size: 16px;
		font-family: 'Arial';
		color: red;
	}

	.header-holine .content p {
		text-align: left;
	}

	/* animation color linear text */
	.bm-animate-text-1 {
		text-transform: uppercase;
		background: linear-gradient(to right, #0c7714 0%, #00bf0c 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		color: transparent;
		animation: rainbow-animation 200s linear infinite;
	}

	@keyframes rainbow-animation {
		100% {
			background-position: 4500vh;
		}
	}

	/* MENU */
	.menu {
		box-shadow: 0px 1px 20px #0000001f;
		font-family: var(--font-menu);
		padding: 15px 0px;
		background: #fff;
	}

	.menu.fixed {
		position: fixed;
		top: 0px;
		z-index: 999;
		width: 100%;
		transition: all 0.4s;
	}

	.menu .wrap-content {
		display: flex;
		align-items: center;
		gap: 60px;
	}

	.menu ul {
		list-style: none
	}

	.menu.sticky {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9000;
	}

	.menu .item-big {
		text-align: center;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		padding-inline-start: 0;
		margin: 0;
	}

	.menu .item-big .nav-item {
		display: inline-block;
		position: relative;
		font-size: 0;
		transition: all 0.4s;
	}

	.menu .item-big .nav-item.active>a,
	.menu .item-big .nav-item:hover>a {
		transition: all 0.4s;
		color: var(--color-primary);
	}

	.menu .item-big .nav-item>a {
		padding: 10px 16px;
		display: inline-block;
		text-align: center;
		font-size: 16px;
		text-decoration: none;
		color: #6B7280;
		position: relative;
		font-weight: 600;
	}

	.menu .item-big .nav-item>.item_small {
		overflow: hidden;
		display: block;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		-webkit-transform: perspective(600px) rotateX(-90deg);
		-moz-transform: perspective(600px) rotateX(-90deg);
		-ms-transform: perspective(600px) rotateX(-90deg);
		-o-transform: perspective(600px) rotateX(-90deg);
		transform: perspective(600px) rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		-o-transition: -o-transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		transition: transform 0.25s ease, opacity 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
		position: absolute;
		top: 100%;
		left: 0px;
		width: 250px;
		padding: 0;
		background-color: #fff;
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		z-index: 999;
		box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
		border-radius: 4px;
	}

	.menu .item-big .nav-item: hover>ul {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		min-width: 250px;
		opacity: 1;
		-webkit-transform: perspective(600px) rotateX(0deg);
		-moz-transform: perspective(600px) rotateX(0deg);
		-ms-transform: perspective(600px) rotateX(0deg);
		-o-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
		-webkit-transition: -webkit-transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.25s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}

	.menu .item-big .nav-item ul li:hover>a {
		color: var(--color-title);
	}

	.menu .item-big .nav-item>ul li a {
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		display: block;
		padding: 7px 5px 7px 0px;
		position: relative;
		border-bottom: 1px solid #d7d7d73b;
		text-align: left;
		padding-left: 15px;
		text-decoration: none;
	}

	.menu .item-big .nav-item>ul li:last-child>a {
		border-bottom: 0;
	}

	.menu .item-big .nav-item>ul li a i {
		position: absolute;
		right: -10px;
		padding: 0px 10px;
		top: 0;
		line-height: 38px;
	}

	.menu .item-big .nav-item>ul li {
		padding: 0px;
	}

	.menu .item-big .nav-item li {
		position: relative;
	}

	.menu .item-big .nav-item>ul li ul {
		visibility: hidden;
		opacity: 0;
		margin-top: 20px;
		left: 100%;
		top: 0px;
		position: absolute;
		width: 250px;
		padding: 0;
		background-color: #fff;
		z-index: 99;
		box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
		-webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
		-moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
		-o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
		-os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
		transition: all 0.3s;
		border-radius: 4px;
	}

	.menu .item-big .nav-item>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0px;
	}

	div#box-danhmuc {
		width: 240px;
		position: relative;
		box-sizing: border-box;
	}

	div#box-danhmuc .tieude-dm {
		display: flex;
		width: 100%;
		color: #ffffff;
		font-size: 16px;
		background: var(--color-primary);
		cursor: pointer;
		box-sizing: border-box;
		text-align: center;
		line-height: 45px;
		justify-content: center;
		align-items: center;
		gap: 5px;
		font-weight: 700;
		border-radius: 8px;
	}

	div#box-danhmuc div.bix-l-khac {
		position: absolute;
		/* top: 45px; */
		left: 0px;
		opacity: 0;
		z-index: -1;
		transition: 0.3s;
		overflow: hidden;
		width: 300px;
		transform: rotate3d(1, 0, 0, -90deg);
		-webkit-transform-origin: 0 0 0;
	}

	div#box-danhmuc:hover div.bix-l-khac {
		opacity: 1;
		z-index: 99;
		overflow: inherit;
		transform: rotate3d(0, 0, 0, 0deg);
	}

	div#box-danhmuc div.bix-l-khac ul {
		display: flex;
		padding: 12px;
		flex-direction: column;
		gap: 10px;
	}

	div.slider-r {
		width: calc(100% - 234px);
		float: right;
	}

	div.bix-l {
		width: 280px;
		box-sizing: border-box;
		background: #fff;
		position: relative;
		z-index: 99;
		/* align-items: start; */
		border-radius: 4px;
		overflow: hidden;
		border: 1px solid #E5E7EB;
		-webkit-transform-origin: 0 0 0;
	}

	div.bix-l ul {
		height: 600px;
		overflow-y: scroll;
		width: 100%;
		background: none !important;
		margin-left: 0px !important;
		padding: 0;
		margin: 0;
		padding: 0px 5px 0px 15px;
	}

	div.bix-l ul::-webkit-scrollbar {
		width: 4px;
	}

	div.bix-l ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}

	div.bix-l ul::-webkit-scrollbar-thumb {
		background-color: var(--color-primary);
		/* outline: 1px solid slategrey; */
	}

	div.bix-l ul li {
		list-style: none;
		/* background: url(../images/after.png) no-repeat 13px center !important; */
		width: 100% !important;
		border-bottom: 0px !important;
	}

	div.bix-l ul li:last-child a {
		border: 0;
	}

	div.bix-l ul li b {
		width: 43px;
		display: inline-block;
		padding-left: 10px;
		padding-top: 4px;
	}

	div.bix-l ul li b img {
		max-width: 24px !important;
		display: inline-block;
		vertical-align: top;
	}

	div.bix-l ul li a {
		color: #4B5563 !important;
		padding: 8px 8px 8px 50px !important;
		text-decoration: none;
		display: block;
		font-size: 14px !important;
		line-height: 25px;
		text-transform: inherit;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		background-repeat: no-repeat;
		background-size: 41px;
		background-position: 0px;
		font-weight: 700;
	}

	div.bix-l ul li a i {
		font-size: 12px;
	}

	div.bix-l ul li a:hover {
		color: var(--color-primary) !important;
	}

	div.bix-l ul li ul {
		position: absolute;
		width: 0px;
		opacity: 0;
		z-index: -1;
		left: 100%;
		top: 0px;
		transition: all 0.2s;
		background: #fff !important;
		width: 0;
		height: 100%;
		overflow: hidden;
	}

	div.bix-l ul li {
		float: none !important;
		position: initial !important;
	}

	div.bix-l ul li ul li a {
		padding: 8px 0px 8px 0px !important;
		line-height: 25px;
		display: block !important;
		width: 100% !important;
	}

	div.bix-l ul li.cap1:hover ul.ul_cap2 {
		opacity: 1;
		left: 100%;
		z-index: 5;
		background: #ffffff !important;
		overflow: initial;
		width: 100%;
		max-height: unset;
		border-radius: 4px;
		overflow: hidden;
		border: 1px solid #E5E7EB;
		height: 100%;
	}

	div.bix-l ul li ul li ul {
		position: absolute;
		width: 240px;
		opacity: 0;
		z-index: -1;
		left: 200%;
		top: 0px;
		transition: 0.4s;
		background: #000000 !important;
		width: 100%;
		height: auto;
	}

	div.bix-l ul li ul li {
		float: none !important;
		position: relative !important;
	}

	div.bix-l ul li ul li ul li a {
		padding: 12px 0px 12px 32px !important;
		width: 100% !important;
	}

	div.bix-l ul li ul li.cap2:hover ul.ul_cap3 {
		opacity: 1;
		left: 100% !important;
		z-index: 999;
	}

	/* Search menu */
	.menu .search {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.menu .search: hover .icon-search,
	.icon-cart-menu:hover {
		transform: scale(1.1);
		transition: transform 0.3s;
	}

	.menu .search .icon-search,
	.icon-cart-menu {
		transition: transform 0.3s;
	}

	.menu .search p {
		width: 32px;
		height: 32px;
		line-height: 32px;
		cursor: pointer;
		text-align: center;
		margin: 0px;
		font-size: 16px;
		border-radius: 50%;
		transition: background 0.4s;
	}

	.menu .search input {
		width: calc(100% - 35px);
		height: 38px;
		outline: none;
		padding: 0px;
		border: 0px;
		background: transparent;
		text-indent: 0px;
		font-size: 14px;
		color: #fff;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		font-style: italic;
	}

	.menu .search input::-webkit-input-placeholder {
		color: #fff;
	}

	.menu .search input:-moz-placeholder {
		color: #fff;
	}

	.menu .search input::-moz-placeholder {
		color: #fff;
	}

	.menu .search input:-ms-input-placeholder {
		color: #fff;
	}

	.menu .search.active {
		visibility: visible;
		opacity: 1;
		transition: all 0.6s;
	}

	.menu .search-grid {
		position: absolute;
		top: -5px;
		right: calc(100% + 5px);
		width: 0;
		overflow: hidden;
		background: grey;
		z-index: 2;
		opacity: 0;
		color: #fff;
		border-radius: 25px;
		line-height: normal;
		box-shadow: 1px 1px 2px grey;
	}

	.menu .search-grid p {
		width: 35px;
		height: 38px;
		cursor: pointer;
		outline: none;
		border: none;
		margin: 0px;
		font-size: 14px;
		display: block;
		color: #fff;
		line-height: 40px;
		text-align: center;
	}

	.menu .search-grid input {
		width: calc(100% - 35px);
		float: right;
		line-height: 38px;
		outline: none;
		border: none;
		color: #fff;
		font-size: 14px;
	}

	.menu .search-grid input::-webkit-input-placeholder {
		color: #ccc;
		font-size: 14px;
	}

	.menu .search-grid input:-moz-placeholder {
		color: #ccc;
		font-size: 14px;
	}

	.menu .search-grid input::-moz-placeholder {
		color: #ccc;
		font-size: 14px;
	}

	.menu .search-grid input:-ms-input-placeholder {
		color: #ccc;
		font-size: 14px;
	}

	.menu .icon-search i,
	.menu .search-grid i {
		text-shadow: 0.3px 0.3px 0.5px grey;
	}

	/* mmenu */
	#hamburger {
		display: block;
		position: relative;
		float: left;
	}

	#hamburger i {
		color: #fff;
		font-size: 25px;
		padding: 5px 7px;
		border-radius: 5px;
	}

	.menu-text {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}

	#menu {
		display: none;
	}

	.mm-menu_opened {
		display: block !important;
	}

	.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
		background: #000000ad;
	}

	.menu-res {
		display: none;
		z-index: 10;
		background: #245a00;
		position: relative;
		line-height: normal;
		position: sticky;
		z-index: 999;
		overflow: hidden;
		top: 0;
		box-shadow: 0px 1px 2px;
	}

	.menu-bar-res {
		padding: 5px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.menu-res .search {
		width: 100%;
		background: none;
		display: flex;
		border-radius: 40px;
		position: relative;
		transition: all 0.6s;
		background-color: #fff;
		border: 1px solid #fff;
	}

	.menu-res .search p {
		width: 32px;
		height: 32px;
		line-height: 35px;
		cursor: pointer;
		text-align: center;
		margin: 0px;
		color: #fff;
		font-size: 16px;
		background: #84100b;
		border-radius: 50%;
		margin-right: 3px;
		margin-top: 3px;
	}

	.menu-res .search p:hover {
		background-color: #245a00;
		color: #fff;
	}

	.menu-res .search input {
		width: calc(100% - 35px);
		height: 38px;
		outline: none;
		padding: 0px;
		border: 0px;
		background: transparent;
		text-indent: 10px;
		font-size: 12px;
		color: #245a00;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.menu-res .search input::-webkit-input-placeholder,
	.menu-res .search input:-moz-placeholder,
	.menu-res .search input::-moz-placeholder,
	.menu-res .search input:-ms-input-placeholder {
		color: #245a00;
	}

	.menu-res .search.active {
		visibility: visible;
		opacity: 1;
		transition: all 0.6s;
	}

	.menu-res .icon-search1 {
		width: 35px;
		line-height: 12px;
		color: #fff;
		border-left: 1px solid #fff;
		display: inline-block;
		cursor: pointer
	}

	/* Search in mmenu */
	.search-res {
		position: relative;
		width: calc(100% - 120px);
		max-width: 550px;
	}

	.search-res .icon-search {
		width: 40px;
		height: 40px;
		cursor: pointer;
		text-align: center;
		line-height: 42px;
		color: #fff;
		font-size: 17px;
		margin: 0px;
	}

	.search-res .icon-search.active {
		color: var(--color-red);
		background: #fff;
		border-radius: 100%;
	}

	.search-res .search-grid {
		position: absolute;
		top: 0px;
		right: calc(100% + 5px);
		width: 0;
		overflow: hidden;
		height: 40px;
		background: rgb(95, 95, 95);
		display: flex;
		border-radius: 40px;
		transition: all 0.6s;
		box-shadow: 1px 1px 1px;
		z-index: 2;
	}

	.search-res .search-grid p {
		width: 32px;
		height: 32px;
		line-height: 32px;
		cursor: pointer;
		text-align: center;
		margin: 0px;
		color: #ea5f33;
		font-size: 16px;
		background: #ffffffc4;
		border-radius: 50%;
		margin-right: 3px;
		margin-top: 4px;
		transition: background 0.4s;
	}

	.search-res .search-grid p:hover {
		background: #fff;
		transition: background 0.4s;
	}

	.search-res .search-grid input {
		width: calc(100% - 35px);
		height: 38px;
		outline: none;
		padding: 0px;
		border: 0px;
		background: transparent;
		text-indent: 10px;
		font-size: 14px;
		color: #fff;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		font-style: italic;
	}

	.search-res .search-grid input::-webkit-input-placeholder {
		color: #fff;
	}

	.search-res .search-grid input:-moz-placeholder {
		color: #fff;
	}

	.search-res .search-grid input::-moz-placeholder {
		color: #fff;
	}

	.search-res .search-grid input:-ms-input-placeholder {
		color: #fff;
	}

	.search-res .search-grid.active {
		visibility: visible;
		opacity: 1;
		transition: all 0.6s;
	}

	.search_mobile_menu {
		width: 100% !important;
	}

	.menu_mobile_btn {
		width: 30% !important;
	}

	/* Slideshow */
	.bg-slideshow {
		background: linear-gradient(1deg, #F8F8F8 25%, #FFFFFF 90%);
		padding: 5px 0;
	}

	.slideshow {
		position: relative;
	}

	.slideshow-main {
		position: relative;
	}

	.slideshow-item {
		display: block;
		cursor: pointer;
	}

	.slideshow: hover .control-slideshow {
		opacity: 1;
	}

	.control-slideshow {
		/* opacity: 0; */
	}

	.slide-arrows {
		transform: translateY(-40%);
		position: absolute;
		top: 40%;
		left: -60px;
		z-index: 1;
		border: none;
		background: none;
		cursor: pointer;
	}

	.slide-arrows.ic-rights {
		left: unset;
		right: -60px;
	}

	.slide-arrow {
		position: absolute;
		top: 50%;
		left: -30px;
		z-index: 1;
		border: none;
		background: none;
		cursor: pointer;
	}

	.slide-arrow: focus {
		outline: none;
	}

	.slide-img {
		width: 100%;
		object-fit: cover;
	}

	.slide-arrow.ic-right {
		left: unset;
		right: -20px;
	}

	.control-slideshow.control-owl {
		position: absolute;
		width: 137px;
		z-index: 2;
		left: 0px;
		bottom: 68px;
		top: unset;
	}

	/* Partner */
	/* .wrap-partner {
 padding: 0px 15px;
 width: 100%;
}

.wrap-partner .wrap-content {
 position: relative;
}

.partner {
 display: block;
 border: 1px solid #eee;
 max-width: 175px;
 margin: 0px auto;
} */

	/* tc */
	.wrap-tc {
		background: #F0F3F8;
		padding: 16px 0px;
	}

	.item-tc {
		display: flex;
		align-items: center;
	}

	.photo-tc {}

	.photo-tc img {}

	.info-tc {
		width: calc(100% - 38px);
		padding-left: 10px;
	}

	.info-tc h3 {
		font-size: 16px;
		font-weight: 700;
		color: #6B7280;
		margin: 0;
	}

	.info-tc p {
		margin: 0;
		font-size: 12px;
		color: #9CA3AF;
		white-space: nowrap;
	}

	/* product list */
	.wrap-list {
		padding: 40px 0px;
		box-shadow: rgb(0 0 0 / 5%) 0px 10px 35px;
	}

	.grid-list {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		gap: 16px;
	}

	.item-list {
		display: block;
		text-align: center;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
		padding: 8px 12px;
		border-radius: 8px;
		transition: all 0.3s;
	}

	.item-list: hover {
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, var(--color-primary) 0px 0px 0px 1px;
	}

	.photo-list {
		margin-bottom: 5px;
	}

	.photo-list img {}

	.info-list {}

	.info-list h3 {
		font-size: 12px;
		font-weight: 600;
		color: #4B5563;
		margin-bottom: 5px;
	}

	.info-list span {
		color: #9CA3AF;
		font-size: 12px;
	}

	/* wrap pronb */
	.wrap-pronb {
		padding: 40px 0px;
	}

	.title-product {
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px;
		align-items: end;
	}

	.title-product h3 {
		margin: 0;
		background: var(--color-primary);
		color: #fff;
		padding: 8px 12px;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
		border-radius: 5px 5px 0px 0px;
	}

	.dots {
		flex: 1;
		border-bottom: 2px solid var(--color-primary);
		margin: 0px 10px 0px 10px;
		min-width: 20px;
	}

	.title-product a {
		color: var(--color-primary);
		font-weight: 600;
	}

	.banner-noibat {
		margin-bottom: 12px;
	}

	.banner-noibat img {}

	/* product topmua */
	.wrap-topmua {
		padding: 40px 0px;
		background: #FFF5DB;
	}

	.title-topmua {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #D1D5DB;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}

	.title-topmua a {
		color: #4B5563;
		font-weight: 500;
	}

	.title-topmua h3 {
		font-size: 20px;
		font-weight: 700;
		color: #4B5563;
		text-transform: uppercase;
	}

	.title-topmua p {
		font-size: 12px;
		font-weight: 500;
		margin: 0;
	}

	.banner-topmua {
		margin-top: 40px;
	}

	.banner-topmua img {
		border-radius: 8px;
		overflow: hidden;
	}

	/* Breadcrumb */
	.breadCrumbs {}

	.breadCrumbs .wrap-content {
		padding: 10px;
		max-width: var(--max-width);
	}

	.breadCrumbs .wrap-content .breadcrumb {
		padding: 0;
		margin-bottom: 0;
		background-color: transparent;
		border-radius: 0;
	}

	.breadCrumbs .wrap-content .breadcrumb-item a {
		color: var(--color-black);
	}

	.breadCrumbs .wrap-content .breadcrumb-item.active span {
		color: var(--color-hover-text);
	}

	.breadcrumb-item span {
		font-size: 14px;
		color: #fff;
	}

	.breadcrumb-item: hover span {}

	ol.breadcrumb {
		position: relative;
		z-index: 1;
		background: none;
		justify-content: center;
		text-align: center;
	}

	.breadcrumb-item+.breadcrumb-item:: before {
		content: '/';
		color: #fff;
	}

	.wrap-page {
		min-height: 300px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.title-page {
		font-size: 32px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 15px;
	}

	.wrap-page .wrap-content {
		z-index: 9;
	}

	.wrap-page:: before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: #fd96363b;
	}

	/* Intro */
	.news-scroll: before,
	.news-scroll:after {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		left: 85px;
		border-radius: 100%;
		background-color: #CACACA;
	}

	.news-scroll: before {
		top: 10px;
	}

	.news-scroll: after {
		bottom: 40px;
	}

	.news-control {
		left: 85px;
		font-size: 13px;
		opacity: 0.5;
		z-index: 1;
		cursor: pointer;
	}

	.news-control: hover {
		opacity: 1;
		color: var(--color-title);
	}

	.news-control#up {
		top: -10px;
	}

	.news-control#down {
		bottom: 20px;
	}

	.news-shadow {
		padding-bottom: 30px;
	}

	.news-shadow-time {
		font-size: 13px;
		width: 75px;
		margin-right: 45px;
	}

	.news-shadow-time: after {
		content: '';
		position: absolute;
		width: 20px;
		height: 20px;
		top: calc(50% - 20px/2);
		right: -26px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../images/pattern-news.png);
	}

	.news-shadow-article {
		width: calc(100% - 120px);
		padding: 14px 15px;
		border-radius: 10px;
		background-color: #ffffff;
		border: 1px solid #cecabb;
	}

	.news-shadow-article: before {
		content: '';
		position: absolute;
		top: calc(50% - 26px/2);
		left: -13px;
		z-index: 0;
		border-top: 13px solid transparent;
		border-right: 13px solid #cecabb;
		border-bottom: 13px solid transparent;
	}

	.news-shadow-article: after {
		content: '';
		position: absolute;
		top: calc(50% - 24px/2);
		left: -11px;
		z-index: 1;
		border-top: 12px solid transparent;
		border-right: 11px solid #ffffff;
		border-bottom: 12px solid transparent;
	}

	.news-shadow-image {
		margin-right: 10px;
		width: 90px;
	}

	.news-shadow-info {
		width: calc(100% - 100px);
	}

	.news-shadow-name {
		height: 36px;
		font-size: 15px;
		font-weight: 700;
	}

	.news-shadow-name a {
		color: #222222;
	}

	.news-shadow-name a:hover {
		color: var(--color-title);
	}

	.news-shadow-desc {
		height: 38px;
		font-size: 13px;
	}

	.news-shadow-name a.text-split,
	.news-shadow-desc.text-split {
		-webkit-line-clamp: 2;
	}

	/* Video */
	.video {
		cursor: pointer;
		margin-bottom: 1rem;
	}

	.video-image {
		position: relative;
		margin-bottom: 0.75rem;
	}

	.video-image: before {
		content: "";
		position: absolute;
		width: 50px;
		height: 35px;
		top: calc(50% - 50px/2);
		left: calc(50% - 35px/2);
		z-index: 1;
		background-repeat: no-repeat;
		background-image: url(../images/play.png);
	}

	.video-name {
		text-align: center;
		font-size: 16px;
		color: var(--color-black);
		margin-bottom: 0px;
	}

	/* Album */
	.album {
		cursor: pointer;
		margin-bottom: 1rem;
	}

	.album-image {
		margin-bottom: 0.75rem;
	}

	.album-name {
		margin-bottom: 0px;
		text-align: center;
	}

	.album-name a {
		display: block;
		font-size: 16px;
		color: var(--color-black);
		margin-bottom: 0px;
	}

	/* Brand */
	.wrap-brand {
		margin-bottom: 50px;
		padding: 0px 15px;
		width: 100%;
	}

	.wrap-brand .wrap-content {
		position: relative;
	}

	.brand {
		display: block;
		border: 1px solid #eee;
		max-width: 160px;
		margin: 0px auto;
	}

	/* Product */
	#sort-by {
		text-align: left;
		width: 100%;
	}

	#sort-by span.show-sort-by::after {
		content: '\f107';
		font-family: 'Font Awesome 5 Light';
		position: absolute;
		top: 0px;
		right: 5px;
	}

	#sort-by label {
		font-family: var(--font-title-card);
		font-weight: 400;
		line-height: 33px;
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 0;
		color: #222;
		display: inline-block;
	}

	#sort-by ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}

	#sort-by>ul {
		padding: 0px 5px 0 10px;
		border: 1px solid #dcdcdc;
		border-radius: 4px;
		position: relative;
		width: 180px;
	}

	#sort-by>ul>li {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-indent: .01px;
		cursor: pointer;
		line-height: 34px;
		border-radius: 3px;
		/* position: relative; */
	}

	#sort-by ul ul {
		position: absolute;
		display: none;
		opacity: 0;
		transition: all .3s ease;
		width: 180px;
		right: 0;
		top: calc(100% + 5px);
		z-index: 1;
		border: 1px solid #ebebeb;
		border-radius: 3px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		overflow: hidden;
		background: #fff;
		padding-left: 0px !important;
	}

	#sort-by ul ul.show {
		display: block;
		opacity: 1;
		transition: all .3s ease;
	}

	#sort-by li li {
		width: 100%;
		margin-top: 0px;
		border-top: none;
		border-right: none;
		border-left: none;
		padding: 8px 10px;
		line-height: 20px;
	}

	#sort-by li>a {
		display: inline-block;
		width: 100%;
		line-height: 22px;
		transition: all 0s ease-in-out;
	}

	#sort-by ul ul li:hover {
		background: #dcdcdc;
	}

	#sort-by ul ul li:not(:last-child) {
		border-bottom: 1px solid #dcdcdc4f;
	}

	#sort-by a:link,
	#sort-by a:visited {
		color: #333;
		text-decoration: none;
	}


	.wrap-product {
		margin-bottom: 50px;
		width: 100%;
	}

	.grid-pro {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 12px;
	}

	.grid-pro-4 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 12px;
	}

	.product {
		position: relative;
		border-radius: 4px;
		overflow: hidden;
		padding: 8px 12px;
		transition: all 0.3s;
		border: 1px solid #E5E7EB;
		background: #fff;
	}

	.product: hover {
		border-color: var(--color-primary);
	}

	.slick-slider .product {
		margin: 10px;
	}

	.box-product {
		position: relative;
		display: block;
	}

	.pic-product {
		background: #ffffff;
		position: relative;
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 8px;
	}

	.pic-product img {
		width: 100%;
	}

	.name-product {
		font-size: 14px;
		color: #4B5563;
		font-weight: 600;
	}

	.name-product a {
		color: #4B5563;
	}

	.star {
		display: flex;
		align-items: center;
		margin-bottom: 8px;
	}

	.star span {
		display: block;
		width: 12px;
		height: 12px;
		background: var(--color-primary);
		clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	}

	.box-product: hover .name-product a {
		/* color: var(--color-primary); */
	}

	.price-product {
		margin: 0;
	}

	/* .price-product span{font-weight:700;} */
	.price-new {
		font-size: 14px;
		font-family: var(--font-title);
		color: #4B5563;
		margin-right: 10px;
		font-weight: 700;
	}

	.price-old {
		font-size: 12px;
		color: #4B5563;
		text-decoration: line-through;
	}

	.price-per {
		position: absolute;
		top: 0px;
		left: 0px;
		color: #ffffff;
		background: var(--color-primary);
		font-size: 12px;
		border-radius: 20px;
		width: 41px;
		height: 17px;
		text-align: center;
		line-height: 17px;
	}

	.cart-product {
		display: flex;
		margin-bottom: 0px;
		justify-content: end;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 5px;
	}

	.cart-product span {
		cursor: pointer;
		width: 25px;
		height: 25px;
		color: #ffffff;
		border-radius: 4px;
		margin: 3px 0 3px 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0px;
	}

	.cart-product span i {
		font-size: 14px;
	}

	.cart-add {
		margin-right: 2%;
		background: #9e9e9e;
	}

	.cart-add: hover {
		background-color: #000;
	}

	.cart-buy {
		background: #9e9e9e;
	}

	.cart-buy: hover {
		background-color: #000;
	}

	.addcart {
		transition: all 0.3s;
	}

	.addcart: hover {
		transition: all 0.3s;
	}

	/* Product Detail */
	.grid-pro-detail {
		margin-bottom: 3rem;
	}

	.left-pro-detail {
		position: relative;
		text-align: center;
	}

	.left-pro-detail .MagicZoom {
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 1px 1px 10px #a0a0a0;
	}

	.gallery-thumb-pro {
		position: relative;
		margin-top: 10px;
	}

	.owl-pro-detail {
		padding: 0px 30px;
	}

	.control-pro-detail button {
		background-color: transparent;
		color: #222222;
		opacity: 1;
		width: 25px;
		font-size: 23px;
	}

	.control-pro-detail button:hover {
		opacity: 0.7;
		color: var(--color-hover-text);
	}

	.control-pro-detail button.owl-prev {
		left: 0px;
	}

	.control-pro-detail button.owl-next {
		right: 0px;
	}

	.thumb-pro-detail {
		display: block !important;
		border: 1px solid transparent;
		border-radius: 3px;
		overflow: hidden;
		cursor: pointer;
		background-color: #ffffff;
	}

	.thumb-pro-detail.mz-thumb.mz-thumb-selected {
		border-color: var(--color-hover-text);
	}

	.thumb-pro-detail img {
		box-shadow: none !important;
		filter: brightness(100%) !important;
		border-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.title-pro-detail {
		font-size: 20px;
		font-weight: 700;
		color: #4B5563;
		text-transform: uppercase;
	}

	.comment-pro-detail {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	/* product button hotline */
	.product_buttons {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 10px 0px;
	}

	.product_buttons>a {
		/* width: 48%; */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.product_buttons>a:hover {
		color: #fe9705;
	}

	.product_buttons>a:hover img {
		-webkit-animation: shake-anim 1s infinite ease-in-out;
		-moz-animation: shake-anim 1s infinite ease-in-out;
		-ms-animation: shake-anim 1s infinite ease-in-out;
		-o-animation: shake-anim 1s infinite ease-in-out;
		animation: shake-anim 1s infinite ease-in-out;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%
	}

	.buy_ins {
		line-height: normal;
		display: flex;
		align-items: center;
		padding: 7px;
		text-align: left;
		background: #287e15;
		color: #fff;
		border-radius: 4px;
		font-size: 16px;
		text-transform: uppercase;
		border-bottom: 3px solid #fe9705;
	}

	.buy_tc img {
		margin-right: 10px;
	}

	.buy_tc>span>span {
		font-size: 12px;
	}

	/* ----------- */
	.social-plugin-pro-detail {
		padding: 10px 0;
		margin-top: 0px !important;
	}

	.desc-pro-detail {
		margin-bottom: 1rem;
	}

	.attr-pro-detail {
		list-style: none;
		padding: 0px;
	}

	.attr-pro-detail li {
		margin-bottom: 0.5rem;
	}

	.attr-label-pro-detail {
		margin: 0px 5px 0px 0px;
		font-family: var(--font-title);
	}

	.attr-label-pro-detail.d-block {
		display: block;
		margin: 0px 0px 5px 0px;
	}

	.attr-content-pro-detail {
		display: inline-block;
		margin-bottom: 0px;
	}

	.price-new-pro-detail {
		font-family: var(--font-title-card);
		font-size: 20px;
		color: var(--color-red);
	}

	.price-old-pro-detail {
		font-family: var(--font-title-card);
		color: var(--color-gray);
		text-decoration: line-through;
		padding-left: 10px;
	}

	.color-pro-detail {
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 35px;
		height: 30px;
		margin: 0px 0px 3px 0px;
		border: 1px solid transparent;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}

	.size-pro-detail {
		cursor: pointer;
		border: 1px solid #ccc;
		padding: 3px 10px 4px 10px;
		display: inline-block;
		position: relative;
	}

	.size-pro-detail.active,
	.color-pro-detail.active {
		border-color: #e5101d;
		color: #e5101d;
	}

	.size-pro-detail.active: after,
	.color-pro-detail.active:after {
		content: '';
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 13px;
		height: 13px;
		background-repeat: no-repeat;
		background-image: url(../images/check-cart.png);
	}

	.color-pro-detail input[type=radio],
	.size-pro-detail input[type=radio] {
		display: none;
	}

	.quantity-pro-detail {
		width: 100%;
		max-width: 110px;
		line-height: normal;
		display: flex;
		align-items: center;
		justify-content: space-between;
		text-align: center;
	}

	.quantity-pro-detail span {
		line-height: 25px;
		padding: 0px;
		width: 30px;
		height: 30px;
		color: #5f5f5f;
		cursor: pointer;
		font-size: 22px;
		border: 1px solid #cccccc;
	}

	.quantity-pro-detail span.quantity-plus-pro-detail {
		border-left: 0px;
	}

	.quantity-pro-detail span.quantity-minus-pro-detail {
		border-right: 0px;
	}

	.quantity-pro-detail input {
		height: 30px;
		border: 1px solid #cccccc;
		width: calc(100% - 60px);
		text-align: center;
		font-size: 14px;
		padding: 5px;
	}


	.cart-pro-detail {
		margin-bottom: 1rem;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.cart-pro-detail a {
		font-size: 14px;
		color: #ffffff;
		/* text-transform: uppercase; */
		width: 100%;
		max-width: 200px;
		/* margin: 0 auto; */
		display: inline-block;
		line-height: 2;
	}


	.tags-pro-detail a,
	.tags-page {
		float: left;
		font-size: 16px;
		padding: 7px 20px;
		margin: 5px;
		background: linear-gradient(to right, #cc0000, #810000);
		transition: all 0.3s;
	}

	.tags-pro-detail a:hover,
	.tags-page:hover {
		transition: all 0.3s;
		box-shadow: 1px 1px 5px 0 #000;
		transform: scale(0.95);
	}

	.tags-pro-detail a i {
		font-size: 11px;
		margin: 5px 5px 0px 0px;
	}

	.tabs-pro-detail {
		margin-top: 2rem;
	}

	.tabs-pro-detail .nav-tabs .nav-link {
		border-top-width: 3px;
		font-size: 16px;
		font-family: var(--font-title-card);
	}

	.tabs-pro-detail .nav-tabs .nav-link.active,
	.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
		border-top-color: #555555;
	}

	.cart-pro-detail a.mua-ngay {
		background-color: #e41319;
		color: #fff;
		margin-bottom: 10px;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		text-decoration: none;
		text-transform: initial;
		font-size: 16px;
		transition: all 0.3s;
		font-family: var(--font-title);
	}

	.title-search {
		font-size: 24px;
		font-weight: bold;
	}

	.count-search {
		margin-bottom: 20px;
	}

	.cart-pro-detail a.them-gio {
		background-color: #00781b;
		color: #fff;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		text-decoration: none;
		font-size: 16px;
		transition: all 0.3s;
		font-family: var(--font-title);
		margin-bottom: 10px;
	}

	.cart-pro-detail a:hover {
		cursor: pointer;
		text-decoration: none;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
		transition: all .3s ease;
		transform: scale(.95);
	}

	/* News */
	.grid-news {
		width: 100%;
		display: grid;
		grid-gap: 24px;
		grid-template-columns: repeat(3, 1fr);
	}

	.infoDetailPost {
		color: #6b6b6b;
		font-size: 12px;
		margin-bottom: 5px;
		display: none;
	}

	.newshome {
		margin: 8px;
		border-radius: 6px;
		overflow: hidden;
		box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	}

	.newshome .img {
		margin: 5px;
		border-radius: 3px;
		overflow: hidden;
		height: fit-content
	}

	.newshome .content {
		padding: 10px;
	}

	.newshome .content h3 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.news-2 p.scale-img {
		width: 300px;
	}

	.news-2 .info-news {
		width: calc(100% - 300px);
		padding: 10px 0 0 25px;
		position: relative;
	}

	.news-2 .view-times-news {
		position: absolute;
		width: calc(100% - 30px);
		bottom: 0;
		left: 15px;
	}

	.news-2:: after {
		content: '';
		width: 100%;
		border-bottom: 1px dashed #dcdcdc;
	}

	.news-2 {
		display: flex;
		margin: 0 0 20px 0;
		flex-wrap: wrap;
		border-radius: 5px;
		overflow: hidden;
		transition: all 0.3s;
		position: relative;
	}


	.news-2 .pic-news {
		width: 100%;
		box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
		border-radius: 4px;
		margin-bottom: 15px;
	}

	.news: hover {
		transition: all ease 0.4s;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, var(--color-primary) 0px 0px 0px 1px;
	}

	.pic-news img {
		width: 100%;
	}

	.news .info-news {
		width: 100%;
		padding: 25px 20px;
	}

	.info-news {
		width: 100%;
		padding: 15px 10px 0 10px;
	}

	.view-times-news {
		border-top: 1px solid #d6d6d6;
		padding: 5px 0;
		margin-top: 10px;
		display: flex;
		font-size: 13px;
		justify-content: space-between;
		align-items: center;
		color: #003768;
		font-style: italic;
	}

	.view-times-news>a {
		transition: color 0.3s;
	}

	.view-times-news>a:hover {
		color: red;
		transition: color 0.3s;
	}

	.name-news {
		font-size: 18px;
		display: block;
		margin-bottom: 10px;
		font-weight: 700;
	}

	.name-news a {
		color: #4B5563;
		text-decoration: none;
	}

	.news .pic-news {
		/* overflow: hidden; */
		margin-bottom: 0px;
	}

	.news {
		transition: all ease 0.4s;
		box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
		border-radius: 10px;
		overflow: hidden;
	}

	.name-news: hover a,
	.news:hover .name-news a {}

	.time-news {
		color: #003768;
		font-size: 13px;
		margin-bottom: 0.25rem;
		font-style: italic;
		text-align: right;
	}

	.desc-news.text-split {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 13px;
		font-weight: 500;
		color: #6B7280;
		line-height: 25px;
	}

	.othernews b {
		margin-bottom: 10px;
	}

	.list-news-other {
		padding-left: 0px;
		list-style: none;
	}

	.list-news-other li {
		margin-bottom: 2px;
	}

	.list-news-other li a {
		text-transform: none;
		color: #333333;
		transition: all 0.3s;
		display: block;
	}

	.list-news-other li a:hover {
		color: var(--color-red);
		transform: translateX(5px);
		transition: all 0.3s;
	}

	/* Contact */
	.contact-article {
		margin-bottom: 3rem;
	}

	.contact-input {
		position: relative;
		margin-bottom: 15px;
	}

	.contact-input textarea {
		resize: none;
		height: 150px;
		background: #fff;
	}

	.contact-input .custom-file-label:: after {
		content: attr(title);
	}

	form.contact-form {}

	.contact-input .form-control {
		background: #f5f5f5;
		border: 0;
		border-radius: 0;
	}

	.contact-map {
		position: relative;
		height: 500px;
	}

	.contact-map iframe {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100% !important;
		height: 100% !important;
	}

	.contact-form input.btn {
		padding: 5px 25px;
		border: 2px solid transparent;
		background-color: var(--color-primary);
		color: #fff;
		margin-right: 5px;
		transition: transform 0.3s;
		border-radius: 0;
	}

	.contact-form input.btn:hover {
		color: #fff;
		background-color: #e93f33;
		transform: scale(0.9);
		transition: transform 0.3s;
	}

	/* Newsletter */
	.newsletter-slogan {
		margin-bottom: 0.5rem;
	}

	.newsletter-input {
		position: relative;
	}

	.newsletter-button {
		margin-top: 5px;
	}

	.newsletter-button input[type=submit] {
		text-transform: uppercase;
		font-weight: 500;
	}

	/* Footer */
	.footer-article {
		background-color: #FEF7E7;
		font-family: "Inter", sans-serif;
	}

	.footer-article .wrap-content {
		padding: 80px 15px;
		/* color: #fff; */
	}

	.footer-title {
		font-size: 18px;
		margin-bottom: 1rem;
		font-weight: 700;
		color: #0F2942;
	}

	#fanpage-facebook {
		border-radius: 10px;
		overflow: hidden;
	}

	.footer-news {
		width: 100%;
	}

	.footer-news:nth-child(1) {
		max-width: 320px;
	}

	.footer-news:nth-child(2) {
		max-width: 200px;
	}

	.footer-news:nth-child(3) {
		max-width: 145px;
	}

	.footer-news:nth-child(4) {
		max-width: 230px;
	}

	.footer-news:nth-child(5) {
		max-width: 230px;
	}

	.footer-ul {
		margin: 0;
		padding-left: 18px;
	}

	.footer-ul li {
		margin-bottom: 5px;
		color: #5A738E;
	}

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

	.footer-ul li a {
		color: #5A738E;
	}

	.footer-ul li a:hover {
		text-decoration: none;
		color: var(--color-red);
	}

	.footer-tags {
		background: #eee;
	}

	.footer-tags .wrap-content {
		padding: 30px 15px;
	}

	.footer-tags-lists {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	.footer-powered {
		background: #fef7e7;
	}

	.footer-powered .wrap-content {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer-statistic {
		text-align: right;
	}

	.footer-statistic span {
		padding-right: 10px;
	}

	.footer-statistic span:last-child {
		padding-right: 0px;
	}

	.validation-newsletter {
		margin-bottom: 30px;
	}

	#footer-map {
		position: relative;
		height: 200px;
		border-radius: 10px;
		overflow: hidden;
	}

	#footer-map iframe {
		position: absolute !important;
		width: 100% !important;
		height: 100% !important;
		top: 0px !important;
		left: 0px !important;
	}

	.social-footer {
		margin-top: 20px;
		transition: all .2s;
	}

	.footer-news ul li a:hover {
		color: #c31829;
	}

	.photo-footer {
		display: block;
		margin-bottom: 15px;
	}

	/* Like Share */
	.social-plugin {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.social-plugin .at-share-btn {
		margin-bottom: 0px !important;
	}

	.social-plugin .zalo-share-button {
		margin-left: 3px;
	}

	#share-buttons button {
		transition: all .2s;
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 5px !important;
	}

	#share-buttons button:hover {
		transition: all .2s;
		filter: invert(1);
	}

	/* Paging */
	.pagination-home {
		width: 100%;
		text-align: center;
	}

	.pagination .page-item .page-link {
		color: #555555;
		font-size: .875rem;
		margin: 2px;
		display: flex;
		padding: 0;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		border-radius: 3px;
	}

	.pagination .page-item:not(.active) .page-link: hover {}

	.pagination .page-item.active .page-link,
	.pagination .page-item: hover .page-link {
		color: #ffffff;
		background: #3f3f3f;
		border: none;
	}


	/* Paging Ajax */
	.pagination-ajax {
		text-align: center;
	}

	.pagination-ajax a {
		display: inline-block;
		vertical-align: middle;
		margin: 0px 3px 3px 3px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		color: #666 !important;
		border: 1px solid #e6e6e6;
		font-size: 13px;
		cursor: pointer;
		text-decoration: none !important;
		background-color: #ffffff;
	}

	.pagination-ajax a.current,
	.pagination-ajax a:hover {
		color: #ffffff !important;
		border-color: var(--color-primary);
		background-color: var(--color-primary);
	}

	/* .pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
 text-indent: -9999px;
 position: relative;
 background-color: #ffffff;
 z-index: 1;
} */


	/* .pagination-ajax a.first:hover::before,
.pagination-ajax a.last:hover::after,
.pagination-ajax a.prev:hover::before,
.pagination-ajax a.next:hover::after {
 color: #ffffff !important;
 border-color: var(--color-red);
 background-color: var(--color-red);
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
 content: '';
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 z-index: 2;
 font-family: 'Font Awesome 5 Free';
 font-style: normal;
 font-weight: 400;
 text-align: center;
 font-size: 20px;
}

.pagination-ajax a.first:before {
 content: "\f100";
}

.pagination-ajax a.last:before {
 content: "\f101";
}

.pagination-ajax a.prev:before {
 content: "\f104";
}

.pagination-ajax a.next:before {
 content: "\f105";
} */

	/* Popup */
	#popup .modal-body {
		padding: 0px;
	}

	.modal.fade .modal-dialog.modal-dialog-left {
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	.modal.show .modal-dialog.modal-dialog-left {
		-webkit-transform: none;
		transform: none;
	}

	@media (prefers-reduced-motion:reduce) {
		.modal.fade .modal-dialog.modal-dialog-left {
			transition: none
		}
	}

	/* Hidden Google Captcha */
	.grecaptcha-badge {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
		visibility: hidden !important;
		overflow: hidden;
	}

	/* Hidden Check Grammar Coccoc */
	coccocgrammar {
		display: none;
	}

	/* Scroll Top */
	.scrollToTop {
		width: 41px;
		height: 41px;
		text-align: center;
		font-weight: bold;
		color: #444;
		text-decoration: none;
		position: fixed;
		bottom: 40px;
		right: 25px;
		display: none;
		z-index: 10;
		cursor: pointer;
		background: var(--color-primary);
		text-align: center;
		line-height: 41px;
	}

	.scrollToTop img {
		display: none;
	}

	/* Text Hide */
	.text-split {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}

	.text-split-1 {
		-webkit-line-clamp: 1;
	}

	.text-split-6 {
		-webkit-line-clamp: 6;
	}

	/* Transition All */
	.transition {
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}

	/* Scale IMG */
	.scale-img {
		overflow: hidden;
		display: block;
	}

	.scale-img img {
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	.scale-img: hover img {
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
		-moz-transform: scale(1.1, 1.1);
		-webkit-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		filter: brightness(.8);
	}

	/* Blink */
	.blink {
		-webkit-animation-name: blink;
		-webkit-animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-name: blink;
		-moz-animation-duration: 1s;
		-moz-animation-timing-function: linear;
		-moz-animation-iteration-count: infinite;
		animation-name: blink;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}

	@-moz-keyframes blink {
		0% {
			opacity: 1.0;
		}

		50% {
			opacity: 0.0;
		}

		100% {
			opacity: 1.0;
		}
	}

	@-webkit-keyframes blink {
		0% {
			opacity: 1.0;
		}

		50% {
			opacity: 0.0;
		}

		100% {
			opacity: 1.0;
		}
	}

	@keyframes blink {
		0% {
			opacity: 1.0;
		}

		50% {
			opacity: 0.0;
		}

		100% {
			opacity: 1.0;
		}
	}

	/* fixed button */
	#button-contact-vr {
		margin: -10px;
		transform: scale(0.8);
		position: fixed;
		bottom: 121px;
		z-index: 999;
		right: 0;
	}

	#zalo-vr {
		transition: 1s all;
		-moz-transition: 1s all;
		-webkit-transition: 1s all;
	}

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

	#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;
	}

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

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

	#phone-vr {
		transition: .7s all;
		-moz-transition: .7s all;
		-webkit-transition: .7s all;
	}

	.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, .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;
	}

	.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;
	}

	.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
		}
	}

	/* Messenger */
	.js-facebook-messenger-container.closed,
	.js-facebook-messenger-tooltip.closed {
		display: none !important
	}

	.js-facebook-messenger-tooltip {
		bottom: 97px;
		right: 97px
	}

	.js-facebook-messenger-tooltip {
		color: #404040;
		background: #fff
	}

	.js-facebook-messenger-box,
	.js-facebook-messenger-button,
	.js-facebook-messenger-tooltip {
		z-index: 999
	}

	.js-facebook-messenger-tooltip {
		display: none;
		position: fixed;
		text-align: center;
		border-radius: 10px;
		overflow: hidden;
		font-size: 12px;
		line-height: 1;
		padding: 10px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
		z-index: 1.0E+30
	}

	.js-facebook-messenger-close-tooltip {
		width: 10px;
		height: 10px;
		display: inline-block;
		cursor: pointer;
		margin-left: 10px
	}

	.js-facebook-messenger-box.rubberBand {
		-webkit-animation-name: rubberBand;
		animation-name: rubberBand
	}

	.js-facebook-messenger-box.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both
	}

	.js-facebook-messenger-box,
	.js-facebook-messenger-button,
	.js-facebook-messenger-tooltip {
		z-index: 999
	}

	.js-facebook-messenger-box {
		display: block;
		position: fixed;
		cursor: pointer;
		bottom: 70px;
		right: 7px;
		width: 56px;
		height: 56px;
		text-align: center;
		background: #1182FC;
		border-radius: 100%;
		overflow: hidden;
		z-index: 99;
		-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
	}

	.js-facebook-messenger-box.rotate svg#fb-msng-icon {
		transform: rotate(0deg)
	}

	.js-facebook-messenger-box svg#fb-msng-icon {
		width: 32px;
		height: 33px;
		position: absolute;
		top: 13px;
		left: 12px;
		opacity: 1;
		overflow: hidden;
		-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
		-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
		-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
		transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	}

	.js-facebook-messenger-box.rotate svg#close-icon {
		transform: rotate(-45deg)
	}

	.js-facebook-messenger-box svg#close-icon {
		opacity: 0;
		width: 19px;
		height: 20px;
		position: absolute;
		top: 19px;
		left: 19px;
		-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
		-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
		-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
		transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	}

	.js-facebook-messenger-container,
	.js-facebook-messenger-container-button {
		z-index: 1000
	}

	.js-facebook-messenger-container {
		position: fixed;
		opacity: 0;
		transform: translateY(50px);
		bottom: 110px;
		right: 90px;
		border-radius: 10px;
		pointer-events: none;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
		-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
		-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
		-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
		transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
	}

	.js-facebook-messenger-top-header {
		width: 220px
	}

	.js-facebook-messenger-top-header {
		color: #ffffff;
		background: #1182FC
	}

	.js-facebook-messenger-top-header {
		display: block;
		position: relative;
		width: 220px;
		background: #1182FC;
		color: #ffffff;
		text-align: center;
		line-height: 1;
		padding: 10px;
		font-size: 14px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px
	}

	.js-facebook-messenger-container iframe,
	.js-facebook-messenger-container-button iframe {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px
	}

	.js-facebook-messenger-box,
	.js-facebook-messenger-button,
	.js-facebook-messenger-tooltip {
		z-index: 999
	}

	.js-facebook-messenger-container,
	.js-facebook-messenger-container-button {
		z-index: 1000
	}

	.js-facebook-messenger-top-header {
		color: #ffffff;
		background: #1182FC
	}

	.js-facebook-messenger-top-header {
		width: 220px
	}

	.js-facebook-messenger-tooltip {
		color: #404040;
		background: #fff
	}

	.js-facebook-messenger-container.open {
		transform: translateY(0px);
		opacity: 1;
		pointer-events: all
	}

	.js-facebook-messenger-tooltip {
		bottom: 97px;
		right: 97px
	}

	.js-facebook-messenger-box.open svg#fb-msng-icon {
		opacity: 0
	}

	.js-facebook-messenger-box.rotate.open svg#close-icon {
		transform: rotate(0deg)
	}

	.js-facebook-messenger-box.open svg#close-icon {
		opacity: 1
	}

	/* Cart Fix */
	.cart-fixed {
		position: fixed;
		right: 20px;
		bottom: 390px;
		z-index: 101;
		width: 50px;
		height: 50px;
		text-align: center;
		color: #fff !important;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #0066cc;
		background-image: linear-gradient(to right, #cc0000, #810000);
	}

	.cart-fixed: hover {
		background-image: linear-gradient(to right, #810000, #cc0000);
		cursor: pointer;
	}

	.cart-fixed: hover span {
		background-color: #810000;
	}

	.cart-fixed i {
		font-size: 20px;
	}

	.cart-fixed span {
		position: absolute;
		top: 0px;
		right: -5px;
		color: #ffffff;
		width: 25px;
		height: 25px;
		background: var(--color-red);
		text-align: center;
		line-height: 25px;
		font-size: 11px;
		border-radius: 100%;
	}

	/* Toolbar */
	.toolbar {
		background: var(--color-red);
		width: 100%;
		padding: 3vw;
		bottom: 0px;
		position: fixed;
		z-index: 500;
		height: auto;
		left: 0px;
	}

	.toolbar ul {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px;
		margin: 0px;
	}

	.toolbar ul li {
		text-align: center;
		width: 25%;
	}

	.toolbar ul li a {
		display: block;
		width: 100%;
		cursor: pointer;
	}

	.toolbar ul li a img {
		height: 6vw;
		width: auto;
	}

	.toolbar ul li a span {
		font-weight: 400;
		color: #ffffff;
		font-size: 3.5vw;
		display: none;
	}

	/* Fixbar */
	.fixbar {
		bottom: 0;
		display: block;
		background: #f0eff4;
		border-top: 1px solid #ddd;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		margin: 0;
		z-index: 500;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		height: 50px;
	}

	.fixbar ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.fixbar ul li {
		display: inline-block;
		margin: 0 auto 10px;
		text-align: center;
		width: 25%;
		float: left;
	}

	.fixbar .icon-cart-mobile,
	.fixbar .icon-cart-new,
	.fixbar .icon-home-new,
	.fixbar .icon-hotdeal-new {
		width: 20px;
		height: 20px;
		display: block;
		margin: 8px auto 0;
	}

	.fixbar .icon-cart-mobile {
		background: url(../images/cart-mobile.png) no-repeat;
	}

	.cart-total-header-mobile {
		font-size: 10px;
		position: absolute;
		background: red;
		color: #fff !important;
		border-radius: 50%;
		height: 15px;
		width: 15px;
		line-height: 15px;
		top: 5px;
		margin-left: 5px;
	}

	.fixbar ul li a {
		font-size: 11px;
		text-decoration: none;
		color: #333;
	}

	.fixbar ul li a i {
		font-size: 20px;
	}

	/* Plugbar */
	.plugbar {
		position: fixed;
		bottom: 0;
		left: 0;
		border-top: 1px solid #eae6e6;
		width: 100%;
		right: 0;
		max-width: 767px;
		margin: 0 auto;
		background: #ffffff;
		padding: 9px 10px 10px 7px;
		z-index: 10;
	}

	.plugbar ul {
		list-style: none;
		padding: 0;
		margin: 0px;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.plugbar ul li {
		width: 20%;
		float: left;
	}

	.plugbar ul li a {
		display: block;
		color: #696969;
		font-size: 12px;
		text-align: center;
		position: relative;
	}

	.plugbar ul li a i {
		font-size: 20px;
		color: #696969;
	}

	.plugbar ul li a span {
		position: absolute;
		width: 50px;
		height: 50px;
		top: -40px;
		left: calc(50% - 50px/2);
		font-size: 14px;
		display: block;
		border: 1px solid rgba(234, 230, 230, 0.5);
		border-radius: 100%;
	}

	/* Combo Phone */
	.support-online {
		position: fixed;
		z-index: 999;
		left: 10px;
		bottom: 0px;
	}

	.support-online a {
		position: relative;
		margin: 20px 10px;
		text-align: left;
		width: 40px;
		height: 40px;
	}

	.support-online i {
		width: 40px;
		height: 40px;
		background: #43a1f3;
		color: #ffffff;
		border-radius: 100%;
		font-size: 20px;
		text-align: center;
		line-height: 1.9;
		position: relative;
		z-index: 999;
	}

	.support-online a span {
		border-radius: 2px;
		text-align: center;
		background: rgb(103, 182, 52);
		padding: 9px;
		display: none;
		width: 180px;
		margin-left: 10px;
		position: absolute;
		color: #ffffff;
		z-index: 999;
		top: 0px;
		left: 40px;
		transition: all 0.2s ease-in-out 0s;
		-moz-animation: headerAnimation 0.7s 1;
		-webkit-animation: headerAnimation 0.7s 1;
		-o-animation: headerAnimation 0.7s 1;
		animation: headerAnimation 0.7s 1;
	}

	.support-online a:hover span {
		display: block;
	}

	.support-online a {
		display: block;
	}

	.support-online a span:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent rgb(103, 182, 52) transparent transparent;
		position: absolute;
		left: -10px;
		top: 10px;
	}

	.support-online .kenit-alo-circle-fill {
		width: 60px;
		height: 60px;
		top: -10px;
		position: absolute;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border: 2px solid transparent;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		background-color: rgba(0, 175, 242, 0.5);
		opacity: .75;
		right: -10px;
	}

	.support-online .kenit-alo-circle {
		width: 50px;
		height: 50px;
		top: -5px;
		right: -5px;
		position: absolute;
		background-color: transparent;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		border: 2px solid rgba(30, 30, 30, 0.4);
		opacity: .1;
		border-color: #0089B9;
		opacity: .5;
	}

	.support-online .support-online .btn-support {
		cursor: pointer;
	}

	.support-online .mes i {
		background: orange;
	}

	.support-online .sms i {
		background: red;
	}

	.support-online .call-now i {
		background: green;
	}

	/* Phone Switch */
	.widget-mobile {
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 10px;
		z-index: 9999999;
	}

	#my-phone-circle {
		position: relative;
		width: 50px !important;
		height: 50px !important;
	}

	.wcircle-open .wcircle-icon i:before {
		content: '\f00d';
	}

	.wcircle-icon {
		background: #1282fc;
		border-radius: 50%;
		display: flex !important;
		display: -ms-flex !important;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: relative !important;
	}

	.wcircle-icon:before {
		position: absolute;
		content: '';
		width: 60px;
		height: 60px;
		background: rgba(18, 130, 252, .5);
		border: 1px solid #ffffff;
		border-radius: 50%;
		left: -5px;
		top: -5px;
		-webkit-animation: pulse 1s infinite ease-in-out;
		-moz-animation: pulse 1s infinite ease-in-out;
		-ms-animation: pulse 1s infinite ease-in-out;
		-o-animation: pulse 1s infinite ease-in-out;
		animation: pulse 1s infinite ease-in-out;
	}

	.wcircle-icon:after {
		position: absolute;
		content: '';
		width: 80px;
		height: 80px;
		background: rgba(18, 130, 252, .5);
		border-radius: 50%;
		left: -15px;
		top: -15px;
		-webkit-animation: zoomIn 2s infinite ease-in-out;
		-moz-animation: zoomIn 2s infinite ease-in-out;
		-ms-animation: zoomIn 2s infinite ease-in-out;
		-o-animation: zoomIn 2s infinite ease-in-out;
		animation: zoomIn 2s infinite ease-in-out;
	}

	.wcircle-menu {
		position: absolute !important;
		left: 0;
		top: 0;
		display: none;
	}

	.wcircle-menu-item {
		width: 50px;
		height: 50px;
		background: #1282fc;
		border-radius: 50%;
		display: flex;
		display: -ms-flex;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.wcircle-menu-item img {
		width: 50px;
		height: 50px;
		display: block;
		border-radius: 50%;
	}

	.wcircle-menu-item i,
	.wcircle-icon i {
		font-size: 25px;
		color: #ffffff;
		position: relative;
		z-index: 9999;
	}

	.shake-anim {
		-webkit-animation: shake-anim 1s infinite ease-in-out;
		-moz-animation: shake-anim 1s infinite ease-in-out;
		-ms-animation: shake-anim 1s infinite ease-in-out;
		-o-animation: shake-anim 1s infinite ease-in-out;
		animation: shake-anim 1s infinite ease-in-out;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%
	}

	@-moz-keyframes shake-anim {
		0% {
			transform: rotate(0) scale(1) skew(1deg)
		}

		10%,
		30% {
			-moz-transform: rotate(-25deg) scale(1) skew(1deg)
		}

		20%,
		40% {
			-moz-transform: rotate(25deg) scale(1) skew(1deg)
		}

		100%,
		50% {
			-moz-transform: rotate(0) scale(1) skew(1deg)
		}
	}

	@-webkit-keyframes shake-anim {

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

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

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

	@-o-keyframes shake-anim {

		0%,
		100%,
		50% {
			-o-transform: rotate(0) scale(1) skew(1deg)
		}

		10%,
		30% {
			-o-transform: rotate(-25deg) scale(1) skew(1deg)
		}

		20%,
		40% {
			-o-transform: rotate(25deg) scale(1) skew(1deg)
		}
	}

	.comment-pro-detail .comment-star i {
		font-size: 13px
	}

	.detail-right-box {
		position: sticky;
		top: 0;
		z-index: 999
	}

	.detail-right-box-title {
		padding: 10px 10px 0 10px;
		font-size: 18px;
		font-weight: 500
	}

	.care-detail-box {
		padding: 10px;
	}

	.detail-right-box-wrap .care-detail-item {
		margin: 0;
		border-bottom: 1px solid #eee;
		padding: 8px 0;
	}

	.detail-right-box-wrap .care-detail-item img {
		-moz-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		width: 12px;
	}

	span.txt-e-c {
		margin-left: 5px;
	}

	.support-ask-title {
		font-weight: bold;
		margin-bottom: 10px;
	}

	.support-ask-body,
	.support-ask-title {
		padding: 0;
	}

	.support-ask-item {
		width: 110px;
		display: inline-block;
	}

	.support-ask-item a {
		display: inline-block;
		font-size: 14px;
		text-decoration: none;
		color: #333;
		cursor: pointer;
	}

	.support-ask-icon img {
		width: 20px;
		height: 20px;
	}

	.support-ask-name {
		vertical-align: 1px;
	}

	.detail-right-box-wrap .care-detail-item a {
		text-decoration: none;
		color: #333;
		cursor: pointer;
	}

	/*====================== Edit code ======================*/
	.font-title {
		font-family: var(--font-title);

	}

	.tieuchi {
		padding: 10px;
		display: flex !important;
		margin: 5px;
	}

	.tieuchi img {
		margin: 0 auto;
	}

	.tieuchi .img {
		width: 80px;
	}

	.tieuchi .content {
		width: calc(100% - 100px);
	}

	.tieuchi .content h3 {
		font-size: 18px;
	}

	.tieuchi .content p {
		font-size: 15px;
		color: #555555;
	}

	/* hover_sang2 */
	.hover_sang2: before {
		position: absolute;
		top: 0;
		left: -85%;
		z-index: 10;
		display: block;
		content: '';
		width: 50%;
		height: 100%;
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
		-webkit-transform: skewX(-25deg);
		transform: skewX(-25deg);
		z-index: 1;
	}

	.hover_sang2 {
		position: relative;
		overflow: hidden;
	}

	.hover_sang2: hover:before {
		transition: 1s;
		left: 100%;
	}

	.grid-3 {
		width: 100%;
		display: grid;
		grid-gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}

	.btn-more {
		display: block;
		padding: 5px 25px;
		margin: 35px auto;
		font-family: var(--font-title);
		color: #fff;
		transition: all 0.3s;
		background-color: #bf3228;
		border-radius: 4px;
		width: fit-content;
		overflow: hidden;
		font-size: 18px;
	}

	.btn-more: hover {
		box-shadow: 1px 1px 5px 0 grey;
		transition: all 0.3s;
		background-color: #fff;
		color: #bf3228;
		transform: translateY(-5px);
	}

	.star-comment {
		margin: 10px 0;
		color: #ffea00;
	}

	.title-main {
		text-align: center;
		position: relative;
		font-family: var(--font-title);
		margin-bottom: 32px;
	}

	.title-main h2 {
		font-size: 24px;
		font-weight: 700;
		color: #4B5563;
		margin: 0;
	}

	.title-main span {
		padding-bottom: 15px;
		text-transform: uppercase;
		color: var(--color-title);
		font-size: 32px;
	}

	/* General */
	.res-img-detail {
		width: 100%;
	}

	.res-img-detail img {
		max-width: 100%;
		height: auto !important;
	}

	.res-img-detail .table-detail-inpage {
		overflow-x: auto;
		max-width: 950px;
	}

	.res-img-detail .table-detail-inpage table {
		max-width: 950px;
	}

	div.wap_load {
		background: #e8e8e8;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}

	.wrap-box-loader {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.loader {
		animation: rotate 1s infinite;
		height: 50px;
		width: 50px;
	}

	.loader: before,
	.loader:after {
		border-radius: 50%;
		content: '';
		display: block;
		height: 20px;
		width: 20px;
	}

	.loader: before {
		animation: ball1 1s infinite;
		background-color: #cb2025;
		box-shadow: 30px 0 0 #f8b334;
		margin-bottom: 10px;
	}

	.loader: after {
		animation: ball2 1s infinite;
		background-color: #00a096;
		box-shadow: 30px 0 0 #97bf0d;
	}

	@keyframes rotate {
		0% {
			-webkit-transform: rotate(0deg) scale(0.8);
			-moz-transform: rotate(0deg) scale(0.8);
		}

		50% {
			-webkit-transform: rotate(360deg) scale(1.2);
			-moz-transform: rotate(360deg) scale(1.2);
		}

		100% {
			-webkit-transform: rotate(720deg) scale(0.8);
			-moz-transform: rotate(720deg) scale(0.8);
		}
	}

	@keyframes ball1 {
		0% {
			box-shadow: 30px 0 0 #f8b334;
		}

		50% {
			box-shadow: 0 0 0 #f8b334;
			margin-bottom: 0;
			-webkit-transform: translate(15px, 15px);
			-moz-transform: translate(15px, 15px);
		}

		100% {
			box-shadow: 30px 0 0 #f8b334;
			margin-bottom: 10px;
		}
	}

	@keyframes ball2 {
		0% {
			box-shadow: 30px 0 0 #97bf0d;
		}

		50% {
			box-shadow: 0 0 0 #97bf0d;
			margin-top: -20px;
			-webkit-transform: translate(15px, 15px);
			-moz-transform: translate(15px, 15px);
		}

		100% {
			box-shadow: 30px 0 0 #97bf0d;
			margin-top: 0;
		}
	}

	/* Product LEFT */
	.wrap-frame-left h2 {
		line-height: 30px;
		margin-bottom: 0;
		font-family: var(--font-title-card);
		text-shadow: 0.3px 0.3px 0 #000;
		padding: 7px 10px;
		border-radius: 5px 5px 0 0;
		padding-top: 15px;
		font-size: 20px;
		font-weight: 700;
		color: #4B5563;
		text-transform: uppercase;
	}

	.frame-left>h2:nth-child(2) {
		margin-bottom: 10px;
	}

	.wrap-frame-left {
		width: 270px;
		float: right;
	}

	.frame-left {
		border-radius: 10px;
		box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
	}

	.hotline-onl-sub-left {
		width: fit-content;
		padding: 5px 10px;
		background-color: red;
		border-radius: 30px;
		position: relative;
		margin: 0 auto;
		margin-top: -15px;
		margin-bottom: 20px;
	}

	.hotline-onl-sub-left a {
		color: #fff;
	}

	.list-btn-position {
		list-style: none;
		position: relative;
		top: 130%;
		width: 100%;
		left: 0px;
		z-index: 5;
		opacity: 0;
		transition: all 0.6s;
		background: #FFF;
		visibility: hidden;
		padding-inline-start: 0px;
	}

	.list-btn-position.show {
		top: 100%;
		opacity: 1;
		visibility: visible;
	}

	.box-left-menu: last-child .list-btn-position.show {
		margin-bottom: 0;
	}

	.list-btn-position li:last-child {
		border: none;
	}

	.list-btn-position li {
		position: relative;
		padding: 7px 0;
		text-align: left;
		box-sizing: border-box;
		border-bottom: 1px solid #ededed;
	}

	.back-list>a {
		padding-left: 30px;
	}

	.list-btn-position li span {
		position: absolute;
		right: 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		top: 8px;
		z-index: 9;
		cursor: pointer;
	}

	.list-btn-position li a {
		color: #333;
		font-size: 15px;
		text-decoration: none;
		align-items: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		padding: 0px 25px 0px 0;
		transition: transform 0.3s;
	}

	.list-btn-position li:hover>a,
	.list-btn-position li>i:hover {
		color: var(--color-hover-text);
	}

	.list-btn-position li>i {
		width: 25px;
		height: 25px;
		border: 1px solid transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 2px;
		position: absolute;
		top: 5px;
		right: 0px;
		color: grey;
		cursor: pointer;
		font-size: 12px;
	}

	.list-btn-position ul {
		margin-left: 5px;
		width: 100%;
		background: #FFF;
		list-style: none;
		padding-left: 0;
		display: none;
		list-style: square;
		padding-left: 15px;
	}

	.list-btn-position ul li a {
		padding-right: 0;
		padding-left: 0;
	}

	.list-btn-position ul li a>i {
		color: var(--color-title)
	}

	.list-btn-position ul li:last-child {
		border-bottom: none;
	}

	.box-pro-index-lf {
		display: flex !important;
		padding: 10px 0;
		position: relative;
	}

	.box-pro-index-lf: after {
		content: "";
		width: 100%;
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 0;
		/* border-bottom: 1px solid #ededed; */
		position: absolute;
	}

	.infor-pro-index-lf {
		line-height: 1;
		width: calc(60% - 7px);
	}

	.infor-pro-index-lf h3 {
		font-size: 14px;
		margin-bottom: 5px;
		color: #4B5563;
		margin-bottom: 15px;
	}

	.infor-pro-index-lf h3 a {
		color: #4B5563;
		font-weight: 600;
	}

	.infor-pro-index-lf>p {
		font-size: 12px;
		color: #6B7280;
		margin: 0;
	}

	.infor-pro-index-lf h3 a:hover {
		color: var(--color-hover-text);
	}

	.box-pro-index-lf>.img-pro-index-lf {
		margin-right: 10px;
		width: 40%;
		border-radius: 5px;
	}

	.img-pro-index-lf img {
		width: 100%;
	}

	.box-onl-sup-left {
		position: relative;
		margin-bottom: 25px;
		padding-bottom: 20px;
		border: 1px solid lightgrey;
		border-top: unset;
	}

	.box-onl-sup-left p {
		padding-left: 10px;
	}

	.box-onl-sup-left img {
		width: 100%;
	}

	.scroll-dm-right {
		max-height: 350px;
		overflow-y: auto;
		margin: 0 -10px;
		width: calc(100% + 20px);
		padding: 0 10px;
	}

	.scroll-dm-right:: -webkit-scrollbar {
		width: 5px;
	}

	.scroll-dm-right:: -webkit-scrollbar-track {
		background: transparent;
	}

	.scroll-dm-right:: -webkit-scrollbar-thumb {
		background: rgb(233 237 245);
	}

	.scroll-dm-right:: -webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.box-left-menu {
		padding-bottom: 1px;
		top: 70px;
		z-index: 9;
		padding: 10px;
		margin-bottom: 20px;
	}

	.list-btn-position li:last-child>a {
		border: none;
	}

	.catalogy-left h2 {
		background: #009343;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		line-height: 45px;
		position: relative;
		top: -1px;
		width: calc(100% + 2px);
		left: -1px;
		margin-bottom: 0;
	}

	/* Product  Detail */
	.pro-detail-page,
	.frame-news-page {}

	.user-pages {
		padding: 30px 0;
	}

	.show-mobile {
		display: none;
	}

	/* mobile footer */
	.fix-toolbar {
		background: var(--color-title);
		width: 100%;
		padding: 5px;
		bottom: 0;
		position: fixed;
		height: auto;
		line-height: 25px;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: none;
		border-top: 1px solid #8585858a;
		z-index: 100;
	}

	.fix-toolbar ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px;
		list-style: none;
		margin: 0;
	}

	.fix-toolbar ul li {
		text-align: center;
		width: 20%;
	}

	.fix-toolbar ul li a {
		display: block;
		width: 100%;
		cursor: pointer;
		color: #fff;
		font-size: 30px;
	}

	.fix-toolbar ul li a img {
		height: 25px;
		width: auto;
	}

	.fix-toolbar img {
		vertical-align: top;
	}

	.fix-toolbar ul li a span {
		font-weight: 400;
		color: #fff;
		font-size: 13px;
		display: none;
	}

	.detail-page-left {
		width: calc(100% - 270px);
		margin-right: 20px;
		float: left;
	}

	.detail-page-right {
		width: 250px;
		float: right;
		margin-top: 10px;
	}

	.mm-navbar__title {
		font-family: var(--font-title);
		font-size: 18px;
	}

	.updateCityWarehouse {
		cursor: pointer;
		opacity: .8;
		font-size: 14px;
	}

	.updateCityWarehouse: hover {
		opacity: 1;
	}

	.row {}

	.cart-product {
		display: none;
	}

	.wrap-list-show {
		padding: 40px 0px;
	}

	.wrap-list-show .col-md-9 {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.box-list {}

	.box-list .grid-pro {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 12px;
	}

	.bcw-wrap {
		background: #fff;
		border: 1px solid #ffb648;
		overflow: hidden;
		/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); */
		/* font-family: "Segoe UI", Arial, sans-serif; */
		position: sticky;
		top: 0px;
		transition: all 0.4s;
	}

	/* ===== Header cam ===== */
	.bcw-header {
		background: var(--color-primary);
		color: #fff;
		padding: 7px 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.bcw-header-title {
		font-weight: 700;
		font-size: 14px;
	}

	.bcw-header-arrows {
		display: flex;
		gap: 8px;
	}

	.bcw-arrow-btn {
		width: 26px;
		height: 26px;
		border-radius: 50%;
		border: none;
		background: rgba(255, 255, 255, 0.25);
		color: #fff;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		transition: background 0.2s;
	}

	.bcw-arrow-btn: hover {
		background: rgba(255, 255, 255, 0.45);
	}

	.bcw-arrow-btn: active {
		transform: scale(0.92);
	}

	/* ===== Slider area ===== */
	.bcw-slider-viewport {
		padding: 12px;
	}

	.bcw-slider {
		height: 100%;
	}

	.bcw-item {
		display: flex !important;
		align-items: center;
		gap: 12px;
		padding: 10px 6px;
		border-bottom: 1px solid #f0f0f0;
		height: 79px;
	}

	.bcw-item-img {
		position: relative;
		width: 78px;
		height: 78px;
		flex: 0 0 78px;
		/* background: #f7f7f7; */
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	.bcw-item-img svg {
		width: 42px;
		height: 42px;
	}

	.bcw-item-badge {
		position: absolute;
		top: 4px;
		left: 4px;
		background: #ff7a1a;
		color: #fff;
		font-size: 12px;
		border-radius: 10px;
		line-height: 17px;
		width: 41px;
		height: 17px;
		text-align: center;
		z-index: 9;
	}

	.bcw-item-info {
		flex: 1;
		min-width: 0;
	}

	.bcw-item-name {
		font-size: 14px;
		font-weight: 600;
		color: #4B5563;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 4px;
	}

	.bcw-item-rating {
		display: flex;
		align-items: center;
		gap: 4px;
		margin-bottom: 4px;
	}

	.bcw-item-stars {
		color: #ffb400;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.bcw-item-review-count {
		font-size: 11px;
		color: #999;
	}

	.bcw-item-price-row {
		display: flex;
		align-items: baseline;
		gap: 6px;
	}

	.bcw-item-price-now {
		font-size: 14px;
		font-weight: 700;
		color: #4B5563;
	}

	.bcw-item-price-old {
		font-size: 11.5px;
		color: #aaa;
		text-decoration: line-through;
	}

	/* Ẩn dots/arrow mặc định của Slick trong phạm vi widget này */
	.bcw-wrap .slick-dots {
		display: none !important;
	}

	.bcw-wrap .slick-prev,
	.bcw-wrap .slick-next {
		display: none !important;
	}

	/* Like Share */
	.social-plugin {
		display: flex;
		justify-content: flex-start;
		margin-top: 0px;
		gap: 9px;
	}

	.social-plugin .at-share-btn {
		margin-bottom: 0px !important;
	}

	.social-plugin .zalo-share-button {
		margin-left: 3px;
	}

	.social-product ul {
		display: flex;
		justify-content: flex-start;
		margin-top: 0px;
		padding-left: 0px;
		list-style: none;
		margin-bottom: 0px;
	}

	.addthis_inline_share_toolbox_dc09 {
		display: none
	}

	.social-product li {
		margin-top: 0px;
		margin-right: 8px;
	}

	.social-product button {
		width: 30px;
		display: flex;
		height: 30px;
		border: none;
		cursor: pointer;
		color: #ffffff;
		border-radius: 0px;
		padding: 0px;
		font-size: 15px;
		transition: all 0.3s;
		justify-content: center;
		align-items: center;
		/* background: #0b4879 !important; */
	}

	.social-product button:hover {
		transform: translateY(-5px);
	}

	.social-product .sharer1 {
		background: #1c96e8;
	}

	.social-product .sharer2 {
		background: #3d548e;
	}

	.social-product .sharer3 {
		background: #3294bd;
	}

	.social-product .sharer4 {
		background: #cb362d;
	}

	.social-product .sharer5 {
		background: #df0022;
	}

	/* Responsive */
	@media(max-width: 1300px) {
		.menu .item-big .nav-item>a {
			padding: 15px;
		}
	}

	@media(max-width: 1001px) {
		.info-header {
			display: none;
		}

		.wrap-frame-left,
		#button-contact-vr,
		#messages-facebook,
		.cart-fixed {
			display: none;
		}

		.wap-hearder {
			position: unset;
		}

		.frame-news-page {
			width: 100%;
		}

		.menu,
		.header-bottom {
			display: none;
		}

		.menu-res,
		.show-mobile,
		.fix-toolbar {
			display: block;
		}

		.logo-header {
			width: calc(100% - 140px);
		}

		.btn-menumobile {
			width: 70px;
			font-size: 24px;
		}

		.social-footer {
			margin-bottom: 15px;
		}

		.footer-copyright,
		.footer-statistic {
			float: unset;
			width: 100% !important;
			text-align: center;
			margin-bottom: 10px;
		}

		.grid-news {
			grid-gap: 15px;
			grid-template-columns: repeat(3, 1fr);
		}
	}

	@media(max-width: 992px) {
		.detail-page-right {
			display: none;
		}

		.detail-page-left {
			width: 100%;
			margin-right: 0;
			float: unset;
		}
	}

	@media(max-width: 850px) {}

	@media(max-width: 768px) {

		.grid-3,
		.grid-pro {
			grid-template-columns: repeat(2, 1fr);
		}

		.wrap-about .block-left.w-50,
		.wrap-about .block-right.w-50 {
			width: 100% !important;
			text-align: center;
		}

		.grid-news {
			grid-gap: 15px;
			grid-template-columns: repeat(2, 1fr);
		}

		.static-page {
			padding: 20px 15px !important;
		}

		.hover_sang2: before {
			content: unset;
		}
	}

	@media(max-width: 576px) {
		.news-image {
			margin-bottom: 1rem;
		}

		.slick-slider .product {
			margin: 5px;
		}

		.title-main span {
			font-size: 24px;
		}

		.newshome {
			margin: 5px;
		}

		.name-product,
		body {
			font-size: 14px;
		}

		.cart-product {
			position: relative;
			width: 100%;
		}

		.grid-pro {
			grid-gap: 10px;
		}

		.cart-product span {
			width: 100%;
			margin-right: 0;
			margin-bottom: 5px;
		}

		.news-2 p.scale-img {
			width: 40%;
		}

		.news-2 .info-news {
			width: 60%;
		}

		.block-page {
			padding: 10px;
		}
	}

	@media(max-width: 480px) {
		.footer-news {
			max-width: 100% !important;
		}

		.footer {
			text-align: center;
		}
	}

	@media(max-width: 369px) {
		.news-2 p.scale-img {
			width: 100%;
		}

		.grid-news {
			grid-gap: 10px;
			grid-template-columns: repeat(1, 1fr);
		}

		.pic-news {
			max-width: 200px;
		}

		.news-2 .info-news {
			width: 100%;
			margin-bottom: 10px;

		}

		.desc-news,
		.name-news {
			text-align: justify;
		}

		.cart-pro-detail a {
			width: 100%;
		}

		.cart-pro-detail a: first-child {
			margin-right: 0px;
			margin-bottom: 0.5rem;
		}

		.cart-pro-detail a i {
			display: none;
		}
	}

	;
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}

.owl-pro-detail {
	padding: 0px 30px;
}

.control-pro-detail button {
	background-color: transparent;
	color: #222222;
	opacity: 1;
	width: 25px;
	font-size: 23px;
}

.control-pro-detail button:hover {
	opacity: 0.7;
	color: var(--color-hover-text);
}

.control-pro-detail button.owl-prev {
	left: 0px;
}

.control-pro-detail button.owl-next {
	right: 0px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #EEEEEE;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: var(--color-primary);
}

.thumb-pro-detail img {
	box-shadow: none !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.title-pro-detail {
	font-size: 20px;
	font-weight: 700;
	color: #4B5563;
	text-transform: uppercase;
}

.comment-pro-detail {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* product button hotline */
.product_buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px;
}

.product_buttons>a {
	/* width: 48%; */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product_buttons>a:hover {
	color: #fe9705;
}

.product_buttons>a:hover img {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.buy_ins {
	line-height: normal;
	display: flex;
	align-items: center;
	padding: 7px;
	text-align: left;
	background: #287e15;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 3px solid #fe9705;
}

.buy_tc img {
	margin-right: 10px;
}

.buy_tc>span>span {
	font-size: 12px;
}

/* ----------- */
.social-plugin-pro-detail {
	padding: 10px 0;
	margin-top: 0px !important;
}

.desc-pro-detail {
	margin-bottom: 1rem;
}

.attr-pro-detail {
	list-style: none;
	padding: 0px;
}

.attr-pro-detail li {
	margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
	font-family: var(--font-title);
}

.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.price-new-pro-detail {
	font-size: 18px;
	font-family: var(--font-title);
	color: #4B5563;
	margin-right: 10px;
	font-weight: 700;
}

.price-old-pro-detail {
	font-family: var(--font-title-card);
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.size-pro-detail {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	display: none;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}


.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.cart-pro-detail a {
	font-size: 14px;
	color: #ffffff;
	/* text-transform: uppercase; */
	width: 100%;
	max-width: 200px;
	/* margin: 0 auto; */
	display: inline-block;
	line-height: 2;
}


.tags-pro-detail a,
.tags-page {
	float: left;
	font-size: 16px;
	padding: 7px 20px;
	margin: 5px;
	background: linear-gradient(to right, #cc0000, #810000);
	transition: all 0.3s;
}

.tags-pro-detail a:hover,
.tags-page:hover {
	transition: all 0.3s;
	box-shadow: 1px 1px 5px 0 #000;
	transform: scale(0.95);
}

.tags-pro-detail a i {
	font-size: 11px;
	margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
	margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
	border-top-width: 3px;
	color: #333333;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
	border-top-color: #555555;
}

.cart-pro-detail a.mua-ngay {
	background-color: #e41319;
	color: #fff;
	margin-bottom: 10px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	text-decoration: none;
	text-transform: initial;
	font-size: 16px;
	transition: all 0.3s;
	font-family: var(--font-title);
}

.title-search {
	font-size: 24px;
	font-weight: bold;
}

.count-search {
	margin-bottom: 20px;
}

.cart-pro-detail a.them-gio {
	background-color: #00781b;
	color: #fff;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s;
	font-family: var(--font-title);
	margin-bottom: 10px;
}

.cart-pro-detail a:hover {
	cursor: pointer;
	text-decoration: none;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	transition: all .3s ease;
	transform: scale(.95);
}

/* News */
.grid-news {
	width: 100%;
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(3, 1fr);
}

.infoDetailPost {
	color: #6b6b6b;
	font-size: 12px;
	margin-bottom: 5px;
	display: none;
}

.newshome {
	margin: 8px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.newshome .img {
	margin: 5px;
	border-radius: 3px;
	overflow: hidden;
	height: fit-content
}

.newshome .content {
	padding: 10px;
}

.newshome .content h3 {
	font-size: 18px;
	margin-bottom: 10px
}

.news-2 p.scale-img {
	width: 300px;
}

.news-2 .info-news {
	width: calc(100% - 300px);
	padding: 10px 0 0 25px;
	position: relative;
}

.news-2 .view-times-news {
	position: absolute;
	width: calc(100% - 30px);
	bottom: 0;
	left: 15px;
}

.news-2::after {
	content: '';
	width: 100%;
	border-bottom: 1px dashed #dcdcdc;
}

.news-2 {
	display: flex;
	margin: 0 0 20px 0;
	flex-wrap: wrap;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
}


.news-2 .pic-news {
	width: 100%;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.news:hover {
	transition: all ease 0.4s;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, var(--color-primary) 0px 0px 0px 1px;
}

.pic-news img {
	width: 100%;
}

.news .info-news {
	width: 100%;
	padding: 25px 20px;
}

.info-news {
	width: 100%;
	padding: 15px 10px 0 10px;
}

.view-times-news {
	border-top: 1px solid #d6d6d6;
	padding: 5px 0;
	margin-top: 10px;
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	align-items: center;
	color: #003768;
	font-style: italic;
}

.view-times-news>a {
	transition: color 0.3s;
}

.view-times-news>a:hover {
	color: red;
	transition: color 0.3s;
}

.name-news {
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
}

.name-news a {
	color: #4B5563;
	text-decoration: none;
}

.news .pic-news {
	/* overflow: hidden; */
	margin-bottom: 0px;
}

.news {
	transition: all ease 0.4s;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 10px;
	overflow: hidden;
}

.name-news:hover a,
.news:hover .name-news a {}

.time-news {
	color: #003768;
	font-size: 13px;
	margin-bottom: 0.25rem;
	font-style: italic;
	text-align: right;
}

.desc-news.text-split {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 13px;
	font-weight: 500;
	color: #6B7280;
	line-height: 25px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 0px;
	list-style: none;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
	transition: all 0.3s;
	display: block;
}

.list-news-other li a:hover {
	color: var(--color-red);
	transform: translateX(5px);
	transition: all 0.3s;
}

/* Contact */
.contact-article {
	margin-bottom: 3rem;
}

.contact-input {
	position: relative;
	margin-bottom: 15px;
}

.contact-input textarea {
	resize: none;
	height: 150px;
	background: #fff;
}

.contact-input .custom-file-label::after {
	content: attr(title);
}

form.contact-form {}

.contact-input .form-control {
	background: #f5f5f5;
	border: 0;
	border-radius: 0;
}

.contact-map {
	position: relative;
	height: 500px;
}

.contact-map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

.contact-form input.btn {
	padding: 5px 25px;
	border: 2px solid transparent;
	background-color: var(--color-primary);
	color: #fff;
	margin-right: 5px;
	transition: transform 0.3s;
	border-radius: 0;
}

.contact-form input.btn:hover {
	color: #fff;
	background-color: #e93f33;
	transform: scale(0.9);
	transition: transform 0.3s;
}

/* Newsletter */
.newsletter-slogan {
	margin-bottom: 0.5rem;
}

.newsletter-input {
	position: relative;
}

.newsletter-button {
	margin-top: 5px;
}

.newsletter-button input[type=submit] {
	text-transform: uppercase;
	font-weight: 500;
}

/* Footer */
.footer-article {
	background-color: #FEF7E7;
	font-family: "Inter", sans-serif;
}

.footer-article .wrap-content {
	padding: 80px 15px;
	/* color: #fff; */
}

.footer-title {
	font-size: 18px;
	margin-bottom: 1rem;
	font-weight: 700;
	color: #0F2942;
}

#fanpage-facebook {
	border-radius: 10px;
	overflow: hidden;
}

.footer-news {
	width: 100%;
}

.footer-news:nth-child(1) {
	max-width: 320px;
}

.footer-news:nth-child(2) {
	max-width: 200px;
}

.footer-news:nth-child(3) {
	max-width: 145px;
}

.footer-news:nth-child(4) {
	max-width: 230px;
}

.footer-news:nth-child(5) {
	max-width: 230px;
}

.footer-ul {
	margin: 0;
	padding-left: 18px;
}

.footer-ul li {
	margin-bottom: 5px;
	color: #5A738E;
}

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

.footer-ul li a {
	color: #5A738E;
	font-size: 13px;
}

.footer-ul li a:hover {
	text-decoration: none;
	color: var(--color-red);
}

.footer-tags {
	background: #eee;
}

.footer-tags .wrap-content {
	padding: 30px 15px;
}

.footer-tags-lists {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-powered {
	background: #fef7e7;
}

.footer-powered .wrap-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-statistic {
	text-align: right;
}

.footer-statistic span {
	padding-right: 10px;
}

.footer-statistic span:last-child {
	padding-right: 0px;
}

.validation-newsletter {
	margin-bottom: 30px;
}

#footer-map {
	position: relative;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
}

#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

.social-footer {
	margin-top: 20px;
	transition: all .2s;
}

.footer-news ul li a:hover {
	color: var(--color-primary);
}

.photo-footer {
	display: block;
	margin-bottom: 15px;
}

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

#share-buttons button {
	transition: all .2s;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 5px !important;
}

#share-buttons button:hover {
	transition: all .2s;
	filter: invert(1);
}

/* Paging */
.pagination-home {
	width: 100%;
	text-align: center;
}

.pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
	margin: 2px;
	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 3px;
}

.pagination .page-item:not(.active) .page-link:hover {}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
	color: #ffffff;
	background: #3f3f3f;
	border: none;
}


/* Paging Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px 3px 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666 !important;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

/* .pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	text-indent: -9999px;
	position: relative;
	background-color: #ffffff;
	z-index: 1;
} */


/* .pagination-ajax a.first:hover::before,
.pagination-ajax a.last:hover::after,
.pagination-ajax a.prev:hover::before,
.pagination-ajax a.next:hover::after {
	color: #ffffff !important;
	border-color: var(--color-red);
	background-color: var(--color-red);
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
}

.pagination-ajax a.first:before {
	content: "\f100";
}

.pagination-ajax a.last:before {
	content: "\f101";
}

.pagination-ajax a.prev:before {
	content: "\f104";
}

.pagination-ajax a.next:before {
	content: "\f105";
} */

/* Popup */
#popup .modal-body {
	padding: 0px;
}

.modal.fade .modal-dialog.modal-dialog-left {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.modal.show .modal-dialog.modal-dialog-left {
	-webkit-transform: none;
	transform: none;
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog.modal-dialog-left {
		transition: none
	}
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

/* Scroll Top */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
	background: var(--color-primary);
	text-align: center;
	line-height: 41px;
}

.scrollToTop img {
	display: none;
}

/* Text Hide */
.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.text-split-1 {
	-webkit-line-clamp: 1;
}

.text-split-6 {
	-webkit-line-clamp: 6;
}

/* Transition All */
.transition {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	filter: brightness(.8);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/* fixed button */
#button-contact-vr {
	margin: -10px;
	transform: scale(0.8);
	position: fixed;
	bottom: 121px;
	z-index: 999;
	right: 0;
}

#zalo-vr {
	transition: 1s all;
	-moz-transition: 1s all;
	-webkit-transition: 1s all;
}

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

#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;
}

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

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

#phone-vr {
	transition: .7s all;
	-moz-transition: .7s all;
	-webkit-transition: .7s all;
}

.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, .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;
}

.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;
}

.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
	}
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-tooltip {
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 70px;
	right: 7px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1182FC;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 220px;
	background: #1182FC;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-container.open {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1
}

/* Cart Fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 101;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0066cc;
	background-image: linear-gradient(to right, #cc0000, #810000);
}

.cart-fixed:hover {
	background-image: linear-gradient(to right, #810000, #cc0000);
	cursor: pointer;
}

.cart-fixed:hover span {
	background-color: #810000;
}

.cart-fixed i {
	font-size: 20px;
}

.cart-fixed span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	background: var(--color-red);
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.toolbar {
	background: var(--color-red);
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
}

.toolbar ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}

.toolbar ul li {
	text-align: center;
	width: 25%;
}

.toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
}

.toolbar ul li a img {
	height: 6vw;
	width: auto;
}

.toolbar ul li a span {
	font-weight: 400;
	color: #ffffff;
	font-size: 3.5vw;
	display: none;
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px;
}

.fixbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fixbar ul li {
	display: inline-block;
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px;
}

.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

.fixbar ul li a i {
	font-size: 20px;
}

/* Plugbar */
.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 767px;
	margin: 0 auto;
	background: #ffffff;
	padding: 9px 10px 10px 7px;
	z-index: 10;
}

.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.plugbar ul li {
	width: 20%;
	float: left;
}

.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.plugbar ul li a i {
	font-size: 20px;
	color: #696969;
}

.plugbar ul li a span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -40px;
	left: calc(50% - 50px/2);
	font-size: 14px;
	display: block;
	border: 1px solid rgba(234, 230, 230, 0.5);
	border-radius: 100%;
}

/* Combo Phone */
.support-online {
	position: fixed;
	z-index: 999;
	left: 10px;
	bottom: 0px;
}

.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px;
}

.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #ffffff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}

.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: rgb(103, 182, 52);
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	transition: all 0.2s ease-in-out 0s;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
	display: block;
}

.support-online a {
	display: block;
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgb(103, 182, 52) transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}

.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: .75;
	right: -10px;
}

.support-online .kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	border-color: #0089B9;
	opacity: .5;
}

.support-online .support-online .btn-support {
	cursor: pointer;
}

.support-online .mes i {
	background: orange;
}

.support-online .sms i {
	background: red;
}

.support-online .call-now i {
	background: green;
}

/* Phone Switch */
.widget-mobile {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999;
}

#my-phone-circle {
	position: relative;
	width: 50px !important;
	height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
	content: '\f00d';
}

.wcircle-icon {
	background: #1282fc;
	border-radius: 50%;
	display: flex !important;
	display: -ms-flex !important;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative !important;
}

.wcircle-icon:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, .5);
	border: 1px solid #ffffff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s infinite ease-in-out;
	-ms-animation: pulse 1s infinite ease-in-out;
	-o-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	background: rgba(18, 130, 252, .5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	-moz-animation: zoomIn 2s infinite ease-in-out;
	-ms-animation: zoomIn 2s infinite ease-in-out;
	-o-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none;
}

.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #1282fc;
	border-radius: 50%;
	display: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	z-index: 9999;
}

.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	-moz-animation: shake-anim 1s infinite ease-in-out;
	-ms-animation: shake-anim 1s infinite ease-in-out;
	-o-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

@-moz-keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes shake-anim {

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

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

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

@-o-keyframes shake-anim {

	0%,
	100%,
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.comment-pro-detail .comment-star i {
	font-size: 13px
}

.detail-right-box {
	position: sticky;
	top: 0;
	z-index: 999
}

.detail-right-box-title {
	padding: 10px 10px 0 10px;
	font-size: 18px;
	font-weight: 500
}

.care-detail-box {
	padding: 10px;
}

.detail-right-box-wrap .care-detail-item {
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

.detail-right-box-wrap .care-detail-item img {
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 12px;
}

span.txt-e-c {
	margin-left: 5px;
}

.support-ask-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.support-ask-body,
.support-ask-title {
	padding: 0;
}

.support-ask-item {
	width: 110px;
	display: inline-block;
}

.support-ask-item a {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

.support-ask-icon img {
	width: 20px;
	height: 20px;
}

.support-ask-name {
	vertical-align: 1px;
}

.detail-right-box-wrap .care-detail-item a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

/*====================== Edit code ======================*/
.font-title {
	font-family: var(--font-title);
	;
}

.tieuchi {
	padding: 10px;
	display: flex !important;
	margin: 5px;
}

.tieuchi img {
	margin: 0 auto;
}

.tieuchi .img {
	width: 80px;
}

.tieuchi .content {
	width: calc(100% - 100px);
}

.tieuchi .content h3 {
	font-size: 18px;
}

.tieuchi .content p {
	font-size: 15px;
	color: #555555;
}

/* hover_sang2 */
.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.hover_sang2 {
	position: relative;
	overflow: hidden;
}

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%;
}

.grid-3 {
	width: 100%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.btn-more {
	display: block;
	padding: 5px 25px;
	margin: 35px auto;
	font-family: var(--font-title);
	;
	color: #fff;
	transition: all 0.3s;
	background-color: #bf3228;
	border-radius: 4px;
	width: fit-content;
	overflow: hidden;
	font-size: 18px;
}

.btn-more:hover {
	box-shadow: 1px 1px 5px 0 grey;
	transition: all 0.3s;
	background-color: #fff;
	color: #bf3228;
	transform: translateY(-5px);
}

.star-comment {
	margin: 10px 0;
	color: #ffea00;
}

.title-main {
	text-align: center;
	position: relative;
	font-family: var(--font-title);
	margin-bottom: 32px;
}

.title-main h2 {
	font-size: 24px;
	font-weight: 700;
	color: #4B5563;
	margin: 0;
}

.title-main span {
	font-size: 20px;
	font-weight: 700;
	color: #4B5563;
	text-transform: uppercase;
}

/* General */
.res-img-detail {
	width: 100%;
}

.res-img-detail img {
	max-width: 100%;
	height: auto !important;
}

.res-img-detail .table-detail-inpage {
	overflow-x: auto;
	max-width: 950px;
}

.res-img-detail .table-detail-inpage table {
	max-width: 950px;
}

div.wap_load {
	background: #e8e8e8;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.wrap-box-loader {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px;
}

.loader:before {
	animation: ball1 1s infinite;
	background-color: #cb2025;
	box-shadow: 30px 0 0 #f8b334;
	margin-bottom: 10px;
}

.loader:after {
	animation: ball2 1s infinite;
	background-color: #00a096;
	box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8);
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2);
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8);
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #f8b334;
	}

	50% {
		box-shadow: 0 0 0 #f8b334;
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #f8b334;
		margin-bottom: 10px;
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #97bf0d;
	}

	50% {
		box-shadow: 0 0 0 #97bf0d;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px);
	}

	100% {
		box-shadow: 30px 0 0 #97bf0d;
		margin-top: 0;
	}
}

/* Product LEFT */
.wrap-frame-left h2 {
	line-height: 30px;
	margin-bottom: 0;
	font-family: var(--font-title-card);
	text-shadow: 0.3px 0.3px 0 #000;
	padding: 7px 10px;
	border-radius: 5px 5px 0 0;
	padding-top: 15px;
	font-size: 20px;
	font-weight: 700;
	color: #4B5563;
	text-transform: uppercase;
}

.frame-left>h2:nth-child(2) {
	margin-bottom: 10px;
}

.wrap-frame-left {
	width: 270px;
	float: right;
}

.frame-left {
	border-radius: 10px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.hotline-onl-sub-left {
	width: fit-content;
	padding: 5px 10px;
	background-color: red;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	margin-top: -15px;
	margin-bottom: 20px;
}

.hotline-onl-sub-left a {
	color: #fff;
}

.list-btn-position {
	list-style: none;
	position: relative;
	top: 130%;
	width: 100%;
	left: 0px;
	z-index: 5;
	opacity: 0;
	transition: all 0.6s;
	background: #FFF;
	visibility: hidden;
	padding-inline-start: 0px;
}

.list-btn-position.show {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.box-left-menu:last-child .list-btn-position.show {
	margin-bottom: 0;
}

.list-btn-position li:last-child {
	border: none;
}

.list-btn-position li {
	position: relative;
	padding: 7px 0;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
}

.back-list>a {
	padding-left: 30px;
}

.list-btn-position li span {
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	top: 8px;
	z-index: 9;
	cursor: pointer;
}

.list-btn-position li a {
	color: #333;
	font-size: 15px;
	text-decoration: none;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	padding: 0px 25px 0px 0;
	transition: transform 0.3s;
}

.list-btn-position li:hover>a,
.list-btn-position li>i:hover {
	color: var(--color-hover-text);
}

.list-btn-position li>i {
	width: 25px;
	height: 25px;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: 0px;
	color: grey;
	cursor: pointer;
	font-size: 12px;
}

.list-btn-position ul {
	margin-left: 5px;
	width: 100%;
	background: #FFF;
	list-style: none;
	padding-left: 0;
	display: none;
	list-style: square;
	padding-left: 15px;
}

.list-btn-position ul li a {
	padding-right: 0;
	padding-left: 0;
}

.list-btn-position ul li a>i {
	color: var(--color-title)
}

.list-btn-position ul li:last-child {
	border-bottom: none;
}

.box-pro-index-lf {
	display: flex !important;
	padding: 10px 0;
	position: relative;
}

.box-pro-index-lf:after {
	content: "";
	width: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	/* border-bottom: 1px solid #ededed; */
	position: absolute;
}

.infor-pro-index-lf {
	line-height: 1;
	width: calc(60% - 7px);
}

.infor-pro-index-lf h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #4B5563;
	margin-bottom: 15px;
}

.infor-pro-index-lf h3 a {
	color: #4B5563;
	font-weight: 600;
}

.infor-pro-index-lf>p {
	font-size: 12px;
	color: #6B7280;
	margin: 0;
}

.infor-pro-index-lf h3 a:hover {
	color: var(--color-hover-text);
}

.box-pro-index-lf>.img-pro-index-lf {
	margin-right: 10px;
	width: 40%;
	border-radius: 5px;
}

.img-pro-index-lf img {
	width: 100%;
}

.box-onl-sup-left {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border: 1px solid lightgrey;
	border-top: unset;
}

.box-onl-sup-left p {
	padding-left: 10px;
}

.box-onl-sup-left img {
	width: 100%;
}

.scroll-dm-right {
	max-height: 350px;
	overflow-y: auto;
	margin: 0 -10px;
	width: calc(100% + 20px);
	padding: 0 10px;
}

.scroll-dm-right::-webkit-scrollbar {
	width: 5px;
}

.scroll-dm-right::-webkit-scrollbar-track {
	background: transparent;
}

.scroll-dm-right::-webkit-scrollbar-thumb {
	background: rgb(233 237 245);
}

.scroll-dm-right::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.box-left-menu {
	padding-bottom: 1px;
	top: 70px;
	z-index: 9;
	padding: 10px;
	margin-bottom: 20px;
}

.list-btn-position li:last-child>a {
	border: none;
}

.catalogy-left h2 {
	background: #009343;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	position: relative;
	top: -1px;
	width: calc(100% + 2px);
	left: -1px;
	margin-bottom: 0;
}

/* Product  Detail */
.pro-detail-page,
.frame-news-page {}

.user-pages {
	padding: 30px 0;
}

.show-mobile {
	display: none;
}

/* mobile footer */
.fix-toolbar {
	background: var(--color-title);
	width: 100%;
	padding: 5px;
	bottom: 0;
	position: fixed;
	height: auto;
	line-height: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	border-top: 1px solid #8585858a;
	z-index: 100;
}

.fix-toolbar ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	list-style: none;
	margin: 0;
}

.fix-toolbar ul li {
	text-align: center;
	width: 20%;
}

.fix-toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}

.fix-toolbar ul li a img {
	height: 25px;
	width: auto;
}

.fix-toolbar img {
	vertical-align: top;
}

.fix-toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	display: none;
}

.detail-page-left {
	width: calc(100% - 270px);
	margin-right: 20px;
	float: left;
}

.detail-page-right {
	width: 250px;
	float: right;
	margin-top: 10px;
}

.mm-navbar__title {
	font-family: var(--font-title);
	font-size: 18px;
}

.updateCityWarehouse {
	cursor: pointer;
	opacity: .8;
	font-size: 14px;
}

.updateCityWarehouse:hover {
	opacity: 1;
}

.row {}

.cart-product {
	display: none;
}

.wrap-list-show {
	padding: 40px 0px;
}

.wrap-list-show .col-md-9 {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.box-list {}

.box-list .grid-pro {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 12px;
}

.bcw-wrap {
	background: #fff;
	border: 1px solid #ffb648;
	overflow: hidden;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); */
	/* font-family: "Segoe UI", Arial, sans-serif; */
	position: sticky;
	top: 0px;
	transition: all 0.4s;
}

/* ===== Header cam ===== */
.bcw-header {
	background: var(--color-primary);
	color: #fff;
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bcw-header-title {
	font-weight: 700;
	font-size: 14px;
}

.bcw-header-arrows {
	display: flex;
	gap: 8px;
}

.bcw-arrow-btn {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: background 0.2s;
}

.bcw-arrow-btn:hover {
	background: rgba(255, 255, 255, 0.45);
}

.bcw-arrow-btn:active {
	transform: scale(0.92);
}

/* ===== Slider area ===== */
.bcw-slider-viewport {
	padding: 12px;
}

.bcw-slider {
	height: 100%;
}

.bcw-item {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 10px 6px;
	border-bottom: 1px solid #f0f0f0;
	height: 79px;
}

.bcw-item-img {
	position: relative;
	width: 78px;
	height: 78px;
	flex: 0 0 78px;
	/* background: #f7f7f7; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bcw-item-img svg {
	width: 42px;
	height: 42px;
}

.bcw-item-badge {
	position: absolute;
	top: 4px;
	left: 4px;
	background: #ff7a1a;
	color: #fff;
	font-size: 12px;
	border-radius: 10px;
	line-height: 17px;
	width: 41px;
	height: 17px;
	text-align: center;
	z-index: 9;
}

.bcw-item-info {
	flex: 1;
	min-width: 0;
}

.bcw-item-name {
	font-size: 14px;
	font-weight: 600;
	color: #4B5563;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.bcw-item-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 4px;
}

.bcw-item-stars {
	color: #ffb400;
	font-size: 12px;
	letter-spacing: 1px;
}

.bcw-item-review-count {
	font-size: 11px;
	color: #999;
}

.bcw-item-price-row {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.bcw-item-price-now {
	font-size: 14px;
	font-weight: 700;
	color: #4B5563;
}

.bcw-item-price-old {
	font-size: 11.5px;
	color: #aaa;
	text-decoration: line-through;
}

/* Ẩn dots/arrow mặc định của Slick trong phạm vi widget này */
.bcw-wrap .slick-dots {
	display: none !important;
}

.bcw-wrap .slick-prev,
.bcw-wrap .slick-next {
	display: none !important;
}

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	margin-top: 0px;
	gap: 9px;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

.social-product ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0px;
}

.addthis_inline_share_toolbox_dc09 {
	display: none
}

.social-product li {
	margin-top: 0px;
	margin-right: 8px;
}

.social-product button {
	width: 30px;
	display: flex;
	height: 30px;
	border: none;
	cursor: pointer;
	color: #ffffff;
	border-radius: 0px;
	padding: 0px;
	font-size: 15px;
	transition: all 0.3s;
	justify-content: center;
	align-items: center;
	/* background: #0b4879 !important; */
}

.social-product button:hover {
	transform: translateY(-5px);
}

.social-product .sharer1 {
	background: #1c96e8;
}

.social-product .sharer2 {
	background: #3d548e;
}

.social-product .sharer3 {
	background: #3294bd;
}

.social-product .sharer4 {
	background: #cb362d;
}

.social-product .sharer5 {
	background: #df0022;
}

/* Responsive */
@media(max-width: 1300px) {
	.menu .item-big .nav-item>a {
		padding: 15px;
	}
}

@media(max-width: 1001px) {
	.info-header {
		display: none;
	}

	.wrap-frame-left,
	#button-contact-vr,
	#messages-facebook,
	.cart-fixed {
		display: none;
	}

	.wap-hearder {
		position: sticky;
		top: 0px;
	}

	.frame-news-page {
		width: 100%;
	}

	.menu {
		display: none;
	}

	.menu-res,
	.show-mobile,
	.fix-toolbar {
		display: block;
	}

	.logo-header {
    max-width: 150px;
}

	.btn-menumobile {
		width: 70px;
		font-size: 24px;
	}

	.social-footer {
		margin-bottom: 15px;
	}

	.footer-copyright,
	.footer-statistic {
		float: unset;
		width: 100% !important;
		text-align: center;
		margin-bottom: 10px;
	}

	.grid-news {
		grid-gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}

	.header-top-left {
		display: none;
	}

	.menu-header {
		display: none;
	}

	.header-search {
		display: none;
	}

	.header-bottom {
		justify-content: space-between;
	}
	.btn-mmenu{display: block;}
	.control-slideshow.control-owl{display: none;}
}

@media(max-width: 992px) {
	.detail-page-right {
		display: none;
	}

	.detail-page-left {
		width: 100%;
		margin-right: 0;
		float: unset;
	}
}

@media(max-width: 850px) {}

@media(max-width: 768px) {

	.grid-3,
	.grid-pro {
		grid-template-columns: repeat(2, 1fr);
	}

	.wrap-about .block-left.w-50,
	.wrap-about .block-right.w-50 {
		width: 100% !important;
		text-align: center;
	}

	.grid-news {
		grid-gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}

	.static-page {
		padding: 20px 15px !important;
	}

	.hover_sang2:before {
		content: unset;
	}
	.grid-list {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 16px;
	}
	.bcw-wrap{margin-bottom: 30px;}
	.box-list .grid-pro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.title-topmua h3{font-size: 18px;}
	.footer-news{max-width: 100% !important;}
	.right-content-page{order: 2;}
}

@media(max-width: 576px) {
	.news-image {
		margin-bottom: 1rem;
	}

	.slick-slider .product {
		margin: 5px;
	}

	.title-main span {
		font-size: 24px;
	}

	.newshome {
		margin: 5px;
	}

	.name-product,
	body {
		font-size: 14px;
	}

	.cart-product {
		position: relative;
		width: 100%;
	}

	.grid-pro {
		grid-gap: 10px;
	}

	.cart-product span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.news-2 p.scale-img {
		width: 40%;
	}

	.news-2 .info-news {
		width: 60%;
	}

	.block-page {
		padding: 10px;
	}
	.grid-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
	.info-tc h3{font-size: 14px;}
	.title-main h2{font-size: 20px;}
	.item-list{padding: 8px;}
	.title-product h3{font-size: 16px;}
	.footer-article .wrap-content{
		padding: 40px 15px;
	}
	.footer-article .wrap-content > div{row-gap: 20px;}
	.footer-title{font-size: 14px;}
	.title-page{font-size: 20px;}
	.title-pro-detail{font-size: 16px;}
	.grid-news {
        grid-gap: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
	.name-news{font-size: 16px;}
}

@media(max-width: 480px) {
	.footer-news {
		max-width: 100% !important;
	}

	.footer {
	}
}

@media(max-width: 369px) {
	.news-2 p.scale-img {
		width: 100%;
	}

	.grid-news {
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}

	.pic-news {
		max-width: 200px;
	}

	.news-2 .info-news {
		width: 100%;
		margin-bottom: 10px;

	}

	.desc-news,
	.name-news {
		text-align: justify;
	}

	.cart-pro-detail a {
		width: 100%;
	}

	.cart-pro-detail a:first-child {
		margin-right: 0px;
		margin-bottom: 0.5rem;
	}

	.cart-pro-detail a i {
		display: none;
	}
}