/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.20.1
*/

.header-nav-main {
	justify-content: center;
	gap: 20px;
}

.stuck .header-main .nav > li > a {
	line-height: 50px;
	color: w !important;
}
.header-main .nav > li > a {
	line-height: 50px;
	color: black !important;
}
.transparent .header-main .nav > li > a {
	line-height: 50px;
	color: white !important;
	font-size: 19px;
}
.transparent input::placeholder {
	color: white;
}
.transparent #woocommerce-product-search-field-0 {
	border-color: white !important;
}
.transparent .icon-search:before {
	content: '';
	filter: invert(1);
}
.sub-menu.nav-dropdown li a {
	opacity: 1;
	font-weight: bold;
	font-size: 16px;
	background: white;
	color: var(--fs-color-secondary) !important;
	margin-bottom: 10px;
}
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover {
	background-color: var(--fs-color-primary);
	color: #fff !important;
	border-color: black !important;
	border: 2px solid !important;
}
.sec-icon-ft img {
	filter: invert();
}
.icon-box {
	align-items: center !important;
}
.icon-box .text p {
	margin: 0;
}
span.ux-menu-link__text {
	color: white;
	font-size: 18px;
}
span.ux-menu-link__text:hover {
	color: var(--fs-color-primary);
	font-weight: bold;
}
.row-3-khung .text h3,
.row-3-khung .text h2 {
	text-transform: uppercase;
}
.sec-mtop {
	margin-top: -12rem;
}
.row-3-khung .col-inner:hover {
	background-color: #fff !important;
	transition: width 0.4s, background-color 0.4s;

	transform: scale(1.05);
	border: 1px solid;
}
.row-3-khung .col-inner:hover .text h2 span {
	color: var(--fs-color-secondary) !important;
}
.section-title b {
	background-color: currentColor;
	display: block;
	flex: 1;
	height: 2px;
	opacity: 0 !important;
}
.stack-vct .icon-box-img {
	width: 100px !important;
	background: var(--fs-color-primary);
	padding: 5px;
	border-radius: 99px;
	padding: 25px;
}
.stack-vct .icon-box-img img {
	filter: invert();
}
.gallery-home .box-image img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: 150px;
	border-radius: 12px;
	background: white;
	padding: 10px;
}
.gallery-home .box-image {
	border-radius: 12px;
}

/* PRODUCT */
.product-home .product-small {
	position: relative;
	margin: 0;
	overflow: hidden;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;

	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
		0 3px 6px rgba(0, 0, 0, 0.23);
}

.product-home .product-small .box-text:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #efefef;
	z-index: -2;
}
.product-home .product-small:hover .box-text a {
	color: #fff !important;
}
.product-home .product-small .box-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: var(--fs-color-primary);
	z-index: -1;
	-moz-transition: 0.8s all ease;
	-o-transition: 0.8s all ease;
	-webkit-transition: 0.8s all ease;
	transition: 0.8s all ease;
}
.product-home .product-small:hover .box-text:after {
	right: 0;
}
.title-wrapper .name.product-title a {
	font-size: 19px;
	color: BLACK;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-transform: uppercase;
}
.product-small.box .box-image img {
	height: 285px;
	object-fit: contain;
}
/*  */
.product-hover-desc {
	position: absolute;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	max-width: 300px;
	display: none;
	line-height: 1.6;
	font-size: 14px;
}

.widget {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-top-width: 8px;
	border-left-width: 3px;
	padding: 10px;
}
.widget-title {
	display: flex;
	margin: auto;
	font-size: 18px !important;
	padding: 10px;
}
.widget-title span {
	text-align: center;
	display: flex;
	margin: auto;
}
.is-divider.small {
	display: none;
}
.widget > ul > li ul {
	border-left: 3px solid var(--fs-color-secondary);
	display: none;
	margin: 0 0 10px 3px;
	padding-left: 15px;
	width: 100%;
}
.widget > ul > li > a {
	font-weight: bold;
	text-transform: uppercase;
}
.widget > ul > li > a:hover {
	color: var(--fs-color-primary);
}
.archive-page-header {
	background: #efefef;
	height: 80px;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.archive-page-header .text-center.col,
.archive-page-header .text-center.col .page-title {
	margin: 0;
	padding: 0;
}
.archive-page-header .text-center.col span {
	font-size: 30px;
}
.post-title.is-large a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--fs-color-primary);
}
.col.post-item .is-divider {
	display: none;
}
.comment-respond {
	display: none;
}
.blog-wrapper article {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-top-width: 8px;
	border-left-width: 3px;
}
@media screen and (max-width: 768px) {
	.sec-mtop {
		margin-top: 0rem !important;
	}
	.gtranslate_wrapper {
		display: flex !important;
		gap: 1px !important;
	}
}
.header-main .header-inner {
	max-width: 95% !important;
}
.header-bottom {
	border-top: 3px solid var(--fs-color-primary);
	border-bottom: 3px solid var(--fs-color-primary);
}
.row-icon-home .icon-box:hover {
	background-color: var(--fs-color-primary);
	transform: scale(1.05);
	transition: 0.3s all ease;
	border-radius: 8px;
}
.row-icon-home .icon-box:hover img {
	filter: drop-shadow(2px 4px 6px black);
	background: white;
	border-radius: 99px;
	padding: 10px;
	margin: 10px;
}
.row-icon-home .icon-box:hover .text h3 span {
	color: white;
}
.box-excerpt.is-small {
	display: none;
}
.wpcf7 label {
	display: inline-block;
	width: 100%;
	color: white;
}
.col.post-item .box.box-vertical {
	display: flex !important;
}
.lien-he-gia {
	color: #d30000;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.product-short-description {
	background: white;
	padding: 10px;
	border-radius: 8px;
	color: black;
	margin-top: 10px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
}
td {
	color: black;
	font-weight: bold;
}
.woocommerce-product-gallery__image img {
	height: 500px;
	object-fit: cover;
}
.woocommerce-Tabs-panel img {
	height: 500px;
	object-fit: contain;
	margin: 0 !important;
}
.woocommerce-Tabs-panel p {
	margin: 0 !important;
}
.tabs.wc-tabs.product-tabs {
	display: none;
}
.product-small.box .box-text.text-center table {
	display: none;
}
.product-info .product-short-description {
	background: white;
	padding: 10px;
	border-radius: 8px;
	color: black;
	margin-top: 10px;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	margin-bottom: 1rem;
}
.woocommerce-Price-amount.amount {
	color: red;
	font-size: 22px;
}
.price {
	margin-top: 10px;
}
.row .col-inner {
	border-radius: 10px;
}
.product-small.box {
	padding: 10px;
	border-radius: 8px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 8px;
}
.shop-container .title-wrapper .name.product-title a {
	font-size: 19px;
	color: BLACK;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-transform: uppercase;
	text-align: center;
}
.shop-container .price {
	text-align: center;
}
/* hi */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Background */
.background-wrapper {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	max-width: none;
}

.background-overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

/* Content wrapper */
.content-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.animation-container {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	padding: 40px;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Slides */
.slide {
	position: absolute;
	width: 100%;
	opacity: 0;
	filter: blur(30px);
	transform: translateY(14px);
	transition: none;
}

.slide.active {
	animation: slideIn 0.35s ease-out forwards;
}

.slide.exit {
	animation: slideOut 0.35s ease-out forwards;
}

@keyframes slideIn {
	from {
		opacity: 1;
		filter: blur(30px);
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		filter: blur(0px);
		transform: translateY(0);
	}
}

@keyframes slideOut {
	from {
		opacity: 1;
		filter: blur(0px);
		transform: translateY(0);
	}
	to {
		opacity: 0;
		filter: blur(0px);
		transform: translateY(-20px);
	}
}

/* Slide 1 & 2 */
.slide-1 .text-content,
.slide-2 .text-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	color: #f9faf8;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.text-line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
}

.text-line p {
	line-height: normal;
}

/* Slide 3 */
.slide-3-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	width: 100%;
}

.slide-3-top {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	color: #f9faf8;
	text-align: center;
	width: 100%;
}

.title-section {
	display: flex;
	flex-direction: column;
	gap: 2px;
	align-items: flex-start;
	font-size: 36px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	width: 100%;
}

.title-line {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.title-medium {
	font-weight: 500;
}

.title-extrabold {
	font-weight: 800;
}

.title-line p {
	line-height: normal;
}

.description-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}

.description-line-1 {
	margin-bottom: 0;
	line-height: normal;
}

.description-line-2 {
	line-height: normal;
}

.slide-3-bottom {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
}

.highlight-text {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	min-height: 1px;
	min-width: 1px;
}

.highlight-text p {
	line-height: 1.3;
}

.text-green {
	color: #d1ff65;
}

.text-white {
	color: #f9faf8;
	font-weight: 700;
}

/* Tablet (md) */
@media (min-width: 768px) {
	.slide-1 .text-content,
	.slide-2 .text-content {
		gap: 10px;
		font-size: 24px;
	}

	.slide-3-content {
		gap: 24px;
	}

	.slide-3-top {
		gap: 3px;
	}

	.title-section {
		gap: 3px;
		font-size: 54px;
		letter-spacing: 2.2px;
	}

	.description-section {
		font-size: 22px;
	}

	.slide-3-bottom {
		gap: 12px;
	}

	.highlight-text {
		font-size: 36px;
	}
}

/* Desktop (lg) */
@media (min-width: 1024px) {
	.slide-1 .text-content,
	.slide-2 .text-content {
		gap: 12.384px;
		font-size: 32px;
	}

	.slide-3-content {
		gap: 32px;
	}

	.title-section {
		font-size: 74.303px;
		letter-spacing: 2.9721px;
	}

	.description-section {
		font-size: 30.959px;
	}

	.highlight-text {
		font-size: 49.535px;
	}
}
