.home_gioithieu .row {
	align-items: center; 

}

.home_gioithieu .col:first-of-type {
	position: relative;
	padding-right: 23px;
}

.home_gioithieu .img {
	position: relative;
	padding-top: 30px;
	padding-right: 30px;
	z-index: 2;
}

.home_gioithieu .img::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 70%;
	border: 4px solid var(--color-main);
	z-index: -1;
}

.home_gioithieu .img::after {
	content: "";
	position: absolute;
	top: -40px;
	right: 3%;
	width: 120px;
	height: 120px;
	background-image: radial-gradient(#d5d5d5 2px, transparent 2px);
	background-size: 15px 15px;
	z-index: -2;
}

/* .home_gioithieu .img img {
width: 100%;
height: auto;
display: block;
} */

.home_gioithieu .content .col-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home_gioithieu .content h3:first-of-type,
.home_gioithieu .content h1,
.home_gioithieu .content h2,
.home_gioithieu .content p:first-of-type {
	width: 100%;
	flex: 0 0 100%;
}

.home_gioithieu .content h3:first-of-type {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.home_gioithieu .content h3:first-of-type::before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: var(--color-main);
	margin-right: 15px;
}

.home_gioithieu .content h1 {
	color: var(--color-main);
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.home_gioithieu .content h2 {
	color: var(--color-main);
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
	-webkit-text-stroke: 0.5px var(--color-main);
	letter-spacing: 6px;
}

.home_gioithieu .content .icon-box-text p:first-of-type {
	color: var(--color-text);
	font-size: 13px;
	line-height: 1.9;
	margin-bottom: 45px;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home_gioithieu .content p:first-of-type strong {
	font-weight: bold;
	color: var(--color-black);
}

.home_gioithieu .icon-box {
	width: 48%;
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.home_gioithieu .icon-box-img {
	width: 60px !important;
	position: relative;
	flex-shrink: 0;
}


.home_gioithieu .icon-box-img::before {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	background-color: #F6ECD7;
	border-radius: 50%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.home_gioithieu .icon-box-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	display: block;
}

.home_gioithieu .icon-box-text {
	flex: 1;
}

.home_gioithieu .icon-box-text h3 {
	font-size: 16px;
	color: var(--color-text);
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: normal;
}

.home_gioithieu .icon-box-text h3::before {
	display: none !important;
}

.home_gioithieu .icon-box-text p {
	font-size: 14px;
	color: #555;
	font-style: italic;
	line-height: 1.5;
	margin: 0;
}


/* Home sản phẩm */


.home_sanpham h1 {
	color: var(--color-main);
	text-align: center;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: bold;
	position: relative;
	padding-bottom: 15px;
}

.home_sanpham h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background-color: var(--color-main);
}


.home_sanpham .product-small.col {
	padding: 10px;
}

.home_sanpham .product-small .col-inner {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.home_sanpham .box-image {
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 15px;
	overflow: hidden;
}

.home_sanpham .box-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.home_sanpham .box-text-products {
	padding-top: 10px;
	text-align: left;
}
.home_sanpham .category.uppercase {
	display:none;
}
.home_sanpham .product-title {
	margin: 0 0 12px 0;
	line-height: 1.4;
	min-height: 44px;
}

.home_sanpham .product-title a {
	color: var(--color-black);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home_sanpham .product-title a:hover {
	color: var(--color-main);
}

.home_sanpham .box-excerpt {
	color: var(--color-text);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: justify;
}

.home_sanpham .product-small .col-inner {
	position: relative;
	background-color: var(--color-white);
	border: none !important;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	padding: 15px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
	transition: box-shadow 0.3s ease;
}

.home_sanpham .product-small .col-inner:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.home_sanpham .product-small .col-inner::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 50%;
	left: 50%;
	background: conic-gradient(
		transparent 0deg,
		transparent 130deg,
		var(--color-main) 130deg,
		var(--color-main) 180deg,
		transparent 180deg,
		transparent 310deg,
		var(--color-main) 310deg,
		var(--color-main) 360deg
	);
	transform-origin: center center;
	transform: translate(-50%, -50%) rotate(0deg);
	z-index: -2;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.home_sanpham .product-small .col-inner:hover::before {
	opacity: 1;
	animation: chayHaiKhucMau 2s linear infinite;
}

.home_sanpham .product-small .col-inner::after {
	content: '';
	position: absolute;
	inset: 2px;
	background: var(--color-white);
	z-index: -1;
}

@keyframes chayHaiKhucMau {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.home_sanpham .box-image,
.home_sanpham .box-text-products {
	position: relative;
	z-index: 2;
}

.home_dichvu .dmdv > .col-inner > h1 {
	background-color: var(--color-main);
	color: var(--color-white);
	text-align: center;
	font-size: 16px;
	padding: 12px 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.home_dichvu .dmdv > .col-inner > .row {
	border: 1px solid #e5e5e5;
	border-top: none;
	margin: 0;
	max-height: 900px;
	overflow-y: auto;
}

.home_dichvu .dmdv .box-image,
.home_dichvu .dmdv .is-divider,
.home_dichvu .dmdv .from_the_blog_excerpt,
.home_dichvu .dvnb .is-divider,
.home_dichvu .dvnb .badge.post-date {
	display: none !important;
}

.home_dichvu .dmdv .col.post-item {
	padding: 0 !important;
	border-bottom: 1px solid #e5e5e5;
}

.home_dichvu .dmdv .col.post-item:last-child {
	border-bottom: none;
}

.home_dichvu .dmdv .box-text {
	padding: 12px 15px !important;
	text-align: left !important;
}

.home_dichvu .dmdv .post-title {
	margin: 0;
	font-size: 13px;
	text-transform: none;
}

.home_dichvu .dmdv .post-title a {
	color: var(--color-text);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
}

.home_dichvu .dmdv .post-title a::after {
	content: "›";
	font-size: 18px;
	color: var(--color-text);
	line-height: 1;
}

.home_dichvu .dmdv .col.post-item:hover .post-title a,
.home_dichvu .dmdv .col.post-item:hover .post-title a::after,
.home_dichvu .dvnb .post-title a:hover {
	color: var(--color-main);
}

.home_dichvu .dmdv > .col-inner > .row::-webkit-scrollbar {
	width: 6px;
}

.home_dichvu .dmdv > .col-inner > .row::-webkit-scrollbar-track {
	background: #f4f4f4;
}

.home_dichvu .dmdv > .col-inner > .row::-webkit-scrollbar-thumb {
	background: var(--color-main);
	border-radius: 4px;
}

.home_dichvu .dvnb > .col-inner > h1 {
	display: inline-block;
	background-color: var(--color-main);
	color: var(--color-white);
	padding: 10px 45px 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
	clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 100%, 0 100%);
}

.home_dichvu .dvnb .box {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: none !important;
	background-color: #eaeaea;
	box-shadow: none;
	transition: all 0.3s ease;
	height: 100%;
	padding: 2px;
}

.home_dichvu .dvnb .box:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,.1) !important;
}

.home_dichvu .dvnb .box > div {
	position: relative;
	z-index: 2;
}

.home_dichvu .dvnb .box-text {
	padding: 20px 15px !important;
	text-align: left !important;
}

.home_dichvu .dvnb .post-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.home_dichvu .dvnb .post-title a {
	color: var(--color-text);
}

.home_dichvu .dvnb .from_the_blog_excerpt {
	font-size: 14px;
	color: #555;
	margin-bottom: 0;
	line-height: 1.5;
}

.home_dichvu .dvnb .box::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 50%;
	left: 50%;
	background: conic-gradient(
		transparent 0deg,
		transparent 130deg,
		var(--color-main) 130deg,
		var(--color-main) 180deg,
		transparent 180deg,
		transparent 310deg,
		var(--color-main) 310deg,
		var(--color-main) 360deg
	);
	transform: translate(-50%, -50%) rotate(0deg);
	transform-origin: center center;
	z-index: -2;
	opacity: 0;
	transition: opacity .3s ease;
}

.home_dichvu .dvnb .box:hover::before {
	opacity: 1;
	animation: chayHaiKhucMau 2s linear infinite;
}
.home_dichvu h1{
	color: var(--color-main);
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
}

.home_dichvu .dvnb .box::after {
	content: '';
	position: absolute;
	inset: 2px;
	background: var(--color-white);
	z-index: -1;
}

.home_dichvu .dvnb .row {
	display: flex;
	flex-wrap: wrap;
}

.home_dichvu .dvnb .col.post-item {
	display: flex;
}

.home_dichvu .dvnb .col.post-item > .col-inner {
	display: flex;
	width: 100%;
}

.home_dichvu .dvnb .ux-relay__control {
	margin-top: 20px;
}

.home_dichvu .dvnb .nav-pagination li .page-number {
	border: 1px solid #ddd;
	color: var(--color-text);
	border-radius: 2px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	padding: 0;
	font-weight: bold;
	background: var(--color-white);
}

.home_dichvu .dvnb .nav-pagination li .page-number.current,
.home_dichvu .dvnb .nav-pagination li .page-number:hover {
	background-color: var(--color-main);
	border-color: var(--color-main);
	color: var(--color-white);
}

@keyframes chayHaiKhucMau {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.home_camket {
	position: relative;
	padding: 60px 0;
	color: var(--color-white);
	background-color: rgba(0, 0, 0, 0.8);
}

.home_camket .ck_img h3,
.home_camket .content h3 {
	color: var(--color-main);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-weight: 600;
}

.home_camket .ck_img h1,
.home_camket .content h1 {
	color: var(--color-main);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
}

.home_camket .ck_img .nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 25px;
	padding: 0;
	list-style: none;
}

.home_camket .ck_img .nav .tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	font-size: 16px !important;
	background-color: var(--color-white);
	color: var(--color-black);
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	height: 100%;
}

.home_camket .ck_img .nav .tab.active a {
	background-color: var(--color-main);
	color: var(--color-white);
}

.home_camket .ck_img .tab-panels img {
	border: 4px solid var(--color-white);
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	width: 100%;
	height: auto;
	display: block;
}

.home_camket .content p {
	position: relative;
	padding-left: 45px;
	margin-bottom: 22px;
	color: var(--color-white);
	font-size: 15px;
	line-height: 1.6;
}

.home_camket .content p::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 4px;
	width: 18px;
	height: 18px;
	border: 2px solid var(--color-main);
	background-color: transparent;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.home_camket .content p::after {
	content: "";
	position: absolute;
	left: 16px;
	top: 7px;
	width: 5px;
	height: 9px;
	border: solid var(--color-white);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.home_congtrinh .text {
	text-align: center;
	margin-bottom: 40px;
}

.home_congtrinh .text h1 {
	color: var(--color-main);
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin: 0;
}

.home_congtrinh .text h1::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background-color: var(--color-main);
	margin: 15px auto 0 auto;
}

.home_congtrinh .box {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.home_congtrinh .box-image {
	position: relative;
	overflow: hidden;
	line-height: 0;
}

.home_congtrinh .box-image img {

	transition: transform 0.4s ease;
}

.home_congtrinh .box:hover .box-image img {
	transform: scale(1.05);
}

.home_congtrinh .box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.9) 0%,
		rgba(0, 0, 0, 0.4) 50%,
		rgba(0, 0, 0, 0) 100%
	);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.home_congtrinh .box:hover .overlay {
	opacity: 1;
}

.home_congtrinh .box .box-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 15px;
	text-align: center;
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 2;
}

.home_congtrinh .box:hover .box-text {
	opacity: 1;
	transform: translateY(0);
}

.home_congtrinh .box .box-text p {
	color: var(--color-white);
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.4;
}

.home_icon {
	background: linear-gradient(135deg, #e52d27 0%, #b31217 100%);
	padding: 60px 0;
}

.home_icon .icon-box {
	text-align: center !important; 
	padding: 15px;
}

.home_icon .icon-box-img {
	width: 85px !important;
	height: 85px !important;
	margin: 0 auto 30px auto !important; 
	background: rgba(255, 255, 255, 0.2); 
	border: 3.5px solid var(--color-black);
	border-radius: 16px;
	transform: rotate(45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.home_icon .icon-inner {
	transform: rotate(-45deg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_icon .icon-box-img img {
	filter: invert(100%);
	width: 40px !important;
	height: 40px !important;
	object-fit: contain;
}

.home_icon .icon-box:hover .icon-box-img {
	transform: rotate(45deg) scale(1.05);
	background: rgba(255, 255, 255, 0.35);
}

.home_icon .icon-box h3 {
	color: var(--color-white); 
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.3;
	min-height: 48px; 
	display: flex;
	align-items: center;
	justify-content: center; 
}

.home_icon .icon-box p {
	color: var(--color-white); 
	font-size: 13.5px;
	line-height: 1.6;
	margin: 0;
	text-align: justify;
	min-height: 90px; 
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.home_tuvan .text {
	text-align: center;
	margin-bottom: 40px;
}

.home_tuvan .text h1 {
	color: var(--color-main);
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin: 0;
}

.home_tuvan .text h1::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background-color: var(--color-main);
	margin: 15px auto 0 auto;
}

.home_tuvan .post-date {
	display: none !important;
}

.home_tuvan .is-divider {
	display: none !important;
}

.home_tuvan .box-image {
	overflow: hidden;
	border-radius: 4px;
}

.home_tuvan .box-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.home_tuvan .box:hover .box-image img {
	transform: scale(1.05);
}

.home_tuvan .box-text {
	text-align: left !important;
	padding: 5px 0 0 0 !important;
}

.home_tuvan .post-title {
	margin: 10px 0 12px 0 !important;
	display: flex;
	align-items: flex-start;
}

.home_tuvan .post-title a {
	color: var(--color-black) !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	min-height: 45px;
	text-decoration: none;
	transition: color 0.3s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home_tuvan .post-title a:hover {
	color: var(--color-main) !important;
}

.home_tuvan .from_the_blog_excerpt {
	color: #444 !important;
	font-size: 13.5px;
	line-height: 1.6;
	min-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home_tuvan .button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 3px 11px 3px 18px;
	border-radius: 0px 15px 15px 15px;
	color: var(--color-main);
	font-weight: bold;
	transition: all 0.3s ease;
	box-shadow: none;
}

.home_tuvan .button::after {
	content: "➔";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	background-color: var(--color-main);
	color: var(--color-white);
	border-radius: 50%;
	font-size: 10px;
	transition: all 0.3s ease;
}

.home_tuvan .button:hover {
	background-color: var(--color-main) !important;
	color: var(--color-white) !important;
}

.home_tuvan .button:hover::after {
	background-color: var(--color-white);
	color: var(--color-main);
	transform: translateX(3px);
}

.home_tuvan .image-cover{
	padding-top:100% !important;
}

.dvnb  .image-cover{
	padding-top: 75.25%;
}

@media(max-width: 768px){
	.home_gioithieu .content h3:first-of-type,
	.home_gioithieu .content p:first-of-type {
		font-size: 14px;
	}
	.home_gioithieu .content h1{
		font-size: 16px;
	}
	.home_gioithieu .content h2,
	.home_sanpham h1{
		font-size: 26px;
	}
	.home_sanpham h1{
		margin-bottom:10px;
	}
	.home_gioithieu .icon-box{
		flex-direction:column;
	}
	.home_gioithieu .icon-box-img::before {
		width: 55px;
		height: 55px;
		top: 49%;
		left: 83%;
	}
	.home_gioithieu .content .icon-box p:first-of-type{
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.home_gioithieu {
		padding-bottom:0px;
	}
	.home_gioithieu .img::after,.home_gioithieu .img::before{
		display:none;
	}
	.home_gioithieu .img{
		padding:0px !important;
	}
	.home_sanpham h1::after{
		width:180px;
	}
	.home_sanpham .product-small .col-inner{
		padding: 10px;
	}
	.home_sanpham .product-small.col{
		padding-right:5px !important;
		padding-left:5px !important;
	}
	.home_dichvu .dvnb  .col{
		padding: 5px;
	}
	.home_dichvu .dvnb {
		margin-top:20px;
	}
	.home_camket .ck_img h1, .home_camket .content h1,.home_congtrinh .text h1,.home_tuvan .text h1{
		font-size:26px;
	}
	.home_camket .ck_img .nav .tab a{
		padding: 12px 4px;
	}
	.home_icon .row .col{
		padding:5px !important;
	}
	.home_camket .ck_img .nav .tab a{
		font-size:12px !important;
	}
	.home_gioithieu .content p:first-of-type {
		font-size:15px;
	}
	.home_dichvu .dmdv > .col-inner > h1,
	.home_dichvu .dvnb > .col-inner > h1{
		font-size:22px;
		text-align:center;
	}
	.home_dichvu .dvnb > .col-inner > h1{
		clip-path:none;
	}
	.home_tuvan{
		padding-top:20px !important;
	}
}