@media screen and (max-width:1024px) {
  .site-map-row .site-map-col:not(:first-of-type) {
    padding-left: 20px;
  }

  .footer-col.contact-col-ftr {
    max-width: 250px;
    flex: 0 0 250px;
  }

.site-map-col.col-s-xl {
    max-width: 340px;
    flex: 0 0 340px;
}
  
}


@media screen and (max-width:991px) {
    .footer-col {
    margin: 0;
    padding: 0;
}
.footer-col.contact-col-ftr {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    margin-top: 20px;
}
.site-map-row .site-map-col:not(:first-of-type) {
    padding-left: 10px;
}
.footer-menu li:not(:last-of-type) {
    margin-bottom: 10px;
}
.footer-menu li>.footer-menu-sub li>a {
    font-size: 12px;
}
}

@media screen and (max-width:767px) {
    .site-map-row .site-map-col {
    width: 100%;
    flex: 0 0 100%;
}
.footer-menu li .footer-link {
    font-size: 14px;
}
.footer-menu li:not(:last-of-type) {
    margin-bottom: 7px;
}
.footer-col .social-share {
    gap: 10px;
    margin-top: 10px;
}
.footer-col .social-share a {
    width: 25px;
    height: 25px;
}
.site-header {
    min-height: 80px;
    background-position: -31px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.main-banner .banner-info h1{
        font-size: 28px;
    line-height: 36px;
}
.swiper-slide .centers-img img{
    border-radius: 10px;
}

.swiper-button-prev, .swiper-button-next{
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-top: -10px;
}

}