
    .page-69vnnhan169k {
      font-family: 'Arial', sans-serif;
      background-color: #1a1a1a; /* Nền đen */
      color: #ffffff; /* Chữ trắng */
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-69vnnhan169k__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Đảm bảo nội dung không bị che bởi header cố định */
    .page-69vnnhan169k__hero-section {
      padding-top: 120px; /* Khoảng cách cho header cố định trên desktop */
      text-align: center;
      background-color: #000000; /* Đảm bảo nền đen cho phần hero */
      position: relative;
      overflow: hidden;
    }
    
    .page-69vnnhan169k__hero-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        text-align: center; /* Đảm bảo hình ảnh được căn giữa */
    }

    .page-69vnnhan169k__hero-image {
      max-width: 100%;
      height: auto;
      display: block; /* Loại bỏ khoảng trắng dưới ảnh */
      margin: 0 auto; /* Căn giữa hình ảnh */
    }

    .page-69vnnhan169k__hero-content {
      padding: 30px 15px;
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .page-69vnnhan169k__main-heading {
      color: #ffd700; /* Vàng */
      font-size: 2.8em;
      margin-bottom: 15px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-69vnnhan169k__sub-heading {
      color: #ffffff;
      font-size: 1.5em;
      margin-bottom: 30px;
      font-weight: normal;
    }

    .page-69vnnhan169k__cta-button {
      display: inline-block;
      background-color: #ffd700; /* Vàng */
      color: #1a1a1a; /* Đen */
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      border: none;
      cursor: pointer;
    }

    .page-69vnnhan169k__cta-button:hover {
      background-color: #ffc107; /* Vàng nhạt hơn */
      transform: translateY(-2px);
    }

    .page-69vnnhan169k__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-69vnnhan169k__section-title {
      color: #ffd700;
      font-size: 2.2em;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-69vnnhan169k__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #ffd700;
    }

    .page-69vnnhan169k__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-69vnnhan169k__card {
      background-color: #2a2a2a; /* Nền xám đậm */
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-69vnnhan169k__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    .page-69vnnhan169k__card-image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .page-69vnnhan169k__card-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      object-fit: cover;
      min-width: 200px; /* Đảm bảo kích thước tối thiểu */
      min-height: 200px;
    }

    .page-69vnnhan169k__card-title {
      color: #ffd700;
      font-size: 1.4em;
      margin-bottom: 10px;
      text-decoration: none; /* Đảm bảo link trong tiêu đề không gạch chân */
    }
    
    .page-69vnnhan169k__card-title a {
        color: #ffd700;
        text-decoration: none;
    }

    .page-69vnnhan169k__card-title a:hover {
        text-decoration: underline;
    }

    .page-69vnnhan169k__card-description {
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-69vnnhan169k__game-provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      margin-top: 30px;
      padding: 0 20px;
    }

    .page-69vnnhan169k__provider-logo-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-69vnnhan169k__provider-logo {
      max-width: 100%;
      height: auto;
      filter: grayscale(80%);
      transition: filter 0.3s ease;
      min-width: 100px; /* Đảm bảo kích thước tối thiểu */
      min-height: 100px;
      object-fit: contain;
    }

    .page-69vnnhan169k__provider-logo:hover {
      filter: grayscale(0%);
    }

    .page-69vnnhan169k__list {
      list-style: none;
      padding: 0;
      margin: 30px auto 0 auto;
      max-width: 800px;
    }

    .page-69vnnhan169k__list-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      padding: 20px;
      display: flex;
      align-items: center;
      text-align: left;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-69vnnhan169k__list-item-text {
      color: #ffffff;
      font-size: 1.1em;
      flex-grow: 1;
    }

    .page-69vnnhan169k__faq-section {
      padding-bottom: 100px; /* Thêm khoảng trống cho nút nổi */
    }

    .page-69vnnhan169k__faq-item {
      background-color: #2a2a2a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-69vnnhan169k__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #333333; /* Màu nền câu hỏi */
      color: #ffd700;
      font-size: 1.2em;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-69vnnhan169k__faq-question:hover {
      background-color: #444444;
    }

    .page-69vnnhan169k__faq-question h3 {
      margin: 0;
      color: #ffd700;
      pointer-events: none; /* Ngăn chặn h3 chặn sự kiện click */
      font-size: 1em; /* Điều chỉnh kích thước font cho h3 */
      flex-grow: 1;
    }

    .page-69vnnhan169k__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn chặn icon chặn sự kiện click */
    }

    .page-69vnnhan169k__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    }

    .page-69vnnhan169k__faq-answer p {
      margin: 15px 0;
    }

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

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

    .page-69vnnhan169k__sticky-button {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 40px);
      max-width: 400px;
      background-color: #ffd700;
      color: #1a1a1a;
      padding: 15px 20px;
      border-radius: 50px;
      text-align: center;
      font-size: 1.3em;
      font-weight: bold;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      transition: background-color 0.3s ease;
      display: none; /* Mặc định ẩn trên desktop */
    }

    .page-69vnnhan169k__sticky-button:hover {
      background-color: #ffc107;
    }

    @media (max-width: 768px) {
      .page-69vnnhan169k__hero-section {
        padding-top: 100px; /* Khoảng cách cho header cố định trên mobile */
      }

      .page-69vnnhan169k__main-heading {
        font-size: 2.2em;
      }

      .page-69vnnhan169k__sub-heading {
        font-size: 1.2em;
      }

      .page-69vnnhan169k__section {
        padding: 40px 0;
      }

      .page-69vnnhan169k__section-title {
        font-size: 1.8em;
      }

      .page-69vnnhan169k__grid {
        grid-template-columns: 1fr;
      }

      .page-69vnnhan169k__card {
        padding: 20px;
      }

      .page-69vnnhan169k__card-image-wrapper,
      .page-69vnnhan169k__provider-logo-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }

      .page-69vnnhan169k__card-image,
      .page-69vnnhan169k__provider-logo {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-69vnnhan169k__game-provider-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 0 10px;
      }

      .page-69vnnhan169k__list-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
      }

      .page-69vnnhan169k__list-item-text {
        font-size: 1em;
      }

      .page-69vnnhan169k__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
      }

      .page-69vnnhan169k__faq-answer {
        padding: 0 20px;
      }

      .page-69vnnhan169k__faq-item.active .page-69vnnhan169k__faq-answer {
        padding: 15px 20px !important;
      }

      .page-69vnnhan169k__sticky-button {
        display: block; /* Hiển thị trên mobile */
      }
    }
  