/* Responsive */
@media (max-width: 1001px) {
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  .wrap-menu {
    display: none;
  }
  .cart-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
  }
  .flex-product-main {
    display: block;
  }
  .flex-product-main .left-product {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    transform: translateX(-250px);
    bottom: 0px;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    transition: all 0.5s;
  }
  .flex-product-main .left-product.show {
    transform: translateX(0px);
  }

  .flex-product-main .right-product {
    width: 100%;
  }

  .grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .filter {
    display: block;
  }
}
@media (max-width: 992px) {
  .ulmn2 li {
    list-style: none;
}

.ulmn2 li a {
    color: white;
    text-transform: uppercase;
}

.ulmn2 ul {
    margin-bottom: 0;
}
  .holine-head {
    display: none;
}
  .name-tuyendung {
    font-size: 16px;
}
  .title-i p {
    font-size: 20px;
}

.pic-albumi p {
    display: none;
}
  .title-doitac {
    width: 100%;
}

.title-doitac h2 {
    writing-mode: unset;
    transform: unset;
    padding: 0;
    background: unset;
    margin-bottom: 1rem;
    font-size: 20px;
}

.wrap-partner {
    padding: 2rem 0;
}

.box-newsi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.info-newsi {
    width: 100%;
}

.title-footer1 {
    font-size: 18px;
}

.wrap-content.wrap-map.d-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    left: unset;
    right: unset;
    top: unset;
    padding: 1rem 0;
}

.box-map1 {
    width: 100%;
}

.d-maps iframe {height: 300px;}
  .logo-header {
    width: 100px;
}
  .flex-doitac {
    display: flex;
    flex-wrap: wrap;
}

.p-relative.p-dt {
    width: 100%;
}

.d-flex.flex-i {
    display: flex;
    flex-wrap: wrap;
}

.right-i {
    width: 100%;
}

.flex-v2 {
    display: flex;
    flex-wrap: wrap;
}

.left-v2 {
    max-width: 100%;
}

.right-v2 {
    width: 100%;
    padding: 0;
}

.d-flex.flex-t-f {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
  .title-detail h1 {
    font-size: 24px;
  }
  .row-30 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-30 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-mmenu {
    max-width: 200px;
  }

  .slogan_header {
    display: none;
  }

  .padding-top-bottom {
    padding: 1.5rem 0;
  }

  .title-i h2 {
    font-size: 24px;
  }

  .left-i {
  width: 100%;
  max-width: 100%;
  padding: 0;
  }

  .see-more {
    font-size: 16px;
  }

  .info-tieuchi h3 a {
    font-size: 15px;
  }

  .title-lgp h2 {
    font-size: 24px;
  }

  .info-lgp h3 a {
    font-size: 16px;
  }

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

  .title-home p {
    font-size: 14px;
  }

  .list-hot {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .list-hot a {
    font-size: 16px;
  }

  .product .name-product a {
    display: block;
  }

  .product .name-product a {
    font-size: 14px;
  }

  .see-next {
    display: none;
  }

  .product {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .product .name-product a {
    /* margin: 0; */
    /* padding-bottom: 0.5rem; */
  }

  .info-newshome p {
    display: none;
  }

  .info-newshome h3 a {
    font-size: 16px;
  }

  .title-footer {
    font-size: 15px;
    text-align: start;
  }

  .box-nlt {
    padding: 15px;
    margin: 0;
  }

  .footer-article {
    padding: 2rem 0;
  }

  .title-nlt h3 {
    font-size: 20px;
  }
  .footer-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-ul li {
    width: calc((100% - 10px) / 2);
  }
  .footer-news:nth-child(1) {
    width: 100%;
    margin-bottom: 1rem;
  }

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

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

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

  .thongketruycap {
    text-align: center;
  }
}
@media (max-width: 850px) {
}
@media (max-width: 769px) {
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .slick_photo1 {
    text-align: center;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .grid-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 440px) {
  .policy__list > li {
    width: 100%;
    padding-right: 0px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }
}
@media (max-width: 369px) {
}
