.wrap {
  max-width: 1430px;
}
#quick-icons .icon {
  border-right: 1px solid #d1d1d1;
  border-bottom: none;
  border-left: none;
  border-top: none;
  padding: 0 0;
}
#quick-icons .icon.icon-last {
  border-right: none;
}
.slider {
  min-height: unset;
}
.slider-item::after {
  content: unset;
}
.slider-item {
  height: 76vh;
  /* height: 70vh; */
  /* min-height: 700px; */
}

.widget_wysiwyg_widgets_widget a img {
  width: 65px;
  margin: 0 auto;
}

#quick-icons h3 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}
#more-news {
  overflow: auto;
}
/* ===== VNU Sidebar Widget – Latest (Scoped) ===== */
#vnu-human-latest-widget-2kG3VH {
  width: 100%;
  background: #fff;
  border: 1px solid #e6eef6;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  /* font-family: inherit; */
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f6fbff;
  border-bottom: 1px solid #e6eef6;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-cta {
  font-weight: 600;
  font-size: 12px;
  text-decoration: none !important;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #dbe8f5;
  background: #fff;
  white-space: nowrap;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-cta:hover {
  background: var(--main-color);
  color: #fff !important;
  border-color: var(--main-color);
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-card {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2.4/1;
  background: #f2f4f7;
  overflow: hidden;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  padding: 6px 9px;
  border-radius: 8px;
  letter-spacing: 0.3px;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-body {
  padding: 10px 12px 12px;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-post-title {
  margin: 0 0 6px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35;
  color: #0b1f3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-meta {
  font-size: 14px;
  color: #7b8794;
  font-weight: 600;
  margin: 0 0 6px 0;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4b5563;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* Slides */
#vnu-human-latest-widget-2kG3VH .vnu-hw-slide {
  display: none;
}

#vnu-human-latest-widget-2kG3VH .vnu-hw-slide.is-active {
  display: block;
}

/* hover nhẹ */
#vnu-human-latest-widget-2kG3VH:hover {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
/* ===== Admission 2026 – Light (White) Widget ===== */
.vnu-adm-light {
  width: 100%;
  background: #ffffff;
  border: 2px solid #0b2b5a;
  border-radius: 10px;
  padding: 12px 14px 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  /* font-family: inherit; */
  /* SVN Poppins */
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.vnu-adm-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.12);
}

.vnu-adm-light a {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.vnu-adm-light__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.vnu-adm-light__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #0b2b5a;
  background: #f4f8ff;
  border: 1px solid #dbe8f5;
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.vnu-adm-light__year {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  color: #d4a017;
  /* vàng kim */
  flex: 0 0 auto;
}

.vnu-adm-light__title {
  margin: 0 0 6px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #0b1f3a;
}

.vnu-adm-light__divider {
  height: 1px;
  background: #e6eef6;
  margin: 10px 0 10px;
}

.vnu-adm-light__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: #0b2b5a;
}

.vnu-adm-light__arrow {
  font-size: 18px;
  font-weight: 800;
  color: #0b2b5a;
  transition: transform 0.18s ease;
}

.vnu-adm-light:hover .vnu-adm-light__arrow {
  transform: translateX(4px);
}

.vnu-adm-light {
  margin-bottom: 18px;
  /* 👈 TẠO KHOẢNG CÁCH VỚI WIDGET PHÍA DƯỚI */
}

.icon-news {
  width: auto;
  display: inline;
}
.thong-bao-moi ul li a {
  font-weight: 600;
  transition: all 0.3s ease;
}
#tin-cap-nhat-homepage .thong-bao-moi ul li {
  background: url(/img/icon-thongbao.png) 0 0 no-repeat;
  padding: 0 0 5px 40px;
  margin-bottom: 12px;
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
}
#tin-cap-nhat-homepage .tin-khac a:link,
#tin-cap-nhat-homepage .tin-khac a:visited {
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s ease;
}

.img-hover-zoom--colorize img {
  border-radius: 8px;
  overflow: hidden;
  min-height: 66px;
  object-fit: cover;
}
#tin-cap-nhat-homepage p.info {
  margin-top: 20px;
  margin-bottom: 10px;
}

#tin-cap-nhat-homepage span.category a:link {
  font-size: 14px;
  color: #dcb42a;
  text-transform: uppercase;
  font-weight: 600;
}
#tin-cap-nhat-homepage h2 a:link {
  color: #232323;
  font-size: 18px;
  font-weight: 600;
}
#feature-news .description {
  max-width: 850px;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  /* font-family: "Segoe UI", Roboto, sans-serif; */
  color: #333;
  line-height: 1.8;
}
#tin-cap-nhat-homepage .tin-khac p.info {
  margin-top: 10px;
  margin-bottom: 0;
}
#tin-cap-nhat-homepage .tin-khac hr {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 10px 0 10px 0;
}
#tin-cap-nhat-homepage .tin-khac .title {
  padding-left: 5px;
}
#tin-cap-nhat-homepage span.date {
  font-size: 14px;
  color: #999;
}
#get-height {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#fixed-height {
  padding-bottom: 15px;
  /* border-bottom: 1px solid #e0e0e0; */
}

#tin-cap-nhat-homepage h3 a:link {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
#tin-cap-nhat-homepage .header-box hr {
  width: 32px;
  height: 3px;
  background-color: #dcb42a;
  display: inline-block;
  margin: 10px 0 15px 0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.6s ease;
}
div#block-info-homepage .block-info {
  /* background: url(/images/info-block-bg.jpg) 0 0 repeat; */
  background-color: var(--main-color);
  width: 100%;
  height: 220px;
  padding: 10px;
  transition: all 0.3s ease;
  border-bottom: 6px solid #dcb42a;
  border-radius: 15px;
}
div#block-info-homepage p.highlight-number {
  font-size: 40px;
  text-align: center;
  color: #dcb42a;
  font-weight: 700;
  margin-bottom: 10px;
}
div#block-info-homepage .block-info img {
  width: 75px;
  margin: 0 auto;
  margin-bottom: 15px;
}
div#block-info-homepage p.highlight-text {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
ul.pro-tabs {
  border-bottom: none;
  margin-top: 15px;
}
.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
ul.pro-tabs > li {
  width: 250px;
  width: 250px;
  text-align: center;
}
ul.pro-tabs > li a {
  background-color: #eeeeee;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  font-weight: 600;
}
ul.pro-tabs > li a:hover,
.pro-tabs > li.active > a {
  background-color: var(--main-color) !important;
  color: white !important;
}
ul.pro-tabs > li a:focus{
  background-color: var(--main-color) !important;
  color: white !important;
}
.counter-area::before {
  opacity: 0.8;
}
.ctdt-item .ctdt-item-img img {
  /* -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px; */
  border-radius: 15px;
  transition: all 0.3s ease;
}
.ctdt-item-title h3 {
  background: linear-gradient(to bottom, #ffffff 0, #d8d8d8 100%);
  text-align: center;
  /* -webkit-border-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius: 50px;
  -moz-border-radius-topright: 0; */
  border-radius: 15px;
  /* border-top-right-radius: 0; */
  transition: all 0.3s ease;
  padding: 0 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  transition: .2s linear;
  margin-top: 15px;
}
.ctdt-item-title h3:hover{
    background: var(--main-color);
    color: #fff;
}
.ctdt-tab-content {
  padding-top: 35px;
}
.event-area {
  background-color: var(--fourth-color);
  padding: 50px 0;
}
.home-ctdt,
.faq-home {
  padding: 50px 0;
}
#tin-cap-nhat-homepage {
  padding: 30px 0;
}
.partner-area {
  padding: 50px 0;
}
.partner-slider img {
  width: 150px !important;
}
.site-title {
  font-size: 36px;
}
.dora-e-item h3 a {
  font-size: 16px;
}
.site-heading {
  margin-bottom: 35px;
}
.faq-home-heading {
  font-size: 36px;
}
.sub-menu {
  display: flex;
  justify-content: end;
  gap: 15px;
}
.sub-menu a {
  color: white;
  font-size: 14px;
}
.top-header {
  background-color: var(--main-color);
  padding: 5px 0;
}
.topheader-item svg {
  vertical-align: middle;
  margin-right: 3px;
}
.menu .menu-child-wrap {
  top: 135px;
}
.faq-home-header{
    margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .top-header {
    display: none;
  }
  #quick-icons .icon {
    padding: 5px;
    border-bottom: 1px solid #d1d1d1;
  }
  #quick-icons .icon.br-none{
    border-right: none;
  }
  #quick-icons h3 {
    height: 32px;
  }
  ul.pro-tabs{
    flex-direction: column;
    gap: 15px;
  }
  div#block-info-homepage p.highlight-number{
    font-size: 28px;
  }
  div#block-info-homepage p.highlight-text{
    font-size: 15px;
  }
  div#block-info-homepage .block-info{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .faq-home-header{
    margin-bottom: 35px;
  }
  .slider-item{
    min-height: 450px;
  }
}
