.page-th-thao {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-th-thao-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-th-thao-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-th-thao-section:nth-of-type(even) {
  background-color: #f2f2f2;
}

.page-th-thao h1,
.page-th-thao h2 {
  color: #0A2463;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-th-thao h3 {
  color: #0A2463;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-th-thao p {
  margin-bottom: 15px;
  color: #444;
}

.page-th-thao-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
}

.page-th-thao-btn-primary {
  background-color: #E3B505;
  color: #0A2463;
  border: 2px solid #E3B505;
}

.page-th-thao-btn-primary:hover {
  background-color: #c09a04;
  color: #fff;
  border-color: #c09a04;
}

.page-th-thao-btn-secondary {
  background-color: #0A2463;
  color: #E3B505;
  border: 2px solid #0A2463;
}

.page-th-thao-btn-secondary:hover {
  background-color: #071a47;
  color: #E3B505;
  border-color: #071a47;
}

.page-th-thao-btn-tertiary {
  background-color: #f0f0f0;
  color: #0A2463;
  border: 1px solid #ddd;
}

.page-th-thao-btn-tertiary:hover {
  background-color: #e0e0e0;
  color: #071a47;
}

.page-th-thao-btn-large {
  padding: 15px 35px;
  font-size: 1.1em;
}

/* Hero Section */
.page-th-thao-hero {
  background: linear-gradient(135deg, #0A2463 0%, #0A2463 60%, #E3B505 100%);
  padding: 80px 0;
  color: #ffffff;
}

.page-th-thao-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-th-thao-hero-content {
  flex: 1;
  max-width: 60%;
}

.page-th-thao-hero-content h1 {
  color: #E3B505;
  text-align: left;
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-th-thao-hero-content p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-th-thao-hero-image {
  flex: 1;
  max-width: 40%;
  text-align: right;
}

.page-th-thao-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* Intro Section */
.page-th-thao-intro {
  background-color: #ffffff;
}

.page-th-thao-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-th-thao-feature-item h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-th-thao-feature-item p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.7;
}

.page-th-thao-feature-item img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

/* Popular Sports Section */
.page-th-thao-popular-sports {
  background-color: #f2f2f2;
}

.page-th-thao-sports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-th-thao-sport-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-th-thao-sport-card img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-th-thao-sport-card h3 {
  color: #0A2463;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-th-thao-sport-card p {
  color: #555;
  font-size: 0.9em;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-th-thao-sport-card .page-th-thao-btn {
  margin-top: auto;
  width: 100%;
}

/* Guide Section */
.page-th-thao-guide {
  background-color: #ffffff;
}

.page-th-thao-guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-th-thao-guide-list li {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-th-thao-guide-list li h3 {
  color: #E3B505;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-th-thao-guide-list li p {
  color: #555;
  margin-bottom: 20px;
}

.page-th-thao-guide-list li .page-th-thao-btn {
  width: auto;
  padding: 10px 20px;
  font-size: 0.9em;
}

/* Promotions Section */
.page-th-thao-promotions {
  background-color: #f2f2f2;
}

.page-th-thao-promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-th-thao-promo-list li {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-th-thao-promo-list li h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-th-thao-promo-list li p {
  color: #555;
}

.page-th-thao-cta-bottom {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-th-thao-faq {
  background-color: #ffffff;
}

.faq-items-wrapper {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #0A2463;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E3B505;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #0A2463;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background-color: #fcfcfc;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px;
  border-top: 1px solid #eee;
}

.faq-answer p {
  margin-bottom: 0;
  color: #555;
}

/* Contact Section */
.page-th-thao-contact {
  background-color: #f2f2f2;
  text-align: center;
}

.page-th-thao-contact-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: inline-block; /* Center the list */
  text-align: left;
}

.page-th-thao-contact-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #444;
}

.page-th-thao-contact-list li strong {
  color: #0A2463;
}

/* Conclusion Section */
.page-th-thao-conclusion {
  background-color: #0A2463;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-th-thao-conclusion h2 {
  color: #E3B505;
  margin-bottom: 25px;
}

.page-th-thao-conclusion p {
  font-size: 1.1em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-th-thao-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-th-thao-hero-content {
    max-width: 100%;
  }

  .page-th-thao-hero-content h1 {
    text-align: center;
    font-size: 2.8em;
  }

  .page-th-thao-hero-image {
    max-width: 80%;
    margin-top: 30px;
  }

  .page-th-thao-features-grid, .page-th-thao-sports-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-th-thao-section {
    padding: 40px 0;
  }

  .page-th-thao h1 {
    font-size: 2.5em;
  }

  .page-th-thao h2 {
    font-size: 2em;
  }

  .page-th-thao h3 {
    font-size: 1.3em;
  }

  .page-th-thao-hero-content h1 {
    font-size: 2.2em;
  }

  .page-th-thao-hero-image {
    max-width: 90%;
  }

  .page-th-thao-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .faq-question {
    padding: 12px 15px;
  }

  .faq-question h3 {
    font-size: 1em;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-th-thao-hero-content h1 {
    font-size: 1.8em;
  }

  .page-th-thao-hero-content p {
    font-size: 1em;
  }

  .page-th-thao-features-grid, .page-th-thao-sports-grid {
    grid-template-columns: 1fr;
  }

  .page-th-thao-feature-item, .page-th-thao-sport-card, .page-th-thao-guide-list li, .page-th-thao-promo-list li {
    padding: 20px;
  }

  .page-th-thao-btn-large {
    padding: 12px 25px;
    font-size: 1em;
  }
}