html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
em {
	font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*::before,
*::after {
	box-sizing: inherit;
}
@-ms-viewport {
	width: device-width;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
html,
body {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	font-size: 14px;
	font-family: arial;
	line-height: normal;
	color: #222;
	text-transform: none;
	background: #fff;
	behavior: smooth;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	height: 100vh;
	--secondColor: #08cfdc;
	--primaryColor: #2b8190;
	--color2: #abcdd2;
	--colorred: #ea0000;
}
p {
	line-height: 24px;
	margin: 0;
}
.cl_red {
	color: var(--colorred);
}
.cl_primary {
	color: var(--primaryColor);
}
.bor_box {
	border: 1px solid #cecece;
	margin-bottom: 30px
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	background: #000;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background: #ddd;
}
html .wrapper,
body .wrapper {
	overflow-x: hidden;
}
html img,
body img {
	max-width: 100%;
	object-fit: cover;
}
html a,
body a {
	color: #252a2b;
	text-decoration: none;
	outline: none;
	transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
}
html a:hover,
body a:hover {
	text-decoration: none;
	/* color: var(--secondColor); */
}
html .container-fluid,
body .container-fluid {
	max-width: 1440px;
	margin: 0 auto;
}
#vnt-wrapper {
	overflow: hidden;
}
html .no-gutters,
body .no-gutters {
	margin-right: 0;
	margin-left: 0;
}
html .no-gap>.col,
html .no-gap>[class*="col-"],
body .no-gap>.col,
body .no-gap>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.tab_ct {
	border-top: 2px solid #e00000;
	border-left: 3px solid #e00000;
	background: #f2f2f2;
	padding: 8px 15px;
}
.tab_ct .link_Tab {
	color: #e00000;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.slick-track {
	margin: 0;
}
@media (min-width: 576px) {
	html .container,
	body .container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	html .container,
	body .container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	html .container,
	body .container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	html .container,
	body .container {
		max-width: 1040px;
	}
}
html .mainwrapper,
body .mainwrapper {
	width: 100%;
	margin: auto;
}
.tab_cate_main {
	border-top: 2px solid #e00000;
	border-left: 3px solid #e00000;
	background: #f2f2f2;
	padding: 8px 15px;
}
.tab_cate_main .link_tab {
	font-size: 18px;
	color: #e00000;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 28.8px;
}
img {
	max-width: 100%;
}
.button {
	position: relative;
	display: inline-block;
	padding: 10px 28px;
	line-height: normal;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fdd835;
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	color: #252a2b;
	overflow: hidden;
	cursor: pointer;
}
.button:before {
	position: absolute;
	content: "";
	display: block;
	left: -2px;
	top: 0;
	right: -2px;
	bottom: 0;
	transform: scale(1, 1);
	transform-origin: left center;
	z-index: -1;
	background-color: #ffffff;
	transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
		-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button.dark {
	color: #fff;
}
.button.dark:before {
	background-color: #252a2b;
}
.button:hover {
	color: #fff;
}
.button:hover:before {
	transform-origin: right center;
	transform: scale(0, 1);
}
.site-overlay {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 7777;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
}
.site-overlay.active {
	opacity: 1;
	visibility: visible;
}
.title {
	text-align: center;
	padding: 20px 0;
}
.title .title-collection {
	font-size: 27px;
	line-height: 1.6;
	margin: 0;
	font-weight: 700;
	text-align: center;
}
.heading-page h1 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.breadcrumb {
	padding: 10px 0;
	margin-bottom: 0;
}
.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
}
.breadcrumb ul li.and {
	margin: 0 5px;
}
.breadcrumb ul li a {
	display: inline;
	font-family: Helvetica Neue;
	font-size: 14px;
	line-height: 22.4px;
	padding: 0px 5px;
	font-style: oblique;
}
#pagination {
	margin-top: 20px;
	font-size: .9em;
	text-align: center;
	padding: 10px;
}
ul.tsc_pagination li a i {
	line-height: 30px
}
td,
th {
	padding: 3px 8px
}
.choose-quantity td,
th {
	padding: 0
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
	color: #FFF;
	box-shadow: 0 1px #EDEDED;
}
ul.tsc_pagination {
	padding: 0;
	height: 100%;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 0;
}
ul.tsc_pagination li {
	margin: 0;
	padding: 0;
	display: inline-block
}
ul.tsc_pagination li a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	transition: all .3s;
	background: #FFF;
	border: 1px solid #d3d3d4;
	display: inline-block;
}
ul.tsc_pagination li a img {
	border: none
}
ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
	text-decoration: none;
	color: #FFF;
	background: var(--secondColor);
	border-color: var(--secondColor);
	border-radius: 1px;
}
@media screen and (max-width: 767px) {
	.collection-filter-block .wrap-in .filter-block {
		margin-bottom: 10px;
	}
}
b,
strong {
	font-weight: 700;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.sticky header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	animation: fadeInDown 0.6s both;
}
@media screen and (max-width: 991px) {
	.top_bar {
		padding: initial;
	}
}
.top_bar {
	background-color: var(--primaryColor);
	padding: 10px 0;
}
.top_bar .wrap {}
.top_bar-left {
	display: flex;
	color: #fff;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_bar-left {
	padding-left: 15px;
}
.top_bar-left>div {
	display: flex;
	align-items: center;
	margin-right: 30px;
	font-size: 15px;
}
.top_bar-left>div h4 {
	font-size: 12px;
	margin: 0;
}
.top_bar-left div .icon {
	border: 1px solid #fff;
	padding: 3px;
	margin-right: 5px;
	/* width: 20px; */
	/* height: 20px; */
	/* text-align: center; */
	display: flex;
	align-items: center;
}
.top_bar-left>div:last-child {
	margin-right: 0;
}
.top_bar-left div .icon i {
	font-size: 9px;
}
.top_bar-right ul {
	display: flex;
	align-items: center;
	margin-bottom: 0
}
.top_bar-right ul li {
	margin-right: 20px;
}
.top_bar-right ul li a i {
	color: #fff;
}
.header {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08) inset;
	transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
		-webkit-box-shadow 0.3s ease-in-out;
}
.header_top {
	position: relative;
	padding: 10px 0;
}
.header_top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.form_search {
	width: 65%;
}
.form_search .wrapper {
	display: flex;
}
.form_search .wrapper input {
	width: 80%;
	padding: 6px 0px;
	text-indent: 8px;
	font: 500 13px UTMAvo;
	color: #333;
	border-radius: 0px;
}
.submit_form {
	border-radius: 5px;
	background: var(--primaryColor);
	border: none;
	cursor: pointer;
	width: auto;
	height: 31px;
	color: #FFF;
	font: 500 13px UTMAvo;
	white-space: nowrap;
	text-transform: uppercase;
	margin-left: 5px
}
.submit_form:hover {
	background: var(--secondColor);
	color: #fff !important;
}
.custom {
	padding: 7px 5px;
	height: auto !important;
}
.product_feauter {
	display: flex;
}
.product_feauter p {
	font-size: 12px;
	margin-bottom: 0;
	margin-right: 5px
}
.form_search .list_pr {}
.form_search .list_pr a {
	display: inline-block;
	font-family: Helvetica Neue;
	font-size: 12.6px;
	line-height: 20.16px;
	text-align: left;
	position: relative;
}
.form_search .list_pr a::after {
	content: "|";
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
}
.form_search .list_pr a:last-child::after {
	content: "";
}
.header-wrap-icon {
	display: flex;
	align-items: center;
}
.header-wrap-icon .work-time {
	margin-left: 10px;
	border: 1px dotted #FFF;
	padding: 5px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}
.header-wrap-icon .icon.icon-cart a {
	margin-left: 5px;
	font-size: 1.1em;
	border: 0 !important;
	position: relative;
	width: 44px;
	height: 30px;
	display: flex;
	align-items: center;
}
.header-wrap-icon .icon.icon-cart a i {
	font-size: 25px;
}
.header-wrap-icon .icon.icon-cart a span {
	display: block;
	position: absolute;
	top: -10px;
	right: 1px;
	color: var(--primaryColor);
	width: 20px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 15;
}
.header-wrap-icon .icon a {
	position: relative;
}
.header-wrap-icon .icon a i {
	color: #252a2b;
}
.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__main .container .wrap {
	display: flex;
	background-color: var(--primaryColor);
}
.info_left {}
.info_left .login {
	margin-left: 10px;
	position: relative;
	cursor: pointer;
}
.info_left .login a i {
	font-size: 25px;
}
.user {
	position: relative;
	cursor: pointer;
}
.user .infor_user {
	display: flex;
	align-items: center;
}
.user .infor_user img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 6px;
}
.menu_login,
.sub_user {
	position: absolute;
	top: 125%;
	right: 0;
	width: 255px;
	padding: 10px 20px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	background-color: #fff;
	z-index: 999;
	transform: translateY(-10px);
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
.menu_login li a {
	display: block;
	width: 100%;
	background-color: #ececec;
	padding: 4px 0px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
}
.sub_user li a {
	display: block;
	width: 100%;
	background-color: #ececec;
	padding: 4px 0px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
}
.login:hover .menu_login {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.user:hover .sub_user {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.login:hover a i {
	color: var(--primaryColor);
}
.wrap_login {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.form_group {
	margin-bottom: 10px;
}
.form_group label {
	margin-bottom: 10px;
}
.input-group .input-group-addon {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.form_group input:focus {}
.btn-block {
	border-radius: 5px;
	background: var(--primaryColor);
	border: none;
	cursor: pointer;
	width: auto;
	height: 31px;
	color: #FFF;
	font: 500 13px UTMAvo;
	white-space: nowrap;
	text-transform: uppercase;
	margin-left: 5px;
}
.main_login .wrap {}
.all_category {
	position: relative;
	display: flex;
	align-items: center;
	width: 250px;
}
.all_category .tab_cate {
	/* background: #ececec; */
	/* border: 1px solid #CCC; */
	height: 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px;
}
.all_category .tab_cate i {
	margin-right: 7px;
}
.all_category .main_cate {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	border: 1px solid #bebebe;
	border-top: none;
	background: #FFF;
	width: 100%;
	display: none;
}
/* .all_category.show .main_cate {
	display: block;
} */
.all_category.subpage:hover .main_cate {
	display: block;
}
.all_category .main_cate>ul {
	/* border: 1px solid #bebebe; */
}
.all_category .main_cate>ul>li {
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}
.all_category .main_cate ul {
	position: relative;
}
.all_category .main_cate ul li.hasmenu i {
	transition: all .3s;
}
.all_category .main_cate ul li.hasmenu .sub_menu {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 600px;
	background-color: #fff;
	transform: translateX(30px);
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	overflow: auto;
}
.all_category .main_cate ul li.hasmenu .sub_menu li {
	padding: 0 15px;
	margin-bottom: 10px;
}
.all_category .main_cate ul li.hasmenu .sub_menu li a {
	font-weight: initial;
	font-size: 14px;
}
.all_category .main_cate ul li.hasmenu .sub_menu li .sub_3 {
	display: none;
}
.all_category .main_cate ul li.hasmenu:hover i {
	transform: rotate(-90deg);
}
.all_category .main_cate ul li.hasmenu:hover .sub_menu {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}
.all_category .main_cate ul li:last-child {
	border-bottom: none;
}
.all_category .main_cate>ul>li>a {
	height: 36px;
	line-height: 36px;
	display: flex;
	align-items: center;
	font-weight: bold;
	justify-content: space-between;
}
.all_category .main_cate ul li.hasmenu .sub_menu a.title {
	font-size: 16px;
	font-weight: bold;
}
/* .all_category:hover .main_cate {
	display: block;
} */
.logo img {
	max-width: 160px;
	width: 100%;
}
.header__main .menu {}
.header__main .menu nav {
	height: 100%;
}
.header__main .menu nav>ul {
	display: flex;
	margin-bottom: 0;
	height: 100%;
}
.header__main .menu nav>ul>li {
	position: relative;
	height: 100%;
}
.header__main .menu nav>ul>li.current a {
	color: var(--secondColor);
}
.header__main .menu nav>ul>li>a {
	display: flex;
	font-size: 13px;
	align-items: center;
	padding: 0 12px;
	position: relative;
	color: #fff;
	height: 100%;
	text-transform: uppercase;
}
/* .header__main .menu nav>ul>li .sub_menu {
	background: #fff;
	position: absolute;
	z-index: 999;
	width: 170px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	transition: all 0.5s ease;
	top: 100%;
	margin-top: 7px;
	left: 0;
}
.header__main .menu nav>ul>li .sub_menu a {
	padding: 9px 18px;
	white-space: nowrap;
	text-align: left;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #ecf0f1;
}
.header__main .menu nav>ul>li.hasmenu:hover .sub_menu {
	transform: rotate3d(0, 0, 0, 0deg);
} */
.menumb {
	position: fixed;
	width: 350px;
	height: 100vh;
	right: 0;
	top: 0;
	background: #fff;
	z-index: 8888;
	overflow: hidden;
	transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translateX(100%);
}
.menumb.active {
	transform: translateX(0);
}
.menumb .close {
	position: absolute;
	top: 55px;
	right: 60px;
	z-index: 999;
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	transition: transform 150ms linear;
}
.menumb .close i {
	font-size: 50px;
}
.menumb-wrap {
	width: calc(100% - 0px);
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 60px 50px 250px;
}
.menumb-wrap .title {
	font-size: 25px;
	text-transform: inherit;
	margin: 3px 0 0 0;
	font-weight: 700;
}
.menumb-wrap .main-navbar {
	margin-top: 50px;
}
.menumb-wrap .main-navbar nav .menu-collection {
	margin-bottom: 50px;
}
.menumb-wrap .main-navbar nav .menu-collection li.navi1 {
	margin-bottom: 10px;
}
.menumb-wrap .main-navbar nav .menu-collection li.navi1>a {
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.menumb-wrap .main-navbar nav .menu-collection li.navi1.has-sub>a {
	width: calc(100% - 100px);
}
.menumb-wrap .main-navbar nav .menu-collection li.navi1.has-sub .icon-subnav {
	text-align: center;
	width: 90px;
	cursor: pointer;
	font-size: 25px;
	display: inline-block;
	vertical-align: middle;
	transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.menumb-wrap .main-navbar nav .menu-collection li .subnav-children {
	display: none;
}
.menumb-wrap .main-navbar nav .menu-collection li .subnav-children li.navi2>a {
	padding: 8px 0px 8px 25px;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
}
.menumb-wrap .main-navbar nav .menu-about li {
	margin-bottom: 12px;
}
.menumb-wrap .main-navbar nav .menu-about li a {
	font-weight: 500;
	font-size: 15px;
}
.menumb-wrap .main-navbar nav .menu-about li a span {
	color: #242a2b;
}
@keyframes h-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
.res {
	background: #f3f3f3;
	padding: 15px 0;
}
.res_contact {
	margin: 10px 0;
}
.res_contact a {
	font-size: 15px;
	margin-left: 15px;
}
.res_contact .phone i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 50%;
	background: #000;
	color: #fff;
	line-height: 24px;
	margin-right: 5px;
}
.footer {
	margin-top: 20px;
	background-color: var(--color2);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .container {}
.footer h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 22.4px;
	margin: 0px 0px 15px;
	text-align: left;
	text-transform: uppercase;
}
.footer-content ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 0px;
}
.footer-content ul li a {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	padding-left: 12px;
	background: url(../images/bullet_icon1.png) 0 5px no-repeat;
	font-size: 12px;
}
.footer .bottom-footer {
	padding: 20px 0;
}
.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}
.category_footer {
	padding-top: 15px;
	border-top: 1px solid #d6d6d6;
}
.category_footer .title_cat {
	font-weight: 700;
	font-size: 14px;
	color: #737373;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.list_cate_foo {
	display: flex;
}
.category_footer .footer_link {
	display: inline-block;
	font-size: 1em;
	margin-right: 10px;
	font-weight: 500;
	padding-left: 12px;
	background: url(../images/arr.png) 0 4px no-repeat;
}
.category_footer .footer_link a {
	color: #838383;
}
.back-to-top.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.back-to-top .btt-label-back {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	transform: rotate(-90deg) translateX(50%) translateY(50%);
}
.back-to-top .btt-icon-back {
	position: absolute;
	bottom: 250%;
	left: 80%;
	transform: translateX(-50%) translateY(0);
	transition: transform 0.45s cubic-bezier(0, 0.95, 0.77, 1);
	will-change: transform;
}
.site-search {
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.home_top {
	margin-bottom: 20px;
	display: flex;
}
.trademark {
	margin-bottom: 30px;
}
.trademark .list {}
.trademark .list .list_item {
	padding: 0 10px;
}
.trademark .list .list_item img {
	max-height: 78px;
	width: 100%;
}
.product_home {
	margin-bottom: 30px;
}
.bor_box .top {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	border-bottom: 2px solid var(--primaryColor);
	overflow: hidden;
	margin-bottom: 5px;
	height: 40px;
	background-color: var(--color2);
	text-transform: uppercase;
}
.bor_box .tab_cate h3 {
	background: var(--primaryColor);
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	position: relative;
	padding-right: 8px;
	border-top-left-radius: 3px;
	height: 100%;
}
.bor_box .tab_cate h3::after {
	content: '';
	display: block;
	position: absolute;
	border: solid 20px transparent;
	border-left-color: var(--primaryColor);
	right: -40px;
	top: 0;
}
.bor_box .tab_right,
.bor_box .subcate {
	display: flex;
	align-items: center;
}
.bor_box .tab_right {
	margin: 10px 0;
	padding-right: 15px;
}
.bor_box .tab_cate h3 a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
}
.bor_box .subcate {
	margin-bottom: 0;
}
.bor_box .subcate li {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #252a2b;
}
.bor_box .subcate a {
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
}
.all {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
.bor_box .list_product {}
.list_product .product__item {
	padding: 15px;
}
.list_product .product__item .i-image {
	height: 174px;
	position: relative;
}
.list_product .product__item .i-image img {
	height: 100%;
}
.list_product .product__item .i-content .i-title a h4 {
	font-size: 14px;
	font-weight: 700;
	display: inline;
}
.i-saleoff {
	position: absolute;
	top: 0;
	right: 0;
	width: 52px;
	height: 24px;
	color: #FFF;
	font-size: 1.2em;
	background: url(../images/price_tag.png) no-repeat;
	text-align: right;
	padding-right: 5px;
}
.list_product .product__item .i-content .i-title {
	font-size: 1em;
	line-height: 1.3;
	margin-bottom: 12px;
	height: 34px;
	overflow: hidden;
}
.list_product .product__item .i-content p {
	text-align: center;
}
.list_product .product__item .i-content .f-price {
	color: #8a8a8a;
	font-size: 11px;
	line-height: 15px;
	text-decoration: line-through;
}
.category-item .block-category {
	position: relative;
	overflow: hidden;
}
.category-item .block-category .link-banner img {
	max-width: 100px;
}
.category-item .caption_danhmuc a {
	max-height: 37px;
	overflow: hidden;
	display: inline;
	font-family: Helvetica Neue;
	font-size: 12.6px;
	font-weight: 700;
	line-height: 20.16px;
	text-align: center
}
#nam .section-collection:last-child {
	padding-bottom: 20px;
}
.blog-content .list__blog .blog-loop {
	margin-bottom: 25px;
}
.blog-content .list__blog .blog-loop .blog-post .blog-post-title {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
}
.blog-content .list__blog .blog-loop .blog-post .blog-post-meta {
	margin-bottom: 15px;
	color: #999;
}
#introduce .sidebar-page .group-menu {
	margin: 0 0 30px;
	position: relative;
	padding: 20px;
	border: 1px solid #e3e5ec;
}
#introduce .sidebar-page .group-menu_title h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	text-align: center;
}
#introduce .sidebar-page .group-menu__list>ul>li>a {
	color: #252a2b;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 1px;
}
.contact .contact__content {
	padding: 50px;
}
.contact .contact__content .contact__content-title h1 {
	position: relative;
}
.contact .contact__content .contact__content-title h1:after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	margin-top: 30px;
	background: #252a2b;
	margin-bottom: 50px;
}
.contact .contact__content .contact__content-info ul li {
	margin-bottom: 30px;
}
.contact .contact__content .contact__content-form h2 {
	font-weight: 700;
	font-size: 25px;
	margin: 40px 0 35px;
	position: relative;
}
.contact .contact__content .contact__content-form h2:after {
	content: "";
	display: block;
	margin-top: 25px;
	width: 30px;
	height: 3px;
	background: #252a2b;
}
.contact .contact__content .contact__content-form form .contact-form .input-group {
	width: 100%;
	margin-bottom: 20px;
}
.contact .contact__content .contact__content-form form .contact-form .input-group input,
.contact .contact__content .contact__content-form form .contact-form .input-group textarea {
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 45px;
	font-weight: 500;
	padding: 0 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.contact .contact__content .contact__content-form form .contact-form .input-group input:focus,
.contact .contact__content .contact__content-form form .contact-form .input-group textarea:focus {
	border-color: #e7e7e7;
}
.contact .contact__content .contact__content-form form .contact-form .input-group input:focus-visible,
.contact .contact__content .contact__content-form form .contact-form .input-group textarea:focus-visible {
	border-color: #e7e7e7;
}
.contact .contact__content .contact__content-form form .contact-form .input-group textarea {
	width: 100%;
	height: 130px;
	padding: 20px 20px;
}
.blogs__detail .blog__detail-content .name-blog {
	margin: 20px 0;
	font-size: 24px;
	text-transform: uppercase;
}
.blogs__detail .blog__detail-content .banner_blogDetail img {
	width: 100%;
}
.blogs__detail .blog__detail-content .blog-info-more li {
	opacity: 0.85;
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 600;
}
.blogs__detail .blog__detail-content .post-navigation {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.productDetail-page .product-detail-wrapper .productDetail-gallery .product-gallery {
	display: flex;
}
.productDetail-page .product-detail-wrapper .productDetail-gallery .product-gallery .product-gallery__thumbs {
	width: 10%;
	margin-right: 10px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-bottom: 1px;
}
.productDetail-page .product-detail-wrapper .productDetail-gallery .product-gallery .product-gallery__thumbs .product-gallery__thumb {
	margin-bottom: 10px;
}
.productDetail-page .product-detail-wrapper .productDetail-gallery .product-gallery .product-image-detail {
	width: 85%;
	padding-left: 10px;
	position: relative;
	max-width: 150vh;
	margin: 0 auto;
}
.productDetail-page .product-detail-wrapper .product-content .product-title .sku_available {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.productDetail-page .product-detail-wrapper .product-content .product-title .pro-soldold {
	background: #dc1e1e;
	padding: 3px 10px 3px 10px;
	color: white;
}
.productDetail-page .product-detail-wrapper .product-content .product-price {
	padding: 10px 0;
	border-bottom: 1px dotted #dfe0e1;
}
.productDetail-page .product-detail-wrapper .product-content .product-price span {
	font-size: 18px;
	opacity: 0.92;
	font-weight: bold;
}
.productDetail-page .product-detail-wrapper .product-content .recommend_title {
	font-size: 12px;
	line-height: 18px;
	color: #252a2b;
	margin: 10px 0;
	font-weight: 600;
}
.productDetail-page .product-detail-wrapper .product-content .add-item-form {
	margin-top: 15px;
}
.productDetail-page .product-detail-wrapper .product-content .add-item-form .control {
	display: flex;
	margin-bottom: 20px;
}
.productDetail-page .product-detail-wrapper .product-content .add-item-form .control input#quantity {
	background: #fff;
	font-weight: 600;
	height: 41px;
	padding: 0;
	text-align: center;
	width: 70px;
	border: 1px solid #f5f5f5;
	border-left: none;
	border-right: none;
	border-radius: 1px;
	-webkit-appearance: none;
}
.productDetail-page .product-detail-wrapper .product-content .add-item-form .control span {
	background: #f5f5f5;
	border: solid 1px #f5f5f5;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	outline: none;
	height: 41px;
	width: 41px;
	text-align: center;
	border-radius: 0;
	line-height: 41px;
}
.productDetail-page .product-detail-wrapper .product-content .add-item-form .wrap-addcart {
	display: flex;
	align-items: center;
}
.productDetail-page .product-detail-wrapper .product-content .add-item-form .wrap-addcart .add-to-cartProduct {
	border: 1px solid #333;
	background-color: #333;
	width: 100%;
	padding: 13px 10px;
	margin-top: 10px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}
.productDetail-page .product-detail-wrapper .product-content .policy-products ul li {
	display: flex;
	align-items: center;
}
.productDetail-page .product-detail-wrapper .product-content .policy-products ul li img {
	width: 30px;
	object-fit: cover;
}
.productDetail-page .product-detail-wrapper .product-content .policy-products ul li .infoPolicy {
	margin: 10px 0 0 15px;
}
.productDetail-page .product-detail-wrapper .product-content .policy-products ul li .infoPolicy .ship-cart {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel {
	border-bottom: 1px solid #e7e7e7;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel .panel-heading {
	padding: 15px 15px;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel .panel-heading.active .panel-title a::before {
	content: "\f107";
	transition: all 0.5s;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel .panel-heading .panel-title {
	font-size: 13px;
	font-weight: 500;
	margin: 0 -15px;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel .panel-heading .panel-title a {
	position: relative;
	display: block;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel .panel-heading .panel-title a:before {
	content: "\f105";
	position: absolute;
	top: 0;
	right: 10px;
	width: 10px;
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: large;
	text-rendering: auto;
	transition: all 0.5s;
}
.productDetail-page .product-detail-wrapper .product-content .panel-group .panel .product-description {
	display: none;
}
.productDetail-page .product-detail-wrapper .product-content #product-reviews-sub .hrv-product-reviews-summary {
	border: 1px solid #e0e0e0;
}
.productDetail-page .product-detail-wrapper .product-content #product-reviews-sub .hrv-product-reviews-summary i {
	font-size: 25px;
}
.productDetail-page .product-detail-wrapper .product-content #product-reviews-sub .hrv-product-reviews-summary .hrv-prv-summary-score {
	width: 200px;
	text-align: center;
}
.productDetail-page .product-detail-wrapper .product-content #product-reviews-sub .hrv-product-reviews-summary .hrv-prv-detail-score {
	border-left: 1px solid #e0e0e0;
	padding: 10px;
}
.productDetail-page .product-detail-wrapper .product-content #product-reviews-sub .hrv-product-reviews-summary .hrv-prv-detail-score div {
	margin-bottom: 10px;
}
.productDetail-page .product-detail-wrapper .product-content #product-reviews-sub .hrv-product-reviews-head {
	padding: 10px;
	border: 1px solid #dbdbdb;
	background: #ffffff;
	margin-top: 10px;
}
.productDetail-page .product-detail-wrapper .product-content .hrv-product-reviews-form h3 {
	padding-top: 30px;
	padding-left: 9px;
	text-transform: uppercase;
	font-size: 20px;
}
.productDetail-page .product-detail-wrapper .product-content .hrv-product-reviews-form form .w_content .form-group {
	margin-bottom: 30px;
}
.productDetail-page .product-detail-wrapper .product-content .hrv-product-reviews-form form .w_content .form-group input,
.productDetail-page .product-detail-wrapper .product-content .hrv-product-reviews-form form .w_content .form-group textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid #e0e0e0;
}
.productDetail-page .product-detail-wrapper .product-content .hrv-product-reviews-form form .w_content .form-group select {
	padding: 10px;
	width: 100%;
	border: 1px solid #e0e0e0;
}
.alert {
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
	border: none;
	max-width: 300px;
	color: #000 !important;
	position: fixed;
	top: 77px;
	z-index: 2000;
	left: initial;
	background-color: #fff !important;
	right: 500px;
	text-align: center;
}
.alert:before {
	background-color: #2BDE3F;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.add-to-cart-success .close {
	opacity: 0.8;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.add-to-cart-success .btn {
	padding: 8px 16px;
	margin: 0 10px;
	background: #5ad3c0;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	border-radius: 4px;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.modal {
	height: 100vh;
	overflow: hidden;
}
.modal .modal-dialog {
	height: 100%;
	display: flex;
	align-items: center;
}
.modal-header .icon-box {
	text-align: center;
	width: 100%;
}
.modal-header .icon-box i {
	font-size: 50px;
	color: var(--secondColor);
}
.modal-footer button {
	background-color: var(--primaryColor);
}
.fixedposicon {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 20;
}
.fixedposicon a {
	margin-bottom: 10px;
	display: block;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .5s;
	transform-origin: 50% 50%;
	animation: zoom 1.3s infinite;
	display: flex;
}
.fixedposicon a.fb {
	box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
	background-color: rgb(24 119 242 / 70%);
}
.fixedposicon a.zalo {
	box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
	background-color: rgb(24 119 242 / 70%);
}
.fixedposicon a.map {
	box-shadow: 0 0 0 0 #48b564a3;
	background-color: #48b564a3;
}
@media screen and (max-width: 1199px) {
	.header .menu nav ul>li>a {
		font-size: 11px;
	}
}
@media screen and (max-width: 991px) {
	.top_bar-left>div {
		width: 43%;
		margin-bottom: 20px;
	}
	.header_top .container {
		justify-content: initial;
	}
	.logo {
		width: 20%;
	}
	.form_search {
		order: 3;
		width: 100%;
	}
	.header-wrap-icon {
		order: 2;
		width: 80%;
		justify-content: end;
	}
	.header__main .menu {
		display: none;
	}
	.btnMenu {
		margin: 8px 10px 0;
		cursor: pointer;
	}
	.btnMenu span {
		width: 30px;
		height: 2px;
		margin-bottom: 2px;
		background-color: #242a2b;
		display: block;
		transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1),
			transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear,
			background 150ms linear;
	}
	.btnMenu:hover span:first-child {
		width: 17px;
	}
	.btnMenu:hover span:last-child {
		width: 17px;
	}
	.all_category {
		width: 100%;
	}
	.all_category .tab_cate {
		border: none;
	}
	.all_category.show .main_cate {
		display: none;
	}
	.all_category .main_cate {
		display: none;
	}
	.all_category.activemobile .main_cate {
		display: block;
		max-height: 80vh;
		overflow: auto;
	}
	.all_category .main_cate ul li.hasmenu .sub_menu {
		position: initial;
		top: 0;
		left: 100%;
		height: initial;
		width: 100%;
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		display: none;
		transition: initial;
	}
	.all_category .main_cate>ul>li>a {
		padding: 0;
	}
	.all_category .main_cate ul li.hasmenu .sub_menu .tit {
		display: none;
	}
	.home_top {
		margin-left: 0;
	}
	.slogan-text {
		font-size: 19px;
	}
	.bor_box .subcate {
		display: none;
	}
	#homePage {
		padding-top: 0;
	}
}
@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;
	}
}
/*# sourceMappingURL=style.min.css.map */