
    .page-resources-faq-about-fabet-in-vietnam {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f9f9f9;
      padding: 20px 0;
    }

    .page-resources-faq-about-fabet-in-vietnam__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 15px;
      box-sizing: border-box;
    }
    @media (min-width: 769px) {
        .page-resources-faq-about-fabet-in-vietnam__container {
            padding-top: 60px; /* Điều chỉnh cho header cố định trên desktop */
        }
    }
    @media (max-width: 768px) {
        .page-resources-faq-about-fabet-in-vietnam__container {
            padding-top: 60px; /* Điều chỉnh cho header cố định trên di động */
        }
    }

    .page-resources-faq-about-fabet-in-vietnam__hero-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 30px;
        object-fit: cover;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    .page-resources-faq-about-fabet-in-vietnam__main-heading {
      color: #0056b3;
      text-align: center;
      margin-bottom: 25px;
      font-size: 2.5em;
      font-weight: bold;
    }

    .page-resources-faq-about-fabet-in-vietnam__intro-paragraph {
      background-color: #e0f7fa;
      padding: 20px;
      border-left: 5px solid #007bff;
      margin-bottom: 30px;
      border-radius: 8px;
      font-size: 1.1em;
      color: #004d40;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-section {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    .page-resources-faq-about-fabet-in-vietnam__section-title {
      color: #0056b3;
      margin-bottom: 20px;
      font-size: 2em;
      text-align: center;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      font-size: 1.15em;
      color: #333;
      font-weight: bold;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-question:hover {
      background-color: #f0f8ff;
      border-radius: 4px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Ngăn h3 chặn sự kiện click trên div cha */
      color: #333; /* Đảm bảo độ tương phản tốt */
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      margin-left: 10px;
      pointer-events: none; /* Ngăn toggle chặn sự kiện click trên div cha */
      transition: transform 0.3s ease;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #e6f7ff;
      border-radius: 0 0 8px 8px;
      color: #555;
    }
    
    .page-resources-faq-about-fabet-in-vietnam__faq-answer p {
        margin-bottom: 10px;
    }
    .page-resources-faq-about-fabet-in-vietnam__faq-answer p:last-child {
        margin-bottom: 0;
    }

    .page-resources-faq-about-fabet-in-vietnam__faq-item.active .page-resources-faq-about-fabet-in-vietnam__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-faq-about-fabet-in-vietnam__conclusion-paragraph {
      background-color: #fff3e0;
      padding: 20px;
      border-left: 5px solid #ff9800;
      margin-top: 30px;
      border-radius: 8px;
      font-size: 1.1em;
      color: #e65100;
      text-align: center;
    }

    .page-resources-faq-about-fabet-in-vietnam__content-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-top: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        object-fit: cover;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-faq-about-fabet-in-vietnam__main-heading {
        font-size: 2em;
      }
      .page-resources-faq-about-fabet-in-vietnam__section-title {
        font-size: 1.8em;
      }
      .page-resources-faq-about-fabet-in-vietnam__faq-question {
        font-size: 1em;
        padding: 12px 0;
      }
      .page-resources-faq-about-fabet-in-vietnam__faq-toggle {
        font-size: 1.3em;
      }
      .page-resources-faq-about-fabet-in-vietnam__intro-paragraph,
      .page-resources-faq-about-fabet-in-vietnam__conclusion-paragraph {
        font-size: 1em;
      }
      .page-resources-faq-about-fabet-in-vietnam__faq-answer {
        padding: 0 10px;
      }
      .page-resources-faq-about-fabet-in-vietnam__faq-item.active .page-resources-faq-about-fabet-in-vietnam__faq-answer {
        padding: 15px 10px !important;
      }
      .page-resources-faq-about-fabet-in-vietnam__hero-image {
          margin-bottom: 20px;
      }
    }

    /* Ensure all images are responsive and not tiny */
    .page-resources-faq-about-fabet-in-vietnam img {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    @media (max-width: 768px) {
        .page-resources-faq-about-fabet-in-vietnam img {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
        .page-resources-faq-about-fabet-in-vietnam__image-wrapper {
            width: 100% !important;
            max-width: 100% !important;
            overflow: hidden !important;
            box-sizing: border-box !important;
        }
    }
  