/* Banner trên cùng */
.banner-form {
  text-align: center;
  position: relative;
  z-index: 0;
  img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

/* Nền banner-item.png */
.banner-item-bg {
  position: relative;
  right: -15%;
  background: no-repeat center;
  background-size: cover;
  z-index: 1;
  width: 85%;
}
.graphic-item-bg{
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: -50%;
}
.section-title {
    text-align: center;
    font-size: 42px;
    color: #FF6D40;
    font-weight: 600;
    font-family: 'Avant Garde', Arial, sans-serif;
    position: relative;
    margin-top: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0.5;
    z-index: 101;
}
.sub-title{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
/* Wrapper section TIN MỚI */
.tin-moi-wrapper {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.title-tinmoi{
  font-family: 'SVN-Aguda', sans-serif;
  font-size: 68px;
  font-weight: 600;
  color: rgba(66, 16, 177, 1);
  margin-left: 20%;
  position: relative;
  z-index: 3;
  margin-top: 20%;
}
.news-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.news-card img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
.news-card-body {
  padding: 20px;
  font-family: 'Avant Garde', Arial, sans-serif;
  font-weight: 400;
  color: rgba(66, 16, 177, 1);
  text-align: left;
}
.news-card-heading {
  font-size: 32px;
  margin-bottom: 18px;
  line-height: 1.2;
}

.news-card-desc {
  font-size: 16px;
  margin-bottom: 28px;
}

.btn-read-more {
  background: linear-gradient(90deg, #FF6D40 0%, #FF8A65 100%);
  color: #fff;
  border-radius: 22px;
  padding: 8px 28px;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  text-decoration: none;
  transition: background 0.2s;
  display: inline-block;
}

.btn-read-more:hover {
  background: #ff8a65;
}
.news-card-latest {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  /* padding: 36px 40px 32px 40px; */
  max-width: 55%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

/* TIN NỔI BẬT */
.tin-noi-bat {
  padding: 40px 0;
  position: relative;
  bottom:100px;
}

.section-subtitle {
    width: 500px;
    font-size: 58px;
    /* text-align: center; */
    margin-bottom: 40px;
    font-family: 'SVN-Aguda';
    font-weight: 600;
    display: grid;
    margin-left: 15%;
    color: #ef6b0c;
}

.section-subtitle .highlight {
    color: #4210b1;
    text-align: right;
    font-size: 72px;
}

.tin-noi-bat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px;
}
.btn{
  text-align: right;
}

.news-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.26);
    overflow: hidden;
    padding: 50px;
    text-align: center;
    margin-bottom: 50px;
    z-index: 2;
    margin-top: -90%;

  img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  h4 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
  }

}

/* Thêm vào file CSS của bạn */
.tin-khac-grid {
  display: grid;
  grid-template-columns: repeat(4, 280px);
  gap: 32px;
  margin-left: 10%;
  margin-right: 10%;
  justify-content: center;
}

.order-card {
  background: #fff;
  border-radius: 0 18px 0 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
  text-decoration: none;
  color: #000;
  font-family: 'Avant Garde', Arial, sans-serif;
}

.order-card-img-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.order-card img {
  width: 100%;
  height: 279px;
  object-fit: cover;
  display: block;
}

/* .order-card-badges {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
}

.badge {
  background: #fff;
  color: #4210b1;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
}

.badge-number {
  background: #4210b1;
  color: #fff;
}

.badge-view {
  background: #fff;
  color: #4210b1;
} */

.order-card-body {
  padding: 18px 18px 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-card-category {
  font-size: 13px;
  color: #bdbdbd;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.order-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

.order-card-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* 4K màn hình lớn (≥2560px) */
@media (min-width: 2560px) {
  .tin-khac-grid {
    grid-template-columns: repeat(4, 300px);
    gap: 40px;
  }

  .section-subtitle {
    font-size: 72px;
    width: auto;
  }

  .section-subtitle .highlight {
    font-size: 80px;
  }

  .news-card-latest {
    max-width: 40%;
  }

  .title-tinmoi {
    font-size: 88px;
    margin-top: 10%;
  }

  .news-card img {
    height: 700px;
  }
}

/* Desktop vừa (1440px trở xuống) */
@media (max-width: 1440px) {
  .tin-khac-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-subtitle {
    font-size: 48px;
    width: 100%;
  }

  .section-subtitle .highlight {
    font-size: 64px;
  }

  .news-card-latest {
    max-width: 70%;
  }

  .title-tinmoi {
    font-size: 60px;
    margin-left: 10%;
    margin-top: 15%;
  }

  .news-card img {
    height: 500px;
  }
}

/* Tablet (768px trở xuống) */
@media (max-width: 1024px) {
  .tin-khac-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 5%;
    margin-right: 5%;
  }
  .graphic-item-bg{
    margin-top: -75%;
  }
  .news-card{
    margin-top: -50%;
  }
  .section-subtitle {
    font-size: 36px;
    margin-left: 5%;
  }

  .section-subtitle .highlight {
    font-size: 48px;
    text-align: center;
  }

  .news-card-latest {
    max-width: 90%;
    flex-direction: column;
  }

  .title-tinmoi {
    font-size: 48px;
    margin-left: 5%;
    margin-top: 15%;
  }

  .news-card img {
    height: 400px;
  }
}

/* Mobile (≤480px) */
@media (max-width: 480px) {
  .tin-khac-grid {
    grid-template-columns: 1fr;
    margin: 0 5%;
    gap: 24px;
  }

  .section-subtitle {
    font-size: 28px;
    margin-left: 0;
    text-align: center;
  }

  .section-subtitle .highlight {
    font-size: 36px;
  }

  .news-card-latest {
    max-width: 100%;
  }

  .title-tinmoi {
    font-size: 36px;
    text-align: center;
    margin-left: 0;
    margin-top: 20%;
  }

  .news-card img {
    height: 300px;
  }

  .order-card img {
    height: auto;
  }
}
