.partner-wrapper img {
  margin: 0 auto;
}
#more-news .item-news img {
  height: 66px;
}

#tin-cap-nhat-homepage .tin-khac a:link,
#tin-cap-nhat-homepage .tin-khac a:visited {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tin-cap-nhat-homepage .tin-khac a:hover,
.tin-khac .item-news.onhover a {
  color: #004d29;
}

#feature-news .img-hover-zoom--colorize img {
  height: 300px;
  object-position: top;
}

#tin-cap-nhat-homepage h2 a:link {
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 48px;
}

#feature-news .description {
  height: 185px;
}

#feature-news .description {
  padding: 35px 30px;
}

#get-height {
  gap: 0;
}
.thong-bao-moi ul li a {
  height: 47px;
  display: inline-block;
}
#tin-cap-nhat-homepage .thong-bao-moi ul li {
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.footer-gg-map iframe {
  width: 100%;
  height: 350px;
}
.page-ctdt {
  padding: 120px 0 60px;
}
.faq-header .faq-icon img {
  width: 40px;
  max-height: 40px;
}
@media screen and (max-width: 768px) {
  #feature-news .description {
    padding: 15px;
  }
}

/* ── NEWS SECTIONS ──────────────────────────────────── */
.news-section {
  padding: 55px 0;
  background: #fff;
}

/* Featured article (left column) */
.news-featured__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.news-featured__date {
  font-size: 12px;
  color: #999;
  margin: 14px 0 6px;
}

.news-featured__title {
  font-size: 18px;
  font-weight: 700;
  color: #003087;
  line-height: 1.4;
  margin: 0 0 12px;
}

.news-featured__title a {
  color: #003087;
}

.news-featured__title a:hover {
  color: #006838;
}

.news-featured__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* Small news items (right column) */
.news-small {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.news-small:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-small__img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  display: block;
}

.news-small__date {
  font-size: 11px;
  color: #999;
  display: block;
  margin-bottom: 5px;
}

.news-small__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.news-small__title a:hover {
  color: #003087;
}

/* Xem thêm button */
.btn-more {
  display: inline-block;
  background: #006838;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 36px;
  border-radius: 50px;
  margin-top: 30px;
  transition: background 0.2s;
}

.btn-more:hover {
  background: #004d29;
}

/* ── PROMO CARDS (between sections) ─────────────────── */
.promo-cards {
  padding: 50px 0 50px;
  background: #fff;
}

.promo-card {
  overflow: hidden;
  margin-bottom: 20px;
}

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

/* ── Owl overrides ──────────────────────────────────── */
/* .owl-theme .owl-dots .owl-dot span { background: #ccc !important; }
    .owl-theme .owl-dots .owl-dot.active span { background: #003087 !important; }
    .owl-theme .owl-nav [class*='owl-'] {
      background: rgba(0,0,0,0.25) !important; color: #fff !important;
      border-radius: 3px; font-size: 16px; padding: 4px 12px !important;
    }
    .owl-theme .owl-nav [class*='owl-']:hover { background: #003087 !important; }

    .owl-prev svg, .owl-next svg{
        vertical-align: middle;
    } */
.khoa-mt {
  margin-top: 134px;
}

.sec-heading {
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 600;
}

.sec-heading hr {
  width: 120px;
  height: 3px;
  background-color: #dcb42a;
  display: inline-block;
  margin: 20px auto 15px auto;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.6s ease;
  display: block;
}
.footer-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-list {
  margin-bottom: 15px;
}
.footer-widget-box {
  padding-top: 15px;
}
.footer-logo img {
  margin-top: 0;
  margin-bottom: 0;
}

.tab-content-item .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  /* color: var(--second-color) !important; */
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5) !important;
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  z-index: 9;
}
.tab-content-item .owl-nav button svg {
  transform: translateY(4px);
}
.tab-content-item .owl-next {
  right: 15px;
}
.tab-content-item .owl-prev {
  left: 15px;
}
.tab-content-item .owl-nav button:hover {
  background: rgba(255, 255, 255, 1) !important;
  color: #006838;
}

.btn-view-more-home .news-btn .theme-btn {
  padding: 10px 15px;
  display: inline-block !important;
  line-height: 22px;
  margin-top: 0;
}
.btn-view-more-home .news-btn .theme-btn:hover {
  color: white !important;
}
.btn-view-more-home.mt-cus .news-btn {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .khoa-mt {
    margin-top: 60px;
  }
  .news-featured {
    margin-bottom: 15px;
  }
}
