/* @media (min-width: 768px) {
	.homepage-product-scent-decorate-img-fix {
        display: none;
    }
}

@media (min-width: 1250px) {
	.homepage-product-scent-decorate-img-fix {
        display: block;
    }
} */
@media ( min-width : 768px) {
	.homepage-heading-xl-fix {
		font-size: 50px;
	}
}

@media ( min-width : 1000px) {
	.homepage-heading-xl-fix {
		font-size: 64px;
	}
}

/* Start - Phat trien ben vung */
.phat-trien-ben-vung-decor-left {
	width: 4rem;
	height: auto;
	position: absolute;
	top: 12rem;
}

.phat-trien-ben-vung-decor-right {
	width: 5rem;
	height: auto;
	position: absolute;
	right: 0;
	top: 3rem;
}

/* .phat-trien-ben-vung-decor-left {
	display: block;
	width: 8rem;
	top: 38rem;
}

.phat-trien-ben-vung-decor-right {
	display: block;
	width: 14rem;
	top: 7rem;
} */

/* End - Phat trien ben vung */

/* Start - Tuyen dung */
.tuyen-dung-decor-left, .tuyen-dung-decor-right {
	margin-top: 0 !important;
	position: absolute;
	display: none;
}

@media ( min-width : 768px) {
	.tuyen-dung-decor-left, .tuyen-dung-decor-right {
		display: block;
	}
}

.tuyen-dung-decor-left {
	width: 200px;
	left: 0px;
	top: 650px;
}

.tuyen-dung-decor-right {
	width: 200px;
	right: 0;
	top: 1060px;
}

.tuyen-dung-decor-left img, .tuyen-dung-decor-right img {
	width: 100%;
}

/* End - Tuyen dung */

/* Start - He thong phan phoi */
.he-thong-phan-phoi-decor-left, .he-thong-phan-phoi-decor-right {
	display: none;
}

@media ( min-width : 768px) {
	.he-thong-phan-phoi-decor-left, .he-thong-phan-phoi-decor-right {
		display: block;
		position: absolute;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.he-thong-phan-phoi-decor-left {
		width: 180px;
		left: 0px;
		top: 29%;
	}
	.he-thong-phan-phoi-decor-right {
		width: 170px;
		right: 0;
		top: 55%;
	}
}

/* End - He thong phan phoi */

/* .homepage-category-fix-decorate-img {
	display: none;
}

@media (min-width: 1650px) {
	.homepage-category-fix-decorate-img {
		display: block;
	}
}


.product-detail-fix-decorate-img {
	display: none;
}

@media (min-width: 1920px) {
	.product-detail-fix-decorate-img {
		display: block;
	}
} */
.homepage-decor-img-2new-fix {
	width: 276px;
	top: 7%;
	left: -20%;
}

/* .homepage-decor-img-4new-fix {
	width: 15rem;
    top: 50%;
    right: -6rem;
} */

/* @media (min-width : 768px) {
	.homepage-decor-img-2new-fix {
		display: none;
	}
	.homepage-decor-img-4new-fix {
		display: none;
	}
} */

/* .tam-nhin-su-menh-decor {
	display: none;
}

.chien-luoc-phat-trien-decor {
	display: none;
} */
@media ( min-width : 1920px) {
	.homepage-decor-img-2new-fix {
		display: block;
	}
	.homepage-decor-img-4new-fix {
		display: block;
		width: 576px;
		top: 13%;
		right: -43rem;
	}
}

.tam-nhin-su-menh-decor {
	display: block;
	position: absolute;
	width: 130px;
	height: 193px;
	right: -279px;
	top: 326px;
}

.chien-luoc-phat-trien-decor {
	display: block;
	position: absolute;
	width: 130px;
	height: 193px;
	right: -279px;
	top: 200px;
}

@media ( min-width : 768px) {
	.tuyen-dung-fix-decorate-img {
		display: none;
	}
}

@media ( min-width : 1250px) {
	.tuyen-dung-fix-decorate-img {
		display: block;
	}
}

.not-zoom-container .container, .not-zoom-container.container {
	zoom: unset;
	width: unset;
}

/* ---------------------------- START MEGA SEARCH ---------------------------- */
.mega-search-button {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: #4267B2;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mega-search-button:hover {
	background-color: #365899;
	transform: scale(1.05);
}

.mega-search-dialog {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 1000;
	width: 90%;
	max-width: 600px;
	overflow: hidden;
}

.mega-search-dialog-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mega-search-head {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.mega-search-body {
	flex-grow: 1;
	overflow-y: auto;
	max-height: 400px;
}

.mega-search-foot {
	padding: 10px 20px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mega-search-logo {
	display: flex;
	align-items: center;
}

.mega-search-logo img {
	width: 50px;
}

.mega-search-company-name {
	font-weight: bold;
	color: #4267B2;
}

.mega-search-input-container {
	display: flex;
	align-items: center;
}

#megaSearchInput {
	flex-grow: 1;
	padding: 10px;
	font-size: 18px;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

#megaSearchInput:focus {
	outline: none;
}

.mega-search-close-button {
	font-size: 24px;
	color: #999;
	cursor: pointer;
	transition: color 0.2s ease;
	line-height: 1;
	width: 30px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
	transition: 0.2s;
}

.mega-search-close-button:hover {
	opacity: 1;
}

.mega-search-results {
	padding: 10px 20px;
}

.mega-search-result {
	border-bottom: 1px solid #eee;
	transition: background-color 0.2s ease, border-radius 0.2s ease;
}

.mega-search-result:last-child {
	border-bottom: none;
}

.mega-search-result:hover {
	background-color: #e6f0ff;
	border-radius: 8px;
}

.mega-search-result a {
	padding: 15px;
	color: #0066cc;
	text-decoration: none;
	font-size: 0.875rem;
	font-weight: 500;
	display: block;
}

.mega-search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(87, 99, 117, 0.5);
	z-index: 999;
	backdrop-filter: blur(2px);
}

.mega-search-body::-webkit-scrollbar {
	width: 8px;
}

.mega-search-body::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.mega-search-body::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.mega-search-body::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.mega-search-body {
	scrollbar-width: thin;
	scrollbar-color: #888 #f1f1f1;
}
/* ---------------------------- END MEGA SEARCH ---------------------------- */
.limited-lines-7 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
}

.color-white {
	color: white;
}

.px-0-important {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.outline-none {
	outline: none;
}

@media ( min-width : 768px) {
	.tuyen-dung-fix.tablet\:grid-cols-2 {
		grid-template-columns: unset;
	}
}

@media ( min-width : 1500px) {
	.tuyen-dung-fix.tablet\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.tuyen-dung-banner-search-btn {
	padding: 0.25rem;
	margin-right: 0.25rem;
}

.tuyen-dung-banner-margin {
	padding-bottom: 2rem;
}

@media ( min-width : 768px) {
	.tuyen-dung-banner-margin {
		padding-bottom: 2rem;
	}
	.tuyen-dung-banner-search-btn {
		padding: 0;
		margin-right: 0.75rem;
	}
}

.tuyen-dung-banner-img {
	margin-left: 3rem;
}

@media ( min-width : 1200px) {
	.block-1200 {
		display: block;
	}
	.tuyen-dung-banner-img {
		zoom: 0.7;
	}
}

@media ( min-width : 1400px) {
	.block-1400 {
		display: block;
	}
	.tuyen-dung-banner-img {
		zoom: 0.8;
	}
}

@media ( min-width : 1600px) {
	.tuyen-dung-banner-img {
		zoom: 1;
	}
}

.aspect-7\/3 {
	aspect-ratio: 7/3;
}

.mb-20 {
	margin-bottom: 5rem;
}

@media ( min-width : 768px) and (max-width: 1200px) {
	.footer-fix {
		flex-direction: column;
	}
	.footer-fix>div.space-y-2>h2 {
		text-align: center;
	}
	.footer-fix>div.space-y-2>div {
		justify-content: center;
	}
	.footer-fix .footer-fix-links, .footer-fix .footer-fix-socials {
		justify-content: center;
	}
}

@media ( min-width : 768px) {
	.carousel-scrollbar-fix {
		margin-top: -4rem;
		margin-bottom: 4rem;
	}
}

.right-\[-10\.75rem\] {
	right: -10.75rem;
}

/* ---------------------------- START SP THUONG HIEU ---------------------------- */
.isRightFirst .item {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}

.isRightFirst .item:nth-child(even) {
	flex-direction: row-reverse;
}

.isRightFirst .item-info {
	width: 50%;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	display: flex;
	align-items: center;
}

.isRightFirst .item:nth-child(odd) .item-info {
	flex-direction: row-reverse;
}

.isRightFirst .item-info-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.isRightFirst .item-info-decor {
	max-width: 50px;
}

.isRightFirst .item-info-name {
	font-family: "SVN-Blog Script";
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #e2000a;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-align: center;
}

.isRightFirst .item-info-name::after {
	position: absolute;
	top: -1rem;
	right: -1rem;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background-image: url('/resources/assets/images/triple-quote.png');
	background-size: contain;
	background-repeat: no-repeat;
	--tw-content: "";
	content: var(--tw-content);
}

.isRightFirst .outstanding-products {
	width: 50%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.isRightFirst .outstanding-products img {
	height: 5rem;
	width: auto;
	object-fit: contain;
}

.isRightFirst .item:nth-child(even) .outstanding-products {
	background-image:
		url("https://lixco.com/resources/assets/images/products-brand-all/fix/lix-showcase-bg-left.png");
	background-repeat: no-repeat;
	background-size: 100% 70%;
	background-position: left bottom;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}

.isRightFirst .item:nth-child(odd) .outstanding-products {
	background-image:
		url("https://lixco.com/resources/assets/images/products-brand-all/fix/lix-showcase-bg-right.png");
	background-repeat: no-repeat;
	background-size: 100% 70%;
	background-position: right bottom;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}

.isRightFirst .view-all {
	text-decoration: none;
	color: white;
	background-color: #114388;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	padding-left: 10px;
}

.isRightFirst .view-all span {
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-top: 0.1rem;
}

@media ( min-width : 576px) {
	.isRightFirst .item-info-main {
		flex: unset;
		margin-right: 1.5rem;
		margin-left: 0;
	}
	.isRightFirst .item:nth-child(odd) .item-info-main {
		margin-right: 0;
		margin-left: 1rem;
	}
	.isRightFirst .outstanding-products img {
		height: 6rem;
	}
	.isRightFirst .item-info-decor {
		max-width: 60px;
	}
	.isRightFirst .item-info-name {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

@media ( min-width : 768px) {
	.isRightFirst .item {
		margin-bottom: 6rem;
	}
	.isRightFirst .outstanding-products {
		width: 55%;
		justify-content: end;
		gap: 1rem;
	}
	.isRightFirst .item:nth-child(even) .outstanding-products {
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.isRightFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
		justify-content: start;
	}
	.isRightFirst .outstanding-products img {
		height: 10rem;
	}
	.isRightFirst .item-info-name {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.isRightFirst .item-info {
		width: 45%;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.isRightFirst .item-info-main {
		margin-right: 2.5rem;
		margin-left: 0;
	}
	.isRightFirst .item:nth-child(odd) .item-info-main {
		margin-right: 0;
		margin-left: 2rem;
	}
	.isRightFirst .view-all span {
		margin-top: 0.2rem;
	}
	.isRightFirst .item-info-name::after {
		top: -1.5rem;
		right: -1.5rem;
		height: 1.5rem;
		width: 1.5rem;
	}
}

@media ( min-width : 992px) {
	.isRightFirst .item:nth-child(even) .outstanding-products {
		padding-right: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
	}
	.isRightFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
	}
	.isRightFirst .outstanding-products img {
		height: 12rem;
	}
	.isRightFirst .item-info-name {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.isRightFirst .item-info {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	.isRightFirst .item-info-decor {
		max-width: 100px;
	}
	.isRightFirst .item-info-main {
		margin-right: 3.5rem;
		margin-left: 0;
	}
	.isRightFirst .item:nth-child(odd) .item-info-main {
		margin-right: 0;
		margin-left: 3rem;
	}
	.isRightFirst .view-all span {
		font-size: 1rem;
		text-transform: uppercase;
		margin-top: 0.1rem;
	}
}

@media ( min-width : 1200px) {
	.isRightFirst .item:nth-child(even) .outstanding-products {
		padding-right: 4rem;
		padding-left: 3rem;
	}
	.isRightFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 3rem;
		padding-left: 4rem;
	}
	.isRightFirst .outstanding-products img {
		height: 15rem;
	}
	.isRightFirst .item-info-name {
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.isRightFirst .item-info-name::after {
		top: -2rem;
		right: -2rem;
		height: 2rem;
		width: 2rem;
	}
	.isRightFirst .item-info {
		padding-right: 4rem;
		padding-left: 4rem;
	}
	.isRightFirst .item-info-decor {
		max-width: 110px;
	}
	.isRightFirst .item-info-main {
		margin-right: 4.5rem;
		margin-left: 0;
	}
	.isRightFirst .item:nth-child(odd) .item-info-main {
		margin-right: 0;
		margin-left: 4rem;
	}
	.isRightFirst .view-all span {
		font-size: 1.2rem;
		text-transform: uppercase;
		margin-top: 0.1rem;
	}
}

@media ( min-width : 1400px) {
	.isRightFirst .item:nth-child(even) .outstanding-products {
		padding-right: 5rem;
		padding-left: 3rem;
	}
	.isRightFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 3rem;
		padding-left: 5rem;
	}
}

.isLeftFirst .item {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}

.isLeftFirst .item:nth-child(odd) {
	flex-direction: row-reverse;
}

.isLeftFirst .item-info {
	width: 50%;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	display: flex;
	align-items: center;
}

.isLeftFirst .item:nth-child(even) .item-info {
	flex-direction: row-reverse;
}

.isLeftFirst .item-info-main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.isLeftFirst .item-info-decor {
	max-width: 50px;
}

.isLeftFirst .item-info-name {
	font-family: "SVN-Blog Script";
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #e2000a;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-align: center;
}

.isLeftFirst .item-info-name::after {
	position: absolute;
	top: -1rem;
	right: -1rem;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	background-image: url('/resources/assets/images/triple-quote.png');
	background-size: contain;
	background-repeat: no-repeat;
	--tw-content: "";
	content: var(--tw-content);
}

.isLeftFirst .outstanding-products {
	width: 50%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.isLeftFirst .outstanding-products img {
	height: 5rem;
	width: auto;
	object-fit: contain;
}

.isLeftFirst .item:nth-child(odd) .outstanding-products {
	background-repeat: no-repeat;
	background-size: 100% 70%;
	background-position: right bottom;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}

.isLeftFirst .item:nth-child(even) .outstanding-products { 
	background-repeat: no-repeat;
	background-size: 100% 70%;
	background-position: left bottom;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}

.isLeftFirst .view-all {
	text-decoration: none;
	color: white;
	background-color: #114388;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px;
	padding-left: 10px;
}

.isLeftFirst .view-all span {
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-top: 0.1rem;
}

@media ( min-width : 576px) {
	.isLeftFirst .item-info-main {
		flex: unset;
		margin-right: 1.5rem;
		margin-left: 0;
	}
	.isLeftFirst .item:nth-child(even) .item-info-main {
		margin-right: 0;
		margin-left: 1rem;
	}
	.isLeftFirst .outstanding-products img {
		height: 6rem;
	}
	.isLeftFirst .item-info-decor {
		max-width: 60px;
	}
	.isLeftFirst .item-info-name {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}
}

@media ( min-width : 768px) {
	.isLeftFirst .item {
		margin-bottom: 6rem;
	}
	.isLeftFirst .outstanding-products {
		width: 55%;
		justify-content: end;
		gap: 1rem;
	}
	.isLeftFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
	}
	.isLeftFirst .item:nth-child(even) .outstanding-products {
		padding-right: 2rem;
		padding-left: 2rem;
		padding-bottom: 2rem;
		justify-content: start;
	}
	.isLeftFirst .outstanding-products img {
		height: 10rem;
	}
	.isLeftFirst .item-info-name {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.isLeftFirst .item-info {
		width: 45%;
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.isLeftFirst .item-info-main {
		margin-right: 2.5rem;
		margin-left: 0;
	}
	.isLeftFirst .item:nth-child(even) .item-info-main {
		margin-right: 0;
		margin-left: 2rem;
	}
	.isLeftFirst .view-all span {
		margin-top: 0.2rem;
	}
	.isLeftFirst .item-info-name::after {
		top: -1.5rem;
		right: -1.5rem;
		height: 1.5rem;
		width: 1.5rem;
	}
}

@media ( min-width : 992px) {
	.isLeftFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
	}
	.isLeftFirst .item:nth-child(even) .outstanding-products {
		padding-right: 3rem;
		padding-left: 3rem;
		padding-bottom: 3rem;
	}
	.isLeftFirst .outstanding-products img {
		height: 12rem;
	}
	.isLeftFirst .item-info-name {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.isLeftFirst .item-info {
		padding-right: 3rem;
		padding-left: 3rem;
	}
	.isLeftFirst .item-info-decor {
		max-width: 100px;
	}
	.isLeftFirst .item-info-main {
		margin-right: 3.5rem;
		margin-left: 0;
	}
	.isLeftFirst .item:nth-child(even) .item-info-main {
		margin-right: 0;
		margin-left: 3rem;
	}
	.isLeftFirst .view-all span {
		font-size: 1rem;
		text-transform: uppercase;
		margin-top: 0.1rem;
	}
}

@media ( min-width : 1200px) {
	.isLeftFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 4rem;
		padding-left: 3rem;
	}
	.isLeftFirst .item:nth-child(even) .outstanding-products {
		padding-right: 3rem;
		padding-left: 4rem;
	}
	.isLeftFirst .outstanding-products img {
		height: 15rem;
	}
	.isLeftFirst .item-info-name {
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.isLeftFirst .item-info-name::after {
		top: -2rem;
		right: -2rem;
		height: 2rem;
		width: 2rem;
	}
	.isLeftFirst .item-info {
		padding-right: 4rem;
		padding-left: 4rem;
	}
	.isLeftFirst .item-info-decor {
		max-width: 110px;
	}
	.isLeftFirst .item-info-main {
		margin-right: 4.5rem;
		margin-left: 0;
	}
	.isLeftFirst .item:nth-child(even) .item-info-main {
		margin-right: 0;
		margin-left: 4rem;
	}
	.isLeftFirst .view-all span {
		font-size: 1.2rem;
		text-transform: uppercase;
		margin-top: 0.1rem;
	}
}

@media ( min-width : 1400px) {
	.isLeftFirst .item:nth-child(odd) .outstanding-products {
		padding-right: 5rem;
		padding-left: 3rem;
	}
	.isLeftFirst .item:nth-child(even) .outstanding-products {
		padding-right: 3rem;
		padding-left: 5rem;
	}
}

@media screen and (max-width: 500px) {
	.sp-thuong-hieu-btn-view-all-fix {
		gap: 0rem;
		padding-right: 0.1rem;
	}
}

/* ---------------------------- END SP THUONG HIEU ---------------------------- */