/* Responsive */
@media (max-width: 1024px) {
  .menu-res,
  #hamburger {
    display: block;
  }
  .w-menu,
  .w-tags,
  .header,
  .menu {
    display: none;
  }
  .footer-cuahang--right {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .footer-article {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .slideshow-left {
    width: 100%;
  }

  .slideshow-right {
    width: 100%;
    margin-top: 10px;
  }

  .banner-item {
    padding: 0 5px;
  }

  .slideshow-right {
    margin: 10px -5px 0;
  }

  .grid-product--inside {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-pro-detail .right-pro-detail,
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }

  .footer-article {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .list-hot {
    flex-direction: row;
    overflow-x: auto;
    max-width: 100%;
    white-space: nowrap;
  }

  .proCatHot-contain {
    padding: 20px;
  }

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

  .product {
    padding: 10px 7px;
  }

  .form-contain {
    width: 100%;
  }

  .video-contain {
    width: 100%;
  }

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

  .footer-news:nth-child(1) .footer-title {
    text-align: center;
  }

  ul.hotline-footer {
    display: flex;
    justify-content: space-between;
  }

  ul.hotline-footer li {
    width: calc((100% / 3) - 5px);
  }

  .footer-news:nth-child(2),
  .footer-news:nth-child(3),
  .footer-news:nth-child(4) {
    width: calc((100% / 3) - 10px);
  }

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

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

  .news-group {
    flex-wrap: wrap;
  }

  .box-newsList {
    width: 100%;
  }

  .ul-newslist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
  }

  .ul-newslist li {
    margin-bottom: 10px;
  }

  .box-newsBanner {
    display: none;
  }

  .box-news {
    width: 100%;
  }

  .news-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .news-top figure {
    width: 45%;
  }

  .news-top h3 {
    width: calc(55% - 15px);
  }

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

  .cuahang-contain--left {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }

  .cuahang-contain--left a {
    width: calc(100% / 3);
    margin: 0 5px;
  }

  .cuahang-contain--right {
    width: 100%;
  }

  .cuahang-contain--left a {
    border-radius: 10px !important;
  }

  .info-detail--left {
    width: 100%;
    margin-bottom: 10px;
  }

  .info-detail--right {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .grid-news,
  .grid-product {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .footer-article {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slideshow {
    padding: 5px 0;
  }

  .proCatHot-contain {
    padding: 5px;
  }

  .proCatHot-col .proCatHot {
    margin-bottom: 5px;
  }

  .productSeen-contain {
    padding: 10px;
  }

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

  .paging-product-list {
    padding: 0 5px;
  }

  .product {
    padding: 5px;
  }

  .form-contain {
    padding-top: 20px;
  }

  .title-form h2 {
    font-size: 20px;
  }

  .title-form {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .title-form:after {
    height: 1px;
  }

  .newsletter-button input {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }

  ul.hotline-footer li {
    width: 100%;
  }

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

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

  .proInsideHot-main {
    padding: 10px;
  }

  .grid-news--inside {
    grid-template-columns: repeat(2, 1fr);
  }

  .box-news2 {
    width: 100%;
  }

  .cuahang-contain--left a {
    width: calc(50% - 10px);
  }

  .cuahang-contain--left {
    margin-bottom: 10px;
  }

  .box-policy {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .chinhsach-info h3,
  .chinhsach-info span {
    -webkit-line-clamp: 2;
  }
}
