/* Responsive */
/*Co ban - Mobile*/
/*body{min-width: 0;max-width: 1024px;}
.menu-wrapper{min-width: 0;max-width: 1024px;}
.wrap-content{width: calc(100% - 20px);}*/

@media (max-width: 1024px) {

  .grid-product {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .grid-news {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .header-bottom {
    padding: 10px 0px;
}
  
  .fix_menu .header-top {
    display: none;
}
  
  .title-main h2, .title-detail h1 {
    font-size: 35px;
}
  
  .footer-box {
    width: 100% !important;
}

.footer-info .wrap-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.footer-box:nth-child(1) {
    grid-column: 1 / -1;
}
  
  .header-ul {
    flex: 1;
}

ul.chinhanh-ul {
    flex: 1;
}

.search {
    display: none;
}


.header-btn:nth-child(3) {
    margin-left: auto;
}


a.header-btn:nth-child(5) {
    display: none;
}
  
  .menu-wrapper .wrap-content {
    max-width: 100%;
  }

  nav.menu {
    display: none;
  }

  .menu-wrapper {

  }
  .header-banner {
    display: none;
  }

  .header-hotline {
    display: none;
  }

  .header-logo {
  margin: auto;
  }

.fix_menu .header-logo {
    width: 105px;
}
  .toolbar_custom {
    display: block;
  }

  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  .wrap-menu {
    display: none;
  }
  .cart-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
    padding: 10px 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;
  }
}

@media (max-width: 850px) {
  .footer-logo .info p {
    font-size: 24px;
}

.footer-logo .info span {
    font-size: 45px;
}

h2.footer-title {width: fit-content;margin: auto;margin-bottom: 15px;}

.footer-box {
    text-align: center;
}

ul.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
  .newsHot-card {
    gap: 5px;
}
  
  .header-bottom {
    padding: 5px;
}
  
  .branch-flex {
    gap: 15px;
}
  

  .product-code, .product-price_container {
    width: 100%;
}

.branch-items {
    width: 100%;
}

.branch-map {
    width: 100%;
}

.branch-wrapper {
    padding: 30px 0px;
}

.footer-logo {
    gap: 10px;
    flex-direction: column;
    text-align: center;
}

.footer-info .wrap-content {
    grid-template-columns: 1fr;
}

.footer-powered .wrap-content {
    flex-direction: column;
    gap: 15px;
}
  
  .header-top {
    display: none;
}
  
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 769px) {
  .proListHot-name a {
    font-size: 16px;
}

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

.proListHot-title span {
    font-size: 16px;
    line-height: normal;
}

.newsHot-wrapper {
    padding: 30px 0px;
}

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

.newsHot-btn {
    display: none;
}

.newsHot-pic a:first-child {
    -webkit-mask-image: unset;
    mask-image: unset;
    mask-size: unset;
}

.newsHot-pic a:first-child::before {
    display: none;
}

p.newsHot-date {
    background: #00000096;
}
  
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .flex-about {
    flex-wrap: wrap;
  }
  .content-about {
    width: 100%;
  }

  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .flex-video {
    flex-wrap: wrap;
  }
  .wr-video {
    width: 100%;
  }
  .wr-form {
    width: 100%;
    margin-top: 20px;
  }
  .item-news {
    padding: 5px;
  }
  .ds-news h3 {
    font-size: 14px;
  }
  .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,
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .info-footer .flex-footer {
    display: block;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .product-info {
    padding: 5px;
}

.product-btn {
    width: 100%;
}

  .footer-logo .info span {
    font-size: 30px;
}
  
  a.header-btn {
    margin: auto;
}

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

.proListHot-heading {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

h2.proListHot-title::before {
    display: none;
}

h2.proListHot-title {
    height: unset;
}

p.branch-name {
    font-size: 16px;
}

.branch-item {padding: 55px 10px 15px 15px;}

.branch-desc {
    font-size: 16px;
}

.branch-content {
    font-size: 16px;
}
  
}
@media (max-width: 369px) {
}
