body {font-family: "Inter", sans-serif; color: var(--text-gray);}
.site-header {
  position: relative;
}

.header-top {
  background-image: url("https://portal.unitech.vn/headlessCms/api/public/document/preview/208625");
  height: 100px;
}

.header-top-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  background-image: url("https://portal.unitech.vn/headlessCms/api/public/document/preview/208625");
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo {
  width: 60px;
  height: 60px;
}

.title-group {
  display: flex;
  flex-direction: column;
}

.site-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 2px;
}

.site-title {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--text-light);
}

.header-bottom {
  background-color: var(--text-light);
  border-bottom: 1px solid var(--border-gray);
  height: 40px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.main-nav ul {
  display: flex;
  gap: 40px;
}

.main-nav li {
  position: relative;
}
.main-nav li:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.main-nav li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform-style: preserve-3d;
  transform-origin: 0% 0%;
  transform: rotateX(-75deg);
  z-index: 500;
  padding: 5px;
  min-width: 250px;
  box-shadow: 0 8px 16px rgba(230, 233, 239, 0.4);
  top: 130%;
  left: -2px;
  transform: translateY(10px);
  display: block;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  transform: translateY(10px);
}
.main-nav li .horizontalMenu-click {
  display: none;
}
.main-nav li:hover .sub-menu {
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  position: absolute;
  background: #fff;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.main-nav li:hover .sub-menu li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
  float: none;
  text-align: center;
}
.main-nav li:hover .sub-menu li .slide-item {
  background-image: none;
  color: #6d7790;
  text-align: left;
  display: block;
  line-height: 22px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  border-right: 0px solid;
  white-space: nowrap;
}
.main-nav li:hover .sub-menu li a {
  background-image: none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 5px 10px;
  text-transform: none;
  font-size: 14px;
  letter-spacing: normal;
  border-right: 0px solid;
  white-space: nowrap;
  margin: 0px 2px;
  border-radius: 0px;
  text-decoration: none;
  position: relative;
}
.main-nav li:hover .sub-menu li a:hover {
  transition: 0.3s;
  background-color: #003e8e;
  color: #fff;
}
.main-nav li:hover .sub-menu li a .i-position {
  font-size: 10px;
  margin-right: 3px;
}

.main-nav a {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-gray);
  text-transform: uppercase;
}

.main-nav a:hover {color:#005BD3;}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.current-date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--text-gray);
}

.search-icon {
  width: 24px;
  height: 24px;
}

@media (max-width: 1024px) {
  .main-nav ul {
    gap: 20px;
  }

  .nav-right {
    display: none;
  }

  .nav-container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header-top {
    height: auto;
    padding: 15px 0;
  }

  .logo-title {
    margin-top: 0;
    flex-direction: column;
    text-align: center;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .header-bottom {
    height: auto;
    padding: 10px 0;
  }
}

.hero-section {
  padding-top: 19px;
  padding-bottom: 23px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 307px 316px;
  gap: 23px;
}

.featured-news {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.featured-image {
  width: 100%;
  object-fit: fill;
  border-radius: 5px;
  height: auto;
}

.featured-title {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 20px;
  margin-top: 13px;
  line-height: 26px;
}

.featured-summary {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--text-gray);
  line-height: 20px;
  margin-top: 8px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.news-item img {
  width: 136px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.news-item p {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}

.announcement-box {
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 13px 18px;
  height: fit-content;
}

.announcement-box h3 {margin-bottom: 10px !important;}

.sidebar-title {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.sidebar-chinhquyen {
  color: #fff;
}
.sidebar-title::after {
  content: "";
  height: 1px;
  background-color: var(--primary-red);
  box-shadow: 0 2px 0 var(--primary-red);
  flex: 1 1 auto;
  margin-left: 10px;
}
.sidebar-chinhquyen::after {
  content: "";
  background-color: #70D6FF;
  box-shadow: 0 2px 0 #70D6FF;
}
.announcement-header h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 18px;
}

.header-lines {
  position: relative;
  width: 155px;
  height: 3px;
}

.header-lines span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-red);
}

.header-lines .line1 {
  top: 0;
}

.header-lines .line2 {
  top: 2px;
}

.announcement-list li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-gray);
  padding-left: 14px;
  position: relative;
  margin-bottom: 13px;
}

.announcement-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #005bd3;
  border-radius: 50%;
}

.banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  margin-top: 14px;
}

.banners a img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

/* @media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .banners {
    grid-template-columns: 1fr;
  }

  .news-item {
    flex-direction: column;
  }

  .news-item img {
    width: 100%;
    height: auto;
  }
}

*/

/* CSS for section section:news */
.news-section {
  background-color: var(--bg-light-gray);
  padding-top: 26px;
  padding-bottom: 24px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.news-card {
  background-color: var(--text-light);
  border-radius: 5px;
  padding: 18px 24px 24px;
}

.news-card-title {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-red);
  margin-bottom: 18px;
}

.news-card-main {
  display: flex;
  gap: 20px;
  margin-bottom: 19px;
}

.news-card-main img {
  width: 179px;
  height: 116px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.news-card-main p {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--text-gray);
}

.news-card-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 17px;
}

.news-card-list li:last-child {
  margin-bottom: 0;
}

.news-card-list a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-gray);
}

.news-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-red);
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .news-card-main {
    flex-direction: column;
  }

  .news-card-main img {
    width: 100%;
    height: auto;
  }
}

.services-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.setcolor {
  background:#F3F6FB
}
.services-grid {
  display: grid;
  grid-template-columns: 3.1fr 1fr;
  gap: 21px;:
}

.services-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.setbg {
background:#fff;
border-radius: 5px;
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px;
  border-radius: 5px;
  height: 84px;
  box-sizing: border-box;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.link-card img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.resolution-banner img {
  width: 100%;
  border-radius: 5px;
}

.info-box {
  background-color: var(--text-light);
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 13px 18px;
}
.color-box {
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 13px 18px;
  background: linear-gradient(180deg, #115AB9 0%, #003E8E 100%);
  height: 100%;
}
.info-header {
    margin-bottom: 10px;
} 
.info-header h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 18px;
}
.info-list {
  display: flex;
  flex-direction: column;
}
.info-list li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
  line-height: initial;
}
.info-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-list a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-gray);
}
.info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: #005bd3;
  border-radius: 50%;
}
.info-chinhquyen {
  display: flex;
  flex-direction: column;
}
.info-chinhquyen li {
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  border-bottom:none !important
}
.info-chinhquyen li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-chinhquyen a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.info-chinhquyen li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
/* @media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .links-grid {
    grid-template-columns: 1fr;
  }
}

*/

/* CSS for section section:multimedia */
.multimedia-section {
  padding: 24px 0 47px;
  background-image: url("https://portal.unitech.vn/headlessCms/api/public/document/preview/208626");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-title {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--text-light);
  margin-bottom: 21px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 211px);
  gap: 19px;
}

.media-item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-item .overlay {
  transition: opacity 1s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
}

a.media-item:hover .overlay {opacity: 1;}

.media-item .caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  color: var(--text-light);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.media-item.large .caption {
  font-size: 16px;
}

.media-item.large {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

@media (max-width: 992px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .media-item.large {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .media-grid {
    grid-template-columns: 1fr;
  }

  .media-item.large {
    grid-column: auto;
    grid-row: auto;
  }
}

/* CSS for section section:more-news */
.more-news-section {
  padding: 18px 0 22px;
}

.more-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.news-column {
  background-color: var(--text-light);
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 15px 20px;
}

.column-header {
  margin-bottom: 15px;
}

.column-header h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-blue);
  text-transform: uppercase;
}

.column-line {
  width: 84px;
  height: 3px;
  background-color: var(--primary-red);
  margin-top: 2px;
}

.column-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-item-small {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.news-item-small img {
  width: 123px;
  height: 82px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.news-item-small span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.more-news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.event-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.event-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-info {
  position: absolute;
  bottom: 11px;
  left: 21px;
  color: var(--text-light);
}

.event-info h5 {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.event-info p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
}

.web-links {
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 13px 18px;
}

.web-links-title {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.web-links-title::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 4px;
  width: 120px;
  height: 1px;
  background-color: var(--primary-red);
  box-shadow: 0 2px 0 var(--primary-red);
  align-items: center;
}

/* .web-links-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
      } */
.web-links-header h4 {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 18px;
}

.dropdown-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f8ff;
  border: 1px solid var(--border-gray);
  border-radius: 5px;
  padding: 9px 16px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--text-gray);
  width: 100%;
}

.dropdown-select:last-child {
  margin-bottom: 0;
}

/* @media (max-width: 1200px) {
  .more-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .more-news-grid {
    grid-template-columns: 1fr;
  }
}

*/

/* CSS for section section:footer */
.site-footer {
  background-image: url("https://portal.unitech.vn/headlessCms/api/public/document/preview/208627");
  background-size: cover;
  background-position: center;
  color: var(--text-light);
  padding-top: 31px;
  padding-bottom: 18px;
}

.footer-container {
  display: flex;
  flex-direction: column;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 36px;
  border-bottom: 1px solid #1f6ca3;
  margin-bottom: 15px;
}

.footer-info p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.footer-title {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 20px;
  color: #84daff;
  margin-bottom: 9px;
}

.footer-stats {
  text-align: right;
}

.access-counter {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.certifications {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.certifications img {
  height: 43px;
}

.ipv6-cert {
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: var(--text-light);
  color: #515151;
  padding: 0 8px;
  border-radius: 5px;
  height: 43px;
}

.ipv6-cert img {
  width: 32px;
  height: 32px;
}

.ipv6-cert span {
  font-weight: 700;
  font-size: 24px;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.footer-bottom strong {
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
  }

  .footer-stats {
    text-align: center;
  }

  .certifications {
    justify-content: center;
  }
}

/* Detail */
.content-section {
  margin-block: 20px;
}

.content-container {
  display: flex;
  gap: 20px;
}

.content-left {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--border-color);
}

.content-right {
  width: 316px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-bottom: 15px;
}

.breadcrumb-link {
  color: var(--primary-blue);
}

.breadcrumbs > a:not(:first-child) {
  position: relative;
  padding-left: 15px;
}

.breadcrumbs > a:not(:first-child)::before {
  width: 4px;
  height: 4px;
  content: ">";
  position: absolute;
  top: -1px;
  left: 0;
}

.breadcrumb-separator {
  width: 16px;
  height: 16px;
}

.news-article {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.news-article > .article-title {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-gray);
  margin-bottom: 15px;
}

.news-article > .article-content {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-gray);
  text-align: justify;
  border-bottom: 1px solid var(--border-gray);
  padding-bottom:20px;
}

.news-article > .article-content p {margin-bottom: 1em;}
.news-article > .article-content td {padding: 8px 8px;}

.news-article > .article-content .wp-caption {
  max-width: 100%;
}

.news-article img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  margin: 14px auto;
}

.related-posts {
}

.section-title-red {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 20px;
  color: var(--danger-red);
  margin-bottom: 19px;
}

.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}

.related-post-item {
  display: flex;
  gap: 10px;
}

.related-post-img {
  width: 168px;
  height: 109px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}

.related-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.related-post-title {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
}

.related-post-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-flex {
  font-size: 18px;
  color: #d70c0c;
  font-family: Roboto Slab;
  font-weight: 500;
}
.news-flex {
  padding: 15px;
}
.container-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* Item */
.news-flex .item {
  flex: 0 0 calc((100% - 45px) / 4);
  box-sizing: border-box;
  padding: 10px 0px;
  border-radius: 5px;
}

/* Ảnh */
.news-flex .item img {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  object-fit: cover;
  /* min-width: 228px; 
  height: auto; */
  flex-grow: 0;
}

/* Nội dung */
.content {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-family: Roboto Slab;
  color: #333;
  max-width: 250px;
}

/* Xem thêm */
.more {
  display: block;
  margin-top: 10px;
  color: #005bd3;
  text-decoration: none;
  text-align: right;
  font-size: 15px;
  line-height: 20px;
  font-family: Roboto Slab;
}


.hoidap-danhsach {grid-template-columns: 30px auto; display: grid;}
.hoidap-danhsach i{font-size:20px; color:#0765e3;}
.hoidap-danhsach .nguoi-ngay {font-style:italic; font-size:13px; color:#0765e3;}
.hoidap_detail .tieude, .traloi .tieude {font-weight:600; color:#0765e3;}

.container {padding-left: 20px; padding-right: 20px;}
@media screen and (max-width: 1440px) and (min-width:1200px) {
    .container {
        max-width:1344px
    }
}

@media screen and (max-width: 1199px) and (min-width:992px) {
    .container {
        max-width:100%;
		padding-left: 15px;
		padding-right: 15px;
    }
	.news-flex .item img {
		height: 130px;
	}
	.column-header h4 {
		font-size: 15px;
	}
	.news-column {
		padding: 10px 15px;
	}
	.news-item-small img {
		width: 100px;
		height: 75px
	}
}


@media screen and (max-width: 991px) and (min-width:768px) {
    .container {
        max-width:100%;
		padding-left: 15px;
		padding-right: 15px;
    }
	.hero-grid {
		grid-template-columns: none;
		grid-template-areas: 'home-tinmoinhat home-thongbao' 'home-tinmoi home-thongbao';
	}
	.featured-news {
		grid-area: home-tinmoinhat;
	}
	.sidebar {
		grid-area: home-tinmoi;
	}
	.announcement-box {
		grid-area: home-thongbao;
	}
	.banners {
		grid-template-columns: 1fr 1fr;
	}

	 .news-item {
		/* flex-direction: column; */
	}

	.featured-image {
		width: 100%;
		height: auto;
	}
	.services-grid {
		grid-template-columns: 2fr 1fr;
	}
	
	.news-flex .item {
		flex: 0 0 calc((100% - 15px) / 2);
	}

	.links-grid {
		grid-template-columns: repeat(2, 1fr);
		gap:10px;
	}
	.more-news-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
    .container {
        max-width:100%;
		padding-left: 15px;
		padding-right: 15px;
    }
	.hero-grid {
		grid-template-columns: none;
		display: block;
	}
	.featured-news {
		margin-bottom: 15px;
	}
	.sidebar {
		margin-bottom: 15px;
	}
	.announcement-box {
		margin-bottom: 15px;
	}
	.banners {
		grid-template-columns: none;
		display: block;
	}
	.banners a{
		margin-bottom: 15px;
	}
	.services-grid, .container-list {
		display: block;
	}
	.services-sidebar {margin-top:15px;}
	.links-grid {margin-bottom: 10px;}
	.more-news-grid {
		grid-template-columns: none;
		display: block;
	}
	.more-news-grid .news-column {margin-bottom: 15px;}
	.news-flex .item {display: flex; gap: 12px; align-items: flex-start;}
	.news-flex .item img {width: 123px; height: 83px !important; min-height: 83px !important;}
	.news-flex .item .content {max-width: 100%;}
	.links-grid {
		grid-template-columns: repeat(2, 1fr);
		gap:10px;
	}
}
a:hover, .main-nav a:hover, .info-list a:hover, .news-item-small a:hover {color:#005bd3;}
.info-chinhquyen a:hover, a.media-item:hover p.caption {color:#bbecff;}
.module-table button.ant-btn-primary {border-radius: 5px; background-color: #005bd3; border-color: #005bd3;}
.question-button {position: absolute; right:0;}
.question-button i {margin-right:5px;}

.ngay-gio-bv {
    width: 100%;
    display: flex;
    justify-content: end;
    font-size: 14px;
    color: #454545;
    padding-bottom: 10px
}

.thao-tac {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.chitiet .thao-tac>div {
    width: auto !important;
}

.thao-tac .thao-tac-center {
    flex: 1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.thao-tac .thao-tac-right {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}