/* Responsive */
@media (max-width: 1025px) {
  .view-about span {
    width: 30px;
    height: 30px;
  }
  .wrap-productnew {
    overflow: hidden;
  }
  .name-news {
    font-size: 14px;
  }
  .ds-news h3 {
    font-size: 14px;
  }
  .item-news a.img {
    margin-bottom: 20px;
  }
  .title-main-blog h2 {
    font-size: 25px;
  }
  .title-main-blog {
    margin-bottom: 30px;
  }
  .wrap-blog .wrap-content {
    padding: 35px 0 0px 0;
  }
  .btn-send-newsletter {
    font-size: 16px;
    padding: 10px 25px;
    max-width: 260px;
  }
  .form-floating-cus label {
    padding: 15px 12px;
  }
  .newsletter-input .form-control,
  .newsletter-textarea textarea {
    height: 50px !important;
  }
  .newsletter-textarea textarea {
    height: 100px !important;
  }
  .slogan-newslletter {
    margin-bottom: 20px;
  }
  .title-newslletter {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .wrap-newslletter .wrap-content {
    padding: 30px 0;
  }
  .product-list .wrap-content {
    padding: 30px 0;
  }
  .product .name-product a {
    font-size: 14px;
  }
  .wrap-product-endow .wrap-content {
    padding: 30px 0 30px 0;
  }
  .name-tieuchi {
    font-size: 13px;
  }
  .wrap-tieuchi .wrap-content {
    padding: 20px 0;
  }
  .title-about h2 {
    font-size: 25px;
  }
  .title-about {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .bottom-productnew {
    font-size: 14px;
    max-width: 430px;
  }
  .price-productnew {
    font-size: 20px;
  }
  .name-productnew {
    font-size: 17px;
  }
  .info-productnew {
    margin-top: 20px;
  }
  .title-main-home h2 {
    font-size: 25px;
  }
  .wrap-productnew .wrap-content {
    padding: 30px 0;
  }
  .wrap-productnew .title-main-home {
    margin-bottom: 25px;
  }
  .swiper-product-new {
    height: auto;
  }
  .item-product-new {
    height: unset;
  }
  .swiper-slide-product-new.swiper-slide.swiper-slide-active {
    margin-top: 0;
  }
  .swiper-slide-product-new.swiper-slide {
    transform: scale(1) !important;
  }
  .menu {
    justify-content: end;
  }
  .logo-header {
    margin: auto;
  }
  .cart-head {
    display: none;
  }
  .phone-header {
    display: none;
  }
  .search {
    display: none;
  }
  .endow-next,
  .endow-prev {
    display: none;
  }
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  art-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
    padding: 0;
  }
  .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) {
  .btn-send-newsletter {
    margin: auto;
    margin-top: 10px;
  }
  .slogan-newslletter {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .title-newslletter {
    font-size: 25px;
  }
  .viewall-product {
    margin-top: 15px;
    font-size: 14px;
  }
  .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-list-main span {
    font-size: 14px;
    padding: 10px 25px;
  }
  .title-list-main {
    margin-bottom: 20px;
  }
  .title-main-home {
    margin-bottom: 15px;
  }
  .product .pic-product {
    border: unset;
    margin-bottom: 10px;
  }
  .buy-product .buynow {
    width: 75%;
  }
  .buy-product {
    left: 0;
    position: relative;
    transform: unset;
    bottom: 0;
    margin-top: 10px;
  }
  .item-product-new {
    background: #dddddd;
  }
  .desc-about {
    text-align: center;
  }
  .title-about {
    text-align: center;
  }
  .item-tieuchi:after {
    display: none;
  }
  .flex-tieuchi {
    column-gap: 20px;
  }
  .item-tieuchi {
    width: calc(100% / 2 - 10px);
  }
  .info-footer .flex-footer .box-footer:nth-child(1) {
    width: 49% !important;
  }
  .info-footer .flex-footer .box-footer:nth-child(2) {
    width: 49% !important;
  }
  .info-footer {
    padding: 15px 0;
  }
  .info-footer .flex-footer .box-footer:nth-child(3) {
    margin-left: 0px;
    text-align: center;
  }
  .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: flex;
    flex-wrap: wrap;
  }
  .statistic {
    width: 100%;
  }
  .copyright {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }
  .flex-powered {
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .flex-blog {
    margin: 0 -0px;
  }
  .wrap-blog .wrap-content {
    padding: 35px 0 20px 0;
  }
  .item-news-home {
    margin: 0 0px 14px 0px;
    width: calc(100% / 2 - 0px);
  }
  .left-blog {
    width: 100%;
  }
  .right-blog {
    width: 55%;
    margin: auto;
  }
  .title-main-blog h2 {
    font-size: 21px;
  }
  .wrap-banner-top .wrap-content {
    padding: 0 0 30px 0;
  }
  .footer-powered .wrap-content {
    padding: 20px 0;
  }
  .social-footer {
    margin-bottom: 20px;
    justify-content: center !important;
  }
  .desc-footer {
    max-width: unset;
  }
  .title-footer {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .info-footer .flex-footer .box-footer:nth-child(1) {
    width: 100% !important;
    text-align: center;
  }
  .info-footer .flex-footer .box-footer:nth-child(2) {
    width: 100% !important;
  }
  .photo-about {
    min-height: 430px;
  }
  .photo-about .img {
    margin-top: 55px;
  }

  .items-tc-about {
    width: calc(100% / 2 - 8px);
  }
  .box-tc-about {
    column-gap: 15px;
    display: none;
  }
  .bottom-productnew {
    padding: 13px;
  }
  .price-productnew {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .name-productnew {
    margin-bottom: 10px;
  }
  .title-main-home h2 {
    font-size: 20px;
  }
}
@media (max-width: 369px) {
}
