/* Responsive */
@media (max-width: 1024px) {
  .menu {
    display: none;
  }

  .menu-res {
    display: block;
  }

  .mm-navbar {
    background: var(--color-main);
    color: #fff;
  }

  .mm-panel {
    background: var(--color-main) !important;
  }

  ul.mm-listview a.mm-listitem__text {
    color: #fff;
  }

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

  .quytrinh--index {
    position: relative !important;
    top: unset;
    left: unset;
    transform: none;
    margin-bottom: 60px;
  }

  .thicong-thietke--index {
    padding-top: 0;
  }
}

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

  .video-contain .video-contain-right {
    display: none;
  }

  .video-contain .video-contain-left {
    width: 100%;
  }

  .footer-news:nth-child(1) {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-news:nth-child(2),
  .footer-news:nth-child(3) {
    width: 50%;
  }

  .d-fanpage {
    text-align: center;
  }

  .video-big {
    padding: 0 5px;
  }

  .video-slick-for {
    margin: 0 -5px;
  }
}

@media (max-width: 768px) {

  
.grid-product {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

  .quytrinh--index {
    margin-bottom: 30px;
  }

  .thicong-thietke--index {
    padding-bottom: 30px;
  }

  .video-contain .video-contain-left a img {
    height: 260px !important;
  }

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

  .copyright,
  .thongketruycap {
    width: 100%;
    text-align: center;
  }

  .footer-bottom p {
    line-height: normal;
    margin-bottom: 10px;
  }

  .footer-bottom {
    padding: 10px 0;
  }
}

@media (max-width: 576px) {

  .quytrinh {
    padding: 5px;
  }

  .quytrinh-info h3 {
    font-size: 14px;
  }

  .quytrinh-pic {
    width: 65px;
  }

  .quytrinh-info {
    width: calc(100% - 65px);
    margin-left: 5px;
  }

  .banner-title h2 {
    font-size: 25px;
    line-height: 20px;
  }

  .quytrinh--index {
    margin-bottom: 15px;
  }

  .banner-title span {
    font-size: 16px;
  }

  .banner-title {
    margin-bottom: 15px;
  }

  .banner-info {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    max-width: 100%;
  }

  .banner-info .wrap {
    padding: 5px;
  }

  .banner-info h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .banner-info .xemthem {
    width: 75px;
    line-height: 35px;
    height: 35px;
  }

  .banner-info .xemthem i {
    display: none;
  }

  .title-main2 h2 {
    font-size: 25px;
  }

  .video-contain .video-contain-left a img {
    height: 150px !important;
  }

  .footer-news:nth-child(2),
  .footer-news:nth-child(3) {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-name {
    font-size: 20px;
}

.footer-top {
    padding: 20px 0;
}

.prolist-item-contain h2 {
    font-size: 17px;
    border: 0;
    margin-bottom: 5px;
}

.prolist-item-contain h2:after {
    display: none;
}

.grid-product {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.grid-pro-detail {
    padding-top: 15px;
}

.grid-pro-detail .left-pro-detail {
    width: 100%;
    margin-bottom: 15px;
}

.grid-pro-detail .right-pro-detail {
    width: 100%;
}

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