/* style/index-gioi-thieu-mmoo88.css */
.page-index-gioi-thieu-mmoo88 {
  font-family: Arial, sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
}

.page-index-gioi-thieu-mmoo88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-index-gioi-thieu-mmoo88__hero-intro-section {
  padding-top: 10px; /* As per fixed header rule, small top padding */
  padding-bottom: 60px;
  background-color: #F5F7FA; /* Background color */
}

.page-index-gioi-thieu-mmoo88__hero-container {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-index-gioi-thieu-mmoo88__intro-content {
  flex: 1 1 50%;
  padding-right: 30px;
  box-sizing: border-box;
}

.page-index-gioi-thieu-mmoo88__intro-image {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-gioi-thieu-mmoo88__intro-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-gioi-thieu-mmoo88__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #E53935;
  margin-bottom: 20px;
}

.page-index-gioi-thieu-mmoo88__intro-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

.page-index-gioi-thieu-mmoo88__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-index-gioi-thieu-mmoo88__btn-primary,
.page-index-gioi-thieu-mmoo88__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-index-gioi-thieu-mmoo88__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-index-gioi-thieu-mmoo88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-index-gioi-thieu-mmoo88__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-index-gioi-thieu-mmoo88__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
}

.page-index-gioi-thieu-mmoo88__about-section,
.page-index-gioi-thieu-mmoo88__mission-values-section,
.page-index-gioi-thieu-mmoo88__security-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-index-gioi-thieu-mmoo88__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-gioi-thieu-mmoo88__paragraph {
  font-size: 1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-index-gioi-thieu-mmoo88__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-index-gioi-thieu-mmoo88__values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-gioi-thieu-mmoo88__value-card {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-index-gioi-thieu-mmoo88__value-card-title {
  font-size: 1.5em;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-gioi-thieu-mmoo88__value-card-text {
  font-size: 0.95em;
  color: #333333;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-gioi-thieu-mmoo88__value-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}

.page-index-gioi-thieu-mmoo88__value-list li {
  font-size: 0.95em;
  color: #333333;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-index-gioi-thieu-mmoo88__value-list li::before {
  content: '✓';
  color: #E53935;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-index-gioi-thieu-mmoo88__value-card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: auto; /* Push image to bottom if content is shorter */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.page-index-gioi-thieu-mmoo88__cta-section {
  padding: 80px 0;
  background-color: #E53935; /* Main brand color for dark background */
  text-align: center;
}

.page-index-gioi-thieu-mmoo88__section-title--light,
.page-index-gioi-thieu-mmoo88__paragraph--light {
  color: #ffffff; /* White text for dark background */
}

.page-index-gioi-thieu-mmoo88__cta-group--center {
  justify-content: center;
}

/* --- Responsive Styles (max-width: 1024px) --- */
@media (max-width: 1024px) {
  .page-index-gioi-thieu-mmoo88__main-title {
    font-size: 2.5em;
  }
  .page-index-gioi-thieu-mmoo88__section-title {
    font-size: 2em;
  }
  .page-index-gioi-thieu-mmoo88__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
  .page-index-gioi-thieu-mmoo88__intro-content {
    padding-right: 0;
    text-align: center;
  }
  .page-index-gioi-thieu-mmoo88__values-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  /* General container and image rules for mobile */
  .page-index-gioi-thieu-mmoo88__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-gioi-thieu-mmoo88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* HERO Intro Section */
  .page-index-gioi-thieu-mmoo88__hero-intro-section {
    padding-top: 10px !important; /* Fixed header spacing */
    padding-bottom: 40px;
  }
  .page-index-gioi-thieu-mmoo88__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
  }
  .page-index-gioi-thieu-mmoo88__intro-content {
    padding-right: 0;
    text-align: center;
  }
  .page-index-gioi-thieu-mmoo88__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-index-gioi-thieu-mmoo88__intro-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-index-gioi-thieu-mmoo88__cta-group {
    flex-direction: column;
    gap: 10px;
  }

  /* Buttons */
  .page-index-gioi-thieu-mmoo88__btn-primary,
  .page-index-gioi-thieu-mmoo88__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-index-gioi-thieu-mmoo88__cta-group--center {
    flex-direction: column;
  }

  /* Content Sections */
  .page-index-gioi-thieu-mmoo88__about-section,
  .page-index-gioi-thieu-mmoo88__mission-values-section,
  .page-index-gioi-thieu-mmoo88__security-section {
    padding: 40px 0;
  }
  .page-index-gioi-thieu-mmoo88__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-gioi-thieu-mmoo88__paragraph {
    font-size: 0.95em;
  }

  /* Values Grid */
  .page-index-gioi-thieu-mmoo88__values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-gioi-thieu-mmoo88__value-card {
    padding: 20px;
  }
  .page-index-gioi-thieu-mmoo88__value-card-title {
    font-size: 1.3em;
  }
  .page-index-gioi-thieu-mmoo88__value-card-text,
  .page-index-gioi-thieu-mmoo88__value-list li {
    font-size: 0.9em;
  }

  /* CTA Section */
  .page-index-gioi-thieu-mmoo88__cta-section {
    padding: 60px 0;
  }

  /* Ensure all content containers are responsive */
  .page-index-gioi-thieu-mmoo88__section,
  .page-index-gioi-thieu-mmoo88__card,
  .page-index-gioi-thieu-mmoo88__box {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}