/* Responsive */
@media (max-width: 1025px) {
  .footer-powered {
    padding: 10px 0;
  }
  .info-footer .flex-footer {
    margin-bottom: 10px;
  }
  .title-footer {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .info-footer {
    padding: 30px 0 20px 0;
  }
  .wrap-blog-video .wrap-content {
    padding: 30px 0;
  }
  .ds-news-slick h3 a {
    font-size: 15px;
  }
  .wrap-newslletter {
    background-size: cover;
  }
  .flex-newsletter {
    column-gap: 12px;
  }

  .phone-newslletter {
    margin-bottom: 10px;
  }
  .wrap-newslletter .title-main-home {
    margin-bottom: 10px;
  }
  .wrap-newslletter .wrap-content {
    padding: 30px 0 100px 0;
  }
  .wrap-album-photo .swiper {
    height: 100%;
  }
  .more-service {
    width: 240px;
    height: 40px;
  }
  .product .price-per {
    font-size: 14px;
  }
  .product .price-product {
    height: 50px;
  }
  .product .price-old {
    margin-bottom: 0;
  }
  .product .name-product a {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .product .price-new {
    font-size: 16px;
  }
  .title-list-main span {
    padding: 10px 25px;
    font-size: 14px;
  }
  .list-c2 {
    margin-bottom: 20px;
  }
  .product-brand .wrap-content {
    padding: 30px 0;
  }
  .flex-tieuchi {
    gap: 10px;
  }
  .item-tieuchi {
    padding: 10px 10px;
    width: calc(100% / 4 - 10px);
  }
  .wrap-tieuchi .wrap-content {
    padding: 30px 0;
  }
  .more-service {
    margin-top: 20px;
  }
  .item-service {
    width: calc(100% / 4 - 8px);
  }
  .flex-service {
    gap: 10px;
  }
  .name-service {
    padding: 10px 0;
    font-size: 14px;
  }
  .title-main-home {
    margin-bottom: 30px;
  }
  .title-main-home h2 {
    font-size: 25px;
  }
  .wrap-service .wrap-content {
    padding: 20px 0;
  }
  .more-prosale {
    margin-top: 10px;
    width: 240px;
    height: 40px;
  }
  .wrap-product-home .wrap-content {
    padding: 15px;
  }
  .slideshow .wrap-content {
    width: 100%;
  }
  .left-slideshow {
    display: none;
  }
  .right-slideshow {
    width: 100%;
  }
  .menu {
    justify-content: end;
  }
  .logo-header {
    max-width: 100px;
  }
  .search {
    display: none;
  }
  .header-top .wrap-content {
    padding-left: 0;
  }
  .left-header {
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    min-height: 95px;
    padding-left: 0;
    justify-content: center;
  }
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  art-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
    padding: 5px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    background: #fff;
  }
  .flex-product-main {
    display: block;
  }
  .flex-product-main .left-product {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    transform: translateX(-250px);
    bottom: 0px;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    transition: all 0.5s;
  }
  .flex-product-main .left-product.show {
    transform: translateX(0px);
  }

  .flex-product-main .right-product {
    width: 100%;
  }

  .grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .filter {
    display: block;
  }
  .menu-mobile-btn {
    display: flex;
    width: 35px;
    height: 35px;
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    left: 0px;
  }
  .menu-mobile-btn span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 4px 0px;
    left: 0;
  }
  .wrap-menu {
    width: calc(100% - 60px);
  }
  .menu ul {
    display: none !important;
  }
}
@media (max-width: 850px) {
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 769px) {
  .wrap-newslletter .wrap-content {
    padding: 30px 0 60px 0;
  }
  .wrap-newslletter .title-main-home h2 {
    margin-bottom: 10px;
  }
  .title-main-home h2 {
    font-size: 25px;
  }
  .footer-ul li {
    padding: 3px 0;
  }
  .social-footer {
    justify-content: center !important;
  }
  .desc-footer {
    margin-bottom: 10px;
  }
  .logo-footer {
    margin: auto;
    margin-bottom: 10px;
  }
  .info-footer .flex-footer .box-footer:nth-child(1) {
    text-align: center;
  }

  .info-footer .flex-footer .box-footer:nth-child(2) {
    width: 33% !important;
  }

  .info-footer .flex-footer .box-footer:nth-child(4) {
    width: 33% !important;
  }

  .info-footer .flex-footer .box-footer:nth-child(3) {
    width: 33% !important;
  }

  .box-video {
    width: 100%;
  }

  .box-blog {
    width: 100%;
  }
  .btn-reset-newsletter {
    padding: 7px 24px;
    height: 40px;
    width: 165px;
  }
  .btn-send-newsletter {
    padding: 12px 24px;
    height: 40px;
    width: 165px;
  }
  .flex-newsletter {
    column-gap: 14px;
  }
  .right-newsletter {
    width: 100%;
    margin-top: 10px;
  }
  .left-newsletter {
    width: 49%;
  }

  .center-newsletter {
    width: 49%;
  }
  .title-list-main {
    flex-wrap: wrap;
    gap: 5px;
  }
  .name-tieuchi {
    font-size: 14px;
  }
  .icon-tieuchi {
    margin-bottom: 10px;
  }
  .item-tieuchi {
    width: calc(100% / 2 - 3px);
  }
  .flex-tieuchi {
    gap: 5px;
  }
  .flex-service {
    justify-content: start !important;
  }
  .item-service {
    width: calc(100% / 3 - 8px);
  }
  .wrap-product-home .wrap-content {
    padding: 10px;
  }
  .title-main-sale h2 {
    font-size: 25px;
  }
  .wrap-product-home {
    padding: 20px 0;
  }
  .left-header {
    margin: auto;
  }
  .phone-header {
    display: none;
  }
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .flex-about {
    flex-wrap: wrap;
  }
  .content-about {
    width: 100%;
  }

  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .flex-video {
    flex-wrap: wrap;
  }
  .wr-video {
    width: 100%;
  }
  .wr-form {
    width: 100%;
    margin-top: 20px;
  }
  .item-news {
    /* padding: 5px; */
  }
  .ds-news h3 {
    font-size: 14px;
  }
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .slick_photo1 {
    text-align: center;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .grid-product,
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .info-footer .flex-footer {
    /* display: block; */
    flex-wrap: wrap;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .title-detail {
    margin: 10px 0;
  }
  .item-news .ds-news {
    padding: 0px 10px 5px;
  }

  .item-news .ds-news h3 {
    font-size: 14px;
    margin: 3px 0;
  }
  .map-footer {
    width: 100%;
    margin-bottom: 10px;
  }
  .fanpage-footer {
    width: 100%;
    text-align: center;
  }

  .info-footer .flex-footer .box-footer:nth-child(2) {
    width: 40% !important;
  }

  .info-footer .flex-footer .box-footer:nth-child(4) {
    width: 100% !important;
  }

  .info-footer .flex-footer .box-footer:nth-child(3) {
    width: 60% !important;
  }

  .left-newsletter {
    width: 100%;
    margin-bottom: 10px;
  }

  .center-newsletter {
    width: 100%;
  }
  .phone-newslletter div {
    font-size: 20px;
  }
  .wrap-newslletter .title-main-home h2 {
    background: unset;
  }
  .item-service {
    width: calc(100% / 2 - 8px);
  }
  .title-main-home {
    margin-bottom: 15px;
  }
  .title-main-home h2 {
    background: unset;
    min-height: unset;
    line-height: unset;
    font-size: 18px;
  }
  .product .price-per {
    margin-left: 5px;
  }
  .info-product {
    padding: 5px;
  }

  .left-header {
    padding: 5px;
    width: unset;
    min-height: unset;
  }
  .address-header {
    margin: auto;
  }
  .social-header {
    display: none !important;
  }
}
@media (max-width: 369px) {
}
