@media screen and (max-width: 1100px) {
  .menu-nav a {
    padding: 0px 15px;
  }
  .menu ul > li > a {
    line-height: 40px;
    padding: 0px 12px;
  }
}

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

  #product-news {
    padding: 30px 0;
  }

  .left-category {
    display: none !important;
  }

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

  #project {
    padding: 30px 0;
  }

  .flex-choice {
    flex-wrap: wrap;
  }

  .box-why {
    width: 49%;
    margin-bottom: 1rem;
  }

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

  .col-news,
  .col-video {
    width: 100% !important;
    margin-bottom: 1rem !important;
    margin-right: 0 !important;
  }

  .col-faceobok {
    width: 100% !important;
    margin: 0;
  }

  #home-news {
    padding: 30px 0;
  }

  .newsletter-top {
    flex-wrap: wrap;
  }

  .newsletter-top .gr-name,
  .newsletter-top .gr-phone {
    margin-bottom: 1%;
  }

  .newsletter-top .gr-name,
  .newsletter-top .gr-phone,
  .newsletter-top .gr-email,
  .newsletter-top .newsletter-button {
    width: 100% !important;
  }

  .heading-page h2 {
    margin-bottom: 20px;
  }

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

  .footer-infomation,
  .footer-google-map {
    width: 100% !important;
    margin-bottom: 2rem !important;
    margin-right: 0px !important;
  }

  .footer-location {
    width: 100% !important;
  }

  .footer-powered .flex_tc {
    flex-wrap: wrap;
  }

  .coppyright_left {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

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

  #why-choice {
    padding: 30px 0px;
  }

  .heading-product span,
  .title-main span {
    font-size: 16px;
    min-width: auto !important;
  }

  .product__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

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

  .news-items .img {
    max-width: 135px !important;
  }

  .news-items .news-info {
    width: calc(100% - 155px);
  }

  .mm-listitem__text {
    font-weight: bold;
    font-family: 'RobotoBold' !important;
  }

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

  .header-bottom .center-layout {
    align-items: center !important;
    justify-content: center !important;
  }

  .hotline-header {
    margin-bottom: 0px;
  }

  .lang-header {
    background: transparent !important;
  }

  .menu-res {
    background: var(--color_menu);
  }

  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background: #fff;
  }

  .search-res .icon-search,.company-name,.footer-title {
    color: #fff;
  }

  .logo-header {
    max-width: 120px;
  }
  .box-auth{
    top: 5px;
    right: 10px;
  }
  .box-auth a{
    font-size: 18px;
  }
  .hotline-header span{
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .footer .col_footer {
    grid-template-columns: 48% 48%;
  }
}

@media screen and (max-width: 880px) {}

@media screen and (max-width: 768px) {
  .pd-detail__top {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }

  .mobile-button {
    display: grid !important;
  }
}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 350px) {}