swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

swiper-container {
    margin-left: auto;
    margin-right: auto;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.banner-home img {
    height: auto;
}

.swiper-button-next, .swiper-button-prev {
    color: #E50014 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-home img {
        object-fit: cover;
        height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-home img {
        object-fit: cover;
        height: auto;
    }
}
@media (max-width: 767px) {
    .banner-home img {
        object-fit: cover;
        height: auto;
    }
}

.btn-lg {
    width: 100%;
}
.inline-button {
    display: inline-flex; 
    font-size: 2.5rem; 
    float: right;
}
.video-iframe {
    border-radius: 20px;
}
/** HEADING PROMO */
.heading-promo {
    font-size: 2rem;
}
.link-back a {
    color: white;
    background: #E50014;
    border-radius: 1.875rem;
    padding: 0.5rem 0.938rem;
}
/** SERVICE */
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    width: 15px;
}
.check-privasi {
    width: 15px;
    height: 15px;
}
.inline-button-page {
    display: inline-flex; 
    font-size: 2.5rem; 
}
.media {
    position: relative;
    display: flex;
}
.text-list {
    font-size: 26px;
    padding: 0px 15px;
    color: grey;
}
.block-text {
    background: #1F2B3E;
    padding: 20px 0px;
}
.text-underline {
    text-decoration: underline;
}
.text-justify {
    text-align: justify;
}
.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #d9232d;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    transition: all 0.4s;
}