/* Responsive */
@media (max-width: 1024px) {
  .menu-res,
  #hamburger {
    display: block;
  }
  .header,
  .menu {
    display: none;
  }
  .w-menu {
    padding-bottom: 0;
  }

  .tieuchi--index .wrap-content {
    height: auto;
  }

  .tieuchi-contain {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
@media (max-width: 992px) {
  .footer-article {
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .footer-news--top {
    justify-content: center;
  }

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

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

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

  .ul-social-footer a {
    width: 20%;
    margin-right: 15px;
  }
}

@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;
  }

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

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

  .tieuchi-contain {
    padding: 10px 13px;
  }

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

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

  .list-hot {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .list-hot a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    margin-bottom: 5px;
  }

  .prolist {
    padding: 20px 0;
  }

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

  .product-info h3 {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }

  .combo-contact {
    justify-content: center;
    max-width: 100%;
  }

  .gioithieu-contain > p {
    font-size: 27px;
  }

  .gioithieu-contain > h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .gioithieu-contain > a {
    margin-top: 10px;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
  }

  .footer-news--top {
    flex-wrap: wrap;
  }

  .footer-news--top p span {
    font-size: 30px;
    line-height: 30px;
  }

  .footer-news--top p {
    width: 100%;
    font-size: 16px;
  }

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

  .ul-social-footer a {
    width: calc((100% / 3) - 5px);
    margin-right: 0;
  }

  ul.ul-social-footer {
    justify-content: space-between;
  }

  .d-map h3 {
    display: none;
  }

  .footer-map .d-map {
    border-radius: 0;
  }

  .footer-map .d-map iframe {
    border-radius: 0;
  }

  .footer-map {
    padding-top: 15px;
  }

  .news-info {
    padding: 5px 5px 0;
  }

  .news-info h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .news-info > a {
    width: 100px;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    margin-top: 5px;
  }

  .footer-title {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }

  .tieuchi {
    justify-content: center;
}

.tieuchi-info {
    width: auto;
}
}
