@media screen and (max-width: 1100px) {
  .menu-nav a {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-top,
  .header-nav {
    display: none;
  }
  .menu {
    padding: 5px 0;
  }
  .menu-nav {
    display: none;
  }
  #hamburger {
    display: block;
  }
  .center-layout,
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
  .flex-header-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .flex-header-bottom .header-logo {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
  .flex-header-bottom .header-search {
    width: 100%;
    flex: none;
  }
  .flex-header-bottom .header-hotline {
    display: none;
  }
  .flex-category .left-category {
    display: none;
  }
  .flex-category .right-category {
    width: 100%;
  }
  .flex-category .product__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flex-info {
    flex-wrap: wrap;
  }
  .flex-info .box-left {
    width: 100%;
  }
  .flex-info .box-right {
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
  .box-why-choice {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
  }
  .box-why-choice .info {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .wrapper-partner .control-owl button.owl-prev {
    left: 10px;
  }
  .wrapper-partner .control-owl button.owl-next {
    right: 10px;
  }
  .right-category .heading-category span {
    min-width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-slider-info {
    padding: 35px 0;
  }
  .flex-footer {
    flex-wrap: wrap;
  }
  .flex-footer .box-infomation {
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .flex-footer .box-policy {
    width: 100%;
  }
  .mm-listitem__text,
  .mm-navbar__title {
    font-weight: bold;
    text-transform: uppercase;
  }
  .main-detail {
    padding: 15px;
  }
  .news__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .news-items .img {
    max-width: 140px;
  }
  .news-items .news-info {
    width: calc(100% - 160px);
  }
  .title-main span {
    font-size: 18px;
  }
  .left-pro-detail {
    padding-right: 0;
  }
  .right-pro-detail {
    padding-left: 0;
    margin-top: 1.5rem;
  }
  .call-action {
    grid-template-columns: repeat(1, 1fr);
  }
  .call-action a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .call-action a img {
    margin-right: 5px;
  }
  .col-shipping-pro {
    margin-top: 1.5rem;
  }
  .col-shipping {
    padding-left: 0;
  }
  .left-image-contact {
    display: none;
  }
  .flex-list-contact {
    flex-wrap: wrap;
  }
  .right-list-contact {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
  }
  .product__grid.product__grid_four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .footer .col_footer {
    grid-template-columns: 48% 48%;
  }
}
@media screen and (max-width: 768px) {
  .pd-detail__top {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .mobile-button {
    display: grid !important;
  }
}/*# sourceMappingURL=reponsive.css.map */