.dich_vu .box-blog-post {
	border-radius: 16px;
	overflow: hidden;
	background: var(--color-white);
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.dich_vu .box-blog-post:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.dich_vu .box-image img {
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}

.dich_vu .custom-location-badge {
	position: absolute;
	top: 5%;
	left: 3%;
	background: var(--color-chu);
	color: var(--color-white);
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.dich_vu .box-text {
	padding: 15px;
}

.dich_vu .post-title a {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-black);
	text-decoration: none;
}

.dich_vu .box-blog-post:hover .post-title a {
	color: var(--color-main);
}

.dich_vu .from_the_blog_excerpt {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	line-height: 1.6;
}

.dich_vu .is-divider {
	margin: 12px 0;
	background: #eee;
	height: 1px;
}

.dich_vu .button.is-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-main);
	background: none;
	border: none;
}

.dich_vu .button.is-link::after {
	content: "→";
	transition: 0.3s;
}

.dich_vu .box-blog-post:hover .button.is-link {
	color: var(--color-main);
}

.dich_vu .button.is-link:hover::after {
	transform: translateX(4px);
}

.dich_vu .custom-card-data, .dich_vu .is-divider, .dich_vu .meta-date, .dich_vu .meta-sep {
	display: none;
}

.dv_honepage .button.primary{
	background:var(--color-main);
}
.dv_honepage h2{
	color:  var(--color-black);
}

.dich_vu .box-text {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.dich_vu .box-text-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.dich_vu .post-title {
	min-height: 55px;
	display: flex;
	align-items: center;
}

.dich_vu .from_the_blog_excerpt {
	flex-grow: 1;
}

.dich_vu .flickity-slider .col {
	display: flex;
}
.dich_vu .col-inner {
	height: 100%;
	width: 100%;
}
.dich_vu .flickity-prev-next-button{
	opacity:1 !important;
}
.dv_honepage .slider-nav-circle .flickity-prev-next-button:hover .arrow,.dv_honepage .slider-nav-circle .flickity-prev-next-button:hover svg{
	background:var(--color-main) !important;
	border-color:var(--color-main) !important;
}


.dvchuyennghiep {
	position: relative;
	overflow: hidden;
	background-color: #000;
	border-bottom:50px solid var(--color-main);
}

.dvchuyennghiep .section-content {
	z-index: 2;
}

.dvchuyennghiep h3 {
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width:max-content;
	padding:0px 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.dvchuyennghiep h1 {
	color: #ffcc00 !important;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2.2em;
	margin-bottom: 15px;
}

.dvchuyennghiep p {
	color: #fff;
	line-height: 1.6;
	text-align: justify;
}
.dvchuyennghiep .col {
	padding-bottom:0px !important;
}

/* Căn chỉnh cột chứa Icon Box (Thống kê) */
.dvchuyennghiep .ic .col-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

/* Style cho từng khối icon (Số liệu) */
.dvchuyennghiep .icon-box {
	text-align: center;
	flex: 1;
	min-width: 100px;
	margin-bottom: 20px;
}

.dvchuyennghiep .icon-box-img {
	margin: 0 auto 15px !important;
}

.dvchuyennghiep .icon-inner {
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	border: 4px solid #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	width: 80px !important;
	height: 80px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dvchuyennghiep .icon-inner img {
	width: 70% !important;
	filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(7413%) hue-rotate(358deg) brightness(94%) contrast(117%); /* Chuyển icon sang màu đỏ */
}

.dvchuyennghiep .number, 
.dvchuyennghiep .text {
	display: inline-block !important;
	vertical-align: middle; /* Căn chỉnh cho đều nhau */
}
.dvchuyennghiep .number{
	margin-right:5px;
	color: var(--color-main);
	font-weight:bold;
	font-size:20px;
	margin-bottom:5px;
}
.dvchuyennghiep .icon-box-text p {
	display: flex;
	align-items: center;
	justify-content: center; /* Căn giữa nếu muốn giống hình */
	white-space: nowrap;
}

.dvchuyennghiep .ic .img {
	position: absolute;
	bottom: -242px;
	right: -5%;
	width: 96% !important;
	max-width: 600px;
	z-index: 5;
	pointer-events: none;
}
.dvchuyennghiep .intro-header-wrapper{
	display:flex;
	width:50%;
	gap:6px;
	margin-bottom:10px;
}
.skew-dot {
	width: 12px;
	height: 34px;
	background-color: var(--color-main);
	transform: skewX(-20deg);
}

/* Loại bỏ overlay tối nếu cần thiết để giống hình 2 */
.dvchuyennghiep .section-bg img {
	filter: brightness(0.7);
}

.new_home{
	margin-top:20px;
}
.new_home .col:nth-child(1) .intro-header-wrapper{
	display:flex;
	justify-content: center;
	gap:6px;
	margin-bottom:10px;
}
.new_home .col:nth-child(1) {
	display:flex;
	width:50%;
}
.new_home .intro-header-wrapper h3{
	background: var(--color-main);
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px 0 20px;
	transform: skewX(-20deg);
	flex-grow: 1;
	max-width: 30%;
}
.new_home .post-item .col-inner{
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.new_home .post-item {
	display:flex !important;
}
.new_home .box-blog-post .is-divider{
	display:none;
}
.new_home .box-blog-post .post-title{
	color:  var(--color-black);
	margin-bottom:20px !important;
}
.new_home .box-text.text-center{
	text-align:left;
	color: var(--color-black);
	padding:12px;
}

.new_home .button.primary{
	background: var(--color-main);
}

@media (max-width: 1024px) {
	.dich_vu .post-title a {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.dich_vu .box-text {
		padding: 15px;
	}

	.dich_vu .post-title a {
		font-size: 16px;
	}

	.dich_vu .from_the_blog_excerpt {
		font-size: 13px;
	}
	.dvchuyennghiep .ic .img {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100% !important;
		margin-top: 20px;
	}

	.dvchuyennghiep h1 {
		font-size: 1.5em;
	}
}
.new_home .post-item {
	width: 100% !important; /* Nếu muốn hiện 1 hình mỗi dòng */
}
.danhgia_home { --color-main: #e21a22; margin: 40px 0; }

.danhgia_home .testimonial-section-wrapper { max-width: 1150px; margin: 0 auto; padding: 0 15px; }

/* Header Skew */
.danhgia_home .intro-header-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin-bottom: 30px;
}
.danhgia_home .skew-dot {
	width: 12px;
	height: 34px;
	background-color: var(--color-main);
	transform: skewX(-20deg);
}
.danhgia_home .intro-header-wrapper h3 {
	background: var(--color-main);
	height: 34px;
	color: #fff;
	width:35%;
	font-weight: bold;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	transform: skewX(-20deg);
	margin: 0;
	text-transform: uppercase;
}
.danhgia_home .intro-header-wrapper h3 span { transform: skewX(20deg); display: block; }

/* Slider Card - Sửa lỗi chiều cao không đều */
.danhgia_home .swiper-wrapper { display: flex !important; align-items: stretch; }
.danhgia_home .swiper-slide { height: auto !important; display: flex; }

.danhgia_home .testi-box { 
	background: #fff; 
	border: 1px solid #eee; 
	padding: 30px; 
	width: 100%;
	display: flex; 
	flex-direction: column; 
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transition: 0.3s;
	box-sizing: border-box;
}
.danhgia_home .testi-box:hover { border-color: var(--color-main); }

.danhgia_home .testi-quote { color: var(--color-main); font-size: 40px; font-family: serif; line-height: 0.5; margin-bottom: 20px; }

.danhgia_home .testi-content { 
	font-style: italic; 
	color: #444; 
	line-height: 1.6; 
	font-size: 15px;
	flex-grow: 1; /* Đẩy phần info xuống đáy */
	margin-bottom: 25px;
}

.danhgia_home .testi-user-row { 
	display: flex; 
	align-items: center; 
	gap: 15px; 
	padding-top: 15px;
	border-top: 1px solid #f9f9f9;
}
.danhgia_home .testi-user-row img { 
	width: 55px; 
	height: 55px; 
	object-fit: cover; 
	border-radius: 4px;
}
.danhgia_home .u-info h4 {
	margin: 0;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}

.danhgia_home .u-info p {
	margin: 5px 0 0;
	font-size: 13px;
	color: #888;
}

/* Slogan Footer */
.danhgia_home .testi-footer-slogan {
	text-align: center;
	margin-top: 50px;
}

.danhgia_home .testi-footer-slogan h2 {
	color: var(--color-main);
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}

.danhgia_home .testi-footer-slogan p {
	font-style: italic;
	color: #555;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.5;
}

/* Pagination */
.danhgia_home .swiper-pagination {
	position: relative !important;
	margin-top: 30px !important;
}

.danhgia_home .swiper-pagination-bullet-active {
	background: var(--color-main) !important;
	width: 20px;
	border-radius: 5px;
}

/* Media Queries */
@media (max-width: 600px) {

	.danhgia_home .testi-footer-slogan h2 {
		font-size: 22px;
	}
}
/* Mobile nhỏ */
@media (max-width: 480px) {
	.dich_vu .box {
		border-radius: 12px;
	}

	.dich_vu .box-image img {
		border-radius: 12px 12px 0 0;
	}
}


@media (max-width: 768px) {
	.dvchuyennghiep .intro-header-wrapper{
		width:100%;
		justify-content: center;
		margin-bottom:20px;
	}
	.dvchuyennghiep h1{
		text-align:center !important;
	}
	.dvchuyennghiep p{
		font-size:13px;
	}
	.dvchuyennghiep .img.has-hover{
		display:none;
	}
	.dvchuyennghiep .icon-inner{
		width: 120px !important;
		height: 120px !important;
	}
	.dvchuyennghiep .flickity-page-dots{
		bottom: 0px;
	}
	.dvchuyennghiep{
		padding-bottom:0px !important;
		border-bottom:none;
	}
	.dvchuyennghiep .sdt{
		padding: 15px 0px !important;
		background:var(--color-main);
		margin-top:10px;
	}
	.dvchuyennghiep .icon-box-img{
		width:max-content !important;	
	}


	/* Hiệu ứng lắc */
	.dvchuyennghiep .sdt .button.primary {
		animation: pulse 1.5s infinite;
		background-color: var(--color-chu); color: var(--color-main);
	}

	@keyframes pulse {
		0%   { transform: scale(1); }
		50%  { transform: scale(1.05); }
		100% { transform: scale(1); }
	}
	.new_home .intro-header-wrapper h3{
		max-width:100%;
	}
	.new_home .button.primary{
		width: max-content;
		border-radius: 10px;
		margin: auto;
		align-items: center;
		display: flex;
		justify-content: center;
		background: var(--color-main);
	}
	.dv .bt{
		background: var(--color-main);
	}
	.danhgia_home .intro-header-wrapper h3{
		width: 100%;
		font-size: 25px !important;
		padding: 0px 3px;
	}
}
