.elementor-2654 .elementor-element.elementor-element-4d618c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );}.elementor-2654 .elementor-element.elementor-element-058eaa2{--display:flex;}.elementor-2654 .elementor-element.elementor-element-35acf4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2654 .elementor-element.elementor-element-ba65312{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2654 .elementor-element.elementor-element-04c8e49{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-28278db */.certifications-section {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
}

.cert-title {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  margin-bottom: 10px;
}

.cert-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

/* Grid – PC: 3 cột */
.cert-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.cert-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: flex;
  gap: 20px;
  transition: 0.3s ease;
}

.cert-card:hover {
  box-shadow: 0 6px 18px rgba(0, 128, 0, 0.12);
  transform: translateY(-3px);
}

/* Icon */
.cert-icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #dff5e5, #f9fffb);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-icon-box img {
  width: 55%;
  height: auto;
}

/* Text content */
.cert-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0 0 5px;
}

.cert-info p {
  margin: 2px 0;
  color: #555;
  font-size: 15px;
}

/* Badge Active */
.cert-badge {
  background: #d8f3da;
  color: #218838;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}

/* Mobile */
@media (max-width: 992px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cert-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d385d3 */.quality-section {
  padding: 70px 20px;
  background: #f4f4f4;
  text-align: center;
}

.quality-title {
  font-size: 40px;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}

.quality-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1300px;
  margin: auto;
}

.quality-item {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  display: grid;
  grid-template-columns: 80px auto;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease;
  border: 1px solid #e8e8e8;
}

/* Hover nâng tone */
.quality-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 128, 0, 0.15);
  border-color: #00a651;
  background: #fafffa;
}

/* Số bước */
.step-number {
  font-size: 42px;
  font-weight: 800;
  color: #cde4d6;
  line-height: 1;
}

/* Tiêu đề */
.step-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

/* Mô tả */
.step-desc {
  font-size: 15px;
  color: #555;
  margin-top: 6px;
  line-height: 1.5;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .quality-grid {
    grid-template-columns: 1fr;
  }

  .quality-item {
    grid-template-columns: 60px auto;
    padding: 24px 20px;
  }

  .step-number {
    font-size: 34px;
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f999c3c */.awards-section {
  padding: 70px 20px;
  text-align: center;
}

.awards-title {
  font-size: 40px;
  font-weight: 800;
  color: #222;
  margin-bottom: 10px;
}

.awards-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

/* LIST WRAPPER */
.awards-list {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.award-item {
  background: #fff;
  padding: 25px 25px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 80px auto 80px;
  align-items: center;
  border-left: 4px solid #f7c948;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  gap: 20px;
}

.award-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ICON AREA */
.award-icon {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4CAF50, #2E7D32);
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-icon img {
  width: 35px;
  height: auto;
}

/* CONTENT */
.award-content-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}

.award-content-sub {
  font-size: 15px;
  color: #555;
}

/* YEAR BADGE */
.award-year {
  background: #ffeec5;
  color: #a27600;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  justify-self: end;
}

/* MOBILE */
@media (max-width: 768px) {

  .award-item {
    display: grid;
    grid-template-columns: 50px auto; /* 2 cột */
    grid-template-rows: auto auto;    /* icon + năm */
    gap: 8px 12px;
    padding: 16px;
    align-items: center;
  }

  /* Icon giữ nguyên */
  .award-icon {
    grid-column: 1;
    grid-row: 1;
  }

  /* Năm chuyển xuống dưới icon */
  .award-year {
    grid-column: 1;
    grid-row: 2;
    justify-self: center; 
    align-self: start;

    font-size: 12px;
    background: #fff7d6;
    padding: 4px 10px;
    border-radius: 20px;
  }

  /* Nội dung nằm ở cột bên phải chiếm 2 hàng */
  .award-content {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  /* Thu nhỏ chữ mobile */
  .award-title {
    font-size: 15px;
  }

  .award-desc {
    font-size: 13px;
  }

  /* Thu nhỏ icon */
  .award-icon img {
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7cec7b */.cta-section {
      padding: 40px;
      text-align: center;
      color: white;
    
      /* ⭐ Gradient chuẩn giống hình */
      background: linear-gradient(
        90deg,
        #4aa956 0%,
        #8cbc45 40%,
        #4aa956 100%
      );
      
    .cta-section h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 20px;
    }
    
    .cta-section p {
      font-size: 18px;
      max-width: 800px;
      margin: 0 auto 40px;
      line-height: 1.6;
    }
    
    .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    
    /* Nút */
    .btn-primary,
    .btn-outline {
      padding: 14px 28px;
      border-radius: 8px;
      display: inline-block;
      font-weight: 600;
      text-decoration: none;
      transition: 0.25s ease;
      cursor: pointer;
    }
    
    .btn-primary {
      background: white;
      color: #317c48;
      border: 2px solid white;
    }
    
    .btn-outline {
      background: transparent;
      color: white;
      border: 2px solid white;
    }
    
    /* Hover */
    .btn-primary:hover,
    .btn-outline:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(255, 255, 255, 0.35);
      opacity: 0.95;
    }
    
    /* 📱 Mobile */
    @media (max-width: 600px) {
      .cta-buttons {
        flex-direction: column;
        gap: 15px;
      }
    
      .btn-primary,
      .btn-outline {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        text-align: center;
      }
    }/* End custom CSS */