@media (max-width: 1024px) {
  .w-menu {
    padding: 25px 0px;
    background: white;
  }
  .blue-web-logo-mobile {
    display: none;
  }

  /* .hotline-head {

    display: none;

  } */
  .box-main-product-nb {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .box-main-product-pt {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .grid-product {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .wrap-group-hinhanh-thicong .wrap-content {
    gap: 15px;
    align-items: flex-start;
  }
  .right-hinhanh {
    width: calc(100% - 15px - 40%);
  }
  .left-thicong {
    padding: 18px;
  }
  .thicong-item a {
    gap: 10px;
  }
  .tintuc-info {
    width: calc(100% - 10px - 140px);
  }
  .why-item a {
    padding: 15px 25px;
  }
  .btn-product.btn-product-pt div {
    margin: 20px auto 20px;
  }
  .btn-location {
    padding: 15px 30px;
  }
  .left-title::before {
    bottom: -5px;
  }
  .left-title {
    margin-bottom: 20px;
  }
  .chi-nhanh-item {
    gap: 20px;
  }
  .wrap-dangky {
    padding: 20px;
  }
  .wrap-dangky::after {
    display: none;
  }
  .group-newsletter {
    gap: 10px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .price-product {
    flex-direction: column;
    align-items: center;
  }
  span.cach {
    display: none;
  }
  .ContactUs {
    display: none;
  }
  .blue-web-logo-mobile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 7px;
    z-index: 9;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: block;
  }
  .menu-res {
    padding: 25px 0;
    background: white;
  }
  .BoxHinhanh {
    column-count: 3;
  }
  .box-main-product-nb {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-main-product-pt {
    grid-template-columns: repeat(3, 1fr);
  }
  .left-thicong {
    padding: 10px;
  }
  .right-hinhanh {
    padding: 10px;
  }
  .box-main-hinhanh {
    gap: 10px;
  }

  /* .thicong-item a{flex-direction: column;} */

  /* .thicong-item.reverse a{flex-direction: column;} */
  .wrap-group-hinhanh-thicong .wrap-content {
    flex-direction: column;
  }
  .left-thicong {
    width: 100%;
    display: flex;
    gap: 10px;
  }
  .left-thicong img {
    width: 250px !important;
  }
  .thicong-item.reverse a {
    flex-direction: row;
  }
  .box-main-thicong {
    width: calc(100% - 10px - 250px);
  }
  .right-hinhanh {
    width: 100%;
  }
  .wrap-group-video-why .wrap-content {
    flex-direction: column;
  }
  .left-video {
    width: 100%;
  }
  .right-why {
    width: 100%;
  }
  .btn-location {
    padding: 5px;
  }
  .content-contact-full {
    flex-direction: column-reverse;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 100%;
  }
  .grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .title-main {
    margin-bottom: 1.4rem;
  }
  .padding-top-bottom {
    padding: 1.3rem 0rem !important;
  }
  .mm-slideout {
    overflow: hidden;
  }

  /* menu */
  .head {
    display: none;
  }

  /* giới thiệu */
  .wrap-gioithieu::after {
    display: none;
  }
  .wrap-gioithieu::before {
    display: none;
  }
  .group-btn {
    flex-direction: column;
    gap: 30px;
  }
  .wrap-group-gioithieu {
    flex-direction: column;
    gap: 30px;
  }
  .right-gioithieu::before {
    width: 160px;
    height: 161px;
  }
  .right-gioithieu {
    gap: 10px;
  }
  .left-gioithieu {
    width: 100%;
  }
  .right-gioithieu {
    width: 100%;
  }
  .left-gioithieu::before {
    display: none;
  }

  /* product */
  .title-product {
    flex-direction: column;
    gap: 10px;
  }
  .right-title {
    overflow-y: scroll;
    justify-content: flex-start;
    width: 100%;
  }
  .grid-product {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .box-album {
    width: calc((100% - 20px) / 3);
  }
  .item-cat {
    white-space: nowrap;
  }
  .box-main-feedback {
    gap: 10px;
    flex-direction: column;
  }
  .left-feedback {
    width: 100%;
  }
  .right-feedback {
    width: 100%;
  }
  .wrap-group-dangky .wrap-content {
    flex-direction: column-reverse;
    gap: 20px;
  }

  /* nhận ký gửi */
  .box-main-nhankygui {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  /* đăng ký */
  .wrap-group-dangky {
    flex-direction: column;
  }
  .slider-for-video {
    display: none;
  }
  .play-video {
    width: 128px;
    height: 91px;
  }
  .wrap-dangky {
    width: 100%;
    padding: 1rem 1rem;
  }
  .wrap-banner-dangky {
    width: 100%;
    position: relative;
    top: auto;
  }
  .input-group input {
    height: 40px;
  }
  .wrap-dangky::after {
    display: none;
  }
  .feedback-info {
    padding: 15px 0px;
  }
  .group-newsletter {
    gap: 20px;
  }
  .col-input-group {
    gap: 10px;
  }

  /* footer */
  .footer-statistic {
    text-align: center;
  }
  .product-item-img {
    display: none;
  }
  .product-list-item {
    padding: 0px 5px;
    margin: 4px;
    max-height: 42px;
    min-height: 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(top, #fff, #e5e5e5);
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  .product-list-name {
    margin: 0px;
    font-size: 11px;
    text-transform: capitalize;
    height: fit-content;
    line-height: 14px;
  }
  .product-list-item-info {
    margin: 0px;
  }
  .product-list-cout {
    display: none;
  }
  .footer-powered {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .wrap-product-pt .wrap-content {
    padding: 30px 5px;
  }
  .wrap-product-nb .wrap-content {
    padding: 30px 5px;
  }
  .title-main-index span.trang {
    font-size: 24px;
  }
  .BoxHinhanh {
    column-count: 2;
  }
  .sub-slideshow {
    flex-direction: column;
    display: none;
  }
  .left-sub-slide {
    width: 100%;
  }
  .right-sub-slide {
    width: 100%;
  }
  .title-main-index span {
    font-size: 24px;
  }
  .title-main-news p {
    font-size: 24px;
    background: none;
    padding: 0px;
  }
  .title-main span {
    font-size: 28px;
  }
  .left-thicong {
    flex-direction: column;
  }
  .left-thicong img {
    width: 100% !important;
  }
  .box-main-thicong {
    width: 100%;
  }
  .footer-article .wrap-content {
    flex-direction: column;
  }
  .footer-article .footer-news:nth-child(1) {
    width: 100%;
  }
  .footer-article .footer-news:nth-child(2) {
    width: 100%;
  }
  .footer-article .footer-news:nth-child(3) {
    width: 100%;
  }
  .footer-article .footer-news:nth-child(4) {
    width: 100%;
  }
  .footer-social .wrap-content {
    flex-direction: column;
  }
  .footer-social .footer-news:nth-child(1) {
    width: 100%;
  }
  .footer-social .footer-news:nth-child(2) {
    width: 100%;
  }
  .footer-social .footer-news:nth-child(3) {
    width: 100%;
  }
  .center-pro-detail {
    width: 100%;
  }
  .chi-nhanh-item {
    flex-direction: column;
    gap: 20px;
  }
  .chi-nhanh-info {
    width: 100%;
  }
  .chi-nhanh-iframe {
    width: 100%;
  }
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .box-album {
    width: calc((100% - 20px) / 2);
  }
  .footer-copyright {
    text-align: center;
  }
  .box-main-product-nb {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-main-product-pt {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-product {
    grid-template-columns: repeat(2, 1fr);
  }
}
