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

@media (max-width: 1001px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-main-fix img {
    max-width: 100% !important;
    height: auto !important;
  }
  .grid_album {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .footer-article .wrap-content {
    padding: 40px 10px;
  }
  .footer-news:nth-child(2),
  .footer-news:nth-child(3) {
    width: 50%;
  }
  .footer-news:nth-child(1) {
    width: 100%;
  }
  .footer-news:nth-child(1) .footer-text {
    text-align: center;
  }
  .footer-news:nth-child(4) {
    width: 60%;
  }
  .footer-news:nth-child(5) {
    width: 30%;
  }
  .container_act {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  .item_album {
    border-radius: 4px;
  }

  .item_album a {
    border-radius: 4px;
  }

  .item_album img {
    border-radius: 4px;
  }
  .swiper_newsfeature {
    height: 1000px;
  }
  .right_act {
    flex: unset;
  }
  .left_newsfeature,
  .right_newsfeature,
  .right_act,
  .left_act {
    width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .header_mobile {
  }
  .header-bottom {
    display: none;
  }
  .info-header {
    display: none;
  }

  .wrap-frame-left,
  #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;
    justify-content: center;
  }

  .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) {
  .detail-page-right {
    display: none;
  }

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

@media (max-width: 850px) {
  .swiper_newsfeature {
    height: 800px;
  }
}

@media (max-width: 768px) {
  .swiper_newsfeature {
    height: 500px;
  }
  .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-bottom: 20px;
    border-top: 1px solid #f4f6fa33;
    padding-top: 32px;
  }
  .title_newsfeature h3,
  .title_act h3 {
    font-size: 20px;
  }
  .swiper_newsfeature {
    height: 177px;
  }
  .view_all {
    font-size: 16px;
  }
  .name_service {
    font-size: 18px;
  }
  .title_main_index h2 {
    font-size: 25px;
  }
  .title_main_index h2::before,
  .title_main_index h2::after {
    display: none;
  }
  .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: 30px 10px;
  }
}

@media (max-width: 480px) {
  .footer-news:nth-child(4) {
    width: 100%;
  }
  .footer-news:nth-child(5) {
    width: 100%;
  }
  .swiper_newsfeature {
    height: 150px;
  }
  .footer-news {
    max-width: 100% !important;
  }

  .footer {
    text-align: center;
  }
}

@media (max-width: 369px) {
  .swiper_newsfeature {
    height: 130px;
  }
  .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;
  }
}
