/* ==========================================================================
   1. NHÚNG FONT CHỮ TRỰC TIẾP TỪ THƯ MỤC CỤC BỘ DỰ ÁN
   ========================================================================== */
@font-face {
  font-family: "1FTV VIP Neusharp";
  src: url("../fonts/1FTV-VIP-Neusharp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Ép đồng bộ tên gọi biến chuỗi đề phòng trường hợp css gọi trực tiếp đuôi -Bold */
@font-face {
  font-family: "1FTV VIP Neusharp-Bold";
  src: url("../fonts/1FTV-VIP-Neusharp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Tích hợp bộ font Roboto hỗ trợ hiển thị nội dung chạy mượt mà trên mọi trình duyệt */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


/* --- RESET BOX-SIZING & GLOBAL CONFIGS --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: var(--variable-collection-text);
  font-family: var(--common-body-2-font-family), "Roboto", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* --- THE MASTER WRAPPER --- */
.home-page-desktop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- TOP BAR HEADER (FIXED PIXEL) --- */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.header-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-area .logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links {
  display: flex;
  gap: 45px;
}

.nav-item {
  font-family: "Roboto", Helvetica, Arial, sans-serif; 
  font-weight: 500; /* Trọng lượng chữ Medium */
  font-size: 18px; /* Kích thước chữ 18px */
  line-height: 25px; /* Chiều cao dòng 25px */
  letter-spacing: 0; 
  text-align: center; /* Căn giữa Horizontal align */
  color: #4a4a4a;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.nav-item:hover {
  color: var(--branding-1primary);
}

.btn-contact-header {
  background: linear-gradient(180deg, #ff9e13 0%, #f37121 100%); 
  border-radius: 30px; 
  padding: 10px 32px; 
  font-family: "Roboto", Helvetica, Arial, sans-serif; 
  font-weight: 500; 
  color: #ffffff;
  font-size: 18px; 
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.btn-contact-header:hover {
  opacity: 0.85; 
}

/* --- CUSTOM SUB-MENU (DROPDOWN) --- */

/* Khung chứa menu cha để định vị menu con */
.nav-item-dropdown {
  position: relative;
  display: inline-block;
}

/* Thêm khoảng đệm nhỏ để khi rà chuột từ mục cha xuống menu con không bị đứt đoạn */
.nav-item-dropdown::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 15px;
}

/* Mũi tên nhỏ bên cạnh chữ Sản phẩm */
.dropdown-arrow {
  font-size: 10px;
  margin-left: 4px;
  color: #8a8a8a;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.nav-item-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
  color: #f37021;
}

/* Định dạng hộp thoại Menu Cấp 2 - ĐÃ ĐỔI SANG CĂN TRÁI */
.sub-menu {
  position: absolute;
  top: calc(100% + 12px); /* Khoảng cách vừa phải phía dưới menu cha */
  left: 0;                /* Ép menu con căn thẳng hàng với mép trái menu cha */
  width: 130px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 8px 0;
  box-shadow: 0px 8px 24px rgba(243, 112, 33, 0.12); /* Đổ bóng cam siêu nhẹ */
  border: 1px solid #fae1d2; /* Viền cam nhạt đồng bộ website */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px); /* Hiệu ứng trượt nhẹ từ dưới lên */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 1100;
}

/* Trạng thái hiển thị khi Hover vào Sản phẩm */
.nav-item-dropdown:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Trở về vị trí chuẩn */
}

/* Các mục liên kết bên trong sub-menu */
.sub-menu li a {
  display: block;
  padding: 12px 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #4a4a4a;
  text-align: left;
  transition: all 0.25s ease;
}

/* Hiệu ứng di chuột vào từng mục con */
.sub-menu li a:hover {
  background-color: #fff3e7; /* Nền cam kem nhẹ */
  color: #f37021;            /* Chữ chuyển sang màu cam thương hiệu */
  padding-left: 24px;        /* Hiệu ứng dịch chữ nhẹ nhàng sang phải */
}

/* Đảm bảo khối bọc ngoài nav-links không cắt mất menu dropdown */
.navigation {
  overflow: visible !important;
}

/* --- MAIN CONTAINER BLOCK TIER --- */
.main-content {
  width: 100%;
  margin-top: 70px; /* Bù trừ khoảng trống cho fixed header */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- 1. HERO BANNER --- */
.hero-banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 607px;
  display: flex;
  justify-content: center;
}

.hero-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-bg-wave {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--branding);
  opacity: 0.15;
}

.hero-container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-text-block {
  max-width: 554px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.hero-title {
  font-family: var(--desktop-heading-1-font-family), "1FTV VIP Neusharp", sans-serif;
  font-weight: var(--desktop-heading-1-font-weight);
  font-size: var(--desktop-heading-1-font-size);
  line-height: var(--desktop-heading-1-line-height);
  letter-spacing: var(--desktop-heading-1-letter-spacing);
}

.hero-desc {
  font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
  font-size: var(--common-body-2-font-size);
  line-height: var(--common-body-2-line-height);
  margin: 15px 0 40px 0;
}

.btn-discover {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  padding: 10px 24px;
  width: fit-content;
  color: #ffffff;
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-discover:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.hero-image-block .hero-img {
  width: 419px;
  height: 437px;
  object-fit: cover;
  mix-blend-mode: hard-light;
}

/* --- 2. STATS & INFRASTRUCTURE CARDS --- */
.statistics-infra-section {
  width: 1080px;
  margin: -30px auto 60px auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}

.stats-counter-board {
  width: 100%;
  border: 2px solid #ff731f;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255,255,254,1) 43%, rgba(255,243,231,1) 100%);
  display: flex;
  align-items: center;
  padding: 16px 0;
}

.stat-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-number {
  font-family: var(--desktop-heading-1-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: var(--desktop-heading-1-font-size);
  color: #ff731f;
  font-weight: 700;
}

.stat-label {
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-size: 14px;
  color: var(--variable-collection-text);
  margin-top: 4px;
  text-align: center;
}

.v-divider {
  width: 1px;
  height: 60px;
  background-color: rgba(255, 115, 31, 0.3);
}

.section-title-center {
  margin: 44px 0 30px 0;
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: var(--desktop-heading-3-font-size);
  text-align: center;
  color: #4b4b4b;
}

.orange-text {
  color: #f37021;
}

.infra-grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 165px;
}

.infra-card {
  position: relative;
  width: 204px;
  height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infra-card-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 134px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(255,158,19,1) 0%, rgba(243,113,33,1) 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
  opacity: 0.9;
}

.infra-icon-circle {
  position: absolute;
  top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.infra-icon-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,158,19,1) 0%, rgba(243,113,33,1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.infra-icon-circle img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.infra-card-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 134px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px; /* <--- THÊM THUỘC TÍNH NÀY ĐỂ RÚT NGẮN KHOẢNG CÁCH DÒNG */
  text-align: center;
  padding: 12px 10px 10px 10px; 
  box-sizing: border-box;
  color: #ffffff;
  font-family: var(--mobile-heading-4-font-family), "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25; 
  z-index: 3;
}

/* --- 3. PRODUCTS TABS SYSTEM --- */
.products-tab-section {
  width: 100%;
  max-width: 1920px;
  background: linear-gradient(180deg, #fff3e7 0%, #ffffff 100%);
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-header {
  width: 1080px;
  text-align: left;
  margin-bottom: 45px;
}

.products-header h2 {
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.tab-component-wrapper {
  width: 1080px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}

/* Thanh chứa các nút Tab Header */
.tab-nav-headers {
  display: flex;
  width: 100%;
  max-width: 980px; /* Ép tổng 3 tab nhỏ hơn khung 1080px để chừa ra mép phải giống thiết kế */
  height: 60px;
  background-color: transparent;
  z-index: 2;
}

/* Nút bấm Tab khi ở trạng thái bình thường (Chưa active) */
.tab-trigger {
  flex: 1; /* Tự động chia đều 100% không gian của 980px cho 3 tab */
  height: 100%;
  border: 1px solid #f37021; 
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1px; 
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all 0.25s ease;
}
.tab-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 28px;
}

.logo-sme { width: 140px; background-image: url("../img/section-5/Untitled-2-01.png"); }
.logo-insight { width: 140px; background-image: url("../img/section-5/Untitled-2-03.png"); }
.logo-carelink { width: 140px; background-image: url("../img/section-5/Untitled-2-02.png"); }

/* Nút bấm Tab khi ĐƯỢC CHỌN (Active) */
.tab-trigger.active {
  background: linear-gradient(180deg, #ff9e13 0%, #f37121 100%);
  border-color: #f37121;
}

.tab-trigger.active .tab-logo {
  filter: brightness(0) invert(1);
}

/* Khung lớn chứa nội dung chi tiết phía dưới */
.tab-panes-container {
  width: 100%;
  background-color: #ffffff;
  /* HẠ ĐỘ DÀY BORDER xuốnng 1px để thanh thoát, đều đặn với tab header */
  border: 1px solid #f37021; 
  border-radius: 0px 10px 10px 10px; 
  padding: 40px;
  box-sizing: border-box;
  margin-top: -1px; /* Kỹ thuật kéo âm 1px để đè khít lên border đáy của Tab Header, xóa vết đậm */
  box-shadow: 0 4px 20px rgba(243, 112, 33, 0.05);
}

.tab-panel-item {
  display: none;
}

.tab-panel-item.active {
  display: block;
}

.panel-content-flex {
  display: flex;
  flex-direction: row;
  gap: 45px;
  height: 410px; 
}

/* Ảnh bên trái */
.panel-hero-img {
  width: 286px;
  height: 410px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.panel-text-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 5px;
  height: 100%; 
}

.panel-titles h3 {
  font-family: var(--desktop-heading-2-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: 40px;
  color: #f37021;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.panel-titles h4 {
  font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
  font-size: 18px;
  color: #3b3b3d;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 28px;
}

.panel-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-size: 18px;
  color: #4b4b4b;
}

.panel-footer-action {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto; 
  border-top: 1px solid #f37021; 
  padding-top: 20px; 
}

.decor-line {
  display: none;
}

.btn-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-size: 18px;
  color: #f37021;
  font-weight: 500;
  transition: transform 0.2s ease;
}

.btn-learn-more:hover {
  transform: translateX(4px);
}

.arrow-icon-wrap {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon-wrap img {
  width: 100%;
  height: 100%;
}

/* --- 4. TECHNOLOGY BLUEPRINT --- */
.tech-blueprint-section {
  width: 100%;
  max-width: 1922px;
  height: 629px;
  background-color: rgba(75, 75, 75, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blueprint-container {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blueprint-left-heading {
  display: flex;
  flex-direction: column;
  width: 260px;
}

.arrow-decor-border {
  display: flex;
  justify-content: left;
}

.arrow-square-box img {
  width: 19.71px;
  height: 19.71px;
}

.blueprint-title {
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: var(--desktop-heading-3-font-size);
  line-height: 1.3;
  color: #4b4b4b;
}

.blueprint-right-img img {
  height: 520px;
  object-fit: contain;
}

/* --- 5. ORANGE PARTNERS BAR & CTA MODULE (SỬA ĐỔI HOÀN CHỈNH) --- */
.partners-section-wrapper {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.partners-title-bar {
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}

.partners-title-bar .orange-text {
  color: #f37021;
}

.partners-title-bar .dark-text {
  color: #4a4a4a;
}

.partners-viewer-window {
  width: 100%;
  max-width: 1080px;
  padding: 0 10px;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.partner-logo-card {
  margin: 0 8px; 
  height: 90px;
  background-color: #f4f5f7;
  border-radius: 2px;
  display: flex !important; 
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cta-banner-container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.cta-message {
  font-family: "1FTV VIP Neusharp", "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
  max-width: 780px;
}

.btn-cta-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 42px;
  padding: 0 24px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #f37021;
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-cta-consult:hover {
  background-color: #fff6ee;
  transform: translateY(-1px);
}

.cta-arrow-icon {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: 14px;
}

/* --- 6. NEWS FEED GRID --- */
/* --- 6. NEWS FEED GRID --- */
.news-feed-section {
  width: 1080px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}

.news-section-title {
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: var(--desktop-heading-3-font-size);
  text-align: center;
  margin-bottom: 35px;
}

.news-grid-container {
  display: flex;
  gap: 30px; /* Giảm gap nhẹ để bố cục ôm sát hơn */
}

/* Chỉnh nhẹ lại width của tin nổi bật bên trái */
.featured-news-card {
  width: 420px; 
  display: flex;
  flex-direction: column;
}

/* Giảm chiều cao ảnh tin nổi bật để cân đối với 2 box bên phải */
.news-thumb-wrap {
  width: 100%;
  height: 200px; /* Đã giảm từ 223px xuống 200px */
  border-radius: 6px;
  overflow: hidden;
}

.news-meta-tags {
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.tag-label {
  display: flex;
  height: 28px; /* Thu gọn tag một chút */
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(222, 222, 222, 0.5);
  font-size: 12px;
}

.tag-label.category {
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-weight: 500;
  color: var(--branding-1primary);
}

.tag-label.date {
  font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
  color: var(--variable-collection-text);
}

.news-heading-title {
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: var(--branding-1primary);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-summary {
  font-family: var(--common-caption-font-family), "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: var(--variable-collection-text);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sub-news-vertical-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px; /* Giảm khoảng cách giữa 2 bài tin phụ */
}

/* Thu nhỏ lại box tin phụ bên phải */
.sub-news-row {
  height: 155px; /* Ép thấp xuống thay vì 190px như ban đầu */
  background-color: #f4f4f4;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

/* Thu nhỏ chiều rộng ảnh tin phụ để chừa chỗ cho text */
.sub-news-thumb {
  width: 170px; 
  height: 100%;
  flex-shrink: 0;
}

.sub-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-news-details {
  padding: 12px 15px; 
  display: flex;
  flex-direction: column;
}

.featured-img,
.sub-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* Luôn ưu tiên giữ trọng tâm giữa ảnh */
  transition: transform 0.5s ease; /* Thêm độ mượt 0.5s khi thay đổi trạng thái */
}

/* Khi di chuột vào bài viết nổi bật -> phóng to ảnh */
.featured-news-card:hover .featured-img {
  transform: scale(1.08); /* Phóng to nhẹ 8% */
}

/* Khi di chuột vào bài viết phụ -> phóng to ảnh */
.sub-news-row:hover .sub-news-thumb img {
  transform: scale(1.08);
}

.sub-news-title {
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-size: 16px; 
  font-weight: 500;
  color: var(--branding-1primary);
  line-height: 1.3;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sub-news-desc {
  font-family: var(--common-caption-font-family), "Roboto", sans-serif;
  font-size: 12px;
  color: var(--variable-collection-text);
  line-height: 1.5;
  /* Thêm dòng này để cắt bớt text nếu bị tràn do giảm height */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CSS CHO NÚT "XEM THÊM TIN TỨC" */
.news-more-container {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.btn-more-news {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 28px;
  border: 1px solid #f37021;
  border-radius: 20px; /* Bo tròn theo dạng nút pill */
  color: #f37021;
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.btn-more-news:hover {
  background-color: #f37021;
  color: #ffffff;
}

/* --- 7. CONSULTING REGISTER FORM --- */
.consulting-form-section {
  width: 100%;
  max-width: 1920px;
  padding: 25px 0; 
  background: linear-gradient(180deg, rgba(255,158,19,1) 0%, rgba(243,113,33,1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5; 
}

.form-section-container {
  width: 1080px;
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
  position: relative;
}

.form-left-banner-text {
  width: 455px;
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
  margin-top: 67px; 
}

.consult-actual-form {
  width: 546px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 38px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 20;
}

.form-title-gradient {
  font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #ff9e13 0%, #f37121 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 8px;
}

.form-grid-2-col {
  display: flex;
  gap: 14px;
}

.form-group {
  flex: 1;
}

.form-control-input, 
.form-control-select, 
.form-control-textarea {
  width: 100%;
  height: 45px;
  background-color: var(--f-0f-1f-2);
  border: none;
  border-radius: 10px;
  padding: 0 20px;
  font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
  font-size: 16px;
  color: var(--text-color);
  outline: none;
}

.form-control-input::placeholder, 
.form-control-textarea::placeholder {
  color: var(--text-color);
  opacity: 0.5;
}

.relative-select-wrap {
  position: relative;
}

.form-control-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.select-polygon-arrow {
  position: absolute;
  right: 21px;
  top: calc(50% - 5px);
  width: 13px;
  height: 11px;
  pointer-events: none;
  transition: transform 0.3s ease; 
}

.form-control-select:invalid + .select-polygon-arrow {
  transform: rotate(0deg); 
}

.form-control-select:valid + .select-polygon-arrow {
  transform: rotate(180deg);
}

.form-control-textarea {
  height: 104px;
  padding-top: 14px;
  resize: none;
}

.btn-submit-form {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF7A00 0%, #FF993C 100%) !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: background 0.4s ease, transform 0.2s ease, box-shadow 0.3s ease !important;
}

.btn-submit-form:hover {
    background: linear-gradient(90deg, #FF993C 0%, #FF7A00 100%) !important;
    box-shadow: 0px 5px 15px rgba(255, 122, 0, 0.3);
    transform: translateY(-1px);
}

.btn-submit-text {
  font-family: var(--common-title-font-family), "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
}

.form-decor-tower-img {
  position: absolute;
  left: 0px; 
  bottom: -24px; 
  height: 230px;
  object-fit: contain;
  z-index: 10; 
  pointer-events: none;
  opacity: 0.85; 
}


/* ==========================================================================
   8. NEWS LIST PAGE
   ========================================================================== */

/* --- SUBPAGE BANNER --- */
.subpage-banner {
    width: 100%;
    background-color: var(--branding-1primary);
    background-image: url('../img/banner-pattern.png');
    background-position: left center; 
    background-repeat: no-repeat;     
    background-size: auto 100%;       
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-container {
    width: 100%;
    max-width: 1080px;
    padding: 0 15px;
    text-align: center;
}

.banner-title {
    font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.banner-title span{color: #f37021;}

/* --- NEWS LIST SECTION --- */
.news-list-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0 80px 0;
}

.news-list-container {
    width: 100%;
    max-width: 1080px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
}

.news-list-item {
    display: flex;
    gap: 30px;
    padding:0;
    margin-bottom: 40px;
    border-bottom: 1px solid #e0e0e0; /* Đường kẻ phân cách */
}

.news-item-thumb {
    width: 350px;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.news-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-list-item:hover .news-item-thumb img {
    transform: scale(1.05); /* Hiệu ứng zoom nhẹ khi hover */
}

.news-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-item-title {
    margin-bottom: 15px;
}

.news-item-title a {
    font-family: var(--common-title-font-family), "Roboto", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--variable-collection-text);
    line-height: 1.4;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.news-item-title a:hover {
    color: var(--branding-1primary);
}

.news-item-meta {
    display: flex;
    gap: 24px;
    margin-bottom: 15px;
    font-family: var(--common-caption-font-family), "Roboto", sans-serif;
    font-size: 13px;
    color: var(--branding-1primary); /* Chữ màu cam theo hình */
}

.news-item-meta svg{width: 16px;}

.meta-tag, .meta-date, .meta-author {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.news-item-excerpt {
    font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Giới hạn hiển thị 3 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* --- PAGINATION COMPONENT --- */
.pagination-container {
    width: 100%;
    max-width: 1080px; 
    padding: 0 15px;   
    display: flex;
    justify-content: flex-start;
}

.pagination-list {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e6e6e6; /* Nền xám nhạt */
    color: #5c7996; /* Màu xanh xám nhạt theo thiết kế */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-link:hover {
    background-color: #d4d4d4;
}

.page-link.active {
    background-color: var(--branding-1primary);
    color: #ffffff;
}

.page-link.prev,
.page-link.next {
    font-size: 20px; /* Chữ to hơn cho mũi tên */
}

/* ==========================================================================
   9. TRANG SẢN PHẨM (san-pham.html) - BOX SME
   ========================================================================== */

.main-content-background{
    background: url('../img/backgroud-sp.png') no-repeat center center;
    background-size: cover; 
    width: 100%;
    min-height: 100vh;
}

.sme-banner-section {
    width: 100%;
    max-width: 1920px; /* */
    background: transparent; /* */
    display: flex; /* */
    justify-content: center; /* */
    padding: 40px 0 0 0; /* Xóa padding bottom để ảnh chạm hẳn xuống mép dưới của div cha */
    position: relative; /* */
}

.sme-banner-container {
    width: 1080px; /* */
    display: flex; /* */
    align-items: stretch; /* Ép các khối con có chiều cao bằng nhau để căn đáy chính xác */
    justify-content: space-between; /* Đẩy ảnh sang góc trái, chữ sang góc phải của khung 1080px */
    gap: 50px; /* Khoảng cách an toàn giữa ảnh và chữ */
}

/* KHỐI CHỨA ẢNH */
.sme-banner-image {
    flex: 1; /* */
    display: flex; /* */
    justify-content: flex-start; /* Giữ ảnh sát lề trái của khung 1080px */
    align-items: flex-end; /* ÉP ẢNH CHẠM ĐÁY HÌNH HỌC */
}

.sme-banner-image img {
    max-width: 480px; /* Đảm bảo kích thước ảnh theo đúng layout */
    width: 100%;
    height: auto; /* */
    object-fit: contain; /* */
    display: block; /* Triệt tiêu hoàn toàn khoảng trống dòng mặc định dưới chân ảnh */
}

/* KHỐI CHỨA CHỮ */
.sme-banner-content {
    flex: 1; /* */
    display: flex; /* */
    flex-direction: column; /* */
    align-items: flex-start; /* */
    justify-content: center; /* Căn cụm nội dung chữ nằm chính giữa theo chiều dọc banner */
    padding-bottom: 40px; /* Tạo khoảng trống dưới chữ cho cân đối với chân ảnh */
}

.sme-banner-title {
    font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
    font-size: 42px;
    color: #f37021;
    line-height: 1.25;
    margin-bottom: 25px;
    text-transform: none;
}

.btn-sme-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #f37021;
    color: #ffffff;
    font-family: var(--common-title-font-family), "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 4px;
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
}

.btn-sme-contact:hover {
    opacity: 0.85;
}

.sme-feature-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #ffffff;
    border: 1px solid #fae1d2; /* Viền cam rất nhạt */
    border-radius: 8px;
    padding: 18px 24px;
    box-shadow: 0px 8px 20px rgba(243, 112, 33, 0.06); /* Đổ bóng cam nhẹ */
    max-width: 480px;
}

.sme-feature-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}

.sme-feature-box p {
    font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #f37021; /* Chữ màu cam giống hình */
    line-height: 1.5;
    margin: 0;
}

/* --- 10. TRANG SẢN PHẨM (san-pham.html) - BOX Các nhóm nghiệp vụ của SME360 --- */
.sme-modules-section {
    width: 100%;
    max-width: 1920px;
    padding: 35px 0 30px 0;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, #fff0e5 0%, #ffffff 100%);
}

.sme-modules-container {
    width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.sme-modules-title {
    font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
    font-size: 36px;
    color: #f37021;
    margin-bottom: 50px;
    text-align: left;
}

.sme-modules-grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: flex-start;
}

.sme-module-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Khung Viền Header Nhóm */
.sme-module-header {
    width: 100%;
    border: 1px solid #ffb993; /* Màu viền cam nhạt theo thiết kế */
    border-radius: 4px;
    background-color: #ffffff; /* Nền trắng đè lên background tổng */
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-shadow: 0px 4px 10px rgba(243, 112, 33, 0.03);
}

/* Kỹ thuật đè Icon lên viền top */
.module-icon-wrap {
    position: absolute;
    top: -26px; 
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-icon-wrap img {
    height: 32px;
    object-fit: contain;
}

.module-title {
    color: #f37021;
    font-family: var(--common-title-font-family), "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 12px; 
}

/* Mũi tên chỉ xuống */
.module-connector {
    width: 1px;
    height: 25px;
    background-color: #ffb993;
    margin: 0 auto 5px auto;
    position: relative;
}

.module-connector::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ffb993;
}

/* Danh sách Item bên dưới */
.sme-module-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px; /* Khoảng cách giữa các box */
}

.sme-module-item {
    background-color: #fdf2ea; /* Nền cam nhạt chuẩn thiết kế */
    color: #4a4a4a;
    font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
    font-size: 13px; /* Đã thu nhỏ để vừa vặn 1 dòng trên cột chia 4 */
    font-weight: 600; /* Trọng lượng chữ mỏng hơn một chút cho thanh thoát */
    text-align: center;
    padding: 8px 10px; /* Ép mỏng padding dọc lại giống bản thiết kế (chiều cao ~22px) */
    border-radius: 2px;
    line-height: 1.4;
    white-space: nowrap; /* Ép text luôn nằm trên 1 dòng, không tự động rớt chữ */
}

.item-sub-text {
    font-size: 12px; /* Chữ chú thích nhỏ hơn 1 chút */
    font-weight: 400; /* Chữ mỏng theo chuẩn thiết kế */
    color: #555555;
    margin-left: 2px; /* Cách chữ PLM ra một xíu */
}

/* --- 11. TRANG SẢN PHẨM - BOX SME360 VẬN HÀNH NHƯ THẾ NÀO --- */
.sme-how-it-works-section {
    width: 100%;
    max-width: 1920px;
    padding: 30px 0 80px 0; /* Khoảng cách trên dưới cho thoáng */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Dải màu nền cam đổ từ trên xuống chuẩn hệ thống Vietnamobile */
    background: linear-gradient(180deg, #ff9e13 0%, #f37121 100%); 
}

.sme-how-it-works-container {
    width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sme-how-it-works-title {
    font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
    font-size: 36px;
    color: #ffffff; /* Chữ màu trắng nổi bật trên nền cam */
    margin-bottom: 40px;
    text-align: center;
}

/* Khung chờ Video/Ảnh (Tỷ lệ 16:9) */
.sme-video-placeholder {
    width: 100%;
    max-width: 860px; /* Chiều rộng khung xám, thu hẹp lại 1 chút so với tổng 1080px để có lề đẹp */
    aspect-ratio: 16 / 9; /* Giữ tỷ lệ chuẩn của Video/TV */
    background-color: #d9d9d9; /* Màu nền xám nhạt y hệt thiết kế */
    border-radius: 4px; /* Bo góc cực nhẹ */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Đổ bóng nhẹ để khối nổi lên trên nền */
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); 
}

/* Dành cho trường hợp sau này bạn bỏ iframe/video vào trong */
.sme-video-placeholder iframe,
.sme-video-placeholder video,
.sme-video-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

/* --- 12. TRANG SẢN PHẨM - BOX CÁCH CHÚNG TÔI TRIỂN KHAI --- */
.sme-deployment-section {
    width: 100%;
    max-width: 1920px;
    padding: 30px 0 80px 0;
    display: flex;
    justify-content: center;
    /* Giữ nguyên nền dải màu cam kem như bạn đã cấu hình trước đó */
    background: linear-gradient(180deg, #FFF3E7 0%, #FFFFFE 100%);
}

.sme-deployment-container {
    width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sme-deployment-header {
    text-align: center;
    margin-bottom: 17px; /* Tăng khoảng cách từ tiêu đề xuống ảnh cho thoáng */
}

.sme-deployment-title {
    font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif;
    font-size: 36px;
    color: #f37021;
    margin-bottom: 15px;
}

.sme-deployment-subtitle {
    font-family: var(--common-title-font-family), "Roboto", sans-serif;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: bold;
}

/* Căn giữa và khống chế kích thước ảnh */
.deployment-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deployment-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Đảm bảo ảnh không bị méo tỷ lệ */
}

/* --- 13. TRANG SẢN PHẨM - BOX CTA NHẬN TƯ VẤN --- */
.sme-consult-cta-section {
    width: 100%;
    max-width: 1920px;
    padding: 45px 0;
    display: flex;
    justify-content: center;
    background: url('../img/backgroud-sp.png') no-repeat center center;
    background-size: cover;
}

.sme-consult-cta-container {
    width: 1080px;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 170px; 
    padding: 0 20px;
}

.sme-consult-cta-text {
    font-family: "1FTV VIP Neusharp", "Roboto", sans-serif !important;
    font-size: 36px; 
    font-weight: 700; /* Ép nét đậm */
    color: #f37021;
    line-height: 1.3;
    margin: 0;
    text-align: left;
}

.btn-consult-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #ff9e13 0%, #f37121 100%); 
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px; 
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(243, 112, 33, 0.25); /* Tăng nhẹ độ đổ bóng cho nút nổi bật hơn */
    transition: opacity 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.btn-consult-cta:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* --- 14. TRANG SẢN PHẨM - LỢI ÍCH ĐEM LẠI SECTION --- */
.benefits-section {
    width: 100%;
    max-width: 1920px;
    display: flex;
    justify-content: center;
    background: linear-gradient(90deg, #F37021 0%, #F57820 100%);
}

.benefits-container {
    width: 1080px;
    display: flex;
    align-items: stretch; 
}

/* Khối text bên trái */
.benefits-content {
    flex: 0 0 50%;
    padding: 40px 60px 20px 0; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefits-title {
    font-family: "1FTV VIP Neusharp", sans-serif;
    font-size: 36px; /* Giảm nhẹ font-size tiêu đề */
    color: #ffffff;
    margin-bottom: 25px; /* Giảm khoảng cách dưới title */
}

/* Các mục lợi ích thu gọn */
.benefit-item {
    margin-bottom: 15px; /* Giảm khoảng cách giữa các item */
    padding-bottom: 12px; /* Giảm padding bottom */
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.benefit-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.benefit-item h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px; /* Giảm nhẹ size h3 */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px; /* Giảm khoảng cách h3 vs p */
}

.benefit-item p {
    font-family: "Roboto", sans-serif;
    font-size: 16px; /* Giảm nhẹ size p */
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.4;
    margin: 0;
}

/* Khối ảnh bên phải */
.benefits-image {
    flex: 0 0 50%;
    display: flex;
}

.benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}

/* --- 15. TRANG SẢN PHẨM - FAQs --- */
.faq-section {
    width: 100%;
    background-image: url('../img/Backgroud.jpg'); /* Đảm bảo đường dẫn tới ảnh nền đúng */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0 80px 0;
}

.faq-container {
    max-width: 1080px;
    margin: 0 auto;
}

/* Heading FAQs */
.faq-heading {
    font-family: "1FTV VIP Neusharp", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    background: linear-gradient(90deg, #FF9E13 0%, #F37121 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Danh sách câu hỏi */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.95); /* Lớp nền nhẹ cho câu hỏi để nổi trên background */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Câu hỏi */
.faq-question {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500; /* Medium */
    color: #F37021;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: rgba(243, 113, 33, 0.05);
}

.toggle-icon {
    font-size: 24px;
    font-weight: bold;
    color: #F37021;
    transition: transform 0.3s ease;
}

/* Nội dung câu trả lời ẩn/hiện */
.faq-answer {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a; 
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #ffffff;
    line-height: 20px;
}

.faq-answer p {
    line-height: 25px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Khi mở accordion */
.faq-item.active .faq-answer {
    max-height: 200px; 
    padding: 10px 25px 10px 45px;
    border-top: 1px solid #f0f0f0;
}

/* --- 15. TRANG LIÊN HỆ  */
.contact-page-bg {
  width: 100%;
  
  /* 1. Đặt màu nền nền trùng với đỉnh ảnh để tự động bù đắp nếu vùng chọn quá cao */
  background-color: #ff9e13; 
  
  /* 2. GIẢM opacity của gradient xuống 0.1 để hoa văn màu trắng của ảnh gốc nổi bần bật lên */
  background: linear-gradient(180deg, rgba(255,158,19,0.1) 0%, rgba(243,113,33,0.1) 100%), 
              url('../img/Backgroud-contact.jpg') no-repeat center bottom;
  
  /* 3. Dùng '100% auto' để ảnh luôn rộng hết cỡ, hoa văn giữ nguyên tỷ lệ không bị méo, 
        và 'center bottom' ép cụm hoa văn công nghệ luôn dính chặt vào đáy div */
  background-size: 100% auto; 
  
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 73px;
}

.contact-body-container {
    width: 1080px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    box-sizing: border-box;
}

.contact-breadcrumb-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.contact-back-link {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    opacity: 0.85;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.25s ease;
    margin-top: -200px;
}

.contact-back-link:hover {
    opacity: 1;
}

.contact-back-link img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Tùy chỉnh riêng cho chữ Home */
.contact-back-link span {
    font-family: "1FTV VIP Neusharp", "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.contact-content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

/* Cột thông điệp bên trái */
.contact-left-intro {
    width: 460px;
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.contact-left-intro .contact-breadcrumb-wrapper {
    margin-bottom: 25px;
}

.contact-left-logo {
    width: 145px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 35px;
    align-self: center; /* Căn giữa logo trong flex column */
}

.contact-left-title {
    font-family: "1FTV VIP Neusharp", "Roboto", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 25px;
}

.contact-left-divider {
    width: 100%;
    height: 2px;
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    margin-bottom: 25px;
}

.contact-left-desc {
    font-family: "Roboto", sans-serif;
    font-size: 16px; 
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.9;
    max-width: 400px;
}

/* Box form bên phải */
.contact-right-formbox {
    width: 546px;
    background: #ffffff;
    border-radius: 10px;
    padding: 35px 0px 10px 0px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-form-title {
    font-family: "1FTV VIP Neusharp", "Roboto", sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #ff9e13 0%, #f37121 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 45px;
}

.form-grid-2 {
    display: flex;
    gap: 14px;
}

.form-group {
    flex: 1;
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    height: 45px;
    background-color: #f2f3f7;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    outline: none;
}

.form-input::placeholder, .form-textarea::placeholder {
    color: #999;
}

.select-wrap {
    position: relative;
}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-arrow {
    position: absolute;
    right: 21px;
    top: calc(50% - 5px);
    width: 13px;
    height: 11px;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.form-select:valid + .select-arrow {
    transform: rotate(180deg);
}

.form-textarea {
    height: 104px;
    padding-top: 14px;
    resize: none;
}

.btn-submit {
    width: 100%;
    height: 54px;
    background: #ff993c;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #f37021;
}

.btn-submit-text {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

/* --- FOOTER COMPONENT --- */
.footer {
  width: 100%;
  max-width: 1920px;
  background-color: var(--variable-collection-text);
  padding: 54px 0;
  display: flex;
  justify-content: center;
}

.footer-container {
    width: 100% !important;
    max-width: 1080px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

.footer-logo-row {
  margin-bottom: 16px;
}

.logo-white {
  height: 26px;
  object-fit: contain;
}

.footer-addresses-grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.address-column {
  flex: 1;
  color: #ffffff;
  margin-top: 20px;
}

.address-column h4 {
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.address-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.address-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.address-info-list li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.address-info-list li span {
  font-family: var(--common-body-2-font-family), "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.footer-social-media-bar {
  display: flex;
  gap: 10px;
  margin-top: 42px;
}

.footer-social-media-bar img {
  width: 26.72px;
  height: 26.72px;
  object-fit: cover;
}

#nen-tang {
    display: block;
    position: relative;
    top: -70px; /* Kéo ngược điểm neo lên 70px để trừ hao khoảng trống của thanh Header */
    visibility: hidden;
    height: 0;
}

/* --- MOBILE MENU STYLES --- */

/* Ẩn menu mobile trên desktop */
.mobile-menu-toggle, .mobile-menu-overlay {
    display: none;
}

/* Ẩn khối Accordion Mobile trên Desktop */
.products-accordion-mobile {
    display: none;
}

/* Ẩn ảnh dọc của Mobile trên giao diện PC */
.mobile-img {
    display: none;
}

.mobile-break {
    display: none;
}

.desktop-inline {
    display: inline;
}

.pc-line {
    display: block;
}

.desktop-hide {
    display: none !important;
}

.mobile-break1{display: block;}

/* Mặc định trên PC hiển thị khối desktop, ẩn khối mobile */
.cta-message.desktop-text {
  display: block;
  max-width: 780px;
}
.cta-message.mobile-text {
  display: none;
}

.sme-modules-mobile-section {
    display: none;
}

/* TẮT NÚT XEM THÊM FAQ TRÊN MÁY TÍNH */
.faq-more-container {
    display: none; 
}

.orange-cta-banner {
  background: url('../img/bg-session-5.jpg') center center no-repeat;
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.cta-banner-container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}


/* =======================================================
   TOÀN BỘ GIAO DIỆN MENU MOBILE CHUẨN THIẾT KẾ
   ======================================================= */
@media (max-width: 991px) {

    .swal2-popup {
        width: 90% !important; 
        padding: 1.5em !important;
    }
    .swal2-title {
        font-size: 22px !important; 
    }
    .swal2-html-container {
        font-size: 15px !important; 
    }

    /* 1. Ép giấu sạch menu ngang của desktop */
    .desktop-only { display: none !important; }

    /* 2. Ghim chặt nút 3 gạch vào góc phải, nổi lên trên cùng */
    .mobile-menu-toggle {
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding: 10px;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 2000 !important;
    }
    .mobile-menu-toggle span {
        display: block !important;
        width: 26px !important;
        height: 3px !important;
        background-color: #4B4B4B !important; /* Màu xám 3 gạch ngang */
        border-radius: 2px !important;
    }

    /* 3. Khung Menu trượt mượt mà từ phải sang */
    .mobile-menu-overlay {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0; 
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 9999 !important;
        transform: translateX(100%); /* Ép menu giấu hẳn sang viền phải */
        transition: transform 0.4s ease-in-out;
    }

    .mobile-menu-overlay.active {
        transform: translateX(0); /* Trượt thẳng vào trong màn hình */
    }

    /* 4. Header của menu mobile (Logo và nút X) */
    .mm-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 2px solid #f37021; /* Đường kẻ cam nét liền dưới Header */
    }
    .mm-logo { height: 32px; }
    
    .mm-close { 
        width: 40px; /* Khống chế kích thước icon vừa vặn, không bị quá to */
        height: 40px;
        cursor: pointer; 
        object-fit: contain;
        display: block;
        box-sizing: content-box; /* Đảm bảo padding không làm méo kích thước ảnh gốc */
    }

    /* 5. Khung danh sách Menu chính */
    .mm-list { padding: 0; margin: 0; }
    
    /* Đường kẻ đứt (Dotted) phân tách các mục chính */
    .mm-item { 
        border-bottom: 1px dotted #cccccc; 
    }

    /* Xử lý nét đứt riêng cho mục Sản phẩm có menu con xổ xuống */
    .mm-item.has-submenu {
        border-bottom: none; 
    }
    .mm-item.has-submenu > .mm-link-wrap {
        border-bottom: 1px dotted #cccccc; 
    }
    .mm-item.has-submenu .mm-submenu {
        border-bottom: 1px dotted #cccccc; /* Đóng khung nét đứt ở đáy khi mở menu con */
    }

    .mm-link-wrap, .mm-item > a { 
        padding: 16px 35px 16px 20px;
        font-family: "Roboto", sans-serif; 
        font-size: 16px; 
        color: #555555; /* Màu xám tối chuẩn thiết kế */
        display: block; 
        width: 100%; 
        box-sizing: border-box;
        text-decoration: none;
    }
    
    .mm-link-wrap { 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
    }
    .mm-link-wrap a { 
        padding: 0; 
        width: auto; 
    }

    /* 6. VẼ MŨI TÊN (CHEVRON) CHUẨN XÁC, LẬT MƯỢT MÀ */
    .mm-arrow { 
        display: inline-block !important;
        width: 8px !important; 
        height: 8px !important;
        border-right: 2px solid #555555 !important; /* Viền xám tối tệp với chữ */
        border-bottom: 2px solid #555555 !important;
        border-left: none !important;
        border-top: none !important;
        transform: translateY(-2px) rotate(45deg) !important; /* Tạo hình chữ V chỉ xuống */
        transition: transform 0.3s ease !important;
        color: transparent !important; /* Triệt tiêu ký tự ▼ dư thừa trong HTML */
    }
    
    .mm-item.open .mm-arrow { 
        transform: translateY(2px) rotate(-135deg) !important; /* Mũi tên lật ngược lên */
    }

    /* 7. MENU CẤP 2: SME360, INSIGHTOS, CARELINK */
   .mm-submenu { 
        display: none; 
        background-color: #FFF5EC !important; /* Nền cam sữa y hệt ảnh */
        padding: 0 !important; 
        margin: 0 !important; /* Ép tràn viền 100% không thụt lề */
        border-radius: 0 !important; /* Bỏ bo góc */
        border: none !important; /* Bỏ viền cam ngoài */
        box-shadow: none !important;
        list-style: none;
    }
   
    /* Đường kẻ TRẮNG dày phân tách các item con */
    .mm-submenu li { 
        border-bottom: 2px solid #ffffff !important; 
    }
    .mm-submenu li:last-child {
        border-bottom: none !important; /* Bỏ đường kẻ trắng ở mục cuối */
    }
    
    .mm-submenu li a { 
        display: block;
        padding: 16px 20px !important; /* Canh lề thẳng hàng với chữ Sản phẩm */
        color: #f37021 !important; /* Chữ màu cam đậm */
        font-weight: 600 !important; /* Chữ in đậm */
        font-size: 16px !important; 
        text-decoration: none;
    }

    /* Nút Liên Hệ màu cam */
    .orange-link { 
        color: #f37021 !important; 
        font-weight: 600 !important;
    }

    .footer {
        padding: 40px 0 !important;
    }
    
    .footer-logo-row {
        margin-bottom: 30px !important;
    }
    
    .logo-white {
        height: 28px !important; /* Cân đối lại logo trên mobile */
    }

    /* Chuyển Grid ngang thành xếp dọc các cột */
    .footer-addresses-grid {
        flex-direction: column !important;
        gap: 35px !important;
    }

    .address-column {
        margin-top: 0 !important;
    }

    /* Định dạng lại Tiêu đề các khối (Trụ sở, Chi nhánh...) */
    .address-column h4 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
        color: #ffffff !important;
    }

    .address-info-list {
        gap: 15px !important;
    }

    /* Căn chỉnh Icon và Chữ không bị xô lệch */
    .address-info-list li {
        align-items: flex-start !important;
    }

    .address-info-list li img {
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px !important; /* Hạ icon xuống một xíu cho bằng với dòng đầu của chữ */
    }

    .address-info-list li span {
        font-size: 14px !important;
        line-height: 1.5 !important;
        opacity: 0.9 !important; /* Làm chữ dịu đi một chút giống thiết kế */
    }

    /* Định dạng lại hàng Icon Mạng Xã Hội to và rõ ràng hơn */
    .footer-social-media-bar {
        margin-top: 40px !important;
        gap: 16px !important;
        flex-wrap: wrap !important;
    }

    .footer-social-media-bar img {
        width: 38px !important; /* Phóng to icon mạng xã hội */
        height: 38px !important;
        border-radius: 8px !important; 
    }

    /* ==========================================================================
       CSS RESPONSIVE CHO TRANG LIÊN HỆ (MOBILE)
       ========================================================================== */

    /* 1. Xử lý nền tổng: Xóa ảnh cột sóng dưới đáy trang, trả về màu cam tĩnh */
    .contact-page-bg {
        padding-top: 40px !important; 
        padding-bottom: 40px !important;
        background-image: none !important; 
        background-color: #ff9e13 !important; 
    }

    .contact-body-container {
        width: 100% !important;
        padding: 0 5px !important; 
        margin-top: 0 !important;
        box-sizing: border-box !important;
    }

    /* Đổi bố cục sang xếp dọc, bỏ khoảng trống (gap) để tự tinh chỉnh bằng margin */
    .contact-content-area {
        flex-direction: column !important;
        align-items: stretch !important; 
        gap: 0 !important; 
    }

    /* 2. Xử lý khối Text: Rút ngắn khoảng trống để chữ đè lên nền cột sóng */
    .contact-left-intro {
        width: auto !important;
        text-align: left !important;
        margin: 0 -20px !important; 
        
        /* GIẢM padding-bottom từ 170px xuống 80px để rút ngắn khối cam, kéo ảnh lên đè dưới chữ */
        padding: 10px 20px 80px 20px !important; 
        
        background-image: url('../img/image-5.png') !important;
        background-repeat: no-repeat !important;

        /* TĂNG chiều cao ảnh lên 55% để cột sóng vươn cao lên đụng vào chữ */
        background-size: auto 40% !important; 
        
        /* Căn lệch phải 70% và ép sát đáy */
        background-position: 70% bottom !important; 
    }

    /* Giấu đi các thành phần rườm rà (Chỉ hiển thị trên PC) */
    .contact-breadcrumb-wrapper,
    .contact-left-logo,
    .contact-left-divider,
    .contact-left-desc {
        display: none !important;
    }

    .contact-left-title {
        font-size: 26px !important; 
        line-height: 1.4 !important;
        margin-bottom: 0 !important; 
        padding: 0 15px;
    }

    /* 3. Xử lý Form */
    .contact-right-formbox {
        width: 100% !important;
        padding: 30px 20px !important; 
        border-radius: 12px !important; 
        box-sizing: border-box !important;
        /* Kéo form trắng lùi lên trên 15px để viền trắng đè khít lên chân bức ảnh, tạo cảm giác liền mạch */
        margin-top: -15px !important; 
        box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    .consult-actual-form {
        width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .contact-form-title {
        font-size: 26px !important; 
        line-height: normal !important;
        margin-bottom: 20px !important;
    }

    /* 4. Ép 1 cột các ô input */
    .form-grid-2-col, .form-grid-2 {
        display: flex !important;
        flex-direction: column !important;
        gap: 14px !important;
        width: 100% !important;
    }

    .form-grid-2-col .form-group, .form-grid-2 .form-group {
        width: 100% !important;
    }

    .form-control-input, 
    .form-control-select, 
    .form-control-textarea,
    .form-input, 
    .form-select, 
    .form-textarea {
        font-size: 14px !important; 
    }

    /* =======================================================
       TRANG INDEX.HTML CSS HERO BANNER RIÊNG CHO MOBILE
       ======================================================= */
    
    .hero-banner {
        height: auto !important;
        padding: 40px 0 50px 0 !important; 
    }

    .hero-container {
        flex-direction: column !important; 
        padding: 0 20px !important;
        gap: 30px !important; 
    }

    /* Ép toàn bộ khối chữ và nút bấm căn trái */
    .hero-text-block {
        max-width: 100% !important;
        text-align: left !important; 
        align-items: flex-start !important; 
    }

    /* Định dạng chuẩn cho Tiêu đề */
    .hero-title {
        text-align: left !important;
        font-family: "1FTV VIP Neusharp", sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
    }

    /* Đảm bảo thẻ <br> sau chữ ĐỐI TÁC hoạt động trên Mobile */
    .hero-title br {
        display: block !important;
    }

    /* Định dạng chuẩn cho đoạn Mô tả */
    .hero-desc {
        text-align: left !important;
        font-family: "Roboto", sans-serif !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        margin: 15px 0 25px 0 !important;
    }

    /* Thu ngắn và định dạng lại nút Khám phá sản phẩm */
    .btn-discover {
        width: fit-content !important; /* Thu ngắn nút vừa với nội dung chữ */
        padding: 12px 24px !important; 
        justify-content: flex-start !important;
    }

    .btn-discover span {
        font-size: 20px !important;
        font-weight: 500 !important;
    }

    /* Chỉnh lại ảnh bên dưới cho cân đối */
    .hero-image-block {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .hero-img {
        width: 100% !important;
        max-width: 320px !important; 
        height: auto !important;
    }

    /* =======================================================
       CSS SECTION STATISTICS & INFRASTRUCTURE CHO MOBILE
       ======================================================= */
       
    .statistics-infra-section {
        width: 100% !important;
        margin: 10px auto 40px auto !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    /* 1. Đưa bảng thống kê về dạng lưới 2 dòng x 2 cột */
    .stats-counter-board {
        flex-wrap: wrap !important;
        padding: 0 !important;
        border-radius: 8px !important;
        margin-top: -40px;
        align-items: stretch !important; /* Ép các ô kéo giãn tối đa chiều cao để viền chạm nhau */
        align-content: stretch !important; /* Ép 2 hàng dính chặt vào nhau, không để lại khe hở */
    }

    .v-divider {
        display: none !important; /* Ẩn vạch chia ngang của PC */
    }

    /* Xóa sạch các viền cũ của tất cả các ô */
    .stat-box {
        flex: 0 0 50% !important;
        width: 50% !important;
        padding: 16px 10px !important;
        box-sizing: border-box !important;
        border: none !important; 
    }

    /* Ô 1 (17+ năm): Nằm ở vị trí thẻ div số 1 -> Kẻ viền phải và viền dưới */
    .stats-counter-board > .stat-box:nth-child(1) {
        border-right: 1px solid #ff731f !important;
        border-bottom: 1px solid #ff731f !important;
    }

    /* Ô 2 (500+ doanh nghiệp): Nằm ở vị trí thẻ div số 3 -> Chỉ kẻ viền dưới */
    .stats-counter-board > .stat-box:nth-child(3) {
        border-bottom: 1px solid #ff731f !important;
    }

    /* Ô 3 (6 triệu+ người dùng): Nằm ở vị trí thẻ div số 5 -> Chỉ kẻ viền phải */
    .stats-counter-board > .stat-box:nth-child(5) {
        border-right: 1px solid #ff731f !important;
    }

    .stat-number {
        font-size: 24px !important;
    }

    .stat-label {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    /* 2. Ép tiêu đề căn trái theo ảnh thiết kế */
    .section-title-center {
        text-align: left !important;
        font-size: 22px !important;
        line-height: 1.4 !important;
        margin: 35px 0 25px 0 !important;
        width: 100% !important;
    }

    /* 3. Đổi Card giải pháp thành các thanh ngang dạng viên thuốc */
    .infra-grid {
        flex-direction: column !important; /* Xếp dọc các thanh */
        height: auto !important;
        gap: 14px !important;
    }

    .infra-card {
        width: 100% !important;
        height: auto !important;
        min-height: 52px !important;
        flex-direction: row !important; /* Sắp xếp Icon và Chữ nằm ngang */
        justify-content: flex-start !important;
        align-items: center !important;
        background: linear-gradient(90deg, #ff9e13 0%, #f37121 100%) !important; /* Nền cam dải đều */
        border-radius: 30px !important; /* Bo tròn hoàn toàn 2 đầu */
        padding: 8px 15px 8px 60px !important; /* Thụt lề trái để nhường chỗ cho Icon */
        position: relative !important;
    }

    .infra-card-bg {
        display: none !important; /* Giấu khối nền vuông của PC */
    }

    .infra-icon-circle {
        position: absolute !important;
        top: 50% !important;
        left: 0 !important;
        transform: translateY(-50%) !important; /* Căn giữa chiều dọc hoàn hảo */
        width: 48px !important;
        height: 48px !important;
        box-shadow: 2px 0 8px rgba(0,0,0,0.1) !important;
    }

    .infra-icon-circle img {
        width: 22px !important;
        height: 22px !important;
    }

    /* Xóa ngắt dòng cứng của PC, để chữ tự chảy tự nhiên cho gọn gàng */
    .infra-card-text {
        position: relative !important;
        height: auto !important;
        padding: 0 !important;
        text-align: left !important;
        justify-content: flex-start !important;
        display: block !important;
        
        /* Cập nhật Font, Size và Weight theo yêu cầu */
        font-family: "Roboto", sans-serif !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
    }

    .infra-card-text br {
        display: none !important; /* Ẩn thẻ ngắt dòng thừa của PC */
    }

    /* =======================================================
       CSS SECTION SẢN PHẨM (ACCORDION) CHO MOBILE
       ======================================================= */
    
    /* 1. Ẩn tab của PC */
    .tab-component-wrapper {
        display: none !important; 
    }

    /* Căn giữa tiêu đề chính trên Mobile */
    .products-header {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 25px !important;
    }
    .products-header h2 {
        font-size: 22px !important;
        line-height: 1.4 !important;
    }

    /* 2. Hiển thị khối Mobile Accordion */
    .products-accordion-mobile {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }

    .mobile-acc-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0 !important; /* Ép các thẻ dính sát nhau khi đóng */
        margin-top: 0 !important;
        border-radius: 0; /* Xóa bo góc để tạo thành 1 khối liền mạch khi đóng */
        overflow: hidden; 
        transition: all 0.3s ease; /* Thêm hiệu ứng trượt mượt mà */
    }

    /* Khôi phục bo góc cho đỉnh của box đầu tiên và đáy của box cuối cùng để tổng thể đẹp mắt */
    .mobile-acc-item:first-child {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .mobile-acc-item:last-child {
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }

    /* Nếu box đang mở KHÔNG PHẢI là box đầu tiên -> Đẩy cách box phía trên ra 16px */
    .mobile-acc-item.active:not(:first-child) {
        margin-top: 16px !important;
    }

    /* Trạng thái ảnh dính liền nhau. Khi mở ra mới có khoảng cách dưới đáy */
    .mobile-acc-item.active {
        margin-bottom: 16px !important; /* Cách box bên dưới 16px */
        border-radius: 8px !important; /* Bật lại bo góc 4 chiều cho box đang mở */
    }

    .mobile-acc-header {
        width: 100%;
        cursor: pointer;
        display: block !important; /* Sửa line-height: 0 thành display: block để chống đè ảnh */
    }

    .mobile-acc-header img {
        width: 100%;
        height: auto;
        display: block !important;
        object-fit: cover;
    }

    /* Hộp nội dung khi mở xổ xuống */
    .mobile-acc-body {
        background: #ffffff;
        border: 1px solid #f37021; 
        border-top: none; /* Dính liền với ảnh */
        border-radius: 0 0 8px 8px; /* Bo góc nhẹ đáy */
        padding: 20px 15px;
    }

    .mobile-acc-content {
        display: flex;
        flex-direction: column;
    }

    .acc-title {
        color: #f37021;
        font-family: "1FTV VIP Neusharp", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .acc-subtitle {
        color: #4b4b4b;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .acc-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
        padding-left: 0;
    }

    .acc-list li {
        color: #4a4a4a;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: 500;
    }

    .acc-footer {
        border-top: 1px solid #fae1d2; /* Gạch ngang cam nhạt */
        padding-top: 12px;
        display: flex;
        align-items: center;
    }

    .acc-btn-more {
        color: #f37021;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }

    /* =======================================================
       CSS SECTION NỀN TẢNG CÔNG NGHỆ (BLUEPRINT) CHO MOBILE
       ======================================================= */
       
    .tech-blueprint-section {
        height: auto !important;
        padding: 20px 0 !important;
        background: linear-gradient(180deg, #f8f9fa 0%, #FFF 100%) !important;
    }

    .blueprint-container {
        flex-direction: column !important; /* Xếp dọc toàn bộ nội dung */
        align-items: flex-start !important;
        padding: 0 20px !important;
        width: 100% !important;
        gap: 30px !important; /* Khoảng cách giữa chữ và ảnh */
    }

    .blueprint-left-heading {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important; /* Căn trái icon và chữ */
    }

    .arrow-decor-border {
        margin-bottom: 15px !important;
    }

    .blueprint-title {
        font-size: 26px !important; /* Thu nhỏ cỡ chữ một chút cho hợp Mobile */
        line-height: 1.3 !important;
        text-align: left !important;
    }

    /* Ẩn TẤT CẢ các thẻ ngắt dòng của bản PC để chữ tự chảy tự nhiên */
    .blueprint-title br {
        display: none !important;
    }
    
    /* Ép riêng chữ Vietnamobile xuống dòng và nhấn mạnh theo bản thiết kế */
    .blueprint-title .orange-text {
        display: block !important;
        margin-top: 5px !important;
        font-size: 27x !important; 
    }

    /* Khung chứa ảnh */
    .blueprint-right-img {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* Hoán đổi hiển thị ảnh PC và Mobile */
    .desktop-img {
        display: none !important; /* Ẩn ảnh ngang của PC */
    }

    .mobile-img {
        display: block !important; /* Hiện ảnh dọc của Mobile */
        width: 100% !important;
        height: auto !important;
    }

    /* Kích hoạt ngắt dòng và ẩn dấu gạch nối trên Mobile */
    .mobile-break {
        display: block !important;
    }

    .desktop-inline {
        display: none !important;
    }

    /* Ghép các thẻ span thành 1 dòng viết liền trên Mobile */
    .pc-line {
        display: inline !important;
    }
    
    /* Tự động chèn khoảng trắng giữa các đoạn chữ trên Mobile để không bị dính nét */
    .pc-line:not(:last-child)::after {
        content: " ";
    }

    /* Ẩn các dấu ngắt dòng riêng của PC trên Mobile để chữ nối liền thành 1 dòng */
    .mobile-hide {
        display: none !important;
    }

    /* Biến chữ "Đồng hành" thành chữ thường (đồng hành) khi hiển thị trên Mobile */
    .mobile-lowercase {
        text-transform: lowercase !important;
    }    

    .products-header {
        width: 100% !important;
        text-align: center !important; /* Căn giữa tiêu đề trên điện thoại */
        margin-bottom: 25px !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    
    .products-header h2 {
        font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif !important;
        font-size: 22px !important; /* Kích thước chữ gọn gàng trên mobile */
        line-height: 1.4 !important;
        font-weight: 700 !important;
        text-align: left;
    }
    
    /* Bật tính năng ngắt dòng thẻ br riêng cho mobile */
    .products-header .mobile-break {
        display: block !important;
        margin-bottom: 6px !important; /* Khoảng cách giữa 2 dòng chữ */
    }
    
    .products-header .dark-text {
        color: #4b4b4b !important; /* Đảm bảo màu chữ dòng 2 */
    }

    .partners-title-bar{font-size: 27px;}

    .orange-cta-banner {
        background: url('../img/bg-session-5-mb.jpg') no-repeat;
        background-size: cover;
    }

    .cta-banner-container {
        flex-direction: column !important;
        gap: 15px !important; /* Thu hẹp khoảng cách giữa chữ và nút cho đẹp */
        align-items: flex-start !important; /* Ép cả nút bấm và nội dung đẩy sát lề trái */
        text-align: left !important;
    }
    
    /* Ẩn text PC, hiện text Mobile */
    .cta-message.desktop-text {
        display: none !important;
    }
    
    .cta-message.mobile-text {
        display: block !important;
        font-family: "1FTV VIP Neusharp", "Roboto", sans-serif !important;
        font-size: 23px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
        text-align: left;
    }

    .partners-viewer-window{margin-bottom:30px}
    #lien-he{display: none;}

    /* =======================================================
       CSS SECTION TIN TỨC CHO MOBILE
       ======================================================= */
    .news-feed-section {
        width: 100% !important;
        padding: 0 15px !important;
        margin: 30px auto 40px auto !important; /* Căn chỉnh lại lề cho cân đối */
        box-sizing: border-box !important;
    }

    .news-grid-container {
        flex-direction: column !important; /* Xếp dọc khối tin nổi bật và danh sách tin phụ */
        gap: 15px !important; /* Khoảng cách giữa các khối bài viết */
    }

    /* 1. KHỐI TIN NỔI BẬT (Bài trên cùng) */
    .featured-news-card {
        width: 100% !important;
    }

    .featured-news-card .news-thumb-wrap {
        height: auto !important;
        aspect-ratio: 16/9; /* Giữ tỷ lệ ảnh chuẩn, không bị bóp méo */
        border-radius: 4px !important;
    }

    /* Ép tiêu đề tin nổi bật thành màu cam, in hoa và in đậm */
    .featured-news-card .news-heading-title {
        font-family: "Roboto", sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #f37021 !important; 
        text-transform: uppercase !important; 
        margin-top: 5px !important;
        line-height: 1.4 !important;
    }

    .featured-news-card .news-summary {
        font-size: 13px !important;
        color: #555 !important;
        -webkit-line-clamp: 2 !important;
    }

    /* Các nhãn (Tags: Sự kiện, Tin tức, Ngày tháng) */
    .news-meta-tags {
        margin: 12px 0 8px 0 !important;
        gap: 6px !important;
    }

    .tag-label {
        height: 24px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
        border-radius: 4px !important;
    }

    /* 2. DANH SÁCH TIN PHỤ (Các bài nằm dưới) */
    .sub-news-vertical-list {
        width: 100% !important;
        gap: 12px !important;
    }

    .sub-news-row {
        height: auto !important; 
        min-height: 100px !important;
        background-color: #f8f9fa !important; /* Nền xám nhạt như bản thiết kế */
        border-radius: 4px !important;
        display: flex !important;
        align-items: stretch !important;
    }

    /* Thu nhỏ khung ảnh tin phụ */
    .sub-news-thumb {
        width: 130px !important; 
        height: auto !important;
        flex-shrink: 0 !important;
    }

    .sub-news-details {
        padding: 10px 12px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
    }

    .sub-news-details .news-meta-tags {
        margin: 0 0 4px 0 !important;
    }

    /* Tiêu đề tin phụ cũng màu cam và in đậm */
    .sub-news-title {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #f37021 !important; 
        line-height: 1.3 !important;
        margin-bottom: 4px !important;
    }

    .sub-news-desc {
        font-size: 11px !important;
        line-height: 1.4 !important;
        -webkit-line-clamp: 2 !important; /* Hiển thị tối đa 2 dòng */
    }

    /* 3. NÚT XEM THÊM TIN TỨC */
    .news-more-container {
        margin-top: 25px !important;
        width: 100% !important;
    }

    .btn-more-news {
        width: 100% !important; /* Trải dài 100% màn hình mobile */
        height: 45px !important;
        border-radius: 4px !important; /* Đổi thành hình chữ nhật bo góc nhẹ thay vì vo tròn */
        font-size: 16px !important;
        gap: 6px !important;
    }

    .news-section-title{font-size: 27px;}

    /* =======================================================
       CSS SECTION TRANG TIN TỨC (tin-tuc.html) CHO MOBILE
       ======================================================= */
    .subpage-banner {
        padding: 40px 0 !important;
        background-position: center !important; 
        background-size: cover !important;
    }

    .banner-title {
        font-size: 24px !important;
    }

    .news-list-section {
        padding: 30px 0 50px 0 !important;
    }

    /* Đổi hiển thị từ ngang (PC) sang dọc (Mobile) */
    .news-list-item {
        flex-direction: column !important; 
        gap: 15px !important; 
        margin-bottom: 30px !important;
        padding-bottom: 20px !important;
    }

    /* Ảnh tin tức trải rộng 100% màn hình, tự động căn tỷ lệ 16:9 */
    .news-item-thumb {
        width: 100% !important; 
        height: auto !important;
        aspect-ratio: 16/9 !important; 
        border-radius: 6px !important; 
    }

    .news-item-title {
        margin-bottom: 10px !important;
    }

    .news-item-title a {
        font-size: 16px !important; /* Thu nhỏ tiêu đề bài viết */
        line-height: 1.4 !important;
    }

    /* Căn chỉnh lại cụm thẻ meta (Ngày tháng, lượt xem...) để tự động rớt dòng nếu màn hình quá hẹp */
    .news-item-meta {
        gap: 15px !important; 
        margin-bottom: 10px !important;
        flex-wrap: wrap !important; 
        font-size: 12px !important;
    }

    .news-item-excerpt {
        font-size: 14px !important; /* Thu nhỏ mô tả ngắn */
        line-height: 1.5 !important;
    }

    /* Đẩy bộ nút phân trang ra giữa màn hình trên điện thoại */
    .pagination-container {
        justify-content: center !important; 
    }

    /* =======================================================
       CSS SECTION HERO BANNER SME (san-pham.html) CHO MOBILE
       ======================================================= */
    .sme-banner-section {
        padding: 30px 0 0 0 !important;
    }

    .sme-banner-container {
        flex-direction: column !important;
        align-items: center !important; /* Ảnh và box dưới vẫn sẽ tự căn giữa */
        padding: 0 15px !important;
        gap: 0 !important;
    }

    .sme-banner-content {
        display: contents !important;
    }

    /* 1. Tiêu đề - ĐÃ SỬA CĂN TRÁI */
    .sme-banner-title {
        order: 1 !important;
        text-align: left !important; /* Đổi thành căn trái */
        align-self: flex-start !important; /* Ép riêng khối chữ bám sát lề trái */
        font-size: 26px !important;
        line-height: 1.4 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
    }

    .sme-banner-title br {
        display: none !important;
    }

    /* 2. Nút Liên hệ tư vấn - ĐÃ SỬA CĂN TRÁI */
    .btn-sme-contact {
        order: 2 !important;
        align-self: flex-start !important; /* Ép riêng nút bám sát lề trái */
        margin: 0 0 25px 0 !important; /* Xóa margin auto để nút không bị đẩy ra giữa */
        font-size: 16px !important;
        padding: 12px 24px !important;
        width: fit-content !important; 
    }

    /* 3. Ảnh minh họa (giữ nguyên căn giữa) */
    .sme-banner-image {
        order: 3 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important; /* Ảnh vẫn được căn giữa */
        margin-bottom: -25px !important; 
        z-index: 1 !important;
    }

    .sme-banner-image img {
        max-width: 100% !important;
        width: 320px !important; 
    }

    /* 4. Khối hộp tính năng (giữ nguyên căn giữa đè lên chân ảnh) */
    .sme-feature-box {
        order: 4 !important;
        position: relative !important;
        z-index: 2 !important;
        width: 100% !important; 
        margin: 0 auto 40px auto !important; /* Margin auto giúp khối này nằm chính giữa */
        padding: 16px 20px !important;
        border-radius: 8px !important;
        box-shadow: 0px 8px 25px rgba(243, 112, 33, 0.15) !important; 
        align-items: center !important;
        background-color: #fff9f5 !important; 
    }

    .sme-feature-box p {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    
    .sme-feature-box br {
        display: none !important;
    }

    .sme-feature-icon {
        width: 38px !important;
        height: 38px !important;
    }

    /* =======================================================
       CSS SỬA ĐỔI BOX NGHIỆP VỤ SME360 (MOBILE SLIDER)
       ======================================================= */
    /* Tắt bản PC trên Mobile */
    .sme-modules-section {
        display: none !important; 
    }

    /* Bật bản Mobile */
    .sme-modules-mobile-section {
        display: flex !important;
        width: 100% !important;
        padding: 30px 15px 30px 15px !important;
        background: linear-gradient(180deg, #FFF3E7 0%, #FFFFFE 60%) !important;
        justify-content: center;
        overflow: hidden; 
    }

    .sme-modules-mobile-section .sme-modules-container {
        width: 100% !important;
        position: relative;
    }

    /* Tiêu đề căn trái chuẩn thiết kế */
    .sme-modules-mobile-section .sme-modules-title {
        font-family: var(--desktop-heading-3-font-family), "1FTV VIP Neusharp", sans-serif !important;
        font-size: 26px !important;
        color: #f37021 !important;
        margin-bottom: 10px !important;
        line-height: 1.3 !important;
        text-align: left !important;
    }

    /* Slider Layout: Chừa lề 2 bên để lấy chỗ đặt 2 mũi tên */
    .sme-modules-slider {
        position: relative;
        padding: 0 14px; 
    }

    .sme-module-item{color: #000;}

    /* Khung hình vuông màu cam dùng chung cho 2 mũi tên */
    .sme-modules-slider .custom-orange-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background-color: #f37021;
        border-radius: 4px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 10;
        border: none;
        transition: opacity 0.3s ease; /* Hiệu ứng mờ mượt mà */
    }

    /* Vị trí mũi tên Trái / Phải */
    .sme-modules-slider .custom-prev-arrow {
        left: -10px;
    }
    .sme-modules-slider .custom-next-arrow {
        right: -10px;
    }
    
    /* Vẽ nét góc vuông bên trong mũi tên */
    .sme-modules-slider .custom-orange-arrow::before {
        content: ''; 
        width: 8px;
        height: 8px;
        display: inline-block;
    }
    
    /* Xoay nét góc vuông để tạo hình mũi tên hướng sang trái */
    .sme-modules-slider .custom-prev-arrow::before {
        border-top: 2px solid white;
        border-left: 2px solid white;
        transform: rotate(-45deg);
        margin-left: 3px;
    }

    /* Xoay nét góc vuông để tạo hình mũi tên hướng sang phải */
    .sme-modules-slider .custom-next-arrow::before {
        border-top: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(45deg);
        margin-right: 3px;
    }

    /* Tự động làm mờ nút (disable) khi người dùng vuốt đến đầu hoặc cuối danh sách */
    .sme-modules-slider .custom-orange-arrow.slick-disabled {
        opacity: 0.25;
        cursor: not-allowed;
    }

    /* Dấu chấm chuyển slide (Dots) dưới đáy */
    .sme-modules-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        list-style: none;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .sme-modules-slider .slick-dots button {
        font-size: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d9d9d9; /* Chấm xám mặc định */
        border: none;
        padding: 0;
    }

    .sme-modules-slider .slick-dots .slick-active button {
        background-color: #f37021; /* Chấm cam cho trang đang mở */
    }

    .sme-module-header, .sme-module-list {width: 90%};

    /* Fix bề ngang của khối module */
    .sme-module-header, .sme-module-list {
        width: 90% !important;
    }

    /* Mở rộng "trần nhà" của khung trượt Slick Carousel thêm 35px để chứa trọn vẹn icon nổi */
    .sme-modules-slider .slick-list {
        padding-top: 35px !important;
    }

    /* =======================================================
       CSS SECTION SME360 VẬN HÀNH NHƯ THẾ NÀO (MOBILE)
       ======================================================= */
    .sme-how-it-works-section {
        padding: 20px 0 30px 0 !important; /* Căn chỉnh lại khoảng cách trên dưới cho gọn gàng */
        background: #f37021 !important; /* Dùng màu cam phẳng đồng nhất theo thiết kế mobile */
    }

    .sme-how-it-works-container {
        width: 100% !important;
        padding: 0 16px !important; /* Tạo lề hai bên cho màn hình điện thoại */
        align-items: flex-start !important; /* Ép toàn bộ nội dung đẩy sát lề trái */
        box-sizing: border-box !important;
    }

    .sme-how-it-works-title {
        text-align: left !important; /* Đổi căn giữa thành căn trái */
        font-size: 26px !important; /* Thu nhỏ cỡ chữ một chút */
        line-height: 1.35 !important;
        margin-bottom: 20px !important;
        max-width: 280px !important; /* Ép khung chữ hẹp lại để tự động ngắt thành 2 dòng: "SME360 vận hành / như thế nào?" y như bản vẽ */
    }

    .sme-video-placeholder {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 6px !important; /* Bo góc khối video nhẹ nhàng hơn */
        box-shadow: none !important; /* Bỏ đổ bóng thừa trên mobile */
    }

    /* =======================================================
       CSS SECTION CÁCH CHÚNG TÔI TRIỂN KHAI (MOBILE)
       ======================================================= */
    .sme-deployment-section {
        padding: 20px 0 50px 0 !important;
        /* Background gradient cam sữa chuẩn theo thẻ Branding của bạn */
        background: linear-gradient(180deg, #FFF3E7 0%, #FFFFFE 100%) !important;
    }

    .sme-deployment-container {
        padding: 0 15px !important; 
        width: 100% !important;
        align-items: flex-start !important; /* Ép toàn bộ nội dung dạt sang trái */
        box-sizing: border-box !important;
    }

    .sme-deployment-header {
        text-align: left !important;
        margin-bottom: 25px !important;
        width: 100% !important;
    }

    /* Tiêu đề chính đổ màu Gradient Cam */
    .sme-deployment-title {
        text-align: left !important;
        font-family: "1FTV VIP Neusharp", sans-serif !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        /* Phủ màu Gradient cho Text */
        background: linear-gradient(180deg, #FF9E13 0%, #F37121 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        margin-bottom: 12px !important;
        line-height: 1.3 !important;
    }

    /* Tiêu đề phụ (Subtitle) */
    .sme-deployment-subtitle {
        text-align: left !important;
        font-family: "Roboto", sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #4B4B4B !important;
        line-height: 1.5 !important;
    }

    /* Tự động tráo ảnh PC thành ảnh sơ đồ dọc của Mobile */
    .deployment-image-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }

    .deployment-image-wrapper img {
        /* CSS tự động thay thế đường dẫn ảnh gốc trong HTML bằng ảnh dành riêng cho mobile */
        content: url("../img/cachchungtoitrienkhai_mb.svg") !important;
        width: 100% !important;
        height: auto !important;
        max-width: 400px !important; /* Khống chế bề ngang để ảnh không bị tràn trên các màn hình to */
    }

    /* =======================================================
       CSS SECTION LỢI ÍCH ĐEM LẠI (MOBILE)
       ======================================================= */
    .benefits-section {
        background: #F37021 !important; /* Phủ màu nền cam phẳng cho mobile */
        padding: 0 !important; /* Xóa khoảng trống thừa để ảnh chạm sát đáy màn hình */
    }

    .benefits-container {
        flex-direction: column !important; /* Xếp khối chữ lên trên, khối ảnh xuống dưới */
        padding: 0 !important; /* Bỏ lề tổng để ảnh được tràn viền 100% */
        width: 100% !important;
    }

    .benefits-content {
        width: 100% !important;
        padding: 40px 16px 15px 16px !important; /* Căn lại lề thụt vào trong riêng cho phần chữ */
        box-sizing: border-box !important;
    }

    .benefits-title {
        font-size: 26px !important; /* Thu nhỏ cỡ chữ tiêu đề */
        margin-bottom: 25px !important;
        text-align: left !important; /* Đảm bảo luôn căn trái */
    }

    .benefit-item {
        margin-bottom: 15px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important; /* Hiển thị vạch kẻ trắng mờ */
    }

    /* Hiển thị lại vạch kẻ phân cách cho mục cuối cùng (bản PC đang bị ẩn) */
    .benefit-item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
        margin-bottom: 20px !important;
    }

    .benefit-item h3 {
        font-size: 18px !important; /* Cỡ chữ tiêu đề mục */
        margin-bottom: 6px !important;
    }

    .benefit-item p {
        font-size: 14px !important; /* Cỡ chữ nội dung mô tả */
        line-height: 1.45 !important;
    }

    /* Xử lý khối ảnh tràn viền 100% màn hình */
    .benefits-image {
        width: 100% !important;
        display: flex !important;
    }

    .benefits-image img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block !important; /* Chống phát sinh khoảng trắng ở chân ảnh */
    }

    .sme-consult-cta-section{display: none;}

    /* =======================================================
       CSS SECTION FAQs (MOBILE - RÚT GỌN 3 ITEM)
       ======================================================= */
    /* Mặc định trên mobile ẩn từ câu hỏi số 4 trở đi */
    .faq-list:not(.expanded) .faq-item:nth-child(n+4) {
        display: none !important;
    }

    /* Hiển thị vùng chứa nút Xem thêm trên Mobile */
    .faq-more-container {
        display: flex !important;
        justify-content: center !important;
        margin-top: 40px !important;
        width: 100% !important;
    }

    /* Thiết kế nút Xem thêm giống hệt ảnh đính kèm */
    .btn-faq-more {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        background-color: transparent !important;
        border: 1px solid #f37021 !important;
        border-radius: 8px !important; 
        padding: 8px 24px !important;
        color: #f37021 !important;
        font-family: "Roboto", sans-serif !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }

    .btn-faq-more:hover {
        background-color: #fff3e7 !important;
    }

    .btn-faq-more svg {
        transition: transform 0.3s ease !important;
    }

    .faq-section{padding-bottom: 40px!important;}

    /* =======================================================
       CSS CĂN CHỈNH CỘT SỐ THỨ TỰ & THIẾT KẾ FAQs (MOBILE)
       ======================================================= */
    .faq-question {
        align-items: flex-start !important; /* Đẩy nhóm chữ và nút + lên ngang hàng với dòng đầu tiên */
        padding: 16px 15px !important; /* Căn lại lề viền cho cân đối trên điện thoại */
        background-color: #fff;
    }

    /* Kỹ thuật "Hanging Indent" (Thụt lề treo) để tách số ra 1 cột */
    .faq-question > span:first-child {
        display: block !important;
        width: calc(100% - 35px) !important; /* Chừa không gian bên phải cho nút + */
        padding-left: 22px !important; /* Đẩy toàn bộ khối chữ thụt lùi vào trong 22px */
        text-indent: -22px !important; /* Kéo giật lùi riêng dòng đầu tiên (chứa số 1.) ra ngoài 22px */
        line-height: 1.4 !important;
        font-size: 16px !important; 
    }

    /* Thiết kế nút + nằm trong hình tròn màu cam sữa giống y hệt ảnh */
    .faq-question .toggle-icon {
        width: 28px !important;
        height: 28px !important;
        background-color: #fff3e7 !important; /* Nền tròn cam sữa */
        border-radius: 50% !important; /* Bo tròn tuyệt đối */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        font-weight: 500 !important;
        margin-top: -2px !important; /* Nhích lên 1 chút để căn giữa hoàn hảo với dòng đầu tiên */
        line-height: 1 !important;
    }

    /* Thụt lề phần nội dung câu trả lời cho thẳng hàng với phần chữ của câu hỏi ở trên */
    .faq-answer {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px 15px 15px 37px !important; /* Thụt lề trái 37px để thẳng tắp với nội dung */
        max-height: 600px !important; /* Nới rộng độ dài phòng trường hợp câu trả lời rớt nhiều dòng */

    }

    .products-tab-section{padding-bottom: 20px!important;}

    .faq-heading {
        -webkit-background-clip: border-box !important; /* Bắt buộc tô màu nền cho toàn bộ khối, xóa bỏ triệt để hiệu ứng trong suốt */
        background-clip: border-box !important;
        -webkit-text-fill-color: #f37021 !important; 
        color: #f37021 !important;
        background: #FFF1E6 !important; 
        font-size: 26px !important;
        margin-bottom: 0 !important; 
        display: block !important;
        text-align: center !important;
        height: auto !important; 
        line-height: 1 !important; 
        padding-top: 20px !important;    
        padding-bottom: 15px !important; /* Lúc này padding sẽ đổ khối màu cam nhạt #FFF1E6 ôm sát vào câu hỏi số 1, không còn bị lộ ảnh background */
    }

    .faq-item{border-radius: 0px;}
    .faq-list{gap: 5px!important;background-color: #fff;}

}