
    /* Page-specific CSS for 79king 78 hiện đang mở */
    .page-79king-78-hi-n-ang-m {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f0f2f5;
      line-height: 1.6;
      margin: 0;
      padding: 0;
    }

    .page-779king-78-hi-n-ang-m__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-79king-78-hi-n-ang-m__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 60px 20px 40px;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding, assuming body has header offset */
    }

    .page-79king-78-hi-n-ang-m__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-79king-78-hi-n-ang-m__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
    }

    .page-79king-78-hi-n-ang-m__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a2a6c;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-79king-78-hi-n-ang-m__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-79king-78-hi-n-ang-m__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-79king-78-hi-n-ang-m__floating-button {
      background-color: #ff4500;
      color: #fff;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-79king-78-hi-n-ang-m__floating-button--login {
      background-color: #007bff;
    }

    .page-79king-78-hi-n-ang-m__floating-button:hover {
      transform: translateY(-3px);
      background-color: #e03e00;
    }

    .page-79king-78-hi-n-ang-m__floating-button--login:hover {
      background-color: #0056b3;
    }

    .page-79king-78-hi-n-ang-m__section {
      padding: 40px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      position: relative;
      overflow: hidden;
    }

    .page-79king-78-hi-n-ang-m__section--dark {
      background-color: #1a2a6c;
      color: #fff;
    }

    .page-79king-78-hi-n-ang-m__section-title {
      font-size: 2em;
      text-align: center;
      margin-bottom: 30px;
      color: #1a2a6c;
      font-weight: bold;
    }

    .page-79king-78-hi-n-ang-m__section--dark .page-79king-78-hi-n-ang-m__section-title {
      color: #ffcc00;
    }

    .page-79king-78-hi-n-ang-m__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      padding: 0 15px;
    }

    .page-79king-78-hi-n-ang-m__card {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-79king-78-hi-n-ang-m__card:hover {
      transform: translateY(-5px);
    }

    .page-79king-78-hi-n-ang-m__card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-79king-78-hi-n-ang-m__card-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-79king-78-hi-n-ang-m__card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #1a2a6c;
      font-weight: bold;
    }

    .page-79king-78-hi-n-ang-m__card-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    .page-79king-78-hi-n-ang-m__text-content {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 15px;
      text-align: center;
      font-size: 1.1em;
      color: #444;
    }

    .page-79king-78-hi-n-ang-m__text-content p {
      margin-bottom: 20px;
    }

    .page-79king-78-hi-n-ang-m__logo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 20px;
      justify-items: center;
      align-items: center;
      padding: 0 15px;
    }

    .page-79king-78-hi-n-ang-m__logo-item img {
      max-width: 120px;
      height: auto;
      max-height: 60px;
      object-fit: contain;
      filter: grayscale(100%);
      transition: filter 0.3s ease;
    }

    .page-79king-78-hi-n-ang-m__logo-item img:hover {
      filter: grayscale(0%);
    }

    /* FAQ Styles */
    .page-79king-78-hi-n-ang-m__faq-section {
      padding: 40px 0;
      background-color: #f0f2f5;
    }

    .page-79king-78-hi-n-ang-m__faq-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-79king-78-hi-n-ang-m__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .page-79king-78-hi-n-ang-m__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      font-size: 1.1em;
      font-weight: bold;
      color: #1a2a6c;
      cursor: pointer;
      background-color: #e6f0ff;
      border-bottom: 1px solid #ddd;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-79king-78-hi-n-ang-m__faq-question:hover {
      background-color: #d9e6ff;
    }

    .page-79king-78-hi-n-ang-m__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #1a2a6c;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-79king-78-hi-n-ang-m__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #1a2a6c;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }

    .page-79king-78-hi-n-ang-m__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease;
      color: #444;
      font-size: 0.95em;
    }

    .page-79king-78-hi-n-ang-m__faq-item.active .page-79king-78-hi-n-ang-m__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important;
      opacity: 1;
    }

    .page-79king-78-hi-n-ang-m__faq-item.active .page-79king-78-hi-n-ang-m__faq-toggle {
      transform: rotate(45deg);
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-79king-78-hi-n-ang-m__hero-title {
        font-size: 2em;
      }

      .page-79king-78-hi-n-ang-m__hero-subtitle {
        font-size: 1em;
      }

      .page-79king-78-hi-n-ang-m__cta-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-79king-78-hi-n-ang-m__section-title {
        font-size: 1.7em;
      }

      .page-79king-78-hi-n-ang-m__grid {
        grid-template-columns: 1fr;
      }

      .page-79king-78-hi-n-ang-m__card-image {
        height: 180px;
      }

      .page-79king-78-hi-n-ang-m__logo-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
      }

      .page-79king-78-hi-n-ang-m__logo-item img {
        max-width: 100px;
        max-height: 50px;
      }

      .page-79king-78-hi-n-ang-m__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }

      .page-79king-78-hi-n-ang-m__floating-button {
        padding: 10px 18px;
        font-size: 0.9em;
      }

      /* Mobile list item responsive requirements */
      .page-79king-78-hi-n-ang-m__list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-79king-78-hi-n-ang-m__list-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-79king-78-hi-n-ang-m__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-79king-78-hi-n-ang-m__faq-question h3 {
        font-size: 1em;
      }

      .page-79king-78-hi-n-ang-m__faq-answer {
        padding: 15px !important;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-79king-78-hi-n-ang-m__hero-section {
        padding: 40px 15px 30px;
      }
    }
  