.news-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 0px;
}
/* Breadcrumb Section */
.breadcrumb-section {
  padding: 20px 0;
}

.breadcrumb,
.breadcrumb-center {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
}

.breadcrumb {
  justify-content: flex-start;
}

.breadcrumb-center {
  justify-content: center;
}

.breadcrumb-item {
  color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/ ";
  color: #6c757d;
  margin: 0 4px;
}

.breadcrumb-item a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "FS-Regular", sans-serif !important;
  font-weight: 400;
}

.breadcrumb-item a:hover {
  color: #2e90fa;
}

.breadcrumb-item.active a {
  color: #2e90fa !important;
}

/* Main Content */
.news-body-wrapper {
  margin-top: 142px;
  padding-bottom: 0px;
}

/* Page Title */
.page-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.page-subtitle {
  text-align: center;
  font-size: 18px;
  color: #007196;
  font-weight: 400;
  margin-bottom: 50px;
}

/* News Section */
.news-section {
  margin-bottom: 80px;
}

/* News Grid Layout */
.news-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: start;
}

/* ========== FEATURED ARTICLE (Left Column) ========== */
.featured-article {
  position: relative;
  width: 100%;
}

.article-card.featured {
  position: relative;
  width: 100%;
  height: 456px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.article-card.featured:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.article-card.featured .article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay gradient */
.article-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Meta information (date + category) */
.article-card.featured .article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.article-card.featured .article-meta .date,
.article-card.featured .article-meta .category {
  font-size: 14px;

  color: #f0f0f0;
  line-height: 1.2;
}

.article-card.featured .article-meta .dot {
  width: 3px;
  height: 3px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
}

/* Featured title */
.article-card.featured .article-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========== ARTICLE LIST (Right Column) ========== */
.article-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
}

/* Small Article Cards */
.article-card.small {
  display: flex;
  gap: 16px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 136px;
}

.article-card.small:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

/* Image thumbnail */
.article-card.small .article-image {
  width: 136px;
  height: 136px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
  border-radius: 8px;
}

/* Content area */
.article-card.small .article-content {
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

/* Meta (date + category) */
.article-card.small .article-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.article-card.small .article-meta .date,
.article-card.small .article-meta .category {
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.2;
}

.article-card.small .article-meta .dot {
  width: 3px;
  height: 3px;
  background-color: #d1d5db;
  border-radius: 50%;
  display: inline-block;
}

/* Small card title */
.article-card.small .article-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.latest-news-section {
  background-color: #edf8fe;
  padding: 80px 0px 220px 0px;
  margin-bottom: 0px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.latest-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 0px;
}

.latest-news-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.latest-news-subtitle {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 0px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.section-subtitle {
  font-size: 16px;
  color: #6c757d;
  margin: 0;
}

.view-more-btn {
  background-color: #edf8fe;
  border: 1px solid #dee2e6;
  padding: 12px 70px;
  border-radius: 8px;
  border: 1px solid var(--Gray-400, #98a2b3);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.view-more-btn:hover {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

/* Popular Cards Meta styling */
.article-card.popular .article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.article-card.popular .article-meta .date,
.article-card.popular .article-meta .category {
  font-size: 14px;
  font-weight: 400;
  color: #f0f0f0;
  line-height: 1.2;
}

.article-card.popular .article-meta .dot {
  width: 4px;
  height: 4px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: inline-block;
}

/* Popular Grid */
.popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0px;
}

.article-card.popular {
  position: relative;
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s;
}

.article-card.popular:hover {
  transform: translateY(-8px);
}

.article-card.popular .article-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card.popular .article-overlay {
  padding: 28px;
}

.article-card.popular .article-title {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
  line-height: 1.4;
}

.article-excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

/* CTA Section */
.cta-section {
  margin-bottom: 80px;
}

.cta-card {
  background: linear-gradient(135deg, #0066cc 0%, #004999 100%);
  border-radius: 16px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.cta-card::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: 38px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
  margin: 0;
}

.cta-form {
  position: relative;
  z-index: 1;
}

.cta-description {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.email-form {
  display: flex;
  gap: 12px;
}

.email-input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
}

.email-input::placeholder {
  color: #999;
}

.submit-btn {
  background-color: #1a1a1a;
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.submit-btn:hover {
  background-color: #000;
}
.footer-al {
  background-color: transparent;
}

/* Latest News Card Styles */
.latest-news-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.container-fluid{
  padding: 0px;
}
.latest-news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
}

.card-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.latest-news-card:hover .card-thumbnail {
  transform: scale(1.05);
}

.card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}

.card-author {
  font-size: 16px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}

.card-tag {
  margin-top: auto;
}

.tag-label {
  display: inline-block;
  background-color: #e0f2fe;
  color: #0277bd;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #b3e5fc;
}

/* Latest News Pagination Styles */
.modern-pagination-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.modern-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.pagination-item:not(.active):not(.next-btn) .pagination-link:hover {
  background-color: #f3f4f6;
  color: #1f2937;
}

.pagination-item.active .pagination-link {
  background-color: #2563eb;
  color: white;
  font-weight: 600;
}

.pagination-item.next-btn .pagination-link {
  color: #2563eb;
  font-weight: 600;
  padding: 0 12px;
}

.pagination-item.next-btn .pagination-link:hover {
  background-color: #dbeafe;
  color: #1d4ed8;
}

.pagination-dots {
  color: #9ca3af;
  font-size: 14px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablet lớn - 1024px */
@media (max-width: 1024px) {
  .news-container {
    padding: 0 18px;
  }
  .news-main-content {
    padding: 0 18px;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .article-card.featured {
    height: 420px;
    border-radius: 16px;
  }

  .article-list {
    gap: 24px;
  }

  .article-card.small {
    height: 140px;
    flex-direction: row;
    gap: 16px;
  }

  .article-card.small .article-image {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 8px;
  }

  .article-card.small .article-content {
    padding: 16px 16px 16px 0;
  }

  .popular-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .article-card.popular {
    height: 340px;
    border-radius: 14px;
  }

  .cta-card {
    grid-template-columns: 1fr 1.1fr;
    padding: 50px;
    gap: 40px;
  }
}

/* Tablet - 768px */
@media (max-width: 768px) {
  .news-container {
    padding: 0 16px;
  }

  .page-title {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .page-subtitle {
    font-size: 17px;
    margin-bottom: 32px;
  }

  .news-section {
    margin-bottom: 50px;
  }

  .news-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .article-card.featured {
    height: 360px;
    border-radius: 14px;
  }

  .article-overlay {
    padding: 24px;
  }

  .article-card.featured .article-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .article-card.featured .article-meta .date,
  .article-card.featured .article-meta .category {
    font-size: 13px;
  }

  .article-list {
    gap: 20px;
  }

  .article-card.small {
    flex-direction: column;
    gap: 0;
    height: auto;
  }

  .article-card.small .article-image {
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }

  .article-card.small .article-content {
    padding: 16px;
  }

  .article-card.small .article-title {
    font-size: 16px;
    line-height: 1.5;
  }

  .latest-news-section {
    padding: 48px 0;
  }

  .latest-news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .latest-news-title {
    font-size: 32px;
  }

  .view-more-btn {
    width: 100%;
    text-align: center;
    padding: 12px 40px;
  }

  .popular-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-card.popular {
    height: 340px;
    border-radius: 14px;
  }

  .article-card.popular .article-overlay {
    padding: 28px;
  }

  .article-card.popular .article-title {
    font-size: 20px;
  }

  .article-excerpt {
    font-size: 14px;
  }

  .cta-section {
    margin-bottom: 70px;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 30px;
    border-radius: 14px;
  }

  .cta-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .cta-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .email-form {
    flex-direction: column;
    gap: 12px;
  }

  .email-input,
  .submit-btn {
    width: 100%;
    padding: 14px 18px;
    font-size: 14px;
  }
}

/* Mobile - 576px */
@media (max-width: 576px) {
  .news-base-layout {
    padding: 0px;
  }
  .news-body-wrapper {
    margin-top: 80px;
    padding-bottom: 200px;
  }
  .breadcrumb {
    padding: 16px;
    justify-content: left;
  }

  .news-container {
    padding: 0 16px;
  }
  .news-main-content {
    padding: 0px;
  }
  .page-title {
    text-align: left;
    padding-bottom: 20px;
  }
  .news-breadcrumb {
    font-size: 11px;
    white-space: nowrap;
    overflow-x: auto;
    padding: 16px;
    justify-content: flex-start;
  }

  .news-breadcrumb-item + .news-breadcrumb-item::before {
    padding: 0 5px;
  }

  .page-title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .page-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .article-card.featured {
    height: 320px;
    border-radius: 12px;
  }

  .article-overlay {
    padding: 18px;
  }

  .article-card.featured .article-title {
    font-size: 18px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.3;
  }

  .article-card.featured .article-meta .date,
  .article-card.featured .article-meta .category {
    font-size: 12px;
  }

  .article-list {
    gap: 20px;
  }

  .article-card.small {
    flex-direction: row;
    gap: 12px;
    border-radius: 8px;
    height: 120px;
    padding: 0;
    box-shadow: none;
    background: transparent;
  }

  .article-card.small:hover {
    transform: none;
    box-shadow: none;
  }

  .article-card.small .article-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }

  .article-card.small .article-content {
    padding: 0;
    justify-content: flex-start;
  }

  .article-card.small .article-title {
    font-size: 15px;
    line-height: 1.3;
  }

  .latest-news-section {
    padding: 40px 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  /* Grid layout để sắp xếp title, grid, button */
  .latest-news-section .news-base-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .latest-news-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: contents;
  }

  .latest-news-header > div {
    grid-column: 1;
    grid-row: 1;
  }

  .latest-news-header > button {
    grid-column: 1;
    grid-row: 3;
  }

  .latest-news-title {
    font-size: 26px;
  }

  .view-more-btn {
    width: auto;
    text-align: center;
    padding: 12px 70px;
  }

  .popular-grid {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .article-card.popular {
    height: 500px;
  }

  .article-card.popular .article-title {
    font-size: 20px;
  }

  .cta-card {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 20px;
  }

  .cta-title {
    font-size: 28px;
  }

  .cta-description {
    font-size: 14px;
  }

  .email-form {
    flex-direction: column;
  }

  .submit-btn {
    width: 100%;
  }
}

/* Pagination Styles */
.modern-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.modern-pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  align-items: center;
}

.pagination-item {
  margin: 0;
}

.pagination-item:not(.pagination-dots) {
  border-radius: 6px;
  overflow: hidden;
}

.pagination-item.pagination-dots {
  padding: 0 8px;
  color: #999;
  font-weight: 500;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pagination-link:hover {
  background-color: #e8f4ff;
  border-color: #007bff;
  color: #007bff;
}

.pagination-item.active .pagination-link {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

.pagination-item.active .pagination-link:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.pagination-item.next-btn .pagination-link {
  padding: 0 16px;
}

@media (max-width: 768px) {
  .modern-pagination {
    gap: 4px;
  }

  .pagination-link {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    padding: 0 6px;
  }

  .pagination-item.next-btn .pagination-link {
    padding: 0 12px;
  }
}
