/* Responsive */
@media (max-width: 1025px) {
  .wrap-video-home .wrap-content .pic-video:before {
    width: 50px;
    height: 50px;
    top: 50%;
  }
  .pic-video .ripple:before,
  .pic-video .ripple:after {
    display: none;
  }

  .pic-video:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 60%;
    left: 50%;
    z-index: 1;
    background: url(../images/play1.png) no-repeat center center;
    cursor: pointer;
    background-size: cover;
    transform: translate(-50%, -50%);
  }
  .title-video h2 {
    font-size: 20px;
  }
  .info-footer {
    padding: 30px 0;
  }
  .wrap-blog-partner .wrap-content {
    padding: 30px 0 30px 0;
  }

  .item-list-product {
    width: calc(100% / 4 - 15px);
  }
  .right-product-list {
    width: 100%;
  }
  .left-product-list {
    width: 100%;
    margin-bottom: 10px;
  }
  .project-overlay {
    padding: 18px 30px 10px;
  }
  .project-tag {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .project-stat-label {
    font-size: 14px;
  }
  .wrap-service-home .wrap-content {
    padding-bottom: 30px;
  }
  .slogan-service-home {
    margin-bottom: 20px;
  }
  .item-service-home {
    width: calc(100% / 3 - 14px);
  }
  .wrap-service-home .wrap-content > div {
    flex-wrap: wrap;
  }
  .title-about {
    margin-bottom: 10px;
  }
  .title-about h2 {
    font-size: 30px;
  }
  .slogan_slide_desc {
    font-size: 12px;
  }
  .slogan_slide_name {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .slogan_slide {
    padding: 10px;
  }
  .left-menu {
    text-align: center;
    margin-top: 0;
    margin: auto;
  }
  .right-menu {
    display: none;
  }
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  .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;
  }
  .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: #000;
    margin: 4px 0px;
    left: 0;
  }
  .wrap-menu {
    width: calc(100% - 60px);
    padding-right: 60px;
  }
  .menu ul {
    display: none !important;
  }

  /* Home index image blocks */
  .wrap-about .wrap-content {
    padding: 40px 0 50px 0;
  }
  .flex-about {
    gap: 24px;
  }
  .content-about,
  .photo-about {
    width: calc(50% - 12px);
  }
  .photo-about a.img {
    width: 100%;
    margin-bottom: 38px;
    border-top-right-radius: 36px;
  }
  .box-about {
    width: 220px;
    height: 205px;
    background-size: cover;
  }
  .desc-year {
    font-size: 60px;
  }
  .desc-year span:last-child {
    font-size: 30px;
    margin-left: -8px;
  }
  .title-year {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .view-profile {
    font-size: 12px;
    margin-right: 12px;
  }

  .left-service-home {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .right-service-home {
    width: 100%;
    margin-right: 0;
  }
  .load-service-home,
  .service-home-empty {
    min-height: 460px;
  }
  .service-home-detail {
    min-height: 460px;
  }
  .service-home-overlay {
    width: 62%;
    padding: 50px 18px 20px;
  }
  .service-home-title {
    font-size: 24px;
  }
  .service-home-desc {
    margin-bottom: 30px;
    max-width: 100%;
    -webkit-line-clamp: 3;
  }
  .metric-value {
    font-size: 58px;
  }

  .title-service-home h2,
  .title-project-home h2,
  .title-main-home h2,
  .title-blog h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .left-blog {
    width: 100%;
  }
  .right-blog {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 850px) {
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}

@media (max-width: 769px) {
  .title-blog h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .right-blog .swiper {
    min-height: unset;
  }
  .ds-news h3 a {
    font-size: 15px;
    line-height: 25px;
  }
  .more-news {
    margin-top: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
  .item-news .ds-news {
    width: calc(100% - 360px);
    padding: 10px 10px;
  }
  .item-news a.img {
    width: 350px;
  }
  .top-video {
    margin-bottom: 10px;
  }
  .more-product-list {
    width: 180px;
    height: 40px;
    line-height: 40px;
  }
  .title-project-home {
    margin-bottom: 20px;
  }
  .wrap-project .wrap-content {
    padding: 25px 0 0 0;
  }

  .project-name {
    margin-bottom: 20px;
  }
  .item-service-home {
    width: calc(100% / 3 - 8px);
  }
  .desc-about {
    margin-bottom: 20px;
    text-align: center;
  }
  .view-about {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: auto;
  }
  .title-about h2 {
    font-size: 25px;
    text-align: center;
  }
  .slogan_slide_desc {
    -webkit-line-clamp: 2;
  }
  .slogan_slide_name {
    font-size: 15px;
    margin-bottom: 5px !important;
  }
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .wrap-about .wrap-content {
    padding: 30px 0 40px 0;
  }
  .flex-about {
    flex-wrap: wrap;
    gap: 10px;
  }
  .content-about {
    width: 100%;
  }
  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .photo-about a.img {
    margin: auto;
    margin-bottom: 0;
    border-top-right-radius: 24px;
  }
  .box-about {
    position: relative;
    bottom: auto;
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 160px;
    margin: 14px auto 0;
    background-size: 100% 100%;
    padding-bottom: 10px;
    max-width: 220px;
  }
  .about-year {
    padding-top: 10px;
  }
  .desc-year {
    font-size: 56px;
    text-align: center;
  }
  .desc-year span:last-child {
    font-size: 24px;
    margin-left: -4px;
  }
  .title-year {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-top: -4px;
  }
  .view-profile {
    justify-content: center;
    margin-right: 0;
  }

  .wrap-service-home .wrap-content .d-flex.justify-between {
    flex-wrap: wrap;
  }
  .left-service-home,
  .right-service-home {
    width: 100%;
  }
  .left-service-home {
    padding-top: 24px;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .flex-service-home {
    gap: 12px;
  }
  .load-service-home,
  .service-home-empty,
  .service-home-detail {
    min-height: 360px;
  }
  .service-home-overlay {
    width: 100%;
    padding: 24px 14px 16px;
    background: linear-gradient(
      180deg,
      rgba(24, 37, 46, 0.92) 0%,
      rgba(24, 37, 46, 0.35) 60%,
      rgba(24, 37, 46, 0.12) 100%
    );
    max-width: unset;
    text-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .service-home-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .service-home-desc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .service-home-metrics {
    gap: 12px;
    justify-content: center;
  }
  .metric-label {
    /* font-size: 12px; */
    margin-bottom: 6px;
  }
  .metric-value {
    font-size: 40px;
  }
  .metric-unit {
    font-size: 12px;
  }
  .more-home-metric {
    width: 150px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin: auto;
    margin-top: 16px;
  }

  .section-product-list .wrap-content {
    padding: 30px 0 45px 0;
  }
  .title-main-home {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
  }
  .left-product-list,
  .right-product-list {
    width: 100%;
  }
  .left-product-list {
    margin-bottom: 16px;
  }
  .title-list-main {
    gap: 10px;
  }
  .item-list-product {
    width: calc(50% - 5px);
    padding: 12px;
    min-height: 132px;
  }
  .name-list-product {
    margin-bottom: 18px;
    height: auto;
  }

  .wrap-blog-partner .wrap-content {
    padding: 45px 0 30px 0;
  }
  .left-blog,
  .right-blog {
    width: 100%;
  }
  .right-blog {
    margin-top: 20px;
  }
  .title-blog {
    margin-bottom: 18px;
  }

  .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 {
    flex-wrap: wrap;
  }
  .box-footer {
    width: 46% !important;
    margin-top: 20px;
  }
  .top-footer {
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .date-news {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .was-scrolled .left-menu {
    width: 50%;
  }
  .left-menu {
    width: 50%;
  }

  .email-header {
    display: none;
  }
  .slogan_slide {
    padding: 10px;
    position: relative !important;
  }
  .project-stats {
    display: none;
  }
  .pic-video:before {
    top: 40%;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .flex-powered {
    flex-wrap: wrap;
    justify-content: center;
  }
  .title-footer {
    margin-bottom: 10px;
  }
  .info-footer .flex-footer .box-footer:nth-child(1) {
    width: 100% !important;
  }

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

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

  .info-footer .flex-footer .box-footer:nth-child(4) {
    width: 100% !important;
  }
  .ds-news1 {
    width: calc(100% - 215px);
  }
  .item-news {
    flex-wrap: wrap;
  }
  .item-news .ds-news {
    width: 100%;
  }
  .item-news a.img {
    width: 100%;
  }

  .wrap-about .wrap-content {
    padding: 20px 0 28px 0;
  }
  .title-about h2 {
    font-size: 24px;
  }
  .desc-about {
    line-height: 21px;
    margin-bottom: 18px;
  }
  .view-about {
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }
  .box-about {
    max-width: 220px;
    /* min-height: 145px; */
  }
  .desc-year {
    font-size: 42px;
  }
  .desc-year span:last-child {
    font-size: 22px;
  }
  .title-year {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  .title-service-home h2 {
    font-size: 23px;
    line-height: 1.25;
  }
  .flex-service-home {
    gap: 10px;
    /* justify-content: center !important; */
  }
  .item-service-home {
    width: calc(50% - 5px);
    padding: 10px;
    min-height: 100px;
  }
  .name-service-home {
    font-size: 11px;
    margin-bottom: 20px;
    text-align: center;
  }
  .icon-service-home {
    margin-bottom: 10px;
    margin: auto;
  }
  .icon-service-home img {
    max-width: 44px;
  }
  .icon-right-service {
    max-width: 18px;
    display: none;
  }
  .load-service-home,
  .service-home-empty,
  .service-home-detail {
    min-height: 340px;
  }
  .service-home-overlay {
    padding: 16px 12px 12px;
  }
  .service-home-title {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 30px;
  }
  .service-home-desc {
    /* display: none; */
  }
  .metric-label {
  }
  .metric-value {
    /* font-size: 26px; */
  }
  .metric-unit {
    font-size: 10px;
  }
  .more-home-metric {
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    margin-top: 18px;
  }

  .title-project-home h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .title-project-home span {
    font-size: 13px;
    line-height: 20px;
  }
  .title-list-news {
    gap: 8px;
  }
  .item-list-project {
    min-width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }

  .title-main-home h2,
  .title-blog h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .more-product-list,
  .title-blog a {
    width: 170px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .item-list-product {
    width: calc(100% / 2 - 15px);
  }
  .item1-blog {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 375px) {
  .wrap-content {
    width: calc(100% - 16px);
  }
  .title-about h2,
  .title-service-home h2,
  .title-main-home h2,
  .title-blog h2 {
    font-size: 20px;
  }
  .view-about {
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  .box-about {
    max-width: 250px;
  }
  .desc-year {
    font-size: 34px;
  }
  .title-year {
    font-size: 11px;
    line-height: 16px;
  }

  .item-service-home {
    /* width: 100%; */
  }
  .name-service-home {
    margin-bottom: 14px;
    text-align: center;
  }
  .service-home-title {
    font-size: 16px;
  }
  .metric-value {
    /* font-size: 22px; */
  }
  .metric-unit {
    font-size: 9px;
  }

  .item-list-project {
    width: 100%;
  }
  .more-product-list,
  .title-blog a {
    width: 148px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
  }
}
