/* ROOT VARIABLES & RESET */
:root {
    --purple-main: #6c2f83;
    --purple-dark: #2B0A3D;
    --purple-light: #5D307E;
    --purple-bg: #F8F5FA;
    --gold-primary: #e87c20;
    --gold-light: #EBC03F;
    --text-dark: #222222;
    --text-gray: #555555;
    --border-color: #E2D9EA;
    --font-sans: 'Montserrat', sans-serif;
    --font-serif: 'Playfair Display', serif;
}

#speakers {
    padding-top: 20px !important; /* Chiều cao của thanh menu cộng thêm một chút khoảng trống nếu muốn */
    margin-top: -20px !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  color: var(--text-dark);
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 16px;
}

/* TYPOGRAPHY */
.text-serif { font-family: var(--font-serif); }
.section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--purple-main);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  position: relative;
}
.section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: var(--gold-primary);
  margin: 8px auto 0;
}

/* HEADER */
.main-header {
  background: #FFF;
  border-bottom: 1px solid #EEE;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo-img { height: 40px; width: auto; }

.logo-right {
    text-align: right;
    font-size: 12px;
    color: var(--purple-main);
}

.font-gddt {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: var(--purple-main);
}


.years-badge {
  display: flex;
  align-items: center;
  border-left: 2px solid var(--purple-main);
  padding-left: 8px;
}
.badge-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--purple-main);
  line-height: 1;
}
.badge-text {
  font-size: 11px;
  color: var(--purple-main);
  font-weight: 700;
  margin-left: 4px;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav a {
  text-decoration: none;
  color: var(--text-dark);
  font-size: 13px;
  font-weight: 600;
}
.btn-head-cta {
  background: var(--purple-main);
  color: #FFF !important;
  padding: 8px 16px;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.btn-head-cta:hover { opacity: 0.9; }

/* HERO SECTION */
.hero-section {
  background: linear-gradient(135deg, #FAF7FC 0%, #FFFFFF 100%);
  padding: 40px 0 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px;
  align-items: center;
}
.hero-title {
  font-size: 38px;
  font-weight: 800;
  color: var(--purple-main);
  line-height: 1.15;
  margin-bottom: 12px;
}
.hero-subtitle {
  font-size: 15px;
  color: var(--text-gray);
  margin-bottom: 24px;
  font-weight: 500;
}
.info-pills {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.pill-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFF;
  border: 1px solid var(--border-color);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
}
.pill-icon { font-size: 18px; color: var(--purple-main); }

.contact-pills {
  display: flex;
  gap: 15px;
  font-size: 18px;
  color: var(--purple-main);
  margin-bottom: 24px;
}

.btn-hold-seat {
    display: inline-block;
    background: linear-gradient(180deg, #743b8a 0%, #49175c 100%);
    color: #FFF;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(60, 16, 83, 0.25);
}

.speakers-hero-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.speaker-card {
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid #F0F0F0;
}
.speaker-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 8px;
}
.speaker-tag {
  background: var(--purple-main);
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 2px;
  border-radius: 3px;
  margin-bottom: 6px;
}
.speaker-card p {
  font-size: 10px;
  color: var(--text-gray);
  line-height: 1.3;
}



.speaker-img {
    /* ĐỔI MỚI: Tăng max-height lên để ảnh hiển thị to hơn (có thể chỉnh lên 800px tùy ý) */
    width: 100% !important; /* Ép buộc chiều ngang luôn chiếm 100% phần tử bọc nó */
    height: auto !important; /* Chiều cao tự động tính toán theo tỷ lệ gốc của ảnh */
    display: block; /* Loại bỏ khoảng trắng thừa mặc định ở dưới đáy hình ảnh */
    object-fit: contain; /* Giúp ảnh gọn gàng trong khung (tùy chọn) */
    padding: 0; /* Tạm thời tắt padding hai bên để kiểm tra */
}

.signature-font {
    font-family: 'Licorice', cursive;
    font-style: italic;
    font-size: 64px;
    color: var(--gold);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.speaker-badge p {
    font-size: 16px;
    letter-spacing: 1px;
}

.mt-2 {
    margin-top: 10px;
}

.hero-image-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
}



/* ============================================
   1. CẤU HÌNH CHUNG
   ============================================ */
.slide-section {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Thêm thuộc tính cho background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; /* Khoảng cách giữa hình ảnh và nút */
}

/* Dòng 1: Hình ảnh full ngay giữa */
.image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.full-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* Dòng 2: Button */
.button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ff5722;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
}

    .btn-primary:hover {
        background-color: #e64a19;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(230, 74, 25, 0.3);
    }

/* ============================================
   2. XỬ LÝ RESPONSIVE (ẨN / HIỆN THEO THIẾT BỊ)
   ============================================ */

/* Mặc định trên Máy tính (PC) */
.pc-only {
    display: flex;
}

.mobile-only {
    display: none; /* Ẩn bản mobile trên PC */
}

/* Màn hình nhỏ hơn hoặc bằng 768px (Điện thoại / Tablet) */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none; /* Ẩn bản PC trên Mobile */
    }

    .mobile-only {
        display: flex; /* Hiện bản Mobile */
    }

    .slide-section {
        padding: 24px 16px;
    }

    .btn-primary {
        width: 100%; /* Nút chiếm full width trên Mobile để dễ bấm */
        padding: 12px 20px;
    }

    .logo-right {
        text-align: right;
        font-size: 12px;
        color: var(--primary-purple);
    }

    .logo-right {
        text-align: right;
        font-size: 9px;
        color: var(--purple-main);
    }

    .font-gddt {
        text-align: right;
        font-size: 14px;
        font-weight: 700;
        color: var(--purple-main);
    }
}






/* STATS BAR */
.stats-bar {
  background: var(--purple-bg);
  padding: 20px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.stats-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stat-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}
.stat-box.golden { color: var(--purple-main); }
.wreath-icon {
  border: 2px solid var(--gold-primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--gold-primary);
}
.stat-num {
  font-size: 20px;
  font-weight: 800;
  color: var(--purple-main);
}
.stat-lbl { font-size: 11px; color: var(--text-gray); }


.countup {
    display: flex;
    justify-content: center; /* Lệnh quan trọng để đưa 3 khối ra giữa */
    gap: 20px; /* Khoảng cách giữa các khối (nếu cần) */
    width: 100%; /* Đảm bảo thẻ cha chiếm trọn chiều ngang màn hình */
}



/* Container chứa bộ đếm - Mặc định Flex cho PC */
.countup-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 900px;
}



/* Cấu trúc từng khối thống kê: xếp theo chiều ngang */
.stat-box {
    display: flex;
    align-items: center;
}

/* Định dạng cho phần số đếm (Màu tím đậm, chữ to, in đậm) */
.stat-number {
    font-size: 45px;
    font-weight: 800;
    color: var(--purple-main) !important; /* Mã màu tím tương tự trang Á-Âu */
    margin-right: 15px; /* Khoảng cách với đường kẻ */
}

/* Định dạng cho phần chữ bên cạnh (Có đường kẻ sọc bên trái) */
.stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    border-left: 2px solid var(--gold-primary); /* Đường kẻ dọc màu tím nhạt/xám */
    padding-left: 15px;
    line-height: 1.4;
}

/* Responsive: Thu nhỏ lại khi xem trên điện thoại */
@media (max-width: 768px) {
    .stats-section {
        flex-direction: column;
        gap: 30px;
    }
}
/* Đặt font chữ cơ bản và canh giữa khối */
.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px; /* Khoảng cách giữa các khối */
    padding: 50px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--purple-bg);
}

/* Cấu trúc từng khối thống kê: xếp theo chiều ngang */
.stat-box {
    display: flex;
    align-items: center;
}

/* Định dạng cho phần số đếm (Màu tím đậm, chữ to, in đậm) */
.stat-number {
    font-size: 45px;
    font-weight: 800;
    color: var(--purple-main) !important;/* Mã màu tím tương tự trang Á-Âu */
    margin-right: 15px; /* Khoảng cách với đường kẻ */
}



/* Responsive: Thu nhỏ lại khi xem trên điện thoại */
@media (max-width: 768px) {
    .stats-section {
        flex-direction: column;
        gap: 30px;
    }
}








/* WHY SECTION */
.why-section { padding: 40px 0; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  text-align: center;
}
.why-item {
  background: none;
  padding: 16px 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--purple-main);
}
.why-icon {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

/* SPEAKERS DETAIL */
.sub-name {
    color: var(--gold-primary) !important;
}

.speakers-detail-section {
    padding: 40px 0;
    background: #FAF7FC;
}
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.detail-card {
  background: #FFF;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid var(--border-color);
}
.detail-card img {
  width: auto%;
  height: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 12px;
}
.detail-card h3 {
  font-size: 18px;
  color: var(--purple-main);
  font-weight: 800;
  margin-bottom: 2px;
}
.detail-card .role {
  font-size: 14px;
  color: var(--text-gray);
  margin-bottom: 12px;
  min-height: 32px;
}
.detail-card ul {
  padding-left: 16px;
  font-size: 13px;
  color: var(--text-dark);
}
.detail-card li { margin-bottom: 4px; }

/* UNIVERSITIES */
.unis-section { padding: 40px 0; text-align: center; }
.unis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.uni-logo-card {
  border: 1px solid #EEE;
  padding: 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  color: var(--purple-main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-unis {
  font-size: 12px;
  color: var(--text-gray);
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}


/* ==============================================
   CSS CHO SECTION GIỚI THIỆU CÔNG TY
   ============================================== */

/* Phần nền và khoảng cách của cả section */
.company-intro-section {
    padding: 60px 20px;
    background-color: var(--purple-bg); /* Màu nền */
    text-align: center;
}

/* Khung chứa nội dung giới hạn chiều rộng */
.company-intro-container {
    max-width: 1000px;
    margin: 0 auto;
}

/* Định dạng tiêu đề */
.company-intro-title {
    color: #1a2b4c; /* Màu xanh đen */
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Định dạng đoạn văn bản giới thiệu */
.company-intro-desc {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Khung chứa danh sách hình ảnh (sử dụng flexbox) */
.company-images {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Tự động rớt dòng trên màn hình nhỏ */
}

/* Khung chứa từng hình ảnh */
.company-image-item {
    flex: 1;
    min-width: 250px; /* Đảm bảo ảnh không bị quá nhỏ trên mobile */
    max-width: 320px;
}

/* Định dạng hình ảnh */
.company-img {
    width: 100%;
    height: 220px;
    object-fit: cover; /* Giữ tỷ lệ ảnh đẹp, không bị méo */
    border-radius: 8px; /* Bo góc ảnh */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Đổ bóng nhẹ */
    transition: transform 0.3s ease; /* Hiệu ứng mượt mà khi hover */
}

/* Tùy chọn thêm: Hiệu ứng phóng to nhẹ khi di chuột vào ảnh */
.company-image-item:hover .company-img {
    transform: translateY(-5px);
}


    /* ==============================================
   CSS CHO SECTION GIỚI THIỆU CÔNG TY (BỐ CỤC MỚI)
   ============================================== */
        .new-company-intro {
    padding: 80px 0;
    background-color: #f8f9fa; /* Màu nền xám nhạt */
}

    .new-company-intro .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .new-company-intro .title-underline {
        width: 100px;
        height: 2px;
        background-color: #e49122; /* Màu cam Á-Âu */
        border-radius: 2px;
    }

/* --- HÀNG 1: GIỚI THIỆU VÀ MẶT TIỀN --- */
.intro-main-row {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: center; /* Căn giữa theo chiều dọc */
}

.intro-text {
    flex: 1;
}

.intro-desc {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.8;
}

.intro-office-photo {
    flex: 1;
    text-align: right;
}

    .intro-office-photo img {
        width: 100%;
        max-width: 550px;
        height: 350px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

/* --- HÀNG 2: HOẠT ĐỘNG VÀ SLIDER --- */
.activity-row {
    position: relative;
}

    .activity-row .section-title {
        text-align: center;
        margin-bottom: 10px;
    }

    .activity-row .title-underline {
        margin: 0 auto 50px auto;
    }

/* Activity Slider */
.activity-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.activity-slider {
    display: flex;
    flex-wrap: nowrap; /* BẮT BUỘC: Ép tất cả các slide nằm trên cùng 1 hàng ngang, tuyệt đối không cho rớt dòng */
    gap: 20px;
    overflow-x: hidden; /* Sẽ dùng JS để trượt */
    width: calc(100% - 100px); /* Chừa chỗ cho nút bấm bên ngoài */
    margin: 0 auto;
    /* transition: transform 0.5s ease-in-out; Đã tắt để hỗ trợ scroll JS */
}

/* Ẩn thanh cuộn mặc định của trình duyệt để slider chuyên nghiệp hơn */
.activity-slider::-webkit-scrollbar {
    display: none;
}

.slide-item {
    flex: 0 0 calc((100% - 60px) / 4); /* Hiển thị 4 hình trên Desktop */
    min-width: calc((100% - 60px) / 4);
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .slide-item:hover {
        transform: translateY(-5px);
    }

    .slide-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

/* Nút bấm Slider (Qua lại) */
.slider-btn {
    background: rgba(26, 43, 76, 0.8);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slider-btn.prev {
        left: 0;
    }

    .slider-btn.next {
        right: 0;
    }

    .slider-btn:hover {
        background: #e49122;
        box-shadow: 0 5px 15px rgba(228, 145, 34, 0.5);
    }

/* --- POPUP / LIGHTBOX --- */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

    .lightbox.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 4px;
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

    .close-lightbox:hover,
    .close-lightbox:focus {
        color: #e49122;
        text-decoration: none;
        cursor: pointer;
    }

/* Điều hướng trong popup (Lightbox Nav) */
.lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 30px;
    box-sizing: border-box;
}

.lightbox-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    transition: 0.3s;
}

    .lightbox-btn:hover {
        color: #e49122;
    }

/* REGISTER FORM & INFO */
.register-section {
  padding: 40px 0;
  background: var(--purple-bg);
}
.register-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: start;
}
.form-box {
  background: #FFF;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.form-box h3 {
  font-size: 16px;
  color: var(--purple-main);
  font-weight: 800;
}
.sub-form { 
    font-size: 14px; 
    color: var(--text-dark); 
    margin-bottom: 16px; 
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 12px;
}
.form-row.single { grid-template-columns: 1fr; }
.form-box input, .form-box select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #DDD;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  font-family: var(--font-sans)
}
.form-box input:focus, .form-box select:focus {
  border-color: var(--purple-main);
}
.btn-submit {
    width: 100%;
    background: linear-gradient(180deg, #743b8a 0%, #49175c 100%);
    color: #FFF;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}
.privacy-note {
  font-size: 12px;
  color: var(--purple-dark);
  margin-top: 10px;
  text-align: center;
}

.info-box {
  background: #FFF;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
}
.info-box h3 {
  font-size: 14px;
  color: var(--purple-main);
  margin-bottom: 16px;
  font-weight: 800;
}
.info-list { list-style: none; margin-bottom: 20px; }
.info-list li {
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--text-dark);
}
.qr-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px dashed #DDD;
  padding-top: 16px;
}
.qr-code img { width: 70px; height: 70px; }
.qr-box p { font-size: 14px; font-weight: 700; color: var(--purple-main); }

/* FOOTER */
.footer-bar {
  background: var(--purple-dark);
  color: #FFF;
  padding: 16px 0;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.foot-left { font-weight: 600; color: var(--gold-light); }
.foot-right { display: flex; gap: 20px; text-align: right; }


/* --- MOBILE RESPONSIVE --- */
@media (max-width: 991px) {
    .intro-main-row {
        flex-direction: column-reverse; /* Đảo ngược để ảnh lên trước, chữ sau */
        text-align: center;
        gap: 20px;
    }

    .intro-office-photo {
        text-align: center;
    }

        .intro-office-photo img {
            max-width: 100%;
            height: auto;
        }

    .new-company-intro .section-title {
        text-align: center;
    }

    .new-company-intro .title-underline {
        margin: 0 auto 30px auto;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .speakers-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-flex {
        flex-wrap: wrap;
        gap: 15px;
    }

    .register-grid {
        grid-template-columns: 1fr;
    }

    .unis-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .btn-head-cta {
        display: none;
    }

    .logo-img {
        height: 25px;
        width: auto;
    }

    .info-pills {
        display: flex !important;
        flex-direction: column !important; /* Lệnh quan trọng: Chuyển từ xếp ngang sang xếp dọc */
        gap: 15px; /* Thêm khoảng trống giữa 2 dòng cho đẹp */
    }

    .pill-item {
        width: 100% !important; /* Ép mỗi hộp chiếm trọn 100% chiều ngang */
        max-width: 100%;
    }

    .activity-slider {
        width: 100%;
    }

    .slide-item {
        flex: 0 0 calc(100% - 20px); /* Hiển thị 2 hình trên Mobile */
        min-width: calc(100% - 20px);
    }

        .slide-item img {
            height: 220px;
        }

    .main-nav a:not(.btn-head-cta) {
        display: none;
    }

    .hero-title {
        font-size: 28px;
    }

    .speakers-hero-group {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-flex {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .foot-right {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
}