/* 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;
    padding: 5px 0;
    background: #132033;
  }
  .menu {
    display: none;
  }
}
@media (max-width: 769px) {
  .header-top {
    padding: 0;
    background: unset;
}
  .footer-article .footer-name {
    font-size: 23px;
}
  .menu-banner img {
    width: 150px !important;
  }
  .section-about-v2 {
    overflow: hidden;
  }
  .menu-banner {
    text-align: center;
  }

  .footer-powered {
    background: #f5b30c;
  }

  .footer-powered::after {
    display: none;
  }
  .item-khachhang-info {
    padding: 5px;
    top: unset;
  }

  .item-khachhang-name {
    -webkit-line-clamp: 3;
    font-size: 15px;
  }

  .title-v2 {
    margin-bottom: 20px;
  }

  .title-v2 p {
    font-size: 18px;
  }

  .title-v2 h2 {
    font-size: 26px;
  }

  .cols-dauan {
    transform: unset;
  }

  .item-dauan {
    padding: 10px;
  }

  .item-dauan-desc {
    font-size: 14px;
  }

  .item-kinhnghiem {
    padding: 10px;
  }

  .count span {
    font-size: 20px;
  }

  .title-main {
    margin-bottom: 1.5rem;
  }

  .slogan-mtk {
    display: none;
  }

  .wrap-mtk-list:nth-child(2) .title-mtk-list {
    width: 100%;
  }

  .title-mtk-list h2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .title-mtk-list {
    padding: 10px 0;
  }
  .we-slogan {
    display: none;
  }

  .photo-slogan {
    display: none;
  }
  .mmenu-logo {
    width: 90px;
  }
  .header-top .wrap-content {
    display: none;
  }
  .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: 5px !important;
  }
  .title-detail h1 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .section-about .about-cols:nth-child(2)::before {
    display: none;
  }
  .newsletter-info-title h2 {
    background: url(../images/title-newsletter-setting.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 442px;
    height: 60px;
    font-size: 18px;
  }
  .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: 22px;
  }
  .title-main p {
    font-size: 13px;
  }
  .newsletter-info-content {
    padding: 30px 20px;
  }
  .newsletter-form-content {
    padding: 40px 30px;
  }
  .newsletter-title h2 {
    top: 0;
    font-size: 24px;
  }
  .newsletter-title p {
    height: 80px;
    font-size: 20px;
    padding-top: 30px;
  }
  .news-home-item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .title-detail h1 {
    font-size: 20px;
  }
}
