/* Responsive */
@media (max-width: 1660px) {
  .item-coreValue:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .content-about {
    width: 50%;
  }
  section.wrap-service {
    padding: 0;
  }

  .keyAdvantages-left,
  .keyAdvantages-right {
    width: 49%;
    gap: 1rem;
  }

  .hotline-footer {
    font-size: 30px;
  }
  .serviceTab-right > span {
    font-size: 54px;
    background: linear-gradient(to bottom, #4cbb179c 0%, #4cbb1700 100%);
    margin-bottom: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .wrap-coreValue .title-main h2 {
    font-size: 55px;
    text-align: left;
  }
  .wrap-coreValue {
    padding-left: 1rem;
  }
  .photo-about {
    width: 45%;
  }
  .title-about h2 {
    font-size: 32px;
  }
  .wrap-about {
    padding-top: 1.5rem;
    background: unset;
  }

  .slideshow {
    margin-bottom: 0;
  }
  .serviceTab-right {
    width: 40%;
  }
  .serviceTab-left {
    width: 55%;
  }
  .container-videoCoreValue {
    width: calc(100% - 560px);
    margin-left: auto;
  }
  .container-videoCoreValue > video {
    width: 100%;
  }
  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }
  .product-tool a span {
    display: none;
  }
  .row-20-cus {
    margin-left: -5px;
    margin-right: -5px;
  }
  .col-20-cus {
    padding-left: 5px;
    padding-right: 5px;
  }
  .flex-mmenu {
    height: 40px;
  }
  .grid-album {
    gap: 10px;
  }
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }

  .cart-head {
    padding: 5px;
    font-size: 12px;
  }
  .header,
  .wrap-header,
  .header-tpl {
    padding: 0px 0px !important;
  }
  .logo-header {
    max-width: 150px;
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
  }
  .logo-header img {
    max-height: 46px;
    width: auto;
    object-fit: contain;
  }
  .container-header {
    width: calc(100% - 160px);
  }
  .flex-header {
    align-items: center;
  }
  .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;
  }
}
@media (max-width: 992px) {
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .container-videoCoreValue {
    width: 100%;
}

.container-coreValue {
    flex-wrap: wrap;
}

.container-coreValue-roll {
    margin: auto !important;
    width: 100%;
}

.wrap-productList .wrap-content {
    padding: 1rem;
}

.title-main h1, .title-main h2 {
    font-size: 2rem;
}

.serviceTab-left > h2 {
    font-size: 2rem;
}

.container-albums .title-main p {
    font-size: 1rem;
    line-height: normal;
}
  .header-top
 {
    display: none;
}
.slideshow {
    margin-top: -103px;
}

.name-slide, .desc-slide {
    font-size: 28px;
    justify-content: center;
}
.content-slide {
    font-size: 18px;
    justify-content: center;
    font-family: 'SVN-GilroyLight';
}
  .d-fanpage {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }
  .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 {
    margin-bottom: 10px;
  }
  .item-news .name-news {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .item-news .desc-news {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .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;
  }
  .box-footer:first-child {
    margin-top: 0;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }
  .ul-chinh-sach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .container-serviceTab {
    padding: 10px 0 0 10px;
    max-height: 320px;
}
}
@media (max-width: 576px) {
  .pic-coreValue{
    width: 90px;
    height: 90px;
}
  .title-detail h1 {
    font-size: 1.4rem;
  }
  .footer-powered {
    padding-bottom: 60px;
  }
  .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;
  }

  .logo-header {
    max-width: 125px;
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
  }
  .logo-header img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
  }

  .container-header {
    width: calc(100% - 135px);
  }

.header-bottom {
    padding: 0;
}

.wrap-header {
    padding: 0px 0 !important;
}

.slideshow {
    margin-top: -63px;
}

.name-slide, .desc-slide {
    font-size: 20px;
    justify-content: center;
}
.content-slide {
    font-size: 14px;
    justify-content: center;
    font-family: 'SVN-GilroyLight';
}

.name-slide img {
    max-width: 50px;
}

.info-slide {
    margin-bottom: 1rem;
}

.box-slide {
    margin-top: 5rem;
}
  .wrap-coreValue .title-main h2 {
    font-size: 30px;
}

.name-coreValue {
    font-size: 20px;
}

.grid-coreValue {
    gap: 10px;
}

.title-list-main {
    gap: 10px;
    margin-bottom: 10px !important;
}

.flex-serviceTab {
    flex-wrap: wrap;
}
  .serviceTab-right {
    width: 100%;
  }
  .serviceTab-left {
    width: 100%;
      margin-bottom: 1rem;
  }

.serviceTab-left > h2 {
    height: 60px;
}

.inf-serviceTab h3 {
    font-size: 18px;
}
.inf-serviceTab {
    width: calc(100% - 100px);
}

.name-keyAdvantages {
    font-size: 16px;
    -webkit-line-clamp: 2;
}

.ds-keyAdvantages h3 {
    margin-bottom: 0;
}

.desc-keyAdvantages {
    margin-bottom: 5px;
}

.btn-keyAdvantages {
    padding-top: 5px;
}

section.wrap-keyAdvantages {
    padding: 0 0 1rem 0;
}

.flex-newsletter {
    flex-wrap: wrap;
}

.banner-newsletter {
    width: 100%;
}

.container-newsletter {
    width: 100%;
    padding: 1rem;
}

.container-newsletter h2 {
    font-size: 25px;
}

.container-albums .title-main h2 {
    font-size: 22px;
}

.container-albums .title-main p {
    display: none;
}

.container-albums .title-main a {
    font-size: 14px;
    padding: 0;
}

.container-albums .title-main a svg {
    display: none;
}
.swiper-slide .item-news {
    margin-top: 0;
}
.icon-dao-1 {
    top: 60px;
    left: 150px;
}
.icon-dao-2 {
    bottom: 30px;
    left: 160px;
}
.icon-dao-3 {
    top: 130px;
    right: 10px;
}
.icon-dao-4 {
    bottom: 123px;
    right: -7px;
}

.info-footer {
    padding: 1.5rem 0 5rem 0;
}

.title-footer h2, .title-footer h2 span {
    font-size: 3rem;
}

.title-footer span {
    font-size: 1.5rem;
}

.name-footer {
    font-size: 2rem;
    margin-bottom: .5rem;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
    font-size: 16px;
}
.wrap-coreValue .title-main {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-coreValue {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0px auto;
}

.container-coreValue-roll {
    padding: 0;
}

.wrap-coreValue {
    padding: 0;
}

.line-coreValue {
    display: none;
}

.info-coreValue {
    width: calc(100% - 100px);
    padding: .25rem 40px .25rem .5rem;
    position: relative;
    border: 1px solid #fff;
    border-radius: 0px 10px 10px 10px;
}
.stt-coreValue {
    position: absolute;
    width: 35px;
    right: .25rem;
    height: 35px;
    font-size: 20px;
}

.product .name-product a {
    font-size: 14px;
    line-height: normal;
}

.product .name-product {
    margin-bottom: 5px;
}
.name-news,
.item-news .name-news {
    font-size: 15px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.35;
}

.desc-news,
.item-news .desc-news {
    font-size: 13.5px;
    line-height: 1.45;
    margin-bottom: 10px;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.info-news h3 {
    margin-bottom: 5px;
}

.pic-news {
    margin-bottom: 10px;
}

.item-news {
    margin: 0;
}
}
@media (max-width: 414px) {
.icon-dao-1 {
    top: 40px;
    left: 120px;
}
.icon-dao-2 {
    bottom: 20px;
    left: 130px;
}
.icon-dao-3 {
    top: 110px;
    right: 0px;
}
.icon-dao-4 {
    bottom: 90px;
    right: -17px;
}
  
}
