.gioithieu-tamnhin {
	background: #f7eeea;
}

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

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

/* Tổng thể khu vực Giá trị cốt lõi */
.gioithieu-giatri {
    background-color: #ffffff;
}

/* Tiêu đề chính */
.gioithieu-giatri .text h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111 !important;
}

/* Khối bao quanh Icon */
.gioithieu-giatri .icon-box-img {
    padding: 15px;
    background: #f0f9f4; /* Màu xanh lá cực nhạt, hợp với ngành vận tải */
    width: 85px !important;
    height: 85px !important;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.3s ease; /* Hiệu ứng mượt mà */
    border: 1px solid #e1eee6;
}

/* Hình ảnh icon bên trong */
.gioithieu-giatri .icon-box-img img {
    width: 45px !important;
    height: 45px !important;
}

/* Tiêu đề của từng giá trị (Chất lượng, Chuyên nghiệp...) */
.gioithieu-giatri .icon-box-text h3 {
    color: #008b4e; /* Màu xanh của logo Chành Xe */
    font-size: 20px;
    margin-bottom: 10px;
}

/* Nội dung mô tả bên dưới */
.gioithieu-giatri .icon-box-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* HIỆU ỨNG KHI DI CHUỘT VÀO (HOVER) */
.gioithieu-giatri .icon-box:hover .icon-box-img {
    background: #ec5b13; /* Chuyển sang màu Cam của logo khi hover */
    border-color: #ec5b13;
    transform: translateY(-8px); /* Nhấc nhẹ icon lên tạo cảm giác năng động */
    box-shadow: 0 10px 20px rgba(236, 91, 19, 0.2);
}

.gioithieu-giatri .icon-box:hover .icon img {
    filter: brightness(0) invert(1); /* Biến icon thành màu trắng hoàn toàn */
}

.gioithieu-giatri .icon-box:hover .icon-box-text h3 {
    color: #ec5b13; /* Tiêu đề cũng chuyển cam cho đồng bộ */
}
.vd_home .row_vd{
	background:#f4f7f6;
}
.vd_home .text{
	margin-top:20px;
}

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

.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-main);
	background-color: var(--color-white);
}

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

.ct-form .wpcf7-submit {
	background-color: var(--color-main) ;
	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;
}

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


@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;
}
