.page-blog-meo-choi-no-hu-6ff-con {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
}

.page-blog-meo-choi-no-hu-6ff-con__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Rely on body for header offset, use small top padding */
  padding-bottom: 40px;
  background: linear-gradient(180deg, #017439 0%, #017439 50%, #f5f5f5 100%);
  color: #FFFFFF;
}

.page-blog-meo-choi-no-hu-6ff-con__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-choi-no-hu-6ff-con__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-meo-choi-no-hu-6ff-con__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-meo-choi-no-hu-6ff-con__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-meo-choi-no-hu-6ff-con__intro-text {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-meo-choi-no-hu-6ff-con__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.page-blog-meo-choi-no-hu-6ff-con__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-meo-choi-no-hu-6ff-con__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-blog-meo-choi-no-hu-6ff-con__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-meo-choi-no-hu-6ff-con__section:last-of-type {
  border-bottom: none;
}

.page-blog-meo-choi-no-hu-6ff-con__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-meo-choi-no-hu-6ff-con__section-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-meo-choi-no-hu-6ff-con__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-blog-meo-choi-no-hu-6ff-con__paragraph {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
  text-align: justify;
}

.page-blog-meo-choi-no-hu-6ff-con__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 800px;
}

.page-blog-meo-choi-no-hu-6ff-con__tip-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border-left: 5px solid #017439;
}

.page-blog-meo-choi-no-hu-6ff-con__tip-title {
  font-size: 24px;
  font-weight: 600;
  color: #017439;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-meo-choi-no-hu-6ff-con__tip-description {
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
  text-align: justify;
}

.page-blog-meo-choi-no-hu-6ff-con__benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}