.page-blog-bi-quyet-chien-thang-nohu {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-blog-bi-quyet-chien-thang-nohu__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-section {
  background-color: #f8f8f8;
  padding-top: 10px; /* Aligned with fixed header padding rule */
  padding-bottom: 60px;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-blog-bi-quyet-chien-thang-nohu__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439;
  max-width: 600px;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-primary,
.page-blog-bi-quyet-chien-thang-nohu__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-secondary:hover {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-bi-quyet-chien-thang-nohu__hero-visual {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.page-blog-bi-quyet-chien-thang-nohu__intro-section,
.page-blog-bi-quyet-chien-thang-nohu__content-area,
.page-blog-bi-quyet-chien-thang-nohu__faq-section {
  padding: 60px 0;
}

.page-blog-bi-quyet-chien-thang-nohu__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #017439;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}

.page-blog-bi-quyet-chien-thang-nohu__section-description {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555555;
}

.page-blog-bi-quyet-chien-thang-nohu__feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.page-blog-bi-quyet-chien-thang-nohu__icon-box {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
}

.page-blog-bi-quyet-chien-thang-nohu__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #017439;
}

.page-blog-bi-quyet-chien-thang-nohu__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-bi-quyet-chien-thang-nohu__icon-box-title {
  font-size: 1.4rem;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-bi-quyet-chien-thang-nohu__icon-box-text {
  font-size: 1rem;
  color: #555555;
}

.page-blog-bi-quyet-chien-thang-nohu__article-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-blog-bi-quyet-chien-thang-nohu__article-text {
  flex: 2 1 60%;
  min-width: 300px;
}

.page-blog-bi-quyet-chien-thang-nohu__article-subtitle {
  font-size: 1.6rem;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-bi-quyet-chien-thang-nohu__article-text p {
  margin-bottom: 15px;
  color: #444444;
}

.page-blog-bi-quyet-chien-thang-nohu__article-image-wrapper {
  flex: 1 1 30%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-blog-bi-quyet-chien-thang-nohu__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-bi-quyet-chien-thang-nohu__cta-section {
  background-color: #017439;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-blog-bi-quyet-chien-thang-nohu__cta-section .page-blog-bi-quyet-chien-thang-nohu__section-title,
.page-blog-bi-quyet-chien-thang-nohu__cta-section .page-blog-bi-quyet-chien-thang-nohu__section-description {
  color: #ffffff;
}

.page-blog-bi-quyet-chien-thang-nohu__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-bi-quyet-chien-thang-nohu__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-bi-quyet-chien-thang-nohu__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-blog-bi-quyet-chien-thang-nohu__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  outline: none;
  list-style: none;
}

.page-blog-bi-quyet-chien-thang-nohu__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-bi-quyet-chien-thang-nohu__faq-qtext {
  flex-grow: 1;
}

.page-blog-bi-quyet-chien-thang-nohu__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-bi-quyet-chien-thang-nohu__faq-item[open] .page-blog-bi-quyet-chien-thang-nohu__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-bi-quyet-chien-thang-nohu__faq-answer {
  padding: 10px 25px 20px;
  font-size: 1rem;
  color: #555555;
  border-top: 1px solid #eee;
}

.page-blog-bi-quyet-chien-thang-nohu img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-bi-quyet-chien-thang-nohu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__hero-content,
  .page-blog-bi-quyet-chien-thang-nohu__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-bi-quyet-chien-thang-nohu__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    text-align: center;
  }

  .page-blog-bi-quyet-chien-thang-nohu__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-bi-quyet-chien-thang-nohu__hero-cta-group {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__btn-primary,
  .page-blog-bi-quyet-chien-thang-nohu__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__intro-section,
  .page-blog-bi-quyet-chien-thang-nohu__content-area,
  .page-blog-bi-quyet-chien-thang-nohu__cta-section,
  .page-blog-bi-quyet-chien-thang-nohu__faq-section {
    padding: 40px 0;
  }

  .page-blog-bi-quyet-chien-thang-nohu__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-bi-quyet-chien-thang-nohu__section-description {
    font-size: 0.95rem;
    padding: 0 15px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__feature-grid {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__icon-box {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 20px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__icon-box-media {
    width: 150px;
    height: 150px;
    border-width: 3px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__icon-box-title {
    font-size: 1.2rem;
  }

  .page-blog-bi-quyet-chien-thang-nohu__icon-box-text {
    font-size: 0.9rem;
  }

  .page-blog-bi-quyet-chien-thang-nohu__article-grid {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__article-text,
  .page-blog-bi-quyet-chien-thang-nohu__article-image-wrapper {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-bi-quyet-chien-thang-nohu__article-subtitle {
    font-size: 1.4rem;
  }

  .page-blog-bi-quyet-chien-thang-nohu__article-text p {
    font-size: 0.95rem;
  }

  .page-blog-bi-quyet-chien-thang-nohu__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-bi-quyet-chien-thang-nohu__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__faq-list {
    padding: 0 15px;
  }

  .page-blog-bi-quyet-chien-thang-nohu__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-bi-quyet-chien-thang-nohu__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.9rem;
  }

  .page-blog-bi-quyet-chien-thang-nohu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-bi-quyet-chien-thang-nohu__container,
  .page-blog-bi-quyet-chien-thang-nohu__card,
  .page-blog-bi-quyet-chien-thang-nohu__section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Base styles for image and button responsiveness */
.page-blog-bi-quyet-chien-thang-nohu img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-bi-quyet-chien-thang-nohu__cta-button,
.page-blog-bi-quyet-chien-thang-nohu__btn-primary,
.page-blog-bi-quyet-chien-thang-nohu__btn-secondary,
.page-blog-bi-quyet-chien-thang-nohu a[class*="button"],
.page-blog-bi-quyet-chien-thang-nohu a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bi-quyet-chien-thang-nohu__cta-buttons,
.page-blog-bi-quyet-chien-thang-nohu__button-group,
.page-blog-bi-quyet-chien-thang-nohu__btn-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Color contrast rules based on default light background */
.page-blog-bi-quyet-chien-thang-nohu {
  color: #333333; /* Default text color for light body background */
}

.page-blog-bi-quyet-chien-thang-nohu__card {
  background: #ffffff; /* Default white background for cards */
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-blog-bi-quyet-chien-thang-nohu__dark-section {
  background: #017439;
  color: #ffffff;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-primary {
  background: #C30808;
  color: #FFFF00;
}

.page-blog-bi-quyet-chien-thang-nohu__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}