/* Responsive */
@media (max-width: 1440px) {
  .video--index:after {
    display: none;
  }

  .conso-contain--inside {
    max-width: 50%;
    background: #fff;
    height: 450px;
    border-radius: 20px;
  }

  .img-conso img {
    --image: unset;
  }

  .img-conso {
    width: 50%;
  }
}

@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
  [class*="--index"]:after,
  [class*="--index"]:before,
  [class*="--index"] *:not(i):after,
  [class*="--index"] *:not(i):before {
    display: none;
  }

  .filter,
  .wrap-menu-res,
  #hamburger {
    display: block;
  }
  .header,
  .menu-head,
  .head-top,
  .wrap-menu {
    display: none;
  }

  .grid-proIndex {
    --gap: 10px;
  }

  .grid-product {
    --gap: 10px;
  }

  .grid-projectsHotTop {
    --gap: 10px;
    margin-bottom: 10px;
  }

  .proListTrend-contain {
    padding: 50px 0;
  }

  .form-desc {
    width: 57%;
  }

  .form-desc div p {
    padding: 24px;
  }

  .NewsHot-contain {
    background: #fff;
    border: 1px solid var(--color-main);
    border-radius: 15px;
  }
  .news {
    width: 100%;
    margin-bottom: 0;
  }

  .news-line {
    display: none;
  }

  .conso-contain--inside {
    max-width: 100%;
    height: auto;
    padding: 35px 0;
  }

  .img-conso {
    position: relative;
    top: unset;
    transform: none;
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 20px auto 0;
    border-radius: 10px;
    overflow: hidden;
    right: unset;
  }

  .title-proListTrend span {
    display: none;
  }

  .proIndex-contain > div {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .info-footer .box-footer {
    width: 100% !important;
    margin-bottom: clamp(12px, 12vw, 30px);
  }

  .copyright {
    text-align: center;
    line-height: normal;
  }

  .statistic {
    margin-top: 10px;
    text-align: center;
  }

  [class*="gutter-"] {
    --bs-gutter-x: 10px;
  }

  [class^="grid-"] {
    --gap: 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%;
  }

  .grid-newsletter {
    grid-template-columns: repeat(1, 1fr);
  }

  .newsletter-input {
    grid-column: span 1;
  }

  [class^="grid-"] {
    --cols: 3;
  }

  .form-desc {
    width: 100%;
    margin-bottom: 30px;
  }

  .form-contain {
    width: 100%;
  }

  .form--index {
    padding: 50px 0;
  }

  .NewsHot-contain {
    padding: 30px;
  }

  .khachhang-info img {
    display: none;
  }

  .item-slide--info span {
    font-size: 13px;
  }

  .item-slide--info h3 {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .item-slide--info a {
    font-size: 13px;
    line-height: 30px;
    width: 120px;
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  .title-detail h1 {
    font-size: 1.4rem;
  }

  [class^="grid-"] {
    --cols: 2;
  }

  .proIndex-slick-vertical .product {
    padding: 4px;
  }

  .see-detail--product {
    line-height: 30px;
    height: 30px;
    font-size: 13px;
  }

  .product-info .price-new {
    font-size: 13px;
    margin: 4px 0;
  }

  .product-info {
    padding: 8px 5px 5px;
  }

  .grid-product {
    --gap: 5px;
  }

  .see-all--prolist {
    margin-top: 8px;
    line-height: 30px;
    font-size: 12px;
    width: 170px;
  }

  .project h3.project-name {
    font-size: 15px;
    line-height: 35px;
    padding: 0 5px;
    width: 100%;
    text-align: center;
    border-radius: 0;
  }

  .title-proListTrend h2 {
    font-size: 25px;
    line-height: 45px;
    margin: 15px 0 0;
  }

  .proListTrend-name {
    margin-top: 5px;
    padding: 0 2px;
    font-size: 15px;
  }

  .proListTrend-contain {
    padding: 20px 0;
  }

  .form--index {
    padding: 25px 0;
  }

  .form-desc h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .form-desc div p {
    padding: 8px;
    width: 100%;
  }

  .form-desc {
    margin-bottom: 12px;
  }

  .form-contain {
    padding: 12px 10px 10px;
  }

  .form-desc {
    font-size: 19px;
  }

  .title-form h2 {
    font-size: 19px;
  }

  .title-form span {
    font-size: 13px;
  }

  .title-form {
    margin-bottom: 8px;
  }

  .NewsHot-contain {
    padding: 0;
    border: 0;
  }

  .news-info {
    padding: 10px 5px 5px;
  }

  .news-info span {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }

  .conso-contain--inside h2 {
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .conso-contain {
    max-width: calc(100% - 30px);
  }

  .conso-contain .swiper {
    max-width: 100%;
  }

  .conso-contain--inside > div {
    width: 100%;
  }

  .conso span {
    font-size: 25px;
    margin-bottom: 0;
  }

  .conso-contain--inside {
    padding: 18px;
  }

  .img-conso {
    max-width: calc(100% - 30px);
  }

  #bg-footer {
    padding: 20px 15px 0;
  }

  .img-footer {
    text-align: center;
    margin-bottom: 8px;
  }

  .title-footer {
    margin: 4px 0 8px;
  }

  .news:before {
    display: none;
  }

  .news:after {
    display: none;
  }

  .news-pic i {
    display: none;
  }

  .news-pic figure img {
    --image: unset;
  }

  .posr .news-info h3 {
    height: auto;
  }

  .banggia .banggia-name {
    line-height: 25px;
    height: 50px;
    -webkit-line-clamp: 2;
    font-size: 15px;
  }

  .banggia .seedetail-banggia {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 13px;
  }
}
