/* Responsive */
@media (max-width: 1024px) {
  .wrap-menu-res,
  #hamburger {
    display: block;
  }
  .header,
  .menu-head {
    display: none;
  }
  .head-top,
  .wrap-menu {
    display: none;
  }
  .filter {
    display: block;
  }

  .slideshow {
    margin-top: 0;
  }

  .slideshow:after {
    display: none;
  }

  .banggia--index .banggia-next,
  .banggia--index .banggia-prev {
    display: none;
  }
}

@media (max-width: 992px) {
  .album-img__static {
    display: none;
  }

  .album-img__contain {
    width: 100%;
  }

  .info-footer .box-footer:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .info-footer .box-footer:nth-child(2) {
    width: 100%;
    margin-bottom: 30px;
  }

  .info-footer .box-footer:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer-btn__contact {
    width: 45%;
  }
}

@media (max-width: 769px) {
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }

  :root {
    /* product */
    --product-cols: 3;
    --product-gap: 15px;

    /* news */
    --news-cols: 3;
    --news-gap: 15px;
  }

  .grid-newsletter {
    grid-template-columns: repeat(1, 1fr);
  }

  .newsletter-input {
    grid-column: span 1;
  }

  .tinTucHot-midle {
    width: 100% !important;
    order: 0;
    margin-bottom: 20px;
  }

  .tinTucHot-left {
    width: 50% !important;
    order: 1;
  }

  .tinTucHot-right {
    width: 50% !important;
  }

  .grid-album {
    gap: 5px;
  }

  .tinTucHot-contain > div {
    padding: 0 5px;
  }

  .tinTucHot-contain {
    margin: 0 -5px;
  }

  .tinTucHot-midle {
    margin-bottom: 10px;
  }

  .info-footer .box-footer:nth-child(3) {
    justify-content: start;
    flex-wrap: wrap;
  }

  .footer-btn__contact {
    width: 100%;
  }
}
@media (max-width: 575px) {
  :root {
    /* product */
    --product-cols: 2;
    --product-gap: 10px;

    /* news */
    --news-cols: 2;
    --news-gap: 10px;
  }

  .copyright {
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }

  .statistic {
    text-align: center;
  }

  [class*="gutter-"] {
    --bs-gutter-x: 0;
  }

  .gioithieu-contain > p span {
    font-size: 20px;
  }

  .gioithieu-contain > p {
    margin-bottom: 0;
  }

  .gioithieu-contain > h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .gioithieu-contain .xemthem-gioithieu {
    font-size: 13px;
    line-height: 35px;
    width: 140px;
  }

  .title-main p {
    font-size: 16px;
  }

  .title-main h2,
  .title-detail h1 {
    font-size: 25px;
  }

  .title-main {
  }

  .title-main,
  .title-detail {
    margin-bottom: 12px;
  }

  .product-info p {
    font-size: 14px;
  }

  .banggia--index {
    padding: 40px 0;
  }

  .news-info {
    pointer-events: auto;
    position: relative;
    padding: 8px 5px 0;
    bottom: unset;
    left: unset;
    width: auto;
    height: auto;
  }

  .news {
    border-radius: 0;
  }
}
