.row-double-space {
    margin-top: 60px;
    margin-bottom: 60px;
}
.ani-container-ou {
    overflow: hidden !important;
}
.ani-container-in {
    width: 2000px;
    display: flex;
}
.inner-animate {
    width: 2550px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    animation: marquee 35s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.animated-banner {
    width: 300px;
    display: flex;
    padding: 0px 20px;
    flex-wrap: wrap;
}
.animated-logo {
    display: block !important;
    margin: auto;
    width: 150px !important;
    height: 80px !important;
    object-fit: contain;
    max-width: 100%;
}
.featured-md-img {
    padding-bottom: 58%;
}

.featured {
    width: 24%;
    z-index: 1;
}
.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 12px;
}
@media screen and (max-width: 1250px) {
    .featured {
        width: 23%;
    }
}
@media screen and (max-width: 1200px) {
    .featured {
        width: 23.5%;
    }
}
@media screen and (max-width: 992px) {
    .inner-animate {
        width: 800px;
    }
}
@media screen and (max-width: 850px) {
    .featured {
        width: 22.5%;
    }
}
@media screen and (max-width: 576px) {
    .img-md-banner {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }

    .featured {
        width: 47.5%;
    }
}
@media screen and (max-width: 575px) {
    .featured {
        width: 48.5%;
    }
}
@media screen and (max-width:370px) {

    .div-md-banner,
    .featured,
    .text-key-md {
        width: 46.5%;
    }
}

@media screen and (max-width:280px) {

    .div-md-banner,
    .featured,
    .text-key-md {
        width: 44.5%;
    }
}

.swiper-slide-5{
    width: calc(20% - 8px) !important;
}

.item-service-home .scale-thumb img {
    transition: unset;
}

.item-service-home .scale-thumb:hover img {
    transform: unset;
}
.js-swiper-news .navigation {
    visibility: visible !important;
}
.section-related-service .navigation {
    top: 30%;
}
.section-related-service .navigation.slider-next {
    right: 8px !important;
}
.section-related-service .navigation.slider-prev {
    left: 8px !important;
}
.image-slider {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.image-slide-track {
    display: flex;
    height: 48px;
}

.image-slide {
    height: 48px;
    width: 250px;
}

.image-slide a img {
    height: 100%;
    width: 250px;
    object-fit: contain;
}
.count-track-2 {
    animation: scroll-banner-2 20s linear infinite;
}
.count-track-3 {
    animation: scroll-banner-3 20s linear infinite;
}

.infinite-scroll-container {
    margin: auto;
    overflow: hidden;
    position: relative;
}
.infinite-scroll-wrapper {
    display: flex;
    height: auto;
    animation: scroll-banner-1 20s linear infinite;
    will-change: transform;
}
.infinite-scroll-slide {
    flex: 0 0 auto;
    width: 250px;
    height: 120px;
}

