 /* Bổ sung một chút CSS để nút mũi tên Next/Prev của Slick hiển thị đẹp hơn trên banner */
 .main-banner {
	position: relative;
	overflow: hidden;
 }
 .slick-prev, .slick-next {
	z-index: 10;
	width: 40px;
	height: 40px;
 }
 .slick-prev { left: 20px; }
 .slick-next { right: 20px; }
 .slick-prev:before, .slick-next:before {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
 }
/* ===== FIX LỖI CHẤM DOTS CỦA SLICK CAROUSEL ===== */
.main-banner .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px; /* Khoảng cách giữa các chấm */
	margin-top: 20px;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 15px; /* Ép dots nằm gọn trong banner */
	width: 100%;
}

.main-banner .slick-dots li {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

/* Style cho hình tròn của Dot */
.main-banner .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #e0e0e0; /* Màu xám cho dot chưa active */
	border: none;
	font-size: 0; /* Ẩn text bên trong */
	color: transparent; 
	cursor: pointer;
	outline: none;
}

/* Màu cho Dot đang active */
.main-banner .slick-dots li.slick-active button {
	background: #007bff; /* Màu xanh dương chuẩn */
}

/* QUAN TRỌNG NHẤT: Xóa bỏ hoàn toàn dấu chấm mặc định của Slick */
.main-banner .slick-dots li button::before {
	display: none !important;
	content: none !important;
}	



/* Màu thương hiệu MobiFone Layout SIM SO */
:root {
	--mobi-blue: #005bac;
	--mobi-light-blue: #f4f9ff;
}

.text-primary { color: var(--mobi-blue) !important; }
.btn-primary { background-color: var(--mobi-blue); border-color: var(--mobi-blue); }
.btn-primary:hover { background-color: #004685; border-color: #004685; }
.btn-outline-primary { color: var(--mobi-blue); border-color: var(--mobi-blue); }
.btn-outline-primary:hover { background-color: var(--mobi-blue); color: #fff; }

/* Tiêu đề */
.section-title {
	color: var(--mobi-blue);
	letter-spacing: 1px;
}

/* Style cho các nút Tabs */
.sim-tabs .btn-outline-secondary {
	border-color: #ccc;
	color: #555;
	background: #fff;
}
.sim-tabs .btn-outline-secondary:hover, 
.sim-tabs .btn-outline-secondary.active {
	border-color: var(--mobi-blue);
	color: var(--mobi-blue);
	background: #fff;
	font-weight: bold;
}

/* Badge HOT màu đỏ */
.badge-hot {
	position: absolute;
	top: -8px;
	right: -10px;
	background-color: #e3000f;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Layout bảng dữ liệu */
.bg-aliceblue {
	background-color: var(--mobi-light-blue);
}

.sim-table-right table tbody tr:hover {
	background-color: #e9f2fb;
	transition: 0.2s ease-in-out;
}

.sim-table-right th {
	font-weight: bold;
	color: #333;
}


/* LAYOUT GÓI CƯỚC Màu sắc bổ sung */
:root {
	--mobi-blue-dark: #004685;
}
.text-mobi-blue { color: var(--mobi-blue-dark); }

/* Tabs Package */
.package-tabs .btn-light {
	background-color: #e9ecef;
	border-color: #e9ecef;
}
.package-tabs .btn.active {
	background-color: var(--mobi-blue);
	color: #fff !important;
	border-color: var(--mobi-blue);
}
.package-tabs .btn.active i {
	color: #fff !important; /* Đổi màu icon thành trắng khi active */
}

/* Card Gói Cước */
.pkg-card {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pkg-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Phần Header màu xanh nhạt */
.pkg-header {
	background-color: var(--mobi-light-blue); /* #f4f9ff */
	border-bottom: 1px solid #e9ecef !important;
}

/* Phần Body thiết lập thanh cuộn (Scrollbar) */
.pkg-body {
	height: 260px; /* Cố định chiều cao theo bản thiết kế */
	overflow-y: auto; /* Bật cuộn dọc */
}

/* Custom Scrollbar cho phần Card Body (Webkit) */
.pkg-body::-webkit-scrollbar {
	width: 6px;
}
.pkg-body::-webkit-scrollbar-track {
	background: #f1f1f1; 
	border-radius: 10px;
}
.pkg-body::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 10px;
}
.pkg-body::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

/* Nút Đăng ký dải màu (Gradient) */
.btn-gradient-register {
	background: linear-gradient(90deg, #d32f2f 0%, #005bac 100%);
	border: none;
	transition: opacity 0.3s ease;
}
.btn-gradient-register:hover {
	opacity: 0.85;
	color: #fff;
}

/* Nút trượt trái/phải tùy chỉnh cho Gói Cước */
.slick-custom-arrow {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.slick-custom-arrow i {
    color: #0066b3; /* Màu xanh MobiFone */
    font-size: 18px;
    font-weight: bold;
}
.slick-custom-arrow.slick-prev { left: -20px; }
.slick-custom-arrow.slick-next { right: -20px; }
.slick-custom-arrow:hover { background: #f0f8ff; box-shadow: 0 4px 10px rgba(0,0,0,0.25); }
.slick-custom-arrow.slick-disabled { opacity: 0.5; cursor: not-allowed; }

/* ================= CSS GIẢI PHÁP SỐ ĐỘT PHÁ ================= */
.digital-solutions-section {
	background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}

/* Tabs */
.solution-tabs .btn {
	border-width: 1.5px;
	font-weight: 600;
	color: #555;
	border-color: #ddd;
	background: #fff;
	transition: all 0.3s ease;
}
.solution-tabs .btn:hover {
	border-color: var(--mobi-blue);
	color: var(--mobi-blue);
}
.solution-tabs .btn.active {
	background-color: var(--mobi-blue);
	color: #fff !important;
	border-color: var(--mobi-blue);
	box-shadow: 0 4px 10px rgba(0, 91, 172, 0.3);
}

/* Nâng margin cho card để đổ bóng không bị lẹm khi nằm trong slick-slider */
.solution-slider .px-3 {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Custom Nút mũi tên của Slick Slider (cho riêng section này) */
.solution-slider .slick-prev, 
.solution-slider .slick-next {
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	z-index: 10;
	transition: all 0.2s;
}
.solution-slider .slick-prev { left: -20px; }
.solution-slider .slick-next { right: -20px; }
.solution-slider .slick-prev:hover, 
.solution-slider .slick-next:hover {
	background: var(--mobi-blue);
}
.solution-slider .slick-prev:before, 
.solution-slider .slick-next:before {
	color: var(--mobi-blue);
	font-size: 24px;
	opacity: 1;
}
.solution-slider .slick-prev:hover:before, 
.solution-slider .slick-next:hover:before {
	color: #fff;
}
/* ================= FIX LỖI 2 CHẤM CHO SOLUTION SLIDER ================= */
.solution-slider .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px; /* Khoảng cách giữa các chấm */
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

.solution-slider .slick-dots li {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

/* Định dạng hình tròn cho Dot */
.solution-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	background: #e0e0e0; /* Màu xám cho dot chưa active */
	border: none;
	font-size: 0; /* Ẩn text bên trong */
	color: transparent; 
	cursor: pointer;
	outline: none;
}

/* Màu cho Dot đang active */
.solution-slider .slick-dots li.slick-active button {
	background: var(--mobi-blue, #005bac); /* Màu xanh dương chuẩn */
}

/* QUAN TRỌNG NHẤT: Xóa bỏ hoàn toàn dấu chấm mặc định của thư viện Slick */
.solution-slider .slick-dots li button::before {
	display: none !important;
	content: none !important;
}

/* ================= CSS SECTION TIN TỨC ================= */

/* Tabs Tin tức */
.news-tabs .nav-link {
	color: #6c757d; /* Màu xám cho tab chưa active */
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	padding-bottom: 0.5rem !important;
}

.news-tabs .nav-link:hover {
	color: var(--mobi-blue, #005bac) !important;
}

.news-tabs .nav-link.active {
	color: var(--mobi-blue, #005bac) !important;
	border-bottom: 2px solid var(--mobi-blue, #005bac); /* Đường gạch chân màu xanh */
}

/* Nút Xem tất cả */
.view-all-link {
	color: var(--mobi-blue, #005bac);
	font-size: 0.95rem;
	transition: opacity 0.3s ease;
}
.view-all-link:hover {
	color: var(--mobi-blue, #005bac);
	opacity: 0.7;
}

/* Hiệu ứng zoom nhẹ cho ảnh khi hover */
.feature-news-img img {
	transition: transform 0.4s ease;
}
.feature-news-img:hover img {
	transform: scale(1.03);
}

/* Danh sách tin phụ */
.news-list li a {
	font-size: 1.05rem;
	transition: color 0.2s ease;
}

/* Hiệu ứng đổi màu xanh khi hover tiêu đề bài viết */
.title-hover {
	transition: color 0.2s ease;
}
.title-hover:hover, 
.news-list li a:hover {
	color: var(--mobi-blue, #005bac) !important;
}	

/* ================= CSS TIỆN ÍCH CHUẨN ================= */

/* Tiêu đề & Link */
.text-mobi-blue { color: var(--mobi-blue, #005bac) !important; }
.link-chi-tiet {
	color: var(--mobi-blue, #005bac);
	text-decoration: none;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	transition: opacity 0.3s;
}
.link-chi-tiet:hover { opacity: 0.7; color: var(--mobi-blue, #005bac); }

/* Card Container */
.card-tien-ich {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important; /* Bóng đổ nhẹ như ảnh */
	transition: transform 0.3s ease;
}
.card-tien-ich:hover {
	transform: translateY(-4px);
}

/* Ảnh và Đường viền xanh dương */
.img-tien-ich {
	border-bottom: 4px solid var(--mobi-blue, #005bac); /* Đường viền xanh đặc trưng */
}
.img-tien-ich img {
	height: 220px;
	object-fit: cover;
	border-radius: 8px 8px 0 0; /* Bo tròn góc trên của ảnh */
}

/* Ẩn thanh cuộn ngang nếu màn hình nhỏ chưa bật Slick */
#tienIchSlider {
	overflow: hidden; 
}

/* Custom Mũi tên Slick Slider y hệt thiết kế */
.tien-ich-wrapper .slick-list {
	margin: 0 -8px; /* Bù trừ khoảng cách px-2 của cột */
}
.tien-ich-wrapper .slick-prev, 
.tien-ich-wrapper .slick-next {
	width: 38px;
	height: 38px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	z-index: 10;
	top: 35%; /* Căn giữa theo chiều cao của ảnh */
}
.tien-ich-wrapper .slick-prev { left: -50px; }
.tien-ich-wrapper .slick-next { right: -50px; }

.tien-ich-wrapper .slick-prev:before, 
.tien-ich-wrapper .slick-next:before {
	color: #a0a0a0; /* Màu xám nhạt cho icon mũi tên */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 16px;
	opacity: 1;
}
.tien-ich-wrapper .slick-prev:before { content: "\f104"; } /* fa-angle-left */
.tien-ich-wrapper .slick-next:before { content: "\f105"; } /* fa-angle-right */
.tien-ich-wrapper .slick-prev:hover:before, 
.tien-ich-wrapper .slick-next:hover:before {
	color: var(--mobi-blue, #005bac);
}	
/* === Fix lỗi hiển thị 2 mũi tên ở Select Box === */
.form-select {
	background-image: none !important;
}