
    /* Tổng quan */
    .page-f168betvip {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f4f7f6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

    /* Tiêu đề chính */
    .page-f168betvip__section-title {
      text-align: center;
      color: #1a3a5a;
      margin-bottom: 30px;
      font-size: 2.2em;
      font-weight: 700;
      position: relative;
      padding-bottom: 15px;
    }

    .page-f168betvip__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #e6b800;
      border-radius: 2px;
    }

    /* Các phần nội dung */
    .page-f168betvip__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-f168betvip__section p {
      margin-bottom: 15px;
      color: #555;
    }

    /* Hero Section */
    .page-f168betvip__hero-section {
      position: relative;
      width: 100%;
      background-color: #1a3a5a;
      overflow: hidden;
      text-align: center;
      padding-top: 10px; /* Khoảng cách cho thanh điều hướng cố định */
    }

    .page-f168betvip__hero-banner {
      width: 100%;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      display: block;
    }

    .page-f168betvip__hero-content {
      position: relative;
      z-index: 10;
      padding: 20px;
      color: #fff;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-f168betvip__hero-content h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 800;
      color: #e6b800;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-f168betvip__hero-content p {
      font-size: 1.2em;
      margin-bottom: 25px;
      color: #f0f0f0;
    }

    /* Nút nổi (Đăng ký/Đăng nhập) */
    .page-f168betvip__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.85);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-f168betvip__floating-buttons a {
      display: block;
      width: 45%;
      padding: 12px 10px;
      border-radius: 50px;
      text-align: center;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-sizing: border-box;
    }

    .page-f168betvip__btn-register {
      background: linear-gradient(90deg, #ff6b6b, #ee4c7c);
      color: #fff;
      box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    }

    .page-f168betvip__btn-login {
      background: linear-gradient(90deg, #4CAF50, #8BC34A);
      color: #fff;
      box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
    }

    .page-f168betvip__floating-buttons a:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    /* Lưới trò chơi */
    .page-f168betvip__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-f168betvip__game-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .page-f168betvip__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-f168betvip__game-item img {
      width: 100%;
      height: 150px; /* Kích thước cố định cho ảnh trò chơi */
      object-fit: cover;
      display: block;
    }

    .page-f168betvip__game-item h3 {
      font-size: 1.1em;
      color: #1a3a5a;
      padding: 15px 10px;
      margin: 0;
    }

    /* Khuyến mãi */
    .page-f168betvip__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-f168betvip__promo-card {
      background-color: #e8f5e9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .page-f168betvip__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .page-f168betvip__promo-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-f168betvip__promo-card h3 {
      font-size: 1.4em;
      color: #2e7d32;
      margin: 0 15px 10px;
    }

    .page-f168betvip__promo-card p {
      font-size: 0.95em;
      color: #555;
      padding: 0 15px;
      margin-bottom: 20px;
    }

    /* Phương thức thanh toán & Nhà cung cấp */
    .page-f168betvip__payment-methods,
    .page-f168betvip__provider-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .page-f168betvip__payment-methods img,
    .page-f168betvip__provider-logos img {
      width: 120px; /* Kích thước cố định cho logo */
      height: 80px;
      object-fit: contain;
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 10px;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
    }

    .page-f168betvip__payment-methods img:hover,
    .page-f168betvip__provider-logos img:hover {
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-f168betvip__faq-container {
      margin-top: 30px;
    }

    .page-f168betvip__faq-item {
      background-color: #f0f8ff;
      border: 1px solid #d0e0ed;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
    }

    .page-f168betvip__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #e0f2f7;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-f168betvip__faq-question:hover {
      background-color: #d0eaf5;
    }

    .page-f168betvip__faq-question h3 {
      margin: 0;
      font-size: 1.15em;
      color: #1a3a5a;
      pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
      flex-grow: 1;
    }

    .page-f168betvip__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #1a3a5a;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn toggle chặn sự kiện click */
    }

    .page-f168betvip__faq-item.active .page-f168betvip__faq-toggle {
      transform: rotate(45deg); /* Biến '+' thành 'x' hoặc '-' */
    }

    .page-f168betvip__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Giữ padding ngang */
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
    }

    .page-f168betvip__faq-item.active .page-f168betvip__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 20px !important; /* Padding khi mở */
      opacity: 1;
    }

    /* Hình ảnh chung */
    .page-f168betvip img {
      max-width: 100%;
      height: auto;
      display: block;
      box-sizing: border-box;
    }
    .page-f168betvip .image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      text-align: center; /* Để căn giữa ảnh trong container */
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-f168betvip__hero-section {
        padding-top: 10px; /* Đảm bảo khoảng cách trên di động */
      }
      .page-f168betvip__hero-content h1 {
        font-size: 2em;
      }
      .page-f168betvip__hero-content p {
        font-size: 1em;
      }
      .page-f168betvip__section {
        padding: 25px 15px;
        margin-bottom: 20px;
      }
      .page-f168betvip__section-title {
        font-size: 1.8em;
      }
      .page-f168betvip__game-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
      .page-f168betvip__game-item img {
        height: 120px;
      }
      .page-f168betvip__game-item h3 {
        font-size: 1em;
        padding: 10px 5px;
      }
      .page-f168betvip__promo-grid {
        grid-template-columns: 1fr;
      }
      .page-f168betvip__floating-buttons a {
        font-size: 1em;
        padding: 10px 8px;
      }
      .page-f168betvip__faq-question {
        padding: 12px 15px;
      }
      .page-f168betvip__faq-question h3 {
        font-size: 1em;
      }
      .page-f168betvip__faq-answer {
        padding: 0 15px;
      }
      .page-f168betvip__faq-item.active .page-f168betvip__faq-answer {
        padding: 15px 15px !important;
      }
      .page-f168betvip img {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-f168betvip .image-container {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
    }

    @media (min-width: 769px) {
      .page-f168betvip__hero-content h1 {
        font-size: 3.5em;
      }
      .page-f168betvip__hero-content p {
        font-size: 1.3em;
      }
      .page-f168betvip__section {
        padding: 50px 40px;
      }
      .page-f168betvip__floating-buttons a {
        max-width: 250px;
      }
    }
  