/* Responsive */
@media (max-width: 1200px) {
  .title-about p{font-size: 55px}
  .title-about span{font-size: 50px;}
}
@media (max-width: 1024px) {
  .row-20-cus{
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-20-cus{
    padding-left: 5px;
    padding-right: 5px;
  }
  .flex-mmenu {
    display: flex !important;
  }
  .grid-album {
    gap: 10px;
  }
  #hamburger {
    display: block;
  }
  .header,.menu,.menu-head {
    display: none;
  }
  .wrap-menu{background: #fff;box-shadow: 0px 0px 5px #ccc;}
  .cart-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
    padding: 10px 0px;
  }
  .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;
  }
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
  .content-about {
    width: 100%;
  }
  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .wr-video {
    width: 100%;
  }
  .wr-form {
    width: 100%;
    margin-top: 20px;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }
  .title-about p{font-size: 50px}
  .title-about span{font-size: 45px;}
  .title-about h2{font-size: 28px;}
  .slogan{font-size: 18px;}
  .view-project{padding: 10px 20px;font-size: 14px;}
  .title-list-main{gap:10px}
  .title-main h2,.title-detail h1{font-size: 32px;}
  .fix_head .logo-header {zoom: 0.8;}
}

@media (max-width: 768px) {
  .title-list-main span {
      padding: 10px 20px;
      font-size: 14px;
  }
  .title-about p{font-size: 45px}
  .title-about span{font-size: 40px;}
  .title-about h2{font-size: 26px;}
  .slogan{font-size: 16px;padding: 5px 0px;padding-left: 30px;}
  .view-about {
    font-size: 15px;
    padding: 10px 20px;
  }
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  
  .item-news {
    margin-bottom: 10px;
  }
  .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%;
    margin-top: 20px;
  }
  .title-pro-detail {font-size: 20px;}
  .grid-product,
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .name-project,.name-project2,.name-tieuchi{font-size: 16px;}
  .info-tieuchi{padding: 30px 10px;padding-top: 85px;}
  .title-main h2,.title-detail h1{font-size: 28px;}
}
@media (max-width: 576px) {
  .title-main h2,.title-detail h1{font-size: 23px;}
  .wr-form{padding: 40px 15px;}
  .product .name-product a{font-size: 14px;line-height: 20px;}
  .name-project2,.name-project,.name-tieuchi{font-size: 15px;}
  .title-about p{font-size: 40px;margin-bottom: -20px;}
  .title-about span{font-size: 35px;}
  .title-about h2{font-size: 22px;}
  .statistic {
    margin-top: 5px;
  }
  .statistic span {
    padding: 0 2px;
  }
  .flex-powered {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .grid-album {
    grid-template-columns: repeat(2, 1fr);
  }
  .baonoidung iframe {
    height: 250px !important;
  }
}
@media (max-width: 414px) {
}
