.home_aboutme .title .col-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-bottom: 20px;
}
.slidemb,
.slidemb .col{
	padding:0px !important;
}

.home_aboutme .title .badge-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #fdebed;
	color: var(--color-main);
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #fad2d5;
	margin-bottom: 15px;
}


.home_aboutme .title .badge-tag img {
	width: 14px;
	margin: 0;
}

.home_aboutme .title h2 {
	font-size: 36px;
	font-weight: 800;
	color: var(--color-black);
	margin-bottom: 10px;
}

.home_aboutme .title h2 span {
	color: var(--color-main);
}

.home_aboutme .title .desc {
	color: var(--color-black);
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}

.home_aboutme .col_img .col-inner {
	position: relative; 
	padding-bottom: 30px; 
	padding-right: 15px;
}


.home_aboutme .col_img .img {
	border: 2px solid var(--color-accent-gold-light);
	border-radius: 20px;
	padding: 10px 10px 25px 10px;
	margin-bottom: 0;
}

.home_aboutme .col_img .img-inner img {
	border-radius: 12px;
}


.home_aboutme .col_img > p {
	margin: 0; 
}


.home_aboutme .col_img .exp-number {
	position: absolute;
	bottom: 36px;
	right: 213px;
	background: #e6b029;
	color: var(--color-black);
	font-size: 24px;
	font-weight: 900;
	padding: 12px 16px;
	border-radius: 12px;
	z-index: 10;
	line-height: 1;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}


.home_aboutme .col_img .exp-text {
	border: 1.5px solid #ffd230;
	position: absolute;
	bottom: -5px;
	right: 0px;
	background: linear-gradient(135deg, #b7171d 0%, #77070a 100%);
	color: var(--color-white);
	padding: 20px 20px 20px 35px;
	border-radius: 12px;
	z-index: 9;
	min-width: 240px;
	box-shadow: 0 10px 20px rgba(128, 10, 14, 0.3);
}
.home_aboutme .col_img .exp-text br{
	display:none;
}
.home_aboutme .col_img .exp-title {
	color: var(--color-accent-gold-light);
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
}

.home_aboutme .col_img .exp-sub {
	font-size: 13px;
}

.home_aboutme .content .col-inner {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.home_aboutme .content .ttp-slogan {
	color: var(--color-main);
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.home_aboutme .content .ttp-heading {
	font-size: 30px;
	font-weight: bold;
	color: var(--color-black);
	margin-bottom: 15px;
	line-height: 1.5;
}

.home_aboutme .content .ttp-desc {
	color: var(--color-black);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px
}

.home_aboutme .content .icon-box {
	width: calc(33.333% - 10px);
	margin-right: 15px;
	margin-bottom: 25px;
	background: #fbfcfd;
	border: 1px solid #dbdddf;
	border-radius: 12px;
	padding: 15px;
	transition: all 0.3s ease;
}

.home_aboutme .content .icon-box:nth-of-type(3n) {
	margin-right: 0;
}

.home_aboutme .content .icon-box:hover {
	transform: translateY(-5px);
	border-color: var(--color-accent-gold-light);
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.home_aboutme .content .icon-box .icon-box-img {
	margin-bottom: 10px !important;
	width:40px !important;
}

.home_aboutme .content .icon-box-text h3 {
	font-size: 15px;
	font-weight: 700;
	color: var(--color-black);
	margin-bottom: 5px;
	line-height: 1.3;
}

.home_aboutme .content .icon-box-text p {
	font-size: 13px;
	color: var(--color-text-muted);
	margin: 0;
	line-height: 1.5;
}

.home_aboutme .content .button {
	background-color: var(--color-main);
	border-radius: 10px;
	padding: 10px 25px;
	font-weight: 700;
	max-width: fit-content;
	text-transform: none;
	font-size: 16px;
	margin-top: 5px;
	transition: 0.3s;
}

.home_aboutme .content .button:hover {
	background-color: var(--color-main-dark);
	box-shadow: 0 5px 15px rgba(179, 18, 23, 0.3);
}

.homebg {
	background: linear-gradient(180deg, #a01220 0%, #ab1223 100%);
}

.home_banggia {
	background-color: var(--color-bg-light);
	font-family: Arial, Helvetica, sans-serif;
	padding: 50px 0;
}

.home_banggia .title {
	text-align: center;
}

.home_banggia .title p:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #fff6e5;
	color: var(--color-accent-gold-dark);
	border: 1px solid var(--color-accent-gold-light);
	padding: 6px 20px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
}

.home_banggia .title p:first-child br {
	display: none; 
}

.home_banggia .title p:first-child svg {
	width: 16px;
	height: 16px;
	stroke: var(--color-accent-gold-dark);
}

.home_banggia .title h2 {
	font-size: 32px;
	font-weight: 800;
	color: var(--color-text-main);
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 1.3;
}

.home_banggia .title p:last-child {
	color: var(--color-text-muted);
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}

.home_banggia .banggia {
	text-align: center; 
}

.home_banggia .banggia .nav {
	width: max-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	padding: 6px;
	gap: 6px;
	list-style: none;
	margin: 0 auto 40px auto;
}

.home_banggia .banggia .nav li {
	margin: 0;
}

.home_banggia .banggia .nav li a {
	display: block;
	padding: 10px 24px;
	border-radius: 8px;
	color: var(--color-text-main);
	background: transparent;
	border: none;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	transition: all 0.25s ease;
}

.home_banggia .banggia .nav li a:hover {
	color: var(--color-main);
	background-color: transparent;
}

.home_banggia .banggia .nav li.active a {
	background-color: var(--color-main) !important;
	color: #ffffff !important;
	box-shadow: 0 2px 6px rgba(179, 18, 23, 0.25);
}
.home_banggia .banggia .nav li.active a:before,
.home_banggia .banggia .nav li:hover a:before{
	display:none;
}

.home_banggia .banggia .tab-panels {
	text-align: left; 
}

.home_banggia .banggia .tab-panels .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.home_banggia .banggia .col {
	padding: 12px;
	display: flex;
	flex-direction: column;
}

.home_banggia .banggia .tabbed-content .col-inner {
	background: var(--color-white);
	border: 1px solid #eaeaea;
	border-radius: 18px;
	padding: 40px 25px 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.3s ease;
}

.home_banggia .banggia .tabbed-content .col-inner:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.home_banggia .banggia .col-inner h1 {
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
}

.home_banggia .banggia .col-inner h2 {
	font-size: 36px;
	color: var(--color-main);
	text-align: center;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 20px;
}

/* Hộp mô tả "Phù hợp" trên cùng */
.home_banggia .banggia .col-inner > p:first-of-type {
	background-color: var(--color-bg-light);
	border: 1px solid #f0f0f0;
	padding: 14px;
	border-radius: 10px;
	font-size: 13px;
	color: #444;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5;
}

.home_banggia .banggia .col-inner > p:not(:first-of-type) {
	font-size: 14px;
	color: var(--color-text-main);
	line-height: 1.6;
	margin-bottom: 12px;
	padding-left: 20px;
	text-indent: -20px;
}

.home_banggia .banggia .col-inner > p:not(:first-of-type)::first-letter {
	color: #27ae60;
	font-weight: bold;
	font-size: 15px;
	margin-right: 4px;
}

.home_banggia .banggia .col-inner strong,
.home_banggia .banggia .col-inner b {
	color: var(--color-text-main);
	font-weight: bold;
}

.home_banggia .banggia .button {
	margin-top: auto !important; 
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1a2235;
	color: var(--color-white);
	padding: 14px 20px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin-top:auto  !important;
	transition: all 0.3s ease;
	top:15px;
}

.home_banggia .banggia .button:hover {
	background-color: var(--color-main);
}

/* Hiệu ứng nổi bật khi gắn class .noibat */
.home_banggia .banggia .noibat .col-inner {
	border: 2px solid #ffb800;
	box-shadow: 0 8px 30px rgba(255, 184, 0, 0.18);
	transform: none !important; 
	z-index: 2; 
}

.home_banggia .banggia .noibat .col-inner::before {
	content: "★ ĐƯỢC CHỌN NHIỀU NHẤT";
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffb800;
	color: #111;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	box-shadow: 0 4px 10px rgba(255, 184, 0, 0.3);
}

.home_banggia .banggia .noibat .col-inner > p:first-of-type {
	background-color: #fff9eb;
	border-color: #ffeda1;
}

.home_banggia .banggia .noibat .button {
	background-color: var(--color-main);
}

.home_banggia .banggia .noibat .button:hover {
	background-color: var(--color-main-dark);
}
.home_cttb.home{
	background:	#0B132B;
}
.cttb {
	padding-bottom:15px !important;
}
.home.home_cttb .title h2,
.home.home_cttb .title p:last-child{

	color: var(--color-white);
}

.home_cttb {
	background-color: var(--color-bg-light);
	font-family: Arial, Helvetica, sans-serif;
	padding: 50px 0;
}

.home_cttb .title,
.home_tintuc .title {
	text-align: center;
}

.home_cttb .title p:first-child,
.home_tintuc .title p:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #ffeff0;
	color: var(--color-main);
	border: 1px solid var(--color-main);
	padding: 6px 20px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 15px;
}

.home_cttb .title p:first-child br,
.home_tintuc .title p:first-child br {
	display: none; 
}

.home_cttb .title p:first-child svg,
.home_tintuc .title p:first-child svg {
	width: 16px;
	height: 16px;
	stroke: var(--color-main);
}

.home_cttb .title h2,
.home_tintuc .title h2 {
	font-size: 32px;
	font-weight: 800;
	color: var(--color-black);
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 1.3;
}

.home_cttb .title p:last-child,
.home_tintuc .title p:last-child {
	color: var(--color-black);
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}

.home_cttb .cttb .nav {
	width: max-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	padding: 6px;
	gap: 6px;
	list-style: none;
	margin: 0 auto 40px auto;
}

.home_cttb .cttb .nav li.active a:before,
.home_cttb .cttb .nav li:hover a:before {
	display: none;
}

.home_cttb .cttb .nav li.active a {
	background-color: var(--color-main) !important;
	color: #ffffff !important;
	box-shadow: 0 2px 6px rgba(179, 18, 23, 0.25);
}

.home_cttb .cttb .nav li a {
	display: block;
	padding: 10px 24px;
	border-radius: 8px;
	color: var(--color-text-main);
	background: transparent;
	border: none;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	transition: all 0.25s ease;
}

.home_cttb .cttb .nav li a:hover {
	color: var(--color-main);
	background-color: transparent;
}


/* ==============================================================
CSS CHO SECTION TIN TỨC (DỰA THEO HÌNH 2)
============================================================== */

/* 1. Định dạng tổng thể cho thẻ Card (Box) */
.home_tintuc .tintuc .post-item {
	padding: 10px 15px; /* Tạo khoảng cách giữa các khối slider */
}

.home_tintuc .tintuc .box-blog-post {
	background-color: var(--color-white);
	border: 1px solid #eaeaea; /* Viền xám nhạt bao quanh */
	border-radius: 12px; /* Bo góc cho card */
	overflow: hidden; /* Để ảnh bên trong không lòi ra khỏi góc bo */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Đổ bóng nhẹ */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%; /* Giúp các thẻ cao bằng nhau */
}

/* Hiệu ứng khi hover chuột vào thẻ */
.home_tintuc .tintuc .box-blog-post:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* 2. Phần Hình ảnh */
.home_tintuc .tintuc .box-image {
	border-radius: 12px 12px 0 0;
}

/* 3. Phần Nội dung (Text) */
.home_tintuc .tintuc .box-text {
	padding: 25px 20px !important; /* Ghi đè padding mặc định */
	background-color: transparent !important;
}

/* Sử dụng Flexbox để căn trái và sắp xếp lại thứ tự (Order) HTML cho giống hình 2 */
.home_tintuc .tintuc .box-text-inner {
	display: flex;
	flex-direction: column;
	text-align: left !important; /* Ép căn trái toàn bộ */
	height: 100%;
}

/* --- ORDER 1: Ngày tháng (Meta) đưa lên đầu --- */
.home_tintuc .tintuc .post-meta {
	order: 1;
	color: var(--color-text-muted);
	font-size: 0.85em;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
/* Thêm icon lịch giả lập bằng CSS trước ngày tháng */
.home_tintuc .tintuc .post-meta::before {
	content: "\f133"; /* Mã icon lịch của FontAwesome */
	font-family: "Font Awesome 5 Free", FontAwesome, sans-serif;
	font-weight: 400;
	margin-right: 8px;
	color: var(--color-text-muted);
}

/* --- ORDER 2: Tiêu đề (Title) --- */
.home_tintuc .tintuc .post-title {
	order: 2;
	margin-bottom: 12px;
	line-height: 1.4;
}
.home_tintuc .tintuc .post-title a {
	color: var(--color-text-main);
	font-size: 17px;
	font-weight: 700;
	transition: color 0.3s ease;
}
.home_tintuc .tintuc .post-title a:hover {
	color: var(--color-main); /* Hover đổi sang màu đỏ */
}

/* --- ORDER 3: Đoạn mô tả (Excerpt) --- */
.home_tintuc .tintuc .from_the_blog_excerpt {
	order: 3;
	color: var(--color-main);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0 !important;
	flex-grow: 1; /* Đẩy đường kẻ và nút Đọc thêm xuống đáy */
	/* Cắt chữ gọn gàng nếu quá 3 dòng */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* --- ORDER 4: Đường kẻ ngang (Divider) --- */
.home_tintuc .tintuc .is-divider {
	order: 4;
	width: 100%;
	max-width: 100%;
	height: 1px;
	background-color: #f0f2f5; /* Dùng màu xám nhạt */
	margin: 20px 0 15px 0;
}

/* --- ORDER 5: Nút Đọc Thêm --- */
.home_tintuc .tintuc .button.is-link {
	order: 5;
	color: var(--color-main) !important; /* Màu đỏ chủ đạo */
	font-weight: 700;
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between; /* Đẩy chữ qua trái, mũi tên qua phải */
	align-items: center;
	text-transform: capitalize; /* Viết hoa chữ cái đầu */
}
/* Tạo mũi tên bên phải nút Đọc Thêm */
.home_tintuc .tintuc .button.is-link::after {
	content: "\f061"; /* Icon mũi tên phải của FontAwesome */
	font-family: "Font Awesome 5 Free", FontAwesome, sans-serif;
	font-weight: 900;
	font-size: 12px;
	transition: transform 0.3s ease;
}
.home_tintuc .tintuc .button.is-link:hover::after {
	transform: translateX(5px); /* Hiệu ứng mũi tên bay nhẹ sang phải khi hover */
}

.home_tintuc .flickity-prev-next-button svg,
.home_tintuc .flickity-prev-next-button .arrow {
	fill: var(--color-main) !important;
	border-color: var(--color-main) !important;
	transition: all .3s;
}

.home_tintuc .flickity-button.flickity-prev-next-button{
	opacity:1 !important;
}
/* --- TỔNG THỂ BANNER ĐỎ --- */
.home_lh {
	background: linear-gradient(90deg, #700b0b 0%, #8b0e0e 50%, #4a0505 100%) !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.home_lh .row {
	align-items: center;
}

.home_lh br {
	display: none;
}
.home_lh .left,
.home_lh .right{
	padding-bottom: 0px !important;
}
.home_lh .left .col-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas: 
		"icon title"
		"icon desc";
	column-gap: 14px;
	align-items: center;
}

.home_lh .left .col-inner > p:first-child {
	grid-area: icon;
	margin: 0;
	width: 48px;
	height: 48px;
	background-color: #f59e0b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.home_lh .left .col-inner > p:first-child svg {
	width: 22px;
	height: 22px;
	stroke: #5e1704;
	stroke-width: 2.2;
}

.home_lh .left h2 {
	grid-area: title;
	margin: 0 0 2px 0;
	font-size: 17px;
	font-weight: 800;
	color: #f59e0b;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.3px;
}

.home_lh .left .col-inner > p:last-child {
	grid-area: desc;
	margin: 0;
	color: #ffffff;
	font-size: 13.5px;
	line-height: 1.4;
	opacity: 0.95;
}
/
.home_lh .right .col-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.home_lh .right .col-inner p {
	margin: 0;
}

.home_lh .right a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #f59e0b;
	color: #2b0d00 !important; /* Chữ đậm màu */
	font-weight: 800;
	font-size: 15px;
	padding: 10px 22px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.home_lh .right .col-inner{
	display: flex;
	justify-content: right;
}
.home_lh .right a:hover {
	background-color: #fbbf24;
	transform: translateY(-2px);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
}

.home_lh .right a svg {
	width: 18px;
	height: 18px;
	stroke: #2b0d00;
	stroke-width: 2.5;
}

/* --- RESPONSIVE TRÊN MOBILE --- */


@media screen and (max-width: 849px) {
	.home_aboutme .content .icon-box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.home_aboutme .col_img .exp-text {
		right: auto;
		left: 20px;
	}
	.home_aboutme .col_img .exp-number {
		right: auto;
		left: 0px;
		z-index: 10;
	}

	/* 	.home_aboutme .title h2 {
	font-size: 26px;
} */

	.home_aboutme .content .ttp-heading {
		font-size: 22px;
	}
	.home_banggia .banggia .row > .col:nth-child(2) .col-inner {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.home_lh .right .col-inner {
		justify-content: center;
		margin-top: 15px;
	}

	.home_lh .left h2 {
		font-size: 15px;
	}

	.home_lh .left .col-inner > p:last-child {
		font-size: 12.5px;
	}
	.home_aboutme .title .badge-tag {
		gap: 8px;
		color: var(--color-main);
		padding: 4px 18px;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.home_aboutme .title h2 {
		font-size: 24px;
	}
	.home_aboutme .title .desc {
		font-size: 15px;
		text-align: justify;
	}
	.home_aboutme .title .col-inner{
		padding-bottom:0px;
	}
	.home_aboutme .col_img .exp-text {
		bottom: -5px;
		right: 24px !important;
		padding: 20px 20px 20px 57px;
		min-width: 275px;
	}
	.home_aboutme .content .ttp-slogan {
		font-size: 15px;
		margin-bottom: 7px;
	}
	.home_aboutme .col_img .col-inner {
		padding-right: 0px;
	}
	.home_aboutme .content .button {
		padding: 10px 18px;
		font-weight: 700;
		font-size: 15px;
		margin-right: 0px;
	}
	.home_aboutme{
		padding-bottom:0px !important;
	}

	.home_banggia .banggia .nav li a {
		padding: 10px 15px;
		font-size: 12px;
	}
	.home_banggia .title h2 {
		font-size: 24px;
		margin-bottom: 0px;
	}
	.home_banggia .title p:last-child{
		display:none;
	}
	.home_banggia .banggia .nav {
		margin: 0 auto 4px auto;
	}
	.home_cttb .title h2 {
		font-size: 24px;
		color: var(--color-main) !important;
	}
	.home_tintuc .title h2 {
		font-size:25px;
	}
	.home_cttb .title p:last-child, .home_tintuc .title p:last-child {
		font-size: 15px;
		text-align: justify;
	}
	.home_banggia .banggia .button{
		font-size: 11px !important;
		padding: 14px !important;
	}
	.home_cttb .cttb .nav li a {
		padding: 10px;
		font-size: 13px;
	}
}