.gioithieu-tamnhin {
	background: #f7eeea;
}

.gioithieu-tamnhin .col .col-inner {
	padding: 35px;
	background: var(--color-white);
	border-radius: 20px;
	border-top: 5px solid var(--color-chinh);
}

.gioithieu-tamnhin .col {
	display: flex;
}

.gioithieu-giatri .icon-box-img {
	padding: 20px;
	background: #f7e6df;
	width: 70px !important;
	height: 70px !important;
	border-radius: 40px;
}
.gio
ithieu-giatri  .icon-box-text h3 {
	color: var(--color-black);
}

.gioithieu-giatri .text h3{
	font-size: 27px;
}

.gioithieu-giatri .icon-box:hover .icon img {
	filter: brightness(0) invert(1);
}

.gioithieu-giatri .icon-box:hover .icon-box-img {
	background: var(--color-chinh);
}

.lh-title{
	background: var(--color-chinh);
}

.lh-title p {
	color: var(--color-white);
}

.lh-title h1 {
	font-size:34px;
}

.lh-title .col {
	padding-bottom: 0px;
}

.lh-info .col-inner h3 {
	font-size: 32px;
	margin-bottom: 10px;
	color: var(--color-black);
}

.lh-info .col-inner p:nth-child(2) {
	color: #666;
	font-size: 15px;
	margin-bottom: 30px;
}

/* Khung nền xám bo góc cho mỗi mục liên hệ */
.lh-info .icon-box.featured-box {
	background-color: #f8f9fa ;
	border-radius: 20px;
	padding: 20px 25px;
	margin-bottom: 15px;
	border: none;
	box-shadow: none;
	display: flex;
	align-items: center;
}

/* Khung trắng chứa Icon */
.lh-info .icon-inner {
	background-color: var(--color-white);
	border: none;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.03);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lh-info .icon-inner img {
	width: 28px;
	height: auto;
}

.lh-info .icon-box-text {
	padding-left: 15px;
	padding-top: 0;
}

.lh-info .icon-box-text h3 {
	font-size: 13px !important;
	color: #9ea5ad !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	margin-bottom: 2px !important;
}

.lh-info .icon-box-text p {
	font-size: 18px !important;
	color: var(--color-black) !important;
	margin: 0 !important;
	line-height: 1.3 !important;
}

.lh-info .icon-box.featured-box:hover {
	background-color: #f1f3f5;
	transform: translateY(-2px);
	transition: all 0.3s;
}

.ct-form .col-inner {
	background-color: var(--color-white);
	padding: 25px;
	border-radius: 15px;
	
}

.ct-form h2 {
	color: #1c2433;
	font-size: 1.6rem;
}

.ct-form label {
	font-size: 14px;
	color: #3e4859;
	margin-bottom: 8px;
	display: block;
}

.ct-form input[type="text"], .ct-form input[type="tel"], .ct-form select, .ct-form textarea {
	background-color: #f8fafd; 
	border: 1px solid #eef2f6; 
	border-radius: 10px;  
	padding: 6px 15px;
	font-size: 15px;
	color: #333;
	box-shadow: none;
	margin-bottom: 5px;
	width: 100%;
}

.ct-form .wpcf7-form-control-wrap input {
	background-color: #f8fafd; 
	border: 1px solid #eef2f6; 
	border-radius: 10px;  
	padding: 6px 15px;
	font-size: 15px;
	color: #333;
	box-shadow: none;
	margin-bottom: 5px;
	width: 100%;
}

.ct-form > .col-inner {
	 box-shadow: 0 15px 45px rgba(0, 0, 0, 0.15);
}

.ct-form input:focus,  .ct-form select:focus, .ct-form textarea:focus {
	border-color: var(--color-chinh);
	background-color: var(--color-white);
}

.ct-form textarea {
	height: 120px;
}

.ct-form .wpcf7-submit {
	background-color: var(--color-chinh) ;
	border: none 
	color: var(--color-white);
	font-size: 18px;
	padding: 15px 30px;
	border-radius: 10px;
	width: 100%;
	text-transform: none;
	transition: all 0.3s ease;
	margin-top: 10px;
	cursor: pointer;
}

.ct-form .wpcf7-submit:hover {
	box-shadow: 0 5px 15px rgba(11, 158, 106, 0.3) ;
}

.ct-form .wpcf7-spinner {
	position: absolute;
	bottom: 50px;
}

.custom-project-slider-wrapper {
	position: relative;
	padding: 0 50px; 
	margin: 0 auto;
}

.swiper-nav-btn {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--color-white);
	border: 1px solid #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}

.swiper-nav-btn svg {
	width: 24px;
	height: 24px;
	fill: #333;
}

.swiper-button-prev-custom {
	left: 0;
}

.swiper-button-next-custom {
	right: 0;
}

.mfp-content {
	background: var(--color-white) !important;
}

.gioithieu-story p, .gioithieu-tamnhin p, .gioithieu-giatri p {
	color: var(--color-black);
}

.dv_page .row .col .col-inner {
    background: #fff; 
    border-radius: 10px; /* Bo góc cho hiện đại */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); 
    transition: all 0.3s ease;
	
    overflow:hidden;
}
.dv_page .row .col:first-child  .col-inner{
 	background:#f7f9fa;
	box-shadow:unset;
	border-radius:0px !important;
}
.dv_page .row .col{
	display:flex;
}
@media (max-width: 767px) {
	.swiper-nav-btn {
		display: none;
	}
	
	.custom-project-slider-wrapper {
		padding: 0;
	}
	
	.swiper-container-news {
		padding:0px;
	}
	
	.lh-title h1 {
		font-size: 28px;
	}
	
	.lh-title p {
		font-size: 11px;
	}
}

.project-card-item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}
