#news-slide {
    padding-top: 70px !important;
}
.slider-home .slider{
    height: 465px;
    padding-left: 0;
    padding-right: 0;
}

.slider-home .box-slider{
    height: 465px;
    width: 100%;
    position: relative;
}

.slider-home .box-slider .description{
    position: absolute;
    bottom: 0;
    background: #C82820;
    /* border-radius: 8px; */
    width: 100%;
    padding: 10px;
    opacity: 0.7;
}

.slider-home .box-slider .description .tag{
    background-color: #FFF;
    padding: 50px;
    width: 3.3rem;
    align-items: center;
    justify-content: center;
    color: #000;
}

.slider-home .box-slider .description a{
    /* background: #C82820; */
    /* padding: 5px; */
    font-size: 1.4rem;
    color: #FFF;
}

.slider-home img{
    height: 465px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 8px;
}

.slider-home .box-slide {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
}

.slider-home .box-slide .prev,.slider-home .box-slide .next{
    color: #FFF;
}


/* untuk si hitam dan merah sebelah kanan slider */
.box-news-info .row{
    gap: 1rem 1rem;
}

.box-news-info .row .title-info{
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
}

.box-news-info .icon{
    background-color: #FFF;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5%;
}

.box-news-info .box-desc{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* peraturan */
.box-news-info .box-role {
    background: #C82820;
    border-radius: 6px;
    color: #FFF;
    height: 222px;
}

.box-news-info .box-role .icon i{
    color: #C82820;
    font-size: 20px;
}

.box-news-info .box-role .bg-icon:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f19c";
    font-size: 5rem;
    right: -30px;
    bottom: -40px;
    opacity: 0.2;
}

/* jurnal */
.box-news-info .box-jurnal {
    background: #22292F;
    border-radius: 6px;
    color: #FFF;
    height: 222px;
}

.box-news-info .box-jurnal .icon i{
    color: #22292F;
    font-size: 20px;
}

.box-news-info .box-jurnal .bg-icon:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f15c";
    font-size: 5rem;
    right: -10px;
    bottom: -40px;
    opacity: 0.2;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .box-news-info .box-desc{
        word-wrap: normal;
    }

    .box-news-info .row{
        gap: 0;
        margin-top: 5px;
    }

    .box-news-info .row .title-info{
        font-size: 12px;
    }

    .box-news-info .box-role {
        height: 150px;
    }

    .box-news-info .box-jurnal {
        height: 150px;
    }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .box-news-info .row{
        gap: 0;
        margin-top: 5px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    #news-slide {
        padding-top: 75px !important;
    }
}
