.page-latest-news-industry-trends {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-latest-news-industry-trends__hero {
  background: linear-gradient(135deg, #003366, #1a4f8a);
  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.page-latest-news-industry-trends__hero-content {
  max-width: 900px;
}

.page-latest-news-industry-trends__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for highlight */
}

.page-latest-news-industry-trends__hero-title .highlight {
  color: #FFD700;
}

.page-latest-news-industry-trends__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-latest-news-industry-trends__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #003366; /* Dark Blue */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-latest-news-industry-trends__cta-button:hover {
  background-color: #e6c200; /* Darker Gold */
  color: #001a33; /* Darker Blue */
}

.page-latest-news-industry-trends__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-latest-news-industry-trends__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

.page-latest-news-industry-trends__section-title {
  font-size: 2.5em;
  color: #003366; /* Dark Blue */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-latest-news-industry-trends__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-latest-news-industry-trends__text {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 20px;
  text-align: justify;
}

.page-latest-news-industry-trends__text .highlight {
  color: #003366;
  font-weight: bold;
}

.page-latest-news-industry-trends__trends-overview .page-latest-news-industry-trends__text {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-latest-news-industry-trends__trend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f2f7fc; /* Light blue background for items */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-latest-news-industry-trends__trend-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  max-height: 250px;
  object-fit: contain;
}

.page-latest-news-industry-trends__item-title {
  font-size: 1.8em;
  color: #003366; /* Dark Blue */
  margin-bottom: 15px;
}

.page-latest-news-industry-trends__link-button {
  display: inline-block;
  background-color: #003366; /* Dark Blue */
  color: #FFD700; /* Gold */
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 15px;
  border: 1px solid #003366;
}

.page-latest-news-industry-trends__link-button:hover {
  background-color: #001a33; /* Darker Blue */
  color: #FFD700;
}

.page-latest-news-industry-trends__goo88d-role .page-latest-news-industry-trends__text,
.page-latest-news-industry-trends__vietnam-market .page-latest-news-industry-trends__text {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-latest-news-industry-trends__content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.page-latest-news-industry-trends__content-block:last-of-type {
  margin-bottom: 0;
}

.page-latest-news-industry-trends__content-block--reverse {
  flex-direction: row-reverse;
}

.page-latest-news-industry-trends__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-latest-news-industry-trends__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-latest-news-industry-trends__text-content {
  flex: 2;
  min-width: 300px;
}

.page-latest-news-industry-trends__text-content .page-latest-news-industry-trends__item-title {
  text-align: left;
}

.page-latest-news-industry-trends__text-content .page-latest-news-industry-trends__text {
  text-align: left;
}

.page-latest-news-industry-trends__advice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-news-industry-trends__advice-card {
  background-color: #f2f7fc; /* Light blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-left: 5px solid #FFD700;
}

.page-latest-news-industry-trends__card-title {
  font-size: 1.5em;
  color: #003366; /* Dark Blue */
  margin-bottom: 15px;
}

.page-latest-news-industry-trends__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-latest-news-industry-trends__conclusion .page-latest-news-industry-trends__text {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-latest-news-industry-trends__hero-title {
    font-size: 2.8em;
  }
  .page-latest-news-industry-trends__section-title {
    font-size: 2em;
  }
  .page-latest-news-industry-trends__item-title {
    font-size: 1.6em;
  }
  .page-latest-news-industry-trends__content-block {
    flex-direction: column;
    text-align: center;
  }
  .page-latest-news-industry-trends__content-block--reverse {
    flex-direction: column;
  }
  .page-latest-news-industry-trends__text-content .page-latest-news-industry-trends__item-title,
  .page-latest-news-industry-trends__text-content .page-latest-news-industry-trends__text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-latest-news-industry-trends__hero {
    padding: 60px 15px;
  }
  .page-latest-news-industry-trends__hero-title {
    font-size: 2.2em;
  }
  .page-latest-news-industry-trends__hero-description {
    font-size: 1.1em;
  }
  .page-latest-news-industry-trends__section {
    padding: 40px 15px;
  }
  .page-latest-news-industry-trends__section-title {
    font-size: 1.8em;
  }
  .page-latest-news-industry-trends__item-title {
    font-size: 1.4em;
  }
  .page-latest-news-industry-trends__text {
    font-size: 1em;
  }
  .page-latest-news-industry-trends__advice-grid {
    grid-template-columns: 1fr;
  }
  .page-latest-news-industry-trends__hero-image img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .page-latest-news-industry-trends__hero-title {
    font-size: 1.8em;
  }
  .page-latest-news-industry-trends__hero-description {
    font-size: 0.95em;
  }
  .page-latest-news-industry-trends__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-latest-news-industry-trends__section-title {
    font-size: 1.5em;
  }
  .page-latest-news-industry-trends__item-title {
    font-size: 1.2em;
  }
  .page-latest-news-industry-trends__trend-item,
  .page-latest-news-industry-trends__advice-card {
    padding: 20px;
  }
}