/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
#headerCatProduct {
	display: none !important;
}
@font-face {
	font-family: 'SegoeUI';
	src: url('./fonts/segoeui.eot'); /* IE9 Compat Modes */
	src: url('./fonts/segoeui.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('./fonts/segoeui.otf') format('opentype'),
		/* Open Type Font */ url('./fonts/segoeui.ttf') format('truetype'),
		/* Safari, Android, iOS */ url('./fonts/segoeui.woff') format('woff'),
		/* Modern Browsers */ url('./fonts/segoeui.woff2') format('woff2'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUI-Bold';
	src: url('./fonts/segoeuib.eot'); /* IE9 Compat Modes */
	src: url('./fonts/segoeuib.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('./fonts/segoeuib.otf') format('opentype'),
		/* Open Type Font */ url('./fonts/segoeuib.ttf') format('truetype'),
		/* Safari, Android, iOS */ url('./fonts/segoeuib.woff') format('woff'),
		/* Modern Browsers */ url('./fonts/segoeuib.woff2') format('woff2'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SegoeUI-Light';
	src: url('./fonts/segoeuil.eot'); /* IE9 Compat Modes */
	src: url('./fonts/segoeuil.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */ url('./fonts/segoeuil.otf') format('opentype'),
		/* Open Type Font */ url('./fonts/segoeuil.ttf') format('truetype'),
		/* Safari, Android, iOS */ url('./fonts/segoeuil.woff') format('woff'),
		/* Modern Browsers */ url('./fonts/segoeuil.woff2') format('woff2'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
.header.transparent .menu-item .nav-top-link {
	color: #fff;
	font-weight: bolder;
}
body {
	font-family: 'SegoeUI', sans-serif;
}
.section-title b {
	opacity: 0;
}
.section-title-normal {
	border-bottom: none;
}
.section-title-normal span {
	border-bottom: none;
}
.is-divider.small {
	display: none;
}
.section_footer {
	padding: 30px 0 !important;
}
.section_footer .footer_menu {
	color: #fff !important;
}
.section_footer .footer_menu .ux-menu-link__link:hover {
	color: #fff !important;
}

.section_footer img.alignnone {
	filter: invert(1);
	padding-right: 5px;
}
.section_footer .social-icons.follow-icons a {
	color: #fff !important;
}
.section_footer .social-icons .button.icon:hover,
.social-icons .button.icon:not(.is-outline) {
	background-color: transparent !important;
}
.section_footer .wpcf7-form .wpcf7-submit {
	position: relative;
	transform: translate(316%, -140%);
	background-color: #e92c36;
}
.col_img_bct .has-hover.box-text-bottom {
	display: flex;
}
.section_map p {
	margin-bottom: 0;
}
.section_navi .col {
	padding: 0;
}
.featured-title .page-title-inner {
	padding-bottom: 0px;
	padding-top: 0px;
}
.page-header-wrapper .page-title .woocommerce-breadcrumb {
	background-color: transparent;
	text-transform: capitalize;
}
/* -----------------------------------HOME----------------------------------------- */
/* BANNER HOME */
.section_banner_home{
	transform:translateY(-16px);
}
.section_banner_home h1 {
	text-shadow: 0 0 18px rgba(0, 0, 0, 0.44);
	color: #fff;
	font-family: 'SegoeUI';
	font-size: 48px;
	font-weight: 400;
	line-height: 50px;
}
.section_banner_home .wheel {
	width: 30px;
	height: 30px;
	position: fixed;
	left: 40px;
	bottom: 80px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: 5;
}
.section_banner_home .wheel.show {
	opacity: 1;
}
.section_banner_home .wheel.show {
	position: absolute;
	opacity: 1;
	left: 50% !important;
	transform: translate(-50%, -40px);
	bottom: 25%;
	left: auto;
	bottom: auto;
	transform: none;
	transform: translateX(-100%);
	margin-top: 2%;
}
.section_banner_home .wheel {
	width: 30px;
	height: 30px;
	position: fixed;
	left: 40px;
	bottom: 80px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: 5;
}
.wheel.show span {
	-webkit-animation: Move-Arrow 2s ease-out infinite;
	animation: Move-Arrow 2s ease-out infinite;
}

.wheel.show span:first-child {
	-webkit-animation: Move-Arrow 2s ease-out 0.5s infinite;
	animation: Move-Arrow 2s ease-out 0.5s infinite;
}
.wheel span {
	position: absolute;
	width: 100%;
	height: 1px;
	opacity: 0;
	-webkit-transform: scale(0.3);
	transform: scale(0.3);
	left: 0;
}
.wheel span::before {
	left: 0;
	-webkit-transform: skewY(30deg);
	transform: skewY(40deg);
}
.wheel span::after,
.wheel span::before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background-color: #fff;
}
.wheel span::before {
	left: 0;
	-webkit-transform: skewY(30deg);
	transform: skewY(40deg);
}
.wheel span::after {
	right: 0;
	width: 50%;
	-webkit-transform: skewY(-30deg);
	transform: skewY(-40deg);
}
@keyframes Move-Arrow {
	25% {
		opacity: 1;
	}

	33.3% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	66.6% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(30px) scale(0.5);
		transform: translatœeY(30px) scale(0.5);
	}
}

/* Layer home */
.row_detail_about_us {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: -200px;
}
.row_data_home {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -250px; /* Tùy chỉnh */
}
/* .layer_home {
position: absolute;
top: -20%;
} */
/* .layer_home {
position: relative;
transform: translateY(-300px);
}
.row_detail_about_us {
position: relative;
transform: translateY(-100px);
display: flex;
justify-content: center;
z-index: 10;
} */
.row_detail_about_us .number {
	color: #fff;
	font-size: 60px;
	font-weight: bolder;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}
.row_detail_about_us .plus-custom {
	font-size: 45px;
}
.row_detail_about_us .content_number {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
}
/* ABOUT US */
.section_about_us_home {
	/* margin-top: -4px; */
}
.section-title b {
	opacity: 0;
}
.section_about_us_home .section-title-main {
	font-weight: 700;
}
.section_about_us_home .text h3 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 25px;
	padding-bottom: 20px;
	line-height: 35px;
}
.section_about_us_home .text h3::after {
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	margin-top: 20px;
	background-color: #e92c36;
}
.section_about_us_home .text p {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.section_about_us_home .col_content_about {
	padding: 0 50px !important;
}
/* Project special */
.section_project_spe .box-push .box-text {
	background-color: #008bcc;
	margin: -16% auto 0;
	max-width: 100%;
}
.section_project_spe .box-push .box-text .post-title a {
	color: #fff !important;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* Solution home */
.row_solution_home_1 > .col-inner,
.row_solution_home_2 > .col-inner,
.row_solution_home_3 > .col-inner {
	padding: 60px !important;
}
.row_solution_home_1,
.row_solution_home_1,
.row_solution_home_1 {
}
.row_solution_home_1 {
	background-image: url('../../uploads/2025/04/solution1.jpg');
	background-repeat: no-repeat;
}
.row_solution_home_2 {
	background-image: url('../../uploads/2025/04/solution2.jpg');
	background-repeat: no-repeat;
}
.row_solution_home_3 {
	background-image: url('../../uploads/2025/04/solution3.jpg');
	background-repeat: no-repeat;
}
.section_solution_home .section-title-normal .section-title-main {
	color: #fff;

	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.row_solution_home_1 h3,
.row_solution_home_2 h3,
.row_solution_home_3 h3 {
	font-size: 17px;
	font-weight: 500;
}
.section_solution_home .btn-view-more {
	margin-top: 30px !important;
	margin-bottom: 50px !important;
}
/* Service home */
.section_services_home .box-image {
	width: 180px;
	height: 180px;
	margin: auto;
	padding: 40px;
}
.section_services_home .box-text-inner .post-title a {
	color: #333;
	font-size: 16px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px;
}
.section_services_home .flickity-viewport {
	padding-top: 10px;
}
.section_services_home .flickity-button {
	height: 100%;
}

/* News home */
.section_news_home {
	padding: 70px 0 0 !important;
}
.section_news_home .flickity-button {
	height: 80%;
}
.section_news_home .box-text-inner {
	padding: 20px;
}
.section_news_home .box-text-inner .post-title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	height: 75px;
}
.section_news_home .box-text-inner a.button {
	display: flex;
	text-transform: capitalize;
	background-color: transparent;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.button.is-underline:before {
	width: 0;
}
.button.is-underline:hover:before {
	width: 0;
}
.section_news_home .box-text-inner a.button:hover {
	color: #008bcc !important;
	font-weight: 600;
}
.section_news_home .box-text-inner a.button::after {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	position: relative;
	bottom: -2px;
}

/* PAGE CONTACT */
.col_contact_address .col-inner {
	padding-top: 100px !important;
	padding-right: 70px;
}
.col_contact_form .col-inner {
	padding: 100px !important;
}
.col_contact_form .form-row p {
	display: flex;
}
.col_contact_form .form-row p span {
	width: 100%;
}
.col_contact_form .form-row p span:nth-last-child(1) {
	display: flex;
	justify-content: end;
}
.col_contact_form .input-50 {
	max-width: 96% !important;
}
.title_contact_2 span {
	color: #008bcc;
	font-size: 32px;
	font-weight: bold;
}
.title_contact_1 span {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
@media screen and (max-width: 768px) {
	.document-title{
		width: 33% !important;
		text-align: center;
	}
	.section_banner_home .flickity-viewport {
		height: 50vh !important;
	}
	.section_about_us_home {
		margin-top: -29px !important;
	}
	.section_about_us_home .col_content_about {
		padding: 30px 15px !important;
		text-align: justify;
	}
	.section_banner_home .y50.x50 {
		transform: translate(-50%, -170%);
	}
	.section_banner_home h1 {
		font-size: 16px;
		line-height: 1.2;
	}
	.row_detail_about_us {
		background-color: #008bcc !important;
		padding: 10px;
	}
	.section_layer_home_mb {
		margin-top: 200px !important;
	}
	.row_data_home {
		margin-top: 0px; /* Tùy chỉnh */
	}
	.row_detail_about_us .number {
		color: #fff;
		font-size: 20px;
	}
	.row_detail_about_us .plus-custom {
		font-size: 20px;
	}
	.row_detail_about_us .content_number {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
	}
	.section_solution_home .section-title-normal .section-title-main {
		font-size: 26px;
		margin-bottom: 0;
	}
	.sec-mb-home {
		min-height: 200px !important;
		height: 330px !important;
	}
	.row_solution_home_1 > .col-inner,
	.row_solution_home_2 > .col-inner,
	.row_solution_home_3 > .col-inner {
		padding: 30px !important;
	}
}
/* Responsive */
@media (max-width: 768px) {
	.box-layout-child-categories {
		flex-direction: column;
	}
	.section_banner_home{
		transform:translateY(0);
	}
	.title-h3-after::after {
		top: 6%!important;
	}
	.product-categories-children{
		display:flex;
		flex-wrap:wrap;

	}
	.box-image,
	.category-children-container {
		flex: 0 0 100% !important;
		padding: 0 !important;
	}

	.category-children-container {
		margin-top: 15px;
	}
}
.tab-product-custom h4 {
	font-size: 30px;
}

.tab-product-custom ul {
	gap: 20px;
}
.tab-product-custom .nav-pills > li.active > a {
	background-color: var(--fs-color-primary);
	color: #fff;
	opacity: 1;
	border-radius: 8px;
}
.tab-product-custom .nav-pills > li > a {
	background-color: white;
	color: var(--fs-color-primary);
	opacity: 1;
	border-radius: 8px;
	border: 2px solid var(--primary-color);
}
.title-h3-after::after {
	content: '';
	display: block;
	height: 4px;
	width: 50px;
	background-color: var(--primary-color);
	position: absolute;
	top: 12%;
}
.product-categories-children li {
	list-style: none;
}
.product-categories-children li a {
	color: black !important;
}
/* CSS cho layout danh mục và danh mục con */

.category-children-container {
	display: flex;
	flex-direction: column;
}

.product-categories-children {
	flex: 1;
}

.category-child-item a {
	color: #333;
	transition: color 0.2s;
}
.product-categories-children li a:hover {
	color: var(--primary-color) !important;
}
.category-child-item a:hover {
	color: #f90;
}
.btn-xemthem {
	margin: auto;
	background-color: #f90;
	color: #fff;
	padding: 0px 16px;
	text-transform: uppercase;
	font-weight: bold;
	width: max-content;
	border-radius: 10px;
}
.product-categories-children a {
	display: none;
}
.product-home-after .box-image {
	height: 185px;
	width: 100%;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	position: relative;
	border-radius: 12px;
}
.title-h3-after {
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-top: 2rem;
}
.gallery-khachhang .box-image {
	display: flex;
	justify-content: center;

	object-fit: contain;
	height: 100px;
}
.sec-giaiphap .icon-inner:hover img {
	filter: grayscale(1);
}
.sec-giaiphap .icon-box.featured-box:hover {
	cursor: pointer;
}
.page-duan .box-text-inner.blog-post-inner .post-title a {
	color: var(--primary-color);
}
.page-duan .box-text .button {
	margin-top: 1em;
	border-radius: 8px;
}
#comments {
	display: none !important;
}
.widget-title.shop-sidebar {
	background: var(--primary-color);
	display: block;
	padding: 10px;
	text-align: center;
	color: white;
}
.product-categories {
	background: #f0f0f0;
	padding: 10px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.product-categories li a {
	font-weight: 400;
	margin-left: 25px;
}
.product-categories li {
	margin-bottom: 10px;
	border-bottom: 2px solid white;
}
.product-categories .cat-item.cat-parent.has-child {
	position: relative;
}

.product-categories .cat-item.cat-parent.has-child::before {
	position: absolute;
	content: '';
	background: url(./assets/img/plus.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	right: 10px; /* Hoặc bất kỳ giá trị nào phù hợp để đặt vị trí ngang */
	pointer-events: none; /* Đảm bảo click xuyên qua biểu tượng */
}

/* Khi dropdown được mở, chỉ xoay biểu tượng thay vì di chuyển nó */
.product-categories .cat-item.cat-parent.has-child.active::before,
.product-categories .cat-item.cat-parent.has-child.opened::before {
	transform: translateY(-50%) rotate(45deg); /* Xoay 45 độ để biến dấu + thành dấu x */
	background: url(./assets/img/minus.webp); /* Hoặc có thể dùng hình ảnh khác cho trạng thái mở */
}
.product-categories .icon-angle-down {
	display: none;
}
.row.category-page-row .product-small .col-inner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 5px;
}
.product-lienquan .product-small .col-inner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 5px;
}
.woocommerce-breadcrumb.breadcrumbs.uppercase {
	font-size: 15px;
	line-height: 26px;
}
.woocommerce-result-count,
.woocommerce-ordering {
	display: none !important;
}
.shop-page-title.category-page-title.page-title {
	border-top: 2px solid;
}
.blog-dichvu-home .col-inner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 5px;
}
.blog-dichvu-home .is-divider {
	display: none;
}
.blog-dichvu-home .post-title a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.absolute-footer .container {
	color: white !important;
}
.text-box-excerpt {
	margin: 0 !important	;
}
.button-custom.color-primary {
	color: var(--primary-color);
	font-weight: bold;
	font-size: 14px;
}
.widget-giaiphap h4 {
	text-align: center;
	background: var(--primary-color);
	color: white;
	padding: 5px;
	margin: 0;
}
.widget-giaiphap .taxonomy-item {
	list-style: none;
	margin: 0;
	padding: 8px;
	background: #f0f0f0;
	font-weight: 500;
	border-bottom: 2px solid white;
}
.section_news_home2 .flickity-button {
    height: 95%;
}
.section_news_home2 .is-divider{
	display:none
}