/* 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;
  }
  .menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .tV-name {
    display: none !important;
  }
  .newsletter-title h2 {
    font-size: 26px;
  }
  .newsletter-fanpage {
    display: none;
  }
  .bg-nlt {
    padding: 10px;
  }
  .text-nlt {
    display: none;
  }
  .kH-info {
    background: #fff;
    border-radius: 20px;
  }
  .contact-about {
    padding: 5px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }

  .phone-about p:nth-child(2) {
    font-size: 20px;
  }
  .service-home-btn {
    display: none;
  }

  .service-home-info {
    margin-bottom: 0;
    padding: 14px;
  }

  .service-home-name {
    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 {
    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 {
  }
  .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;
  }
}
