/* Responsive */
@media (max-width: 1300px) {
  .menu .item-big .nav-item > a {
    padding: 15px;
  }
}

@media (max-width: 1001px) {
  .widthBox {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }

  .projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mb15_9912,
  #dataNewsletterrequirements {
    margin-bottom: 15px;
  }
  .wap-menu {
    background-color: #dbdbdb;
    width: 100%;
    position: sticky;
    top: 84px;
    z-index: 100;
  }
  .mobile-none {
    display: none;
  }
  .block-right a {
    position: unset;
  }
  .block-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block-right .scale-img {
    position: unset;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
  }
  .block-right a:nth-of-type(1) .scale-img {
    -webkit-animation: unset;
    animation: unset;
  }

  .block-right a:nth-of-type(2) .scale-img {
    -webkit-animation: unset;
    animation: unset;
  }
  .breadCrumbs .wrap-content {
    margin-bottom: 15px;
  }
  .row {
    width: 100%;
    margin: 0;
  }

  .res-img-detail img {
    max-width: 100% !important;
    height: auto !important;
  }

  .container_dknt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wrap-about .block-left {
    width: 100%;
  }

  .wrap-about .block-right {
    width: 100%;
  }

  .block-page {
    width: 100%;
    max-width: var(--max-width);
    margin: 0px auto;
    padding: 30px 10px;
  }

  .wap-top {
    display: none;
  }

  .header-mobile {
    display: block;
    padding: 10px;
  }

  .info-header {
    display: none;
  }

  .wrap-frame-left,
  #button-contact-vr,
  #messages-facebook,
  .cart-fixed {
    display: none;
  }

  .wap-hearder {
    position: unset;
  }

  .frame-news-page {
    width: 100%;
  }

  .menu,
  .header-bottom {
    display: none;
  }

  .menu-res,
  .show-mobile,
  .fix-toolbar {
    display: block;
  }

  .logo-header {
    /* width: calc(100% - 140px); */
  }

  .btn-menumobile {
    width: 70px;
    font-size: 24px;
  }

  .social-footer {
    margin-bottom: 15px;
  }

  .footer-copyright,
  .footer-statistic {
    float: unset;
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
  }

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

@media (max-width: 992px) {
  .fix-menu2 {
    position: sticky;
    top: 0;
    left: 0;
  }
  .detail-page-right {
    display: none;
  }

  .detail-page-left {
    width: 100%;
    margin-right: 0;
    float: unset;
  }
}

@media (max-width: 850px) {
}

@media (max-width: 768px) {
  .grid-3,
  .grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }

  .wrap-about .block-left.w-50,
  .wrap-about .block-right.w-50 {
    width: 100% !important;
    text-align: center;
  }

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

  .static-page {
    padding: 20px 15px !important;
  }

  .hover_sang2:before {
    content: unset;
  }
}

@media (max-width: 576px) {
  .footer-powered .wrap-content {
    /* padding-top: 32px; */
    padding-bottom: 20px;
  }

  .slogan_index {
    text-align: center;
    margin-bottom: 25px;
    color: var(--color-main);
  }

  .title_index {
    text-align: center;
    font-size: 25px;
  }

  .btn_newsletter {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
  }

  .title_dknt {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .title_productLv1Feature {
    font-size: 25px;
    position: relative;
    margin-bottom: 25px;
  }

  .view_more {
    display: none;
  }

  .title_tieuchi {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1e2939;
  }

  .title-main {
    position: relative;
    font-family: var(--font-title);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .title-main span {
    margin-bottom: 24px;
  }

  .news-image {
    margin-bottom: 1rem;
  }

  .slick-slider .product {
    margin: 5px;
  }

  .title-main span {
    font-size: 24px;
  }

  .newshome {
    margin: 5px;
  }

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

  .cart-product {
    position: relative;
    width: 100%;
  }

  .grid-pro {
    grid-gap: 10px;
  }

  .cart-product span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .news-2 p.scale-img {
    width: 40%;
  }

  .news-2 .info-news {
    width: 60%;
  }

  .block-page {
    /* padding: 10px; */
  }
}

@media (max-width: 480px) {
  .footer-news {
    max-width: 100% !important;
  }

  .footer {
    /* text-align: center; */
  }
}

@media (max-width: 369px) {
  .news-2 p.scale-img {
    width: 100%;
  }

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

  .pic-news {
    max-width: 200px;
  }

  .news-2 .info-news {
    width: 100%;
    margin-bottom: 10px;
  }

  .desc-news,
  .name-news {
    text-align: justify;
  }

  .cart-pro-detail a {
    width: 100%;
  }

  .cart-pro-detail a:first-child {
    margin-right: 0px;
    margin-bottom: 0.5rem;
  }

  .cart-pro-detail a i {
    display: none;
  }
}
