@media only screen and (max-width: 1200px) {
  .body-container {
    position: relative;
    overflow: hidden;
  }
  .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;
  }
  .menu {
    display: none;
  }
  .menu-res,
  .menu-res-add {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  
  .slideshow-slide {
    aspect-ratio: unset;
}
  .product-list-image {
    display: none;
}
  .top-mmenu p svg {
    display: inline-block;
}
  .top-mmenu {
    padding: 5px 10px;
    border-bottom: 1px solid white;
  }

  .logo-mb2 img {
    -webkit-filter: brightness(0) invert(1);
    width: 150px !important;
  }

  .logo-mb2 {
    display: block;
    margin: 5px 0;
  }

  .top-mmenu p {
    color: white;
  }
  .top-mmenu {
    padding: 5px 10px;
    border-bottom: 1px solid white;
  }

  .logo-mb2 img {
    -webkit-filter: brightness(0) invert(1);
    width: 150px !important;
  }
  .logo-mb2 {
    display: block;
    margin: 5px 0;
  }

  .top-mmenu p {
    color: white;
  }
  .anime-svg {
    display: none;
  }
  .product-list-container:nth-child(even) {
    background-image: unset;
  }

  .section-news-index {
    background-image: unset;
  }
  .search-res .icon-search {
    color: white;
  }
  .title-product-list h2 {
    font-size: 24px;
  }

  .criteria-item.embla__slide {
    margin-top: 0px;
  }

  .human {
    display: none;
  }

  .section-footer {
    background: white;
  }

  .footer-copyright {
    text-align: center;
  }
  .title-main h2,
  .title-detail h1 {
    font-size: 28px;
  }
  .title-related h2 {
    font-size: 27px;
  }
  .embla__button {
    width: 35px;
    height: 35px;
  }
  .header-top,
  .header-bottom .header-cols:nth-child(3) {
    display: none;
  }
  .section-slideshow .wrap-content {
    padding: 10px 0 0;
  }
  .section-criteria {
    padding: 10px 0 2rem;
  }
  .criteria-item {
    padding: 20px;
  }
  .product-list-title {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .product-list-title::before {
    bottom: -10px;
    left: 0;
  }
  .product-list-title h2 {
    background: var(--color-main);
    padding: 10px;
  }
}
@media only screen and (max-width: 578px) {

  .slideshow-item::after {
    height: 50px;
}
  .title-main h2,
  .title-detail h1 {
    font-size: 25px;
  }
  .title-related h2 {
    font-size: 24px;
  }
  .header-bottom .wrap-content {
    flex-direction: column;
    gap: 10px;
  }
  .header-cols:nth-child(2) {
    width: 100%;
  }
  .search {
    width: 100%;
  }
  .news-item {
    flex-direction: column;
    gap: 10px;
  }
  .news-item .photo {
    flex: 1 1 0%;
    width: 100%;
  }
  .news-item .photo .date {
    right: 0;
  }
}
