/* siltron css  */
body {
    font-family: 'Be Vietnam Pro', sans-serif;
}

/* Hero */
.swiper-slide-active .banner-text h2 {
    opacity: 1;
    transform: translateY(-32px);
}

.banner-text h2 {
    transform: translateY(40px);
}

.mobile-active-field {
    background-color: #00254E;
    color: #F2F8FD;
}

.mobile-active-field img {
    filter: brightness(0) invert(1);
}

.mobile-active-customer img {
    transform: scale(1.05);
}

.mobile-active-post .mobile-zoom {
    transform: scale(1.05);
}

.mobile-active-post .mobile-overlay {
    opacity: 1;
}


@media (min-width: 1024px) {
    .banner-text h2 {
        transform: translateY(200px);
    }

    .swiper-slide-active .banner-text h2 {
        transform: translateY(0);
    }

    .myProductSwiper .swiper-wrapper {
        display: block;
    }

    .myProductSwiper .swiper-slide {
        width: auto !important;
    }

    .myCustomerSwiper .swiper-slide {
        /* width: auto !important; */
    }

    .myPostSwiper .swiper-wrapper {
        /* display: block; */
    }

    .myPostSwiper .swiper-slide {
        /* width: auto !important; */
    }
}


#detail_new .paragraph p {
    margin-bottom: 16px;
}
