.header-top {
	background: #ffb400;
	background: #FF8D17;
	background: linear-gradient(182deg, rgba(255, 141, 23, 1) 0%, rgba(255, 196, 0, 1) 50%, rgba(255, 141, 23, 1) 100%);
}

.box-header-top {
	display: flex;
	color: #333;
	padding: 6px 0;
	justify-content: space-between;
	align-items: center;
}

.box-form-produstc-slick .slick-prev {
	opacity: 0;
	left: 35px;
	z-index: 9;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 4px;
}

.box-form-produstc-slick:hover .slick-prev {
	opacity: 1;
}

.box-form-produstc-slick:hover .slick-next {
	opacity: 1;
}

.box-form-produstc-slick .slick-next {
	opacity: 0;
	right: 35px;
	z-index: 9;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 4px;
}

.box-form-produstc-slick .slick-prev svg {
	margin-top: 3px;
}

.box-form-produstc-slick .slick-next svg {
	margin-top: 3px;
}

.box-header-top-left ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.box-header-top-right ul {
	display: flex;
	gap: 0px 15px;
}

.search-desktop-header {}

.search-desktop-header form {
	height: 30px;
	border-radius: 25px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 15px;
	background: #f3f3f3;
	border: 1px solid #EEE;
	align-items: center;
}

.search-desktop-header form .btn-search-desk {
	width: 55px;
	padding: unset;
	height: 90%;
	background: var(--color-main);
	color: #fff;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 25px;
}

.search-desktop-header form input {
	background: none;
	padding-left: 15px;
	font-size: 14px;
	width: 81%;
	font-family: unset;
}

.box-header-right-center {
	display: flex;
	align-items: center;
	justify-content: right;
	color: #fff;
	gap: 0px 10px;
}

.hotline-header-center p {
	padding-bottom: 0px;
}

span.icon-cart svg {
	width: 50px;
	height: 50px;
}

.cart-header-center {
	position: relative;
	line-height: 1;
}

span.number-cart {
	width: 15px;
	height: 15px;
	display: inline-flex;
	background: var(--color-main2);
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	right: -4px;
	font-size: 13px;
	top: -5px;
}

.hotline-header-center p {
	font-size: 14px;
	padding: 0;
	color: #ffffff;
	white-space: nowrap;
	font-weight: normal;
	line-height: 1.2;
}

.hotline-header-center span {
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.5;
	color: #473418;
}

.logo-header {
	position: relative;
	text-align: center;
	top: -54px;
	width: 100%;
	height: 73px;
	margin: auto;
	z-index: 1;
}


span.icon-cart img {
	width: 25px;
	height: 25px;
	filter: brightness(63.5);
}

.icon-right-header img {
	text-align: center;
	padding: 0;
	font-size: 26px;
	width: 30px;
	height: 40px;
}

.hotline-header-center {
	padding: 0px 20px 0px 5px;
}

.search-desktop-header form .btn-search-desk svg {
	width: 20px;
	height: 20px;
	margin-left: 0;
}

.search-desktop-header form .btn-search-desk svg path {
	stroke: #fff;
}

.box-menu-category {
	position: relative;
	border-top: 0px solid #F5F5F5;
	background: #f5f5f5;
}

.categories-menu:hover ul.nav {
	display: block !important;
}

.box-header-top-left ul li svg {
	margin-bottom: -2px;
	margin-right: 5px;
}

.box-header-top-right ul li svg {
	margin-bottom: -2px;
	margin-right: 4px;
	height: 16px;
}

.box-header-top-right ul li a {
	color: black;
}

.homecategories {
	position: absolute;
	top: 5px;
}



.categories-menu {
	background: #FFF;
	margin-bottom: 25px;
	display: flow-root;
}

.categories-menu .h3-title {
	padding: 8px 15px;
	color: #FFF;
	background: #1d6214;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.categories-menu .h3-title i {
	margin-right: 10px;
}

.categories-menu .h3-title svg {
	width: 25px;
	height: 25px;
	margin-bottom: -7px;
	margin-right: 10px;
}

.categories-menu .h3-title svg path {
	stroke: #fff;
	fill: #fff;
}

.categories-menu ul.nav {
	display: block;
	position: relative;
}

.categories-menu>.nav {
	border: 1px solid #EEE;
	border-top: none;
	border-radius: 0 0 3px 3px;
	display: none;
	z-index: 99;
	background: #fff;
}

.categories-menu ul li.grid {
	list-style: none;
	position: revert;
}

.icon-wifi {}

.categories-menu>ul>li>a {
	cursor: pointer;
	display: block;
	/* border-top: 1px solid #F5F5F5; */
	border-bottom: 1px solid #F5F5F5;
	color: #333;
	font-weight: normal;
	font-size: 15px;
}

.categories-menu>ul>li>a:last-child {}

.categories-menu .caret {
	float: right;
	margin-top: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #666;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: relative;
	top: -2px;
}

.categories-menu ul>li.haschild.grid>ul {}

.categories-menu ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 250px;
	background: #FFF;
	display: none;
	border: 1px solid #F5F5F5;
}

.categories-menu ul>li.haschild.grid>ul>li {
	width: 19%;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.categories-menu ul li {
	list-style: none;
	position: relative;
}

.categories-menu ul>li:hover>ul {
	display: block;
}

.mainnav {
	margin-left: 0;
	display: grid;
	grid-template-columns: auto 195px;
	align-items: center;
	justify-content: space-between;
	gap: 15px;;
}

.mainnav .nav li a {
	text-transform: uppercase;
	display: inline-block;
}

.mainnav .nav li a > span {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	transform: translateY(5px);
}

.mainnav .nav li a:hover {
	color: #f9c20a;
}

.pull-right {
	float: right !important;
}

.top-baogia a {
	background: #473418;
	padding: 6px 20px;
	border-radius: 22px;
	display: block;
	color: #FFF;
}


.mainnav .nav li.haschild:last-child>ul {
	left: 0;
	width: max-content;
	max-width: 220px;
}

.mainnav .nav li.haschild:hover>ul {
	display: block;
	background: #fff;
	box-shadow: 0 8px 32px rgba(3, 44, 71, .24);
	border-radius: 0;
	padding: 0;
}

.mainnav .nav li.haschild ul .menu-item-twe a {
	color: #333;
}

.mainnav .nav li.haschild ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 999;
	width: max-content;
	border-top: 1px solid var(--color-main2);
}

.mainnav .nav li.haschild ul li:not(:last-child) {
	border-bottom: 1px solid lightgray;
}

.mainnav .nav li ul {
	margin-left: 0;
	padding: 0;
}

li.menu-item.haschild {
	display: inline-block;
	position: relative;
	/* margin-right: 2px; */
}

li.menu-item.haschild:last-child {
	margin-right: 0;
}

.box-menu-category {
	box-shadow: rgb(0 0 0 / 8%) 4.95px 1.95px 3.6px;
}

.categories-menu ul.nav {
	display: none !important;
	padding: 5px 0;
}

















/* signin  */



button.signup-mobile {
	display: none;
}

.sign-mobile {
	display: none;
}

/* dangky  */
li.menu-mobile-sb a {
	color: #fff !important;
}

.header-mb__cart {
	position: relative;
}

.header-menu-mb {
	margin-right: 10px;
}

.header-mb__cart span.count-cart-mobile {
	position: absolute;
	background: #fff;
	border-radius: 100%;
	font-size: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: -10px;
	right: -12px;
	width: 21px;
	height: 21px;
}

section.sigin-header {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.container-singin {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

section.sigin-header .overlay:after {
	background: none;
	content: "";
	display: none;
}

section.sigin-header .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 1;
	z-index: 1;
}

section.sigin-header .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

section.sigin-header .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

section.sigin-header form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

section.sigin-header .social-container {
	margin: 20px 0;
}

section.sigin-header .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

section.sigin-header input {
	background-color: #eee;
	border: none;
	padding: 10px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 13px;
}

section.sigin-header button {
	border-radius: 20px;
	border: 1px solid #de2c27;
	background-color: #de2c27;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

section.sigin-header form a {
	font-size: 14px;
	margin: 15px 0;
}

section.sigin-header form span {
	font-size: 12px;
}

section.sigin-header form h1 {
	font-weight: bold;
	margin: 0;
	font-size: 28px;
	color: #000;
}

section.sigin-header .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-right {
	right: 0;
	transform: translateX(0);
}

section.sigin-header .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #f52f29, #de2c27);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

section.sigin-header .overlay-panel h1 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

section.sigin-header .overlay-panel p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

section.sigin-header .ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

section.sigin-header:before {
	left: 0;
	right: 0;
	bottom: 0;
}

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

.signup--header-home:before {
	content: "";
	position: fixed;
	background: #00000042;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.close-form-dk {
	position: absolute;
	right: 10px;
	z-index: 9999;
	font-size: 18px;
	color: #de2c27;
	top: 8px;
	background: #fff;
	height: 25px;
	width: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}

.right-panel-active .overlay {
	transform: translateX(50%) !important;
}

.right-panel-active .form-container.sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.form-container.sign-in-container {}

.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.right-panel-active .overlay-left {
	transform: translateX(0) !important;
}

.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.right-panel-active .overlay-right {
	transform: translateX(20%);
}

section.sigin-header button:focus {
	outline: none;
}

.signup--header-home.active .sigin-header {
	top: 50%;
	transition: 1s ease;
}

.signup--header-home {
	opacity: 0;
	visibility: hidden;
}

.signup--header-home.active {
	opacity: 1;
	visibility: visible;
	/* display: none; */
	/* transition: 1s ease; */
}

/* end dangky  */

.toolbar-item.dangnhap i {
	font-size: 24px;
	color: #de2c27;
}

.password-container {
	width: 100%;
}

.password-container {
	position: relative;
	width: 100%
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.box-logo-sign img {
	height: 65px;
	width: auto;
	margin-bottom: 15px;
}

.pull-right.top-baogia {
	display: none;
}


.hedding-title-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px 5px 0;
	padding-left: 15px;
}

.hedding-title-header svg {
	width: 25px;
	height: 25px;
}


.icon-homes a {
	color: #333;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding-left: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

.icon-homes.icon-bg-header {
	background: #2e3192;
}

.icon-homes.icon-bg-header a {
	color: #fff;
}

.box-item-menu-c1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.list-menu-item-mobile>ul>li {
	border: 1px solid #EEE;
	padding-left: 15px;
	padding-right: 0;
	position: relative;
}

.list-menu-item-mobile ul li {
	position: relative;
}

ul.box-ligowave-mobile {
	padding-left: 14px;
}

ul.box-ligowave-mobile li a {
	display: inline-block;
	padding: 4px 0px;
	color: #333;
}

ul.box-ligowave-mobile li {
	list-style: circle;
	border-bottom: none;
}

.box-item-menu-c1 .caret {
	border-right: 4px solid #c9c9c900;
	border-left: 4px solid #c9c9c900;
}

/* span.caret-icon svg {
	width: 10px;
	height: 10px;
} */

span.caret-icon svg path {
	fill: #333 !important;
	stroke: #cdcdcd;
}

span.caret-icon {
	width: 30px;
	text-align: end;
	position: absolute;
	right: 10px;
	top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

li.item-header-mobile-one ul {
	display: none;
}

.list-menu-item-mobile li.item-header-mobile-one>a {
	font-weight: 500;
	text-transform: uppercase;
	/* padding-top: 3px; */
}

.list-menu-item-mobile li.active>ul {
	display: block;
}

.signup--header-home.active .sigin-header {
	width: 97%;
}

section.sigin-header form {
	padding: 0px 20px;
}

li.menu-item.haschild .nav>li>a:hover {
	background: #f5f5f5;
	width: 100%;
	font-weight: 400;
	color: #2e3192;
}

li.menu-item-twe a {
	width: 100%;
	padding: 6px 18px !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
	color: #333;
}

.box-header-top-right ul li a:hover {
	color: #473418;
}

.search-desktop-header input:focus {
	outline: none;
}

.categories-menu>ul>li>a:hover {
	background: #eee;
}

li.menu-item-2 {
	padding: 5px;
	border: 1px solid #F5F5F5;
}


li.menu-item-2 a {
	display: block;
}

li.menu-item-2 a img {
	width: 100%;
	height: auto;
}

li.menu-item-2 span {
	color: #333;
}

li.dangnhap a svg {
	width: 18px;
	height: 18px;
	margin-bottom: -3px;
	margin-right: 0px;
}

li.dangnhap a svg path {
	stroke: #333;
}

.dangnhap {
	cursor: pointer;
}






li.haschild.grid .icon-wifi img {
	display: none;
}



.box-header-top-left img {
	height: 30px;
	margin-bottom: -4px;
	margin-right: 0px;
	object-fit: contain;
}

.box-header-top-right img {
	height: 22px;
	margin-right: 5px;
}

header.header-scroll.header-bg {
	background: #fff;
	position: relative;
	z-index: 999;
}

header.header-scroll.header-bg .header-main-center {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	top: 0px;
}

li.dangnhap {
	position: relative;
}

.box-ul-aria {
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 180px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 4px;
	display: none;
}

.box-ul-aria ul {
	display: block;
}

.box-ul-aria ul li a {
	padding: 0px 10px;
	width: 100%;
	display: block;
}

.box-ul-aria ul li a:hover {
	background: #eee;
}

li.dangnhap:hover .box-ul-aria {
	display: block;
}

.box-header-top-right ul li svg path {
	stroke: #fff;
}

li.dangnhaps:hover .box-ul-aria {
	display: block;
}

.name_city {
	padding-top: 10px;
	padding-left: 0;
	text-align: l;
	font-family: "Oswald", sans-serif;
}

.name_city span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

.name_city h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #1d6214;
	font-weight: 800;
}

header.header-scroll.header-bg .header-main-center .logo-header img {
	width: 100px;
	padding-top: 0;
}

header.header-scroll.header-bg .header-main-center .logo-header {
	top: 0;
	text-align: center;
}

.logo-header1::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 35px solid #ed1c24;
	border-bottom: 0px solid transparent;
	border-right: 0 solid transparent;
	position: absolute;
	top: 0px;
	right: -35px;
}


section.sigin-header button {
	padding: 10px 30px;
}

.box-header-top-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px 20px;
	font-size: 22px;
}

header.header-scroll {
	box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px;
	position: relative;
}

.box-nav-header-mobi {
	max-height: 100vh;
	overflow-y: auto;
}

.mainnav .nav li.haschild>ul>li ul {
	position: absolute;
	left: 100%;
	top: -1px;
	background: white;
}

.mainnav .nav li.haschild>ul>li:hover ul {
	display: block;
}

.box-header-top {
	display: flex;
	color: #333;
	padding: 4px 0;
	justify-content: space-between;
	align-items: center;
}

.box-form-produstc-slick .slick-prev {
	opacity: 0;
	left: 35px;
	z-index: 9;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 4px;
}

.box-form-produstc-slick:hover .slick-prev {
	opacity: 1;
}

.box-form-produstc-slick:hover .slick-next {
	opacity: 1;
}

.box-form-produstc-slick .slick-next {
	opacity: 0;
	right: 35px;
	z-index: 9;
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 4px;
}

.box-form-produstc-slick .slick-prev svg {
	margin-top: 3px;
}

.box-form-produstc-slick .slick-next svg {
	margin-top: 3px;
}

.box-header-top-left ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.box-header-top-right ul {
	display: flex;
	gap: 0px 15px;
}

.search-desktop-header {}

.search-desktop-header form {
	height: 30px;
	border-radius: 25px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 15px;
	background: #f3f3f3;
	border: 1px solid #EEE;
	align-items: center;
}

.search-desktop-header form .btn-search-desk {
	width: 55px;
	padding: unset;
	height: 90%;
	background: var(--color-main);
	color: #fff;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 25px;
}

.search-desktop-header form input {
	background: none;
	padding-left: 15px;
	font-size: 14px;
	width: 81%;
	font-family: unset;
}

.box-header-right-center {
	display: flex;
	align-items: center;
	justify-content: right;
	color: #fff;
	gap: 0px 16px;
}

.hotline-header-center p {
	padding-bottom: 0px;
}

span.icon-cart svg {
	width: 50px;
	height: 50px;
}

.cart-header-center {
	position: relative;
	line-height: 1;
}

span.number-cart {
	width: 15px;
	height: 15px;
	display: inline-flex;
	background: var(--color-main2);
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	right: -4px;
	font-size: 13px;
	top: -5px;
}

.hotline-header-center p {
	font-size: 14px;
	padding: 0;
	color: #ffffff;
	white-space: nowrap;
	font-weight: normal;
	line-height: 1.2;
}

.hotline-header-center span {
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 1.5;
	color: #473418;
}

.logo-header {
	position: relative;
	text-align: center;
	top: -62px;
	width: 100%;
	height: 36px;
	margin: auto;
	z-index: 9;
}

/* .logo-header>a {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	line-height: 0;
	background: #383b97;
}

@property --gradient-angle {
	syntax: "<angle>";
	initial-value: 90deg;
	inherits: false;
}

.logo-header>a::after,
.logo-header>a::before {
	content: " ";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: conic-gradient(from var(--gradient-angle), blue, red);
	border-radius: inherit;
	animation: rotate 2.5s linear infinite;
}

.logo-header>a::after {}

@keyframes rotate {
	0% {
		--gradient-angle: 0deg;
	}

	100% {
		--gradient-angle: 360deg;
	}
} */

.logo-header img {
	width: 170px;
	/* background: #fff; */
	height: auto;
	margin: 5px 0 0px 0;
	padding-top: 0;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

span.icon-cart img {
	width: 25px;
	height: 25px;
	filter: brightness(63.5);
}

.icon-right-header img {
	text-align: center;
	padding: 0;
	font-size: 26px;
	width: 30px;
	height: 40px;
}

.hotline-header-center {
	padding: 0px 20px 0px 5px;
}

.search-desktop-header form .btn-search-desk svg {
	width: 20px;
	height: 20px;
	margin-left: 0;
}

.search-desktop-header form .btn-search-desk svg path {
	stroke: #fff;
}

.box-menu-category {
	position: relative;
	border-top: 0px solid #F5F5F5;
	background: #f5f5f5;
}

.categories-menu:hover ul.nav {
	display: block !important;
}

.box-header-top-left ul li svg {
	margin-bottom: -2px;
	margin-right: 5px;
}

.box-header-top-right ul li svg {
	margin-bottom: -2px;
	margin-right: 4px;
	height: 16px;
}

.box-header-top-right ul li a {
	color: black;
}

.homecategories {
	position: absolute;
	top: 5px;
}



.categories-menu {
	background: #FFF;
	margin-bottom: 25px;
	display: flow-root;
}

.categories-menu .h3-title {
	padding: 8px 15px;
	color: #FFF;
	background: #1d6214;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.categories-menu .h3-title i {
	margin-right: 10px;
}

.categories-menu .h3-title svg {
	width: 25px;
	height: 25px;
	margin-bottom: -7px;
	margin-right: 10px;
}

.categories-menu .h3-title svg path {
	stroke: #fff;
	fill: #fff;
}

.categories-menu ul.nav {
	display: block;
	position: relative;
}

.categories-menu>.nav {
	border: 1px solid #EEE;
	border-top: none;
	border-radius: 0 0 3px 3px;
	display: none;
	z-index: 99;
	background: #fff;
}

.categories-menu ul li.grid {
	list-style: none;
	position: revert;
}

.icon-wifi {}

.categories-menu>ul>li>a {
	cursor: pointer;
	display: block;
	/* border-top: 1px solid #F5F5F5; */
	border-bottom: 1px solid #F5F5F5;
	color: #333;
	font-weight: normal;
	font-size: 15px;
}

.categories-menu>ul>li>a:last-child {}

.categories-menu .caret {
	float: right;
	margin-top: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #666;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: relative;
	top: -2px;
}

.categories-menu ul>li.haschild.grid>ul {}

.categories-menu ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 250px;
	background: #FFF;
	display: none;
	border: 1px solid #F5F5F5;
}

.categories-menu ul>li.haschild.grid>ul>li {
	width: 19%;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.categories-menu ul li {
	list-style: none;
	position: relative;
}

.categories-menu ul>li:hover>ul {
	display: block;
}

.pull-right {
	float: right !important;
}

.top-baogia a {
	background: #473418;
	padding: 6px 20px;
	border-radius: 22px;
	display: block;
	color: #FFF;
}


.mainnav .nav li.haschild:last-child>ul {
	left: 0;
	width: max-content;
	max-width: 220px;
}

.mainnav .nav li.haschild:hover>ul {
	display: block;
	background: #fff;
	box-shadow: 0 8px 32px rgba(3, 44, 71, .24);
	border-radius: 0;
	padding: 0;
}

.mainnav .nav li.haschild ul .menu-item-twe a {
	color: #333;
}

.mainnav .nav li.haschild ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 999;
	width: max-content;
	border-top: 1px solid var(--color-main2);
}

.mainnav .nav li.haschild ul li:not(:last-child) {
	border-bottom: 1px solid lightgray;
}

.mainnav .nav li ul {
	margin-left: 0;
	padding: 0;
}

li.menu-item.haschild {
	display: inline-block;
	position: relative;
	/* margin-right: 2px; */
}

li.menu-item.haschild:last-child {
	margin-right: 0;
}

.box-menu-category {
	box-shadow: rgb(0 0 0 / 8%) 4.95px 1.95px 3.6px;
}

.categories-menu ul.nav {
	display: none !important;
	padding: 5px 0;
}

















/* signin  */



button.signup-mobile {
	display: none;
}

.sign-mobile {
	display: none;
}

/* dangky  */
li.menu-mobile-sb a {
	color: #fff !important;
}

.header-mb__cart {
	position: relative;
}

.header-menu-mb {
	margin-right: 10px;
}

.header-mb__cart span.count-cart-mobile {
	position: absolute;
	background: #fff;
	border-radius: 100%;
	font-size: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: -10px;
	right: -12px;
	width: 21px;
	height: 21px;
}

section.sigin-header {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.container-singin {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}

section.sigin-header .overlay:after {
	background: none;
	content: "";
	display: none;
}

section.sigin-header .sign-up-container {
	left: 0;
	width: 50%;
	opacity: 1;
	z-index: 1;
}

section.sigin-header .form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

section.sigin-header .sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

section.sigin-header form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

section.sigin-header .social-container {
	margin: 20px 0;
}

section.sigin-header .social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

section.sigin-header input {
	background-color: #eee;
	border: none;
	padding: 10px 15px;
	margin: 8px 0;
	width: 100%;
	font-size: 13px;
}

section.sigin-header button {
	border-radius: 20px;
	border: 1px solid #de2c27;
	background-color: #de2c27;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

section.sigin-header form a {
	font-size: 14px;
	margin: 15px 0;
}

section.sigin-header form span {
	font-size: 12px;
}

section.sigin-header form h1 {
	font-weight: bold;
	margin: 0;
	font-size: 28px;
	color: #000;
}

section.sigin-header .overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-right {
	right: 0;
	transform: translateX(0);
}

section.sigin-header .overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #f52f29, #de2c27);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

section.sigin-header .overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

section.sigin-header .overlay-panel h1 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

section.sigin-header .overlay-panel p {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}

section.sigin-header .ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

section.sigin-header:before {
	left: 0;
	right: 0;
	bottom: 0;
}

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

.signup--header-home:before {
	content: "";
	position: fixed;
	background: #00000042;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
}

.close-form-dk {
	position: absolute;
	right: 10px;
	z-index: 9999;
	font-size: 18px;
	color: #de2c27;
	top: 8px;
	background: #fff;
	height: 25px;
	width: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}

.right-panel-active .overlay {
	transform: translateX(50%) !important;
}

.right-panel-active .form-container.sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.form-container.sign-in-container {}

.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.right-panel-active .overlay-left {
	transform: translateX(0) !important;
}

.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.right-panel-active .overlay-right {
	transform: translateX(20%);
}

section.sigin-header button:focus {
	outline: none;
}

.signup--header-home.active .sigin-header {
	top: 50%;
	transition: 1s ease;
}

.signup--header-home {
	opacity: 0;
	visibility: hidden;
}

.signup--header-home.active {
	opacity: 1;
	visibility: visible;
	/* display: none; */
	/* transition: 1s ease; */
}

/* end dangky  */

.toolbar-item.dangnhap i {
	font-size: 24px;
	color: #de2c27;
}

.password-container {
	width: 100%;
}

.password-container {
	position: relative;
	width: 100%
}

.toggle-password {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.box-logo-sign img {
	height: 65px;
	width: auto;
	margin-bottom: 15px;
}

.pull-right.top-baogia {
	display: none;
}



.header-mobile {
	position: fixed;
	top: 0;
	background: #F5F5F5;
	width: 80%;
	max-width: 400px;
	z-index: 9999999;
	bottom: 0;
	right: -100%;
	transition: 0.5s ease;
	height: 100vh;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hedding-title-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px 5px 0;
	padding-left: 15px;
}

.hedding-title-header svg {
	width: 25px;
	height: 25px;
}

.hedding-title-header p {
	padding-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}


.icon-homes a {
	color: #333;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding-left: 15px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

.icon-homes.icon-bg-header a {
	color: #fff;
}

.box-item-menu-c1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

.list-menu-item-mobile>ul>li {
	border: 1px solid #EEE;
	padding: 5px 0 5px 15px;
	position: relative;
}

.list-menu-item-mobile ul li {
	position: relative;
}

ul.box-ligowave-mobile {
	padding-left: 14px;
}

ul.box-ligowave-mobile li a {
	display: inline-block;
	padding: 4px 0px;
	color: #333;
}

ul.box-ligowave-mobile li {
	list-style: circle;
	border-bottom: none;
}

.box-item-menu-c1 a {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	padding-left: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

.box-item-menu-c1 .caret {
	border-right: 4px solid #c9c9c900;
	border-left: 4px solid #c9c9c900;
}

.header-mobile.active {
	right: 0;
}

span.caret-icon svg {
		width: 15px;
		height: 15px;
	}

span.caret-icon svg path {
	fill: #333 !important;
	stroke: #cdcdcd;
}

span.caret-icon {
	width: 30px;
	text-align: end;
	position: absolute;
	right: 10px;
	top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

li.item-header-mobile-one ul {
	display: none;
}

.list-menu-item-mobile li.item-header-mobile-one>a {
	font-weight: 500;
	text-transform: uppercase;
	/* padding-top: 3px; */
}

.list-menu-item-mobile li.active>ul {
	display: block;
}

.signup--header-home.active .sigin-header {
	width: 97%;
}

section.sigin-header form {
	padding: 0px 20px;
}

li.menu-item.haschild .nav>li>a:hover {
	background: #f5f5f5;
	width: 100%;
	font-weight: 400;
	color: #2e3192;
}

li.menu-item-twe a {
	width: 100%;
	padding: 6px 18px !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	text-transform: capitalize !important;
	color: #333;
}

.box-header-top-right ul li a:hover {
	color: #473418;
}

.search-desktop-header input:focus {
	outline: none;
}

.categories-menu>ul>li>a:hover {
	background: #eee;
}

li.menu-item-2 {
	padding: 5px;
	border: 1px solid #F5F5F5;
}


li.menu-item-2 a {
	display: block;
}

li.menu-item-2 a img {
	width: 100%;
	height: auto;
}

li.menu-item-2 span {
	color: #333;
}

li.dangnhap a svg {
	width: 18px;
	height: 18px;
	margin-bottom: -3px;
	margin-right: 0px;
}

li.dangnhap a svg path {
	stroke: #333;
}

.dangnhap {
	cursor: pointer;
}






li.haschild.grid .icon-wifi img {
	display: none;
}



.box-header-top-left img {
	height: 30px;
	margin-bottom: -4px;
	margin-right: 0px;
	object-fit: contain;
}

.box-header-top-right img {
	height: 22px;
	margin-right: 5px;
}

.header-main-center {
	background-color: #2e3192;
	background-image: url(../images/bg-pattern.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-bottom: 10px;
}

header.header-scroll.header-bg {
	background: #fff;
	position: relative;
	z-index: 999;
}

header.header-scroll.header-bg .header-main-center {
	position: fixed;
	width: 100%;
	z-index: 99999;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	top: 0px;
}

li.dangnhap {
	position: relative;
}

.box-ul-aria {
	position: absolute;
	z-index: 999;
	background: #fff;
	width: 180px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 4px;
	display: none;
}

.box-ul-aria ul {
	display: block;
}

.box-ul-aria ul li a {
	padding: 0px 10px;
	width: 100%;
	display: block;
}

.box-ul-aria ul li a:hover {
	background: #eee;
}

li.dangnhap:hover .box-ul-aria {
	display: block;
}

.box-header-top-right ul li svg path {
	stroke: #fff;
}

li.dangnhaps:hover .box-ul-aria {
	display: block;
}

.name_city {
	padding-top: 10px;
	padding-left: 0;
	text-align: l;
	font-family: "Oswald", sans-serif;
}

.name_city span {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.0;
}

.name_city h2 {
	font-size: 30px;
	line-height: 1.5;
	color: #1d6214;
	font-weight: 800;
}

header.header-scroll.header-bg .header-main-center .logo-header img {
	width: 100px;
	padding-top: 0;
}

header.header-scroll.header-bg .header-main-center .logo-header {
	top: 0;
	text-align: center;
}

.logo-header1::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 45px solid transparent;
	border-left: 35px solid #ed1c24;
	border-bottom: 0px solid transparent;
	border-right: 0 solid transparent;
	position: absolute;
	top: 0px;
	right: -35px;
}


section.sigin-header button {
	padding: 10px 30px;
}

.box-header-top-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px 20px;
}

header.header-scroll {
	box-shadow: rgb(0 0 0 / 12%) 0px 3px 8px;
	position: relative;
}

.box-nav-header-mobi {
	max-height: 100vh;
	overflow-y: auto;
}

.mainnav .nav li.haschild>ul>li ul {
	position: absolute;
	left: 100%;
	top: -1px;
	background: white;
}

.mainnav .nav li.haschild>ul>li:hover ul {
	display: block;
}


.language-selector {
	position: relative;
	display: inline-block;
}

.selected-language {
	display: flex;
	align-items: center;
	background: white;
	border: none;
	border-radius: 4px;
	padding: 6px 11px;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
	min-width: 71px;
	gap: 8px;
	border: 1px solid #ece8e88f;
	justify-content: space-between;
}

.selected-language:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.flag-icon {
	width: 100%;
	height: 15px;
	border-radius: 2px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vietnam-flag {
	position: relative;
}



.language-text {
	font-weight: 500;
	color: #333;
	font-size: 14px;
}

.lengLife-us .dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #666;
	/* margin-left: auto; */
	transition: transform 0.2s ease;
}

.lengLife-us .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border-radius: 5px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.2s ease;
	margin-top: 4px;
	overflow: hidden;
	z-index: 9;
}

.lengLife-us .dropdown-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.language-option {
	display: flex;
	align-items: center;
	padding: 12px 10px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	gap: 8px;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
}

.language-option:hover {
	background-color: #f8f9fa;
}

.language-option.selected {
	background-color: #e3f2fd;
}

.language-selector.active .dropdown-arrow {
	transform: rotate(180deg);
}

/* .consultation-btn {
    position: relative;
    background: #2e3192;
    color: #FFF;
    border: none;
    padding: 3px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.consultation-btn:hover {
    color: #FFF;
} */

/* .consultation-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    border-radius: 50%;
} */

/* .consultation-btn:hover {
    transform: scale(1.05);
}

.consultation-btn:hover:before {
    width: 300px;
    height: 300px;
}

.consultation-btn:active {
    transform: scale(0.98);
} */

.cta-btn {
	display: inline-block;
	background: #ffb400;
	color: #000;
	font-size: 13px;
	position: relative;
	padding: 7px 18px;
	border-radius: 30px;
	box-shadow: 0 8px 18px rgba(2, 132, 199, .35), inset 0 0 0 1px rgba(255, 255, 255, .12);
	transform-origin: center;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
	text-decoration: none;
	outline: none;
	animation: zoomBlink 1.2s ease-in-out infinite;
	text-transform: uppercase;
}

.cta-btn:hover {
	transform: translateY(-2px) scale(1.03);
	box-shadow: 0 12px 24px rgba(46, 49, 146, .7), inset 0 0 0 1px rgba(255, 255, 255, .18);
	filter: brightness(1.03);
	animation-play-state: paused;
	color: #FFF;
}

.cta-btn:active {
	transform: translateY(0) scale(.99);
}

.cta-btn::after {
	content: "";
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	box-shadow: 0 0 0 0 rgba(46, 49, 146, .7);
	animation: pulseRing 1.8s ease-out infinite;
	pointer-events: none;
}

.cta-btn:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 3px;
}

@keyframes zoomBlink {
	0% {
		transform: scale(1);
		filter: brightness(1);
	}

	45% {
		transform: scale(1.08);
		filter: brightness(1.06);
	}

	50% {
		transform: scale(1.08);
		filter: brightness(1.15);
	}

	100% {
		transform: scale(1);
		filter: brightness(1);
	}
}

@keyframes pulseRing {
	0% {
		box-shadow: 0 0 0 0 rgba(14, 165, 233, .45);
	}

	70% {
		box-shadow: 0 0 0 14px rgba(14, 165, 233, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(14, 165, 233, 0);
	}
}

/* Overlay và Modal */
.box-member-form-poup {
	/* Phần hình ảnh */
	/* Phần form */
	/* Animations */
	/* Responsive */
}

.box-member-form-poup .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	backdrop-filter: blur(5px);
}

.box-member-form-poup .modal-overlay.active {
	display: flex;
	animation: fadeIn 0.3s ease;
}

.box-member-form-poup .modal-content {
	background: white;
	border-radius: 20px;
	width: 90%;
	max-width: 900px;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	animation: slideIn 0.4s ease;
	display: flex;
	position: relative;
}

.box-member-form-poup .modal-image {
	flex: 1;
	background: linear-gradient(178deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px 0 0 20px;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

.box-member-form-poup .modal-image::before {}

.box-member-form-poup .image-content {
	text-align: center;
	color: white;
	z-index: 2;
	position: relative;
}

.box-member-form-poup .image-icon {
	width: 120px;
	height: 120px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 50px;
	backdrop-filter: blur(10px);
}

.box-member-form-poup .image-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}

.box-member-form-poup .image-subtitle {
	font-size: 16px;
	opacity: 0.9;
	line-height: 1.6;
}

.box-member-form-poup .modal-form {
	flex: 1;
	padding: 20px 30px;
}

.box-member-form-poup .close-btn {
	position: absolute;
	top: -2px;
	right: 6px;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	color: #666;
	transition: all 0.3s ease;
	z-index: 999;
}

.box-member-form-poup .close-btn:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #333;
}

.box-member-form-poup .form-title {
	font-size: 25px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	background: #2e3192;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
}

.box-member-form-poup .form-description {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 14px;
	text-align: center;
}

.box-member-form-poup .form-group {
	width: calc(100% / 2 - 5px);
}

.box-member-form-poup .form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
	font-size: 13px;
}

.box-member-form-poup .form-control {
	width: 100%;
	padding: 15px;
	border: 1px solid #e1e5e9;
	border-radius: 5px;
	font-size: 15px;
	transition: all 0.3s ease;
	background: #f8f9fa;
	height: 40px;
	color: #757575;
}

.box-member-form-poup .form-control:focus {
	outline: none;
	border-color: #2e3192;
	background: white;
	box-shadow: 0 0 0 3px rgba(78, 205, 196, 0.1);
}

.box-member-form-poup select.form-control {
	cursor: pointer;
}

.box-member-form-poup textarea.form-control {
	resize: vertical;
	min-height: 100px;
}

.box-member-form-poup .submit-btn {
	width: 100%;
	background: #2e3192;
	color: white;
	border: none;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px;
}

.box-member-form-poup .submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: scale(0.9) translateY(20px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.box-header-top-left ul li img {
	margin-top: -5px;
}

.box-header-top-left ul li {
	gap: 0px 5px;
}

.form-group-row {
	display: flex;
	gap: 0px 10px;
	margin-bottom: 14px;
}

.box-member-form-poup .form-group select {
	padding: 0px 15px;
	width: 100%;
}

.form-group.textarea {}

.box-member-form-poup .form-group.textarea {
	width: 100%;
}

.box-member-form-poup .form-group.textarea textarea {
	font-family: unset;
}

.box-member-form-poup .form-title:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background: linear-gradient(178deg, rgba(230, 135, 41, 1) 0%, rgba(237, 162, 88, 1) 50%, rgba(242, 194, 145, 1) 100%);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* Giảm icon */
.swal2-icon {
	transform: scale(0.7);
	/* thu nhỏ toàn bộ icon */
	margin: 10px auto;
	/* căn giữa lại */
}

/* Giảm tiêu đề */
.swal2-title {
	font-size: 18px !important;
	/* mặc định ~27px */
}

/* Giảm nội dung */
.swal2-html-container {
	font-size: 14px !important;
	/* mặc định ~16px */
}

.swal2-popup {
	max-width: 400px !important;
	/* thu hẹp popup */
}

.box-header-top-left {
	color: #f00;
	font-weight: 700;
	padding-left: 0;
	font-size: 22px;
	display: flex;
	align-items: center;
	gap: 10px;
	/* text-shadow: rgb(0, 0, 0) 1.2px 2.03189px 0px; */
}

.box-header-top-right {
	color: #f00;
	font-weight: 500;
	/* text-shadow: rgb(0, 0, 0) 1.2px 1px 0px; */
}

.logo-header::after {
	position: absolute;
	content: '';
	background: url(../images/logo-shap.png);
	width: 216px;
	height: 57px;
	left: -17px;
	display: none;
	z-index: 1;
	bottom: -142px;
	background-repeat: no-repeat;
}

.img-100 {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
}

.img-100>img {
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s linear;
}

.mainnav .nav li a {
	padding: 26px 4px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.box-header-top::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 100%;
	width: 100%;
	background: #2e3192;
}

.header-scroll.affix {
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
	animation: slide-down .5s linear forwards;
	z-index: 999;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

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

.modal-overlayyy {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	/* display: flex; */
}

.modal-overlayyy .modal-content {
	background: #fff;
	padding: 30px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 90%;
	animation: fadeIn 0.3s ease;
	position: relative;
}

.modal-overlayyy .modal-content h2 {
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.modal-overlayyy .close-btn-modal {
	padding: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}

.modal-overlayyy .close-btn-modal svg {
	width: 20px;
	height: 20px;
}

.modal-overlayyy .form-group {
	margin-bottom: 10px;
}

.modal-overlayyy input,
.modal-overlayyy select,
.modal-overlayyy textarea {
	width: 100%;
	padding: 10px 20px;
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 42px;
}

.modal-overlayyy .submit {
	font-size: 14px;
	margin: 0 auto;
	display: block;
	font-weight: 700;
	border-radius: 5px;
	background: #2e3192;
	color: #FFF;
}

/* Hiệu ứng hiện */
@keyframes fadeIn {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.stop-scroll {
	height: 100%;
	overflow: hidden;
}

.link-map {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
}

.nav-icon-header-mobile svg {
	width: 30px;
	height: 30px;
	background: #fff;
}

.nav-icon-header-mobile {
	text-align: right;
    height: 30px;
	cursor: pointer;
}

.overlay-menu-m {
	background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}

.overlay-menu-m.active {
    opacity: .3;
    visibility: visible;
}

.button-run-rounder {
	animation: bg-spin 3s linear infinite;
	--border-angle: 0turn;
	--main-bg: conic-gradient(from var(--border-angle), #ff0000, #ff0000 5%, #ff0000 60%, #ff0000 95%);
	border: solid 2px transparent;
	--gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #009688, #FFF 99%, transparent);
	background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
	background-position: center center;
	padding: 3px 5px;
	transform: translateY(0) !important;
}

.dat-lich {
	color: #F00 !important;
}
.glow-on-hover{
	text-align: center;
}
.lengLife-us a{
	color: inherit;
}
@keyframes bg-spin {
	100% {
		--border-angle: 1turn;
	}
}

@property --border-angle {
	syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

@media (max-width: 1705px) {
	.mainnav .nav li a {
		font-size: 14px;
	}
}

@media (max-width: 1400px) {
	.mainnav .nav li a {
		padding: 26px 2px;
    	font-size: 14px;
	}

	.box-header-top-left {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	.mainnav .nav li a {
		font-size: 13px;
		padding: 26px 4px;
	}

	.box-header-top-left {
		font-size: 18px;
	}

	.box-header-top-right .link-map {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.box-member-form-poup .modal-content {
		flex-direction: column;
		margin: 20px;
	}

	.box-member-form-poup .modal-image {
		border-radius: 20px 20px 0 0;
		min-height: 200px;
		display: block;
	}

	.box-member-form-poup .image-content img {
		height: 200px;
		width: 100%;
		object-fit: cover;
	}

	.box-member-form-poup .close-btn {
		background-color: #FFF;
	}

	.box-member-form-poup .modal-form {
		padding: 20px;
	}

	.box-member-form-poup .form-title {
		font-size: 24px;
	}

	.box-member-form-poup .image-title {
		font-size: 22px;
	}

	.box-member-form-poup .image-icon {
		width: 80px;
		height: 80px;
		font-size: 35px;
	}

	.form-group-row {
		margin-bottom: 10px;
	}

	.box-member-form-poup .form-description {
		margin-bottom: 10px;
	}

	.lengLife-us {
		padding: 8px 15px;
	}
}

.box-member-form-poup .form-subtitle {
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin-bottom: 4px;
}

.lengLife-us {
	font-size: 16px !important;
	background: #F00;
	font-weight: 700;
	color: #FFF;
	/* box-shadow: 0 8px 18px rgb(255 0 0), inset 0 0 0 1px rgba(255, 255, 255, .12); */
}

#toggleBtnMusic {
	display: inline-block;
	height: 25px;
	cursor: pointer;
}

#toggleBtnMusic svg {
	width: 25px;
	height: 25px;
}

#toggleBtnMusic .close {
	display: none;
}

#toggleBtnMusic.active .close{
	display: inline-block;
}

#toggleBtnMusic.active .open{
	display: none;
}

@media (min-width: 992px) {

	/* .logo-header::before {
        content: "";
        z-index: -1;
        position: absolute;
        left: 17px;
        top: 0;
        width: 100%;
        height: 134px;
        transform: skewX(0deg);
        background: white;
        border-right: 2px solid #2e3192;
    } */

	.header-scroll.header-bg .logo-header::before {
		display: none;
	}

	.box-header-top {
		padding-left: 27px;
		position: relative;
	}
	.hidden-lg{
		display: none !important;
	}
}

@media(max-width:1100px) {
	.pull-right.top-baogia {
		display: none;
	}
}

@media(max-width:1300px) {
	.top-baogia a {
		font-size: 15px;
	}
}

@media (max-width: 786px) {
	button.sign-mobile {
		display: block;
	}
}

@media (max-width: 786px) {
	button.sign-mobile {
		margin-left: 10px;
	}
}

@media (max-width: 786px) {
	.box-sign {
		display: flex;
	}
}

@media (max-width: 786px) {
	.container-singin {
		width: 390px;
	}
}

@media (max-width: 786px) {
	section.sigin-header .sign-in-container {
		width: 100%;
	}
}

@media (max-width: 786px) {
	section.sigin-header .overlay-container {
		display: none;
	}
}

@media (min-width: 980px) {
	.homecategories {
		width: 240px;
		float: left;
	}
}

@media (min-width: 1200px) {
	.homecategories {
		width: 280px;
		float: left;
	}
}

@media(max-width:992px) {
	
	.box-all-center-header>.row{
		display: flex;
		justify-content: space-between;
		        flex-wrap: nowrap;
        gap: 5px;
	}
	.box-all-center-header>.row>*{
		width: auto;
   	 	max-width: max-content;
	}
	span.caret-icon{
		top: 7px;
	}
	.search-mobile form {
		position: relative;
		border-radius: 5px;
	}

	.search-mobile input {
		border: 1px solid #cdcdcd;
		width: 100%;
		position: relative;
		padding: 11px;
		font-size: 18px;
		border-radius: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.search-mobile input {
		width: 99%;
		padding: 10px 20px;
		font-size: 15px;
	}

	.search-mobile form button {
		right: 40px;
	}

	.search-mobile form button {
		position: absolute;
		padding: 0px;
		right: 13px;
		top: 50%;
		transform: translateY(-50%);
	}

	.search-mobile button svg {
		width: 25px;
		height: 25px;
	}

	.search-mobile {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}

	li.active>.caret-icon svg {
		transform: rotate(90deg);
	}

	p.login-name {
		margin-top: 10px;
		padding: 0px 20px;
		color: #444;
	}

	.box-menu-c2-desk.box-menu-c2-desk-login {
		background: #fff;
		padding: 0px 20px;
	}

	.box-menu-c2-desk.box-menu-c2-desk-login ul li a {
		padding: 4px 0px;
		display: block;
	}

	.box-all-center-header {
		padding: 5px 0px;
	}

	.box-header-top-left {
		/* width: 100%;
		display: none; */
	}

	.box-header-top-left ul {
		justify-content: space-between;
	}

	header.header-scroll.header-bg .header-main-center {
		box-shadow: 0 1px 14px rgba(0, 0, 0, 0.06);
	}

	button.btn-search-desk span {
		display: none;
	}

	.search-desktop-header form .btn-search-desk {
		width: 50px;
	}

	.search-desktop-header form .btn-search-desk svg {
		margin-left: 0px;
	}

	.box-products-action {
		margin-bottom: 10px;
		border-bottom: 1px solid #cdcdcd;
	}

	.content-desc-products {
		margin-bottom: 10px;
	}

	.price-products span {
		font-size: 18px;
	}

	.price-products s {
		font-size: 15px;
	}

	.nav-icon-header-mobile {
		display: block;
	}

	.header-center-right.nav-mobiles {
		display: block;
		/* padding-right: 10px; */
	}

	.box-header-top-right {
		display: block;
	}

	.box-header-top {
		justify-content: space-between;
	}

	.icon-right-header {
		display: none;
	}

	.hotline-header-center {
		display: none;
	}

	.box-header-right-center {
		display: none;
	}

	.header-center-right.nav-mobiles .box-header-right-center {
		display: flex;
	}

	.nav-icon-header-mobile svg {
		width: 30px;
		height: 30px;
		background: #fff;
		transform: translateY(3px);
	}

	.menu-header-center-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 65px;
	}

	span.icon-cart img {
		width: 30px;
		height: 30px;
		filter: invert(1);
	}

	.box-menu-category {
		display: none;
	}

	.logo-header {
		top: unset;
		width: 100px;
		margin: 0;
		height: auto;
	}

	header.header-scroll.header-bg .logo-header img {
		width: 100px;
	}

	header.header-scroll.header-bg .logo-header {
		top: -13px;
		height: 67px;
	}

	header.header-scroll.header-bg .header-main-center .logo-header img {
		width: 100px;
		padding-top: 0;
		margin-top: -4px;
	}

	header.header-scroll.header-bg .header-main-center .logo-header {
		text-align: left;
		background: unset;
	}

	.logo-header::after {
		display: none;
	}

	.mainnav {
		justify-content: end;
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.mainnav .wrap-menu-m {
		justify-content: end;
		gap: 5px;
        align-items: center;
	}
	.mobile-flex{
		display: flex;
		align-items: center;
		gap: 14px;
	}
	.mobile-flex .glow-on-hover{
		font-size: 12px;
		font-weight: 700;
        display: block;
        text-align: center;
        padding: 4px 10px;
	}
	.link_map_quatang{
		display: inline-block;
		background: red;
		color: white;
		font-size:12px;
		text-align: center;
		position: relative;
		white-space: nowrap;
		padding: 2px 16px;
		border-radius: 30px;
		font-weight: 700;
		box-shadow: 0 8px 18px rgba(2, 132, 199, .35), inset 0 0 0 1px rgba(255, 255, 255, .12);
		transform-origin: center;
		transition: transform .2s 
	ease, box-shadow .2s 
	ease, filter .2s 
	ease;
		text-decoration: none;
		outline: none;
		animation: zoomBlink 1.2s 
	ease-in-out infinite;
		text-transform: uppercase;
	}
}

@media (min-width: 1200px) {
	.mainnav .nav li.haschild:hover>a {
		/* background: ; */
		color: #f9c20a;
	}

}


@media (min-width: 980px) {
	.categories-menu ul>li.haschild.grid>ul {
		width: 710px;
		height: 351px;
	}
}

@media (min-width: 1200px) {
	.categories-menu ul>li.haschild.grid>ul {
		width: 1052px;
		height: 506px;
	}
}


@media (min-width: 1200px) {
	.categories-menu>ul>li>a {
		padding: 13px 15px 13px 45px;
		font-size: 15px;
	}
}


@media (min-width: 980px) {
	.categories-menu>ul>li>a {
		padding: 6px 15px 6px 45px;
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.categories-menu>ul>li>a {
		padding: 4px 15px 4px 15px;
	}
}

@media(max-width:992px) {

	.list-menu-item-mobile ul li a {
		display: block;
		line-height: 1.4;
		padding: 8px 37px 8px 0;
	}
}

.logo-header::before {
	content: "";
	z-index: -1;
	position: absolute;
	left: 19px;
	top: -27px;
    width: 100%;
    height: 147px;
	transform: skewX(0deg);
	background: #2e3192;
	border-right: 2px solid #FF8D17;
}

@media (min-width: 1600px) {
	.header-scroll.header-bg .logo-header::before {
		display: none;
	}

}

@media (max-width: 1605px) {

	.logo-header::before {
		content: "";
		z-index: -1;
		position: absolute;
		left: 19px;
		top: -22px;
		width: 100%;
		height: 155px;
		transform: skewX(0deg);
		background: #2e3192;
		border-right: 2px solid #FF8D17;
	}

}

@media (max-width: 1400px) {

	.logo-header::before {
		top: -24px;
	}

}

@media (max-width: 1500px) {
	.box-header-top-right {
		font-size: 17px;
	}
}

@media (max-width: 1300px) {
	.box-header-top-right {
		font-size: 16px;
		display: none;
	}
}

@media (max-width: 1200px) {
	.logo-header::before {
		content: "";
		z-index: -1;
		position: absolute;
		left: 19px;
		top: -20px;
		width: 100%;
		height: 150px;
		transform: skewX(0deg);
		background: #2e3192;
		border-right: 2px solid #FF8D17;
	}

	.lengLife-us {
		display: none;
	}
}

@media(max-width:1100px) {
	.pull-right.top-baogia {
		display: none;
	}
}

@media (max-width: 992px) {
	.logo-header::before {
		display: none;
	}
}


@media (max-width: 786px) {
	button.sign-mobile {
		display: block;
	}
}

@media (max-width: 786px) {
	button.sign-mobile {
		margin-left: 10px;
	}
}

@media (max-width: 786px) {
	.box-sign {
		display: flex;
	}
}

@media (max-width: 786px) {
	.container-singin {
		width: 390px;
	}
}

@media (max-width: 786px) {
	section.sigin-header .sign-in-container {
		width: 100%;
	}
}

@media (max-width: 786px) {
	section.sigin-header .overlay-container {
		display: none;
	}
}

@media (min-width: 980px) {
	.homecategories {
		width: 240px;
		float: left;
	}
}

@media (min-width: 1200px) {
	.homecategories {
		width: 280px;
		float: left;
	}

	.cta-btn {
		font-size: 14px;
		transition: .3s;
		font-weight: 600;
		color: #fff;
	}
}

@media (max-width: 1620px) {
	.logo-header::before {
		top: -29px;
		height: 160px;
	}

	.glow-on-hover {
		font-size: 16px;
	}

	.lengLife-us {
		font-size: 14px !important;
	}

	.box-header-top-left {
		font-size: 19px;
	}
}

@media (max-width: 1400px) {
	.box-header-top-left {
		font-size: 16px;
	}
}

@media(max-width:992px) {
  .glow-on-hover {
  	display:none
  }
	.mainnav .pull-left {
		display: none;
	}

	.header-main-center {
		position: relative;
		z-index: 1;
	}

	.consultation-btn {
		font-size: 13px;
		font-weight: 700;
		background: #2e3192;
		color: #FFF;
		display: none;
	}

	.search-mobile form {
		position: relative;
		border-radius: 5px;
	}

	.search-mobile input {
		border: 1px solid #cdcdcd;
		width: 100%;
		position: relative;
		padding: 11px;
		font-size: 18px;
		border-radius: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.search-mobile input {
		width: 99%;
		padding: 10px 20px;
		font-size: 15px;
	}

	.search-mobile form button {
		right: 40px;
	}

	.search-mobile form button {
		position: absolute;
		padding: 0px;
		right: 13px;
		top: 50%;
		transform: translateY(-50%);
	}

	.search-mobile button svg {
		width: 25px;
		height: 25px;
	}

	.search-mobile {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}


	li.active>.caret-icon svg {
		transform: rotate(90deg);
	}

	p.login-name {
		margin-top: 10px;
		padding: 0px 20px;
		color: #444;
	}

	.box-menu-c2-desk.box-menu-c2-desk-login {
		background: #fff;
		padding: 0px 20px;
	}

	.box-menu-c2-desk.box-menu-c2-desk-login ul li a {
		padding: 4px 0px;
		display: block;
	}

	.box-all-center-header {
		padding: 5px 0px;
	}

	.box-header-top-left {
		/* width: 100%;
		display: none; */
	}
	.box-header-top-left .hidden-lg{
		display: none !important;
	}

	.box-header-top-left ul {
		justify-content: space-between;
	}

	header.header-scroll.header-bg .header-main-center {
		box-shadow: 0 1px 14px rgba(0, 0, 0, 0.06);
	}

	.logo-header img {
		width: 90px;
		margin: 0;
	}

	button.btn-search-desk span {
		display: none;
	}

	.search-desktop-header form .btn-search-desk {
		width: 50px;
	}

	.search-desktop-header form .btn-search-desk svg {
		margin-left: 0px;
	}

	.box-products-action {
		margin-bottom: 10px;
		border-bottom: 1px solid #cdcdcd;
	}

	.content-desc-products {
		margin-bottom: 10px;
	}

	.price-products span {
		font-size: 18px;
	}

	.price-products s {
		font-size: 15px;
	}

	.nav-icon-header-mobile {
		display: block;
	}

	.box-header-top-right {
		display: block;
	}

	.icon-right-header {
		display: none;
	}

	.lengLife-us {
		display: block;
		font-size: 14px !important;
	}

	.hotline-header-center {
		display: none;
	}

	.box-header-right-center {
		display: none;
	}

	.header-center-right.nav-mobiles .box-header-right-center {
		display: flex;
	}

	.menu-header-center-mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 65px;
	}

	span.icon-cart img {
		width: 30px;
		height: 30px;
		filter: invert(1);
	}

	.box-menu-category {
		display: none;
	}

	header.header-scroll.header-bg .logo-header img {
		width: 100px;
	}

	header.header-scroll.header-bg .logo-header {
		top: -13px;
		height: 67px;
	}

	header.header-scroll.header-bg .header-main-center .logo-header img {
		width: 100px;
		padding-top: 0;
		margin-top: -4px;
	}

	header.header-scroll.header-bg .header-main-center .logo-header {
		text-align: left;
		background: unset;
	}
}

@media (min-width: 992px) {
	.mainnav {
		margin-left: 6px;
	}
}

@media (min-width: 1200px) {

	.header-scroll:not(.header-bg) .mainnav {
		padding-left: 6px;
	}

	.mainnav .nav li.haschild:hover>a {
		/* background: ; */
		color: #f9c20a;
	}

}


@media (min-width: 980px) {
	.categories-menu ul>li.haschild.grid>ul {
		width: 710px;
		height: 351px;
	}
}

@media (min-width: 1200px) {
	.categories-menu ul>li.haschild.grid>ul {
		width: 1052px;
		height: 506px;
	}
}


@media (min-width: 1200px) {
	.categories-menu>ul>li>a {
		padding: 13px 15px 13px 45px;
		font-size: 15px;
	}
}
.mainnav>.pull-left>.nav {
	display: flex;
	gap: 10px;
}

@media (max-width: 1540px) {

}


@media (min-width: 980px) {
	.categories-menu>ul>li>a {
		padding: 6px 15px 6px 45px;
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.categories-menu>ul>li>a {
		padding: 4px 15px 4px 15px;
	}
}

@media(max-width:990px) {

	.list-menu-item-mobile ul li a {
		display: block;
		line-height: 1.4;
		padding: 8px 37px 8px 0;
	}
	.hidden-max-lg{
		display: none !important;
	}
}
@media(max-width: 500px) {
	.lengLife-us {
        font-size: 12px !important;
    }
}
@media(max-width: 374px) {
	.lengLife-us {
        font-size: 10px !important;
    }
}
