/* Responsive */
@media (max-width: 1001px) {
  .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .content-text {
    overflow-x: auto;
  }
  .content-text iframe {
    max-width: 100% !important;
  }
  .content-text:after {
    content: "";
    clear: both;
    display: block;
  }
  .content-text *:not(iframe) {
    max-width: 100% !important;
    height: auto !important;
  }
  .header-mobile {
    display: block;
    background: #fff;
    padding: 3px 0;
  }
  .menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .image-vsc::after {
    width: 300px;
    height: 300px;
    left: calc((100% - 300px) / 2);
    top: calc((100% - 300px) / 2);
  }

  .image-vsc img {
    width: 230px !important;
  }
  .lang-v {
    display: block !important;
  }

  .box_lang {
    display: flex;
    gap: 10px;
  }
  .image-vsc {
    width: 100%;
    height: 100%;
  }

  .box_changelang.ggdich_intro {
    /* display: none; */
    color: #000;
  }
  .footer-news > .grid {
    grid-template-columns: 100px 1fr;
  }
  .header-top {
    display: none;
  }
  .container-vsc {
    display: flex;
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-imgGioiThieu {
    font-size: 14px;
  }

  .info-imgGioiThieu {
    padding: 10px;
    margin: 5px;
  }
  .about-slogan {
    font-size: 24px;
  }

  .about-desc {
    font-size: 14px;
  }

  .about-view {
    padding: 10px 20px;
  }

  .title-home h2 {
    font-size: 20px;
  }

  .slogan-home {
    font-size: 14px;
  }

  .number-tamNhin {
    font-size: 100px;
  }

  .info-tamNhin .text-tamNhin {
    font-size: 14px;
  }

  .text-gp {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .title-system {
    padding: 20px 10px;
  }

  .title-system h2 {
    font-size: 16px;
  }

  .desc-system {
    font-size: 14px;
  }

  .map-4 {
    text-align: center;
  }

  .policy-name h3 {
    font-size: 14px;
  }

  .vsc-name {
    font-size: 14px;
  }

  .vsc-desc {
    font-size: 13px;
  }

  .tc-text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .item-home-news {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .newsletter-title h2 {
    font-size: 24px;
  }

  .footer-article .footer-name {
    font-size: 24px;
  }
  .bg-photo-gp::after {
    content: none;
  }
  .video-home-item-title {
    font-size: 15px;
  }
}
@media (max-width: 769px) {
  .news-right {
    position: initial;
    background: unset;
    box-shadow: unset;
  }
  .section-about .about-title h2 {
    font-size: 26px;
  }
  .section-about .about-title p {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .section-product-list .product-list-title h2 {
    font-size: 15px;
    line-height: 1.5;
  }
  .section-product .product-title h2 {
    font-size: 17px;
  }
  .title-main h2 {
    font-size: 30px;
  }
  .section-newsletter {
    padding: 32px 0;
  }
  .newsletter-form-content {
    margin: 0 auto;
  }
  .footer-tags,
  .footer-bottom {
    padding: 32px 0 !important;
  }
  .powered-flex {
    justify-content: center;
    gap: 8px !important;
  }
  .title-detail h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .section-about .about-title h2 {
    font-size: 24px;
  }
  .section-about .about-cols:nth-child(2) {
    padding: 0;
  }
  .section-product .product-title {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
  }
  .title-main h2 {
    font-size: 26px;
  }
  .title-main p {
    font-size: 13px;
  }
  .news-home-item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .title-detail h1 {
    font-size: 20px;
  }
}
