/* Responsive */
@media (max-width: 1024px) {
  #hamburger {
    display: block;
  }

  .choose-list.grab-container {
    max-width: 500px;
  }

  .slideshow-left {
    height: 314px;
  }

  .category-slideshow>ul {
    height: 314px;
  }

  .menu {
    display: none;
  }

  .menu-bar-res {
    margin-bottom: 10px;
  }

  .wrap-menu {
    display: none;
  }

  .cart-head {
    padding: 5px;
    font-size: 12px;
  }

  .header {
    padding: 0px 0px;
  }

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

  .menu-res {
    padding: 10px 0px;
    display: block;
  }

  .right_header {
    display: none;
  }

  .banner-header {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .choose-list.grab-container {
    max-width: 500px;
  }

  .footer-ul {
    display: flex;
    flex-wrap: wrap;
  }

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

  .wrap-introduce .all_intro .left-i::before {
    display: none;
  }

  /* ---------------------------------- */
  .top-header {
    display: none;
  }

  .slideshow-left {
    display: none;
  }

  .slideshow-right {
    width: 100% !important;
    padding: 0px;
  }

  .logo_mmenu img {
    width: 100px !important;
  }

  .wrap-criteria {
    padding: 20px 0px;
  }

  .img_criteria {
    text-align: center;
    width: 100% !important;
  }

  .text_criteria {
    width: 100% !important;
    text-align: center;
  }

  .col-custom2 {
    width: 50%;
  }

  .title-product-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between !important;
  }

  .flex_pro_ajax2 {
    flex-wrap: wrap;
    justify-content: center !important;
    width: 100%;
  }

  .btn_more_ajax {
    margin-left: 0px !important;
    width: 100%;
  }

  right {
    width: 100%;
  }

  .choose-list .content {
    text-align: center;
  }

  .choose-item {
    display: inline-block;
    margin-bottom: 10px;
  }

  .btn_more_ajax {
    display: none;
  }

  .footer-article .footer-news {
    padding-top: 10px !important;
    width: 100% !important;
  }

  .desc_criteria.text-split2 {
    -webkit-line-clamp: 10 !important;
  }

  .img_criteria {
    text-align: center;
    width: 50% !important;
  }

  .text_criteria {
    width: 140% !important;
    text-align: left;
  }
}

@media (max-width: 769px) {
  .choose-list.grab-container {
    max-width: 300px;
  }

  .left {
    width: 100%;
    text-align: center;
  }

  .wrap-product .section-product-cat .title-product-list::before {
    margin: 0 auto;
    left: 0;
    text-align: center;
    right: 0;
  }

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

  .desc_criteria.text-split2 {
    -webkit-line-clamp: 10;
  }

  .img_criteria {
    text-align: center;
    width: 50% !important;
  }

  .text_criteria {
    width: 140% !important;
    text-align: left;
  }
}

@media (max-width: 440px) {
  .policy__list>li {
    width: 100%;
    padding-right: 0px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }

  .img_criteria {
    text-align: center;
    width: 50% !important;
  }

  .text_criteria {
    width: 140% !important;
    text-align: left;
  }

  .desc_criteria.text-split2 {
    -webkit-line-clamp: 10;
  }

  .product .name-product {
    padding: 0px;
  }

  .product .name-product a {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
}