/* 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;
  }
}

@media (max-width: 992px) {
  .gioithieu-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .gioithieu-pic {
    width: 100%;
  }

  .info-footer .box-footer {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .ul-list li {
    width: calc(50% - 10px);
  }
}

@media (max-width: 769px) {
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block !important;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  :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;
  }

  [class^="grid-"] {
    --cols: 3;
    --gap: 15px;
  }

  .form-contain {
    max-width: calc(100% - 30px);
  }

  .tintucHot-contain__left {
    width: 100%;
    margin-bottom: 20px;
  }

  .tintucHot-contain__right {
    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: 10px;
  }

  [class^="grid-"] {
    --cols: 2;
    --gap: 10px;
  }

  .logo-res img {
    max-height: 40px;
  }

  .gioithieu-info > p {
    font-size: 14px;
    line-height: 25px;
  }

  .gioithieu-info > h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .gioithieu-info > a.btn-xemthem {
    font-size: 12px;
    line-height: 35px;
    width: 130px;
    margin-top: 12px;
  }

  .conso figure {
    margin-bottom: 8px !important;
  }

  .conso p {
    line-height: 25px;
    font-size: 25px;
  }

  .conso h3 {
    font-size: 14px;
    line-height: 25px;
  }

  .gtimg-box [class*="gtimg-"] {
    animation: unset;
    max-width: 100%;
    max-height: unset;
    position: relative;
    text-align: center;
    float: unset;
  }

  .gtimg-box {
    height: auto;
    text-align: center;
  }

  .dichvu {
    box-shadow: none;
    margin: 0;
    padding: 5px;
  }

  .dichvu-info {
    padding: 7px 0 5px;
  }

  .dichvu-info h3 {
    font-size: 15px;
    line-height: 26px;
  }

  .dichvu-info span {
    line-height: 19px;
  }

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

  .title-main p {
    margin-bottom: 0;
  }

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

  ul.ul-nmList li a {
    font-size: 13px;
    padding: 0 8px;
    line-height: 35px;
  }

  .form-contain {
    padding: 18px 15px;
  }

  .form-contain h2 {
    font-size: 25px;
  }

  .form-contain p {
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .title-main span {
    max-width: 100%;
    font-size: 13px;
    line-height: 22px;
  }

  .quytrinh-info {
    margin-top: 12px;
  }

  .quytrinh-info h3 {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-height: 16px;
    height: 32px;
  }

  .visaochon:after {
    display: none;
  }

  .visaochon {
    padding: 15px 8px;
  }

  .name-footer {
    font-size: 17px;
    line-height: 26px;
  }

  .title-footer {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .grid-news {
    --cols: 1;
  }

}
