
    /* Tổng quan */
    .page-69vn {
      font-family: 'Helvetica Neue', Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f4f7f6;
      padding: 20px 0;
    }

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

    /* Tiêu đề chính */
    .page-69vn__hero {
      background: linear-gradient(135deg, #004d40, #00796b);
      color: #fff;
      padding: 60px 0;
      text-align: center;
      margin-bottom: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-69vn__hero h1 {
      font-size: 2.8em;
      margin-bottom: 15px;
      font-weight: 700;
      color: #ffeb3b; /* Vàng sáng cho tiêu đề */
    }

    .page-69vn__hero p {
      font-size: 1.2em;
      max-width: 800px;
      margin: 0 auto 30px auto;
      color: #e0f2f1;
    }

    .page-69vn__cta-button {
      display: inline-block;
      background-color: #ffeb3b; /* Vàng sáng */
      color: #004d40; /* Xanh đậm */
      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;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-69vn__cta-button:hover {
      background-color: #ffc107; /* Vàng đậm hơn */
      transform: translateY(-3px);
    }

    /* Các phần nội dung */
    .page-69vn__section {
      background-color: #ffffff;
      padding: 40px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .page-69vn__section h2 {
      font-size: 2em;
      color: #004d40;
      margin-bottom: 25px;
      text-align: center;
      position: relative;
      padding-bottom: 10px;
    }

    .page-69vn__section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ffeb3b;
      border-radius: 2px;
    }

    .page-69vn__section h3 {
      font-size: 1.5em;
      color: #00796b;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-69vn__section p, .page-69vn__section li {
      margin-bottom: 10px;
      color: #555;
    }

    .page-69vn__section ul {
      list-style-type: disc;
      padding-left: 20px;
      margin-bottom: 20px;
    }

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

    .page-69vn__card {
      background-color: #e0f2f1;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-69vn__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .page-69vn__card img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin-bottom: 15px;
      object-fit: cover;
      max-height: 180px;
    }

    .page-69vn__card h3 {
      font-size: 1.3em;
      color: #004d40;
      margin-bottom: 10px;
      flex-grow: 1;
    }
    
    .page-69vn__card h3 a {
      color: #004d40;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .page-69vn__card h3 a:hover {
      color: #00796b;
    }

    .page-69vn__card p {
      font-size: 0.95em;
      color: #444;
      margin-bottom: 15px;
    }

    .page-69vn__card .page-69vn__card-link {
      display: inline-block;
      background-color: #00796b;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-69vn__card .page-69vn__card-link:hover {
      background-color: #004d40;
    }

    /* Nổi bật */
    .page-69vn__highlight {
      background-color: #d4e9e7;
      border-left: 5px solid #00796b;
      padding: 20px;
      margin-top: 25px;
      margin-bottom: 25px;
      border-radius: 5px;
    }

    .page-69vn__highlight p {
      margin: 0;
      font-style: italic;
      color: #004d40;
    }

    /* Thanh nổi bật khuyến mãi */
    .page-69vn__floating-promo {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ffeb3b;
      color: #004d40;
      padding: 15px 25px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      display: flex;
      align-items: center;
      gap: 15px;
      max-width: 300px;
      text-align: center;
    }

    .page-69vn__floating-promo img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .page-69vn__floating-promo span {
      font-weight: bold;
      font-size: 1.1em;
      line-height: 1.3;
    }

    .page-69vn__floating-promo a {
      background-color: #e65100; /* Cam đậm */
      color: #fff;
      padding: 8px 15px;
      border-radius: 20px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }

    .page-69vn__floating-promo a:hover {
      background-color: #bf360c; /* Cam tối hơn */
    }

    /* Responsive */
    @media (max-width: 768px) {
      .page-69vn__hero h1 {
        font-size: 2em;
      }

      .page-69vn__hero p {
        font-size: 1em;
      }

      .page-69vn__section h2 {
        font-size: 1.8em;
      }

      .page-69vn__section {
        padding: 25px;
      }

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

      .page-69vn__floating-promo {
        flex-direction: column;
        right: 10px;
        bottom: 10px;
        max-width: 90%;
        padding: 10px 15px;
      }
    }
  