@media only screen and (max-width: 1200px) {
  .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .content-text {
    overflow-x: auto;
    word-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
  }

  .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;
    overflow-wrap: break-word;
  }

  .menu {
    display: none;
  }

  .menu-res {
    display: block;
  }

  .header-bottom {
    display: none;
  }

  .right-pro-detail {
    max-width: 100%;
  }

  .flex-product-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

    .flex-product-main .left-product {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .wrap-about .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  .wrap-about .about-col {
    margin: 0 !important;
    grid-row-start: auto;
    grid-column-start: auto;
  }

  .wrap-about .about-col::before {
    display: none !important;
  }

  .wrap-about .criteria-item {
    flex-direction: row-reverse;
    margin: 0 !important;
  }

  .wrap-about .criteria-item:not(:last-child) {
    margin-bottom: 10px !important;
  }

  .wrap-about .criteria-item .name {
    text-align: left;
    font-size: 22px;
  }

  .wrap-about .about-content {
    padding: 40px;
  }

  .title-main span {
    font-size: 28px;
  }

  .title-detail h1 {
    font-size: 20px;
  }

  .footer-powered {
    text-align: center;
  }

  .footer-powered .wrap-content {
    justify-content: center;
  }

  .product-related .title-main span,
  .news-related .title-main span {
    font-size: 23px !important;
  }
}

@media only screen and (max-width: 578px) {
  .about-col:nth-child(3) {
    border-radius: 0;
  }

  .wrap-about .about-content {
    padding: 20px;
  }

  .criteria-item .image {
    width: 90px;
    height: 90px;
  }

  .wrap-about .criteria-item .name {
    font-size: 20px;
  }

  .section-service .slick-track {
    min-height: 600px;
  }
}