:root {
	--bs-white: #fff;
	--primary-color: #135182;
	--primary-hover: #2280B4;
	--secondary-color: #F79D2E;
	--secondary-hover: #F28529;
	--transition: .3s all ease-in-out;
	--transition-default: var(--transition);
}

body {
	font-family: "Google Sans", sans-serif !important;
}

.fw-500 {
	font-weight: 500;
}

.text-black {
	color: #131517 !important;
}

.text-reset {
	color: inherit !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.row-bs5 {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row-bs5 > * {
	flex-shrink: 0;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

@media screen and (min-width: 1280px) {
	.col-xl-1-8 {
		-ms-flex: 0 0 calc(1 / 8 * 100%);
		flex: 0 0 calc(1 / 8 * 100%);
		max-width: calc(1 / 8 * 100%);
	}
}

.g-0, .gx-0 {
	--bs-gutter-x: 0
}

.g-0, .gy-0 {
	--bs-gutter-y: 0
}

.g-1, .gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width: 576px) {
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 768px) {
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1, .gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1, .gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2, .gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2, .gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 992px) {
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 1200px) {
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width: 1400px) {
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.overflow-hidden {
	overflow: hidden !important;
}

.ratio {
	position: relative;
	width: 100%
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.ratio-4x3 {
	--bs-aspect-ratio: 75%
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%
}

.section-gap {
	margin: 50px 0;
}

.section-gap2 {
	padding: 50px 0;
}

@media screen and (max-width: 991px) {
	.section-gap {
		margin: 35px 0;
	}

	.section-gap2 {
		padding: 35px 0;
	}
}

.section-light {
	background: #f5f7f7;
}

.button-theme.button-slider {
	height: 42px;
	width: 42px;
	padding: 0;
	color: #000 !important;
	background-color: var(--bs-white);
	border: 0 solid transparent;
	font-size: 2em;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	outline: none !important;
	cursor: pointer;
	transition: var(--transition-default);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-box-shadow: -1px 1px 3px 0 rgb(40 40 48 / 20%);
	box-shadow: -1px 1px 3px 0 rgb(40 40 48 / 20%);
}

.button-theme.button-slider.slider-navigation_prev {
	left: -57px;
}

.button-theme.button-slider.slider-navigation_next {
	right: -57px;
}

.button-theme.button-slider:hover {
	background-color: var(--primary-color);
	color: var(--bs-white) !important;
}

.button-theme.button-slider.swiper-button-disabled {
	background: #f1f1f1 !important;
	color: #000 !important;
	opacity: .8 !important;
}

.slider-theme:hover .button-slider {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.slider-theme:hover .button-slider.slider-navigation_prev {
	left: -8px;
}

.slider-theme:hover .button-slider.slider-navigation_next {
	right: -8px;
}

@media screen and (max-width: 768px) {
	.button-theme.button-slider {
		font-size: 0.925em;
		padding: 6px 20px;
		display: none;
	}
}

@media (max-width: 576px) {
	.button-theme.button-slider {
		width: 32px;
		height: 32px;
		font-size: 1em;
	}
}

.section-hero .slider-hero .button-slider {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--bs-white);
	color: var(--bs-white) !important;
	height: 50px;
	width: 50px;
}

.section-hero .slider-hero .button-slider:hover {
	color: var(--bs-white) !important;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.section-hero .slider-hero .button-slider.swiper-button__prev {
	left: 25px;
}

.section-hero .slider-hero .button-slider.swiper-button__next {
	right: 25px;
}

.section-hero .slider-hero:hover .button-slider {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.section-hero .slider-hero:hover .button-slider.swiper-button__prev {
	left: 50px;
}

.section-hero .slider-hero:hover .button-slider.swiper-button__next {
	right: 50px;
}

@media (max-width: 576px) {
	.section-hero .slider-hero .button-slider {
		display: none;
	}

	.section-hero .slider-hero .button-slider.swiper-button__prev {
		left: 15px;
	}

	.section-hero .slider-hero .button-slider.swiper-button__next {
		right: 15px;
	}

	.section-hero .slider-hero:hover .button-slider.swiper-button__prev {
		left: 18px;
	}

	.section-hero .slider-hero:hover .button-slider.swiper-button__next {
		right: 18px;
	}
}

.header {
	padding: 0;
	background-color: var(--bs-white);
	position: sticky;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	border-bottom: 0;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
	transition: var(--transition-default);
}

.header.is-scroll {
	top: calc(-1 * var(--height));
}

.header-grid {
	display: flex;
	align-items: center;
	gap: 45px;
	width: 100%;
}

.header .header-logo {
	position: relative;
	height: 60px;
	width: auto;
	flex-shrink: 0;
}

.header .header-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.header .header-link .header-link_item {
	position: relative;
}

.header .header-link .header-link_item + .header-link_item {
	padding-left: 18px;
	margin-left: 18px;
}

.header .header-link .header-link_item + .header-link_item:before {
	position: absolute;
	content: "";
	height: calc(100% - 5px);
	width: 1px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .1);
}

.header .header-link .header-link_item > span {
	font-size: 15px;
	color: #1c1b1b;
	background: linear-gradient(to right, currentColor, currentColor) 0 1px /0 1px no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-o-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-webkit-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
}

.header .header-link .header-link_item > .stretched-link:hover + span {
	color: var(--primary-color) !important;
	background-size: 100% 1px;
	background-position: left bottom;
}

.header .header-search {
	padding: 16px 0;
}

.header .header-search .form-control {
	border: 1px solid rgba(0, 0, 0, .1) !important;
	padding: 10px 16px !important;
	border-radius: 8px;
	min-width: 420px;
	outline: none !important;
	box-shadow: none !important;
	transition: var(--transition-default);
}

.header .header-search .btn-addon {
	right: 4px !important;
	top: 50% !important;
	bottom: unset !important;
	transform: translateY(-50%);
}

.header .header-search .btn-addon .btn {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	border-radius: 6px !important;
	transition: var(--transition-default);
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
	outline: none !important;
	box-shadow: none !important;
}

.header .header-search .btn-addon .btn:hover {
	background-color: var(--primary-hover) !important;
	border-color: var(--primary-hover) !important;
	border-radius: 6px !important;
}

.header .header-logo {
	position: relative;
	height: 50px;
}

.header .header-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.header .header-link .header-link_item {
	position: relative;
}

.header .header-link .header-link_item + .header-link_item {
	padding-left: 18px;
	margin-left: 18px;
}

.header .header-link .header-link_item + .header-link_item:before {
	position: absolute;
	content: "";
	height: calc(100% - 5px);
	width: 1px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, .1);
}

.header .header-link .header-link_item > span {
	font-size: 15px;
	color: #1c1b1b;
	background: linear-gradient(to right, currentColor, currentColor) 0 1px /0 1px no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-o-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-webkit-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
}

.header .header-link .header-link_item > .stretched-link:hover + span {
	color: var(--primary-color) !important;
	background-size: 100% 1px;
	background-position: left bottom;
}

.header .header-navigations {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}

.header .header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	gap: 18px;
	width: 100%;
}

.header .header-menu .header-menu_item {
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.header .header-menu .header-menu_item img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-right: 6px;
}

.header .header-menu .header-menu_item > span {
	font-size: 15px;
	color: #1c1b1b;
	font-weight: 500;
	background: linear-gradient(to right, currentColor, currentColor) 0 1px /0 1px no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-o-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-webkit-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
}

.header .header-menu .header-menu_item > .stretched-link:hover ~ span {
	color: var(--primary-color) !important;
	background-size: 100% 1px;
	background-position: left bottom;
}

.header .header-categories {
	width: 320px;
	flex-shrink: 0;
}

.header .header-categories .tab-menu {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}

.header .header-categories .tab-menu > li,
.header .header-categories .tab-menu .dropdown {
	width: 100%;
	position: relative;
}

.header .header-categories .tab-menu .dropdown .btn-category {
	width: 100%;
	outline: none;
	box-shadow: none;
	background-color: var(--primary-color);
	color: var(--bs-white);
	padding: 10px 16px;
	text-align: left;
	border-radius: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.header .header-categories .tab-menu .dropdown .btn-category > i {
	font-size: 18px;
	vertical-align: middle;
	line-height: inherit;
	margin-right: 6px;
}

.header .header-categories .tab-menu .dropdown .btn-category:after {
	border: 0;
	margin-left: auto;
	transition: var(--transition-default);
	content: "\f107";
	font: normal normal normal 14px / 1 FontAwesome;
	vertical-align: middle;
	font-size: 18px;
	height: auto;
	width: auto;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	top: 100% !important;
	left: 0 !important;
	right: unset !important;
	bottom: unset !important;
	transform: unset !important;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu {
	border: 0;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul {
	width: 100%;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > a,
.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > button {
	padding: 10px 12px;
	color: #121212;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	font-size: 14px;
	transition: var(--transition-default);
	background-color: transparent;
	box-shadow: none;
	border: 0;
	outline: none;
	width: 100%;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > a:after,
.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > button:after {
	font-size: 18px;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > a .icon,
.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > button .icon {
	width: 24px;
	border-right: 0;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li:hover > a {
	color: var(--primary-color);
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li:not(:last-child) {
	border-bottom: 0;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu {
	left: 100%;
	margin-left: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	max-height: 100%;
	overflow-y: auto;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu .mega-product .mega-decs {
	font-size: 14px;
	color: #121212;
	--line: 2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--line);
	line-clamp: var(--line);
	-webkit-box-orient: vertical;
	transition: var(--transition-default);
	line-height: 1.3;
	margin-top: 4px;
}

.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu .mega-product:hover .mega-decs {
	color: var(--primary-color);
}

.header .header-toolbar,
.header .header-overlay,
.header .header-phone {
	display: none;
}

@media screen and (min-width: 992px) {
	.dropdown-menu.show {
		display: none;
	}

	.header .header-categories .tab-menu .dropdown:hover .dropdown.show,
	.header .header-categories .tab-menu .dropdown:hover .dropdown-menu {
		display: block;
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu {
		width: calc(960px - 320px);
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu {
		height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu {
		width: calc(1200px - 320px);
	}
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
	.header-grid {
		gap: 30px;
	}

	.header .header-search .form-control {
		min-width: 300px;
	}

	.header .header-link .header-link_item + .header-link_item {
		padding-left: 16px;
		margin-left: 16px;
	}

	.header .header-link .header-link_item > span {
		font-size: 14px;
		white-space: nowrap;
	}

	.header .header-categories {
		width: 225px;
	}

	.header .header-navigations {
		gap: 20px;
	}

	.header .header-menu {
		gap: 12px;
	}

	.header .header-menu .header-menu_item img {
		width: 18px;
		height: 18px;
	}

	.header .header-menu .header-menu_item > span {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px) {
	.header .header-banner img {
		height: 22px !important;
		width: auto !important;
	}

	.header .header-top {
		padding: 16px 0 0;
	}

	.header .header-grid {
		flex-wrap: wrap;
		gap: 0;
	}

	.header .header-logo {
		height: 40px;
	}

	.header .header-search {
		width: calc(100% - 36px);
		transition: var(--transition-default);
	}

	.header .header-search .form-control {
		min-width: 100%;
	}

	.header .header-toolbar {
		margin-left: auto;
		display: block;
	}

	.header .header-toolbar .header-hamburger {
		margin-left: 4px;
		gap: 6px;
		width: 32px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		flex-direction: column;
		padding: 2px 0 0;
		background: transparent !important;
		outline: none;
		box-shadow: none;
		border: 0;
	}

	.header .header-toolbar .header-hamburger .hamburger-button {
		position: relative;
		width: 20px;
		height: 20px;
		-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		transform: translateY(-1px);
		display: block;
	}

	.header .header-toolbar .header-hamburger .hamburger-button > i {
		background-color: var(--primary-color);
		width: 100%;
		height: 2px;
		position: absolute;
		display: block;
		-webkit-transition: var(--transition-default);
		-o-transition: var(--transition-default);
		transition: var(--transition-default);
		left: 0;
	}

	.header .header-toolbar .header-hamburger .hamburger-button > i:nth-child(1) {
		top: 2px;
	}

	.header .header-toolbar .header-hamburger .hamburger-button > i:nth-child(2) {
		top: 10px;
	}

	.header .header-toolbar .header-hamburger .hamburger-button > i:nth-child(3) {
		bottom: 0;
		width: 15px;
		left: auto;
		right: 0;
	}

	.is-navigation .header .header-toolbar .header-hamburger .hamburger-button > i {
		background-color: var(--primary-color);
	}

	.is-navigation .header .header-toolbar .header-hamburger .hamburger-button > i:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 9px;
	}

	.is-navigation .header .header-toolbar .header-hamburger .hamburger-button > i:nth-child(2) {
		left: 50%;
		width: 0;
	}

	.is-navigation .header .header-toolbar .header-hamburger .hamburger-button > i:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		bottom: 9px;
		width: 100%;
	}

	.header .header-link {
		display: none;
	}

	.header .header-phone {
		margin-left: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header .header-phone > a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		background-color: var(--primary-color);
		color: var(--white);
		font-size: 1.45em;
		border-radius: 8px;
		transition: var(--transition-default);
	}

	.header-bottom .header-navigations {
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 345px;
		margin: 0 auto;
		left: -120%;
		transition: var(--transition-default);
		background-color: var(--bs-white);
		display: flex;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		height: 100vh;
		padding: 0 !important;
		overflow-y: auto;
		z-index: 1001;
	}

	.is-navigation .header-bottom .header-navigations {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		left: 0;
	}

	.header .header-categories {
		width: 100%;
	}

	.header .header-categories .tab-menu {
		margin: 0 !important;
	}

	.header .header-categories .tab-menu .dropdown .btn-category {
		display: none;
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu {
		display: block !important;
		box-shadow: none;
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > a,
	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > button {
		padding: 14px 12px;
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li:hover > a,
	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > button[aria-expanded=true] {
		color: var(--primary-color);
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > a:after {
		display: none;
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li > button:after {
		content: "\f107";
		font-family: fontawesome;
		position: absolute;
		right: 14px;
		color: #262626;
		transition: .3s ease;
		font-size: 18px;
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li + li {
		border-top: 1px solid rgba(0, 0, 0, .05);
	}

	.header .header-categories .tab-menu .dropdown .dropdown-menu .category-menu ul > li .category-mega-menu {
		position: static;
		width: 100%;
		min-width: auto;
		border: 0;
		border-top: 1px solid rgba(0, 0, 0, .05);
		max-height: 100%;
		overflow: hidden;
	}

	.header-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		background-color: rgba(0, 0, 0, .75);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		z-index: 1000;
		padding: 0;
		outline: none;
		box-shadow: none;
		border: 0;
	}

	.is-navigation {
		overflow: hidden;
		height: 100vh;
	}

	.is-navigation .header-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.is-scroll.header .header-top {
		padding: 10px 0 0;
	}

	.is-scroll.header .header-phone > a {
		width: 36px;
		height: 36px;
		font-size: 1.3em;
	}

	.is-scroll.header .header-search {
		padding: 10px 0;
	}

	.is-scroll.header .header-search .form-control{
		padding: 8px 16px;
	}

	.is-scroll.header .header-search .btn-addon .btn {
		padding: 0 !important;
		width: 36px;
		height: 36px;
		min-width: 34px;
	}
}

.flashsale-wrapper {
	background-color: var(--primary-color);
	border-radius: 16px;
	padding: 12px;
	overflow: hidden;
}

.flashsale-wrapper .flashsale-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 12px;
}

.flashsale-wrapper .flashsale-head .flashsale-head_image {
	width: 30%;
	flex-shrink: 0;
}

.flashsale-wrapper .flashsale-head .flashsale-head_time {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.flashsale-wrapper .flashsale-head .flashsale-head_time .time-item {
	background-color: rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 18px 12px;
	border-radius: 12px;
	color: var(--bs-white);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	min-width: 66px;
}

.flashsale-wrapper .flashsale-head .flashsale-head_time .time-item .time-item_text {
	font-size: 12px;
	font-weight: 400;
	color: #e5e5e5;
}

@media screen and (max-width: 767px) {
	.flashsale-wrapper .flashsale-head {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-bottom: 16px;
	}

	.flashsale-wrapper .flashsale-head .flashsale-head_image {
		width: 60%;
	}

	.flashsale-wrapper .flashsale-head .flashsale-head_time {
		padding-right: 0;
	}

	.product-item .product-description {
		padding: 10px;
	}

	.product-item .product-description .product-title {
		width: 100%;
		font-size: 1em;
		height: auto;
	}

	.product-item .product-description .product-title a {
		font-size: 14px;
	}

	.product-item .product-description .price-zone {
		height: auto;
		margin-top: 4px;
	}

	.product-item .product-description del.price {
		font-size: 12px;
	}

	.product-item .product-description .price {
		font-size: 15px;
	}
}

.categories-item {
	text-align: center;
	font-size: 14px;
}

.categories-item .categories-item_image img {
	transition: var(--transition-default);
}

.categories-item .categories-item_title {
	font-size: 0.925em;
	margin-top: 8px;
	font-weight: 600;
	line-height: 1.2;
	color: #232323;
	transition: var(--transition-default);
}

.categories-item:hover .categories-item_image img {
	transform: scale(1.075);
}

.categories-item:hover .categories-item_title {
	color: var(--primary-color);
}

.product-item {
	border: 1px solid #ede8e8;
	border-radius: 8px;
	box-shadow: 0 0.125rem 0.15rem rgba(0, 0, 0, .075) !important;
	overflow: hidden;
	flex-direction: column !important;
}

.product-item .product-image {
	overflow: hidden;
	width: 100% !important;
}

.product-item .product-image img {
	transition: var(--transition-default);
}

.product-item:hover .product-image img {
	transform: scale3d(1.08, 1.08, 1);
}

.product-item .badge {
	font-size: 12px;
}

.product-item .product-description {
	width: 100% !important;
}

.product-item .product-description .product-title {
	color: #232323;
}

.product-item .product-description .product-title a:hover {
	color: var(--primary-color);
}

.section-heading {
	margin-bottom: 30px;
	justify-content: space-between;
	gap: 15px;
}

.section-heading .heading-title {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
}

.section-heading .heading-link {
	display: flex;
	align-items: center;
	gap: 6px;
}

@media screen and (max-width: 991px) {
	.section-heading {
		gap: 5px;
	}

	.section-heading .heading-title {
		font-size: 20px;
	}
}

.link-theme_line {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	gap: 3px;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	color: #000000;
}

.link-theme_line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(1);
	transform-origin: right;
}

.link-theme_line svg {
	stroke-width: 3px;
	width: 12px;
	height: 12px;
	transform: rotate(-90deg);
}

.link-theme_line svg path,
.link-theme_line svg path {
	stroke-width: 1.5px;
	vector-effect: non-scaling-stroke;
}

.link-theme_line:hover {
	color: var(--primary-color);
}

.link-theme_line:hover::after {
	transform: scaleX(1);
	transform-origin: left;
	animation: text-underlined .6s;
}

@keyframes text-underlined {
	0% {
		transform: scaleX(1);
		transform-origin: right;
	}
	50% {
		transform: scaleX(0);
		transform-origin: right;
	}
	51% {
		transform-origin: left;
	}
	100% {
		transform: scaleX(1);
	}
}

.bestselling-wrapper {
	background-color: var(--secondary-hover);
	border-radius: 16px;
	padding: 12px;
	position: relative;
	-webkit-box-shadow: -1px 1px 3px 0 rgb(40 40 48 / 20%);
	box-shadow: -1px 1px 3px 0 rgb(40 40 48 / 20%);
}

.bestselling-wrapper .bestselling-head {
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	border-bottom: none !important;
	top: 0;
}

.bestselling-wrapper .bestselling-head .bestselling-head_title {
	font-size: 1.45em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: var(--bs-white);
	background: var(--secondary-color);
	padding-left: 20px;
	padding-right: 20px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 18px 18px;
}

.bestselling-wrapper .bestselling-head .bestselling-head_title::before,
.bestselling-wrapper .bestselling-head .bestselling-head_title::after {
	content: "";
	position: absolute;
	top: 0;
	width: 36px;
	height: 33px;
	background-color: var(--secondary-color);
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

.bestselling-wrapper .bestselling-head .bestselling-head_title::before {
	left: -36px;
	border-radius: 20px 0 0 0;
}

.bestselling-wrapper .bestselling-head .bestselling-head_title::after {
	right: -36px;
	border-radius: 0 20px 0 0;
}

.bestselling-wrapper .bestselling-body {
	padding-top: 48px;
}

@media screen and (max-width: 991px) {
	.bestselling-wrapper .bestselling-head .bestselling-head_title {
		font-size: 1.3em;
		white-space: nowrap;
	}
}

.section-articles {
	background-color: rgb(248 249 250);
}

.section-articles .swiper {
	margin: -5px;
	padding: 5px;
}

.card-articles {
	border: 0;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
	background-color: var(--bs-white);
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 0;
}

.card-articles .card-image {
	overflow: hidden;
}

.card-articles .card-image .ratio {
	--bs-aspect-ratio: calc(2 / 3 * 100%);
}

.card-articles .card-image img {
	transition: var(--transition-default);
}

.card-articles:hover .card-image img {
	transform: scale3d(1.08, 1.08, 1);
}

.card-articles .card-body {
	padding-bottom: 45px;
	flex: 1 1 auto;
}

.card-articles .card-body .card-title {
	margin-bottom: 0;
	font-size: 1.075em;
	font-weight: 700;
	color: #121212;
	--line: 2;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: var(--line);
	line-clamp: var(--line);
	-webkit-box-orient: vertical;
	transition: var(--transition-default);
}

.card-articles .card-body .card-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	border: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 0;
	gap: 3px;
	white-space: nowrap;
	font-size: 14px;
	color: #d3d3d3;
	width: 70px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.card-articles:hover .card-body .card-title {
	color: var(--primary-color);
}

.card-articles:hover .card-body .card-link {
	color: var(--primary-color);
}

.card-articles .card-body .card-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	transform: scaleX(1);
	transform-origin: right;
}

.card-articles:hover .card-body .card-link::after {
	transform: scaleX(1);
	transform-origin: left;
	animation: text-underlined .6s;
	background: var(--secondary-hover);
}

.floating-socials {
	position: fixed;
	bottom: 45px;
	left: 10px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.floating-socials .floating-socials_item {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.floating-socials .floating-socials_item img {
	width: 48px;
	height: 48px;
	transition: all 0.3s ease;
}

.idex-alo-phone {
	height: auto;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
	background-color: var(--secondary-color) !important;
	opacity: 1;
	width: 52px;
	height: 52px;
	background-size: 44px;
	bottom: 5px;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone:hover .idex-alo-ph-circle,
.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle, .idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle,
.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
	background-color: var(--secondary-hover) !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle, .idex-alo-phone:hover .idex-alo-ph-circle {
	border-color: var(--secondary-hover) !important;
}

.phone-hotline {
	background-color: var(--primary-color);
}

.phone-hotline a {
	color: var(--secondary-hover);
}

@media screen and (max-width: 991px) {
	.idex-alo-phone {
		right: 0 !important;
		height: auto;
		width: auto;
	}

	.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
		width: 46px;
		height: 46px;
		background-size: 24px;
		bottom: 14px;
		right: 24px;
	}

	.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
		width: 74px;
		height: 74px;
		bottom: 0;
		right: 10px;
	}

	.idex-alo-ph-circle {
		width: 90px;
		height: 90px;
		bottom: -9px;
		right: 1px;
	}

	.floating-socials {
		gap: 8px;
		bottom: 20px;
	}

	.floating-socials .floating-socials_item img {
		width: 36px;
		height: 36px;
	}
}

.footer-theme {
	background-color: #ededed;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 30px 0;
	font-size: 14px;
}

.footer-theme .footer-list {
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
}

.footer-theme .footer-item {
	font-size: 15px;
	color: #3f3e3e;
}

.footer-theme .footer-list .footer-item .footer-item_link {
	background: linear-gradient(to right, currentColor, currentColor) 0 1px /0 1px no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-o-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	-webkit-transition: background-size .5s cubic-bezier(.3, 1, .3, 1), color .5s cubic-bezier(.3, 1, .3, 1) !important;
	color: inherit;
}

.footer-theme .footer-list .footer-item .footer-item_link:hover {
	color: var(--primary-color) !important;
}

.footer-theme .footer-list .footer-item .footer-item_link:hover {
	background-size: 100% 1px;
	background-position: left bottom;
}

.footer-theme .footer-images {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
}

.footer-theme .footer-oa,
.footer-theme .footer-images .footer-images_item {
	position: relative;
}

.footer-theme .footer-statis {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #d9d9d9;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.footer-theme .footer-statis .fa {
	width: 16px;
	color: var(--primary-color);
}

.footer-theme .footer-copyright {
	padding-top: 64px;
	font-size: 13px;
	color: rgba(0, 0, 0, .5);
}

@media screen and (max-width: 1200px) {
	.footer-theme .footer-item {
		font-size: 14px;
	}
}

#searchFormMobile .timkiem .ketquatim {
	padding: 8px;
	background-color: #f5f7f7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#searchFormMobile .timkiem .ketquatim .item-search {
	border-radius: 8px;
	background-color: var(--bs-white);
	border: 1px solid #ede8e8;
	gap: 12px;
	margin-bottom: 0;
}

#searchFormMobile .timkiem .ketquatim .item-search .image {
	border: 0;
	flex-shrink: 0;
	border-radius: 8px;
	margin-right: 0;
}

#searchFormMobile .timkiem .ketquatim .item-search .info {
	padding: 8px 0;
	width: 100%;
}

#searchFormMobile .timkiem .ketquatim .item-search .info > a {
	font-size: 1.075em;
	font-weight: 600;
	color: #121212;
	line-height: 1.1;
	transition: var(--transition-default);
}

#searchFormMobile .timkiem .ketquatim .item-search .info .price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #c70000;
	font-size: 14px;
	font-weight: 600;
}

#searchFormMobile .timkiem .ketquatim .item-search .info .price .price-old {
	font-size: 13px;
	font-weight: 500;
	color: #8c8c8c;
	text-decoration: line-through;
}

#searchFormMobile .timkiem .ketquatim .item-search:hover .info > a {
	color: var(--primary-color);
}

@media screen and (max-width: 1200px) {
	#searchFormMobile .timkiem .ketquatim .item-search .info > a {
		font-size: 1em;
	}
}

.thuoctinhchitiet {
	background-color: #ededed;
	color: #121212;
}

.thuoctinhchitiet p {
	margin-bottom: 8px;
}

.thuoctinhchitiet p:last-child {
	margin-bottom: 0;
}