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

  .hotline-head {
    display: none;
  }

  .about-info {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    max-width: 50%;
    margin: 0 auto 20px;
  }

  .about-pic {
    max-width: 40%;
    width: 100%;
  }

  .about-tiktok {
    width: 100%;
    max-width: 40%;
  }
}

@media (max-width: 992px) {
  .about-info {
    max-width: 100%;
  }

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

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

  .info-footer .box-footer:nth-child(2),
  .info-footer .box-footer:nth-child(3) {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    margin-top: 0;
  }

  .info-footer .box-footer:nth-child(4) {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  :root {
    /* product */
    --product-cols: 3;
    --product-gap: 10px;

    /* news */
    --news-cols: 3;
    --news-gap: 10px;
  }
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .flex-about {
    flex-wrap: wrap;
  }
  .content-about {
    width: 100%;
  }

  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .flex-video {
    flex-wrap: wrap;
  }
  .wr-video {
    width: 100%;
  }
  .wr-form {
    width: 100%;
    margin-top: 20px;
  }
  .item-news {
    padding: 5px;
  }
  .ds-news h3 {
    font-size: 14px;
  }
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .slick_photo1 {
    text-align: center;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .grid-product,
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .info-footer .flex-footer {
    display: block;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }

  .about-pic,
  .about-tiktok {
    max-width: calc(50% - 5px);
  }

  .ul-list li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 575px) {
  :root {
    /* product */
    --product-cols: 2;
    --product-gap: 10px;
    --product-fz: 18px;

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

  .social-footer {
    display: none;
  }
  .py-10px {
    padding: 20px 0;
  }

  .logo-header img {
    max-height: 60px;
  }

  .item-slide__desc {
    bottom: 5px;
  }

  .item-slide__desc span {
    max-width: 100%;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
  }

  .item-slide__desc a {
    margin-top: 10px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    max-width: 110px;
  }

  .about-pic {
    max-width: 49%;
  }

  .about-tiktok {
    max-width: 50%;
  }

  .title-main p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .title-main h2,
  .title-detail h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0 10px;
  }

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

  .title-cat-main {
    flex-wrap: wrap;
  }

  .title-cat-main span {
    font-size: 14px;
    margin: 0 8px;
  }

  .product-pic {
    padding: 10px 8px 0;
  }

  .product-info {
    padding: 10px 5px 15px;
  }

  .product-info h3 {
    margin-bottom: 5px;
    line-height: 20px;
    height: 40px;
  }

  .product-info .price-new {
    font-size: 15px;
    line-height: 20px;
  }

  .btn-productlist {
    margin-top: 15px;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    width: 110px;
  }

  .tintucHot-left,
  .tintucHot-right {
    width: 100%;
  }

  .tintucHot-left {
    margin-bottom: 10px;
  }

  .about-info p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-info h2 {
    font-size: 23px;
    margin: 0 0 10px;
    line-height: 25px;
  }

  .about-info span {
    font: 13px / 20px smedium;
    -webkit-line-clamp: 5;
  }

  .about-info a {
    line-height: 30px;
    height: 30px;
    width: 110px;
    font-size: 12px;
  }

  .logo-header {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .btn-lienhe a:last-child {
    display: none !important;
  }

  .btn-lienhe a {
    width: 70%;
  }

  .congtrinh-info {
    display: none;
  }

  .about-media {
    max-height: 490px;
}
}
