@media only screen and (min-width: 600px) {
    #header {
        /* backdrop-filter: blur(10px) saturate(150%); */
        -webkit-backdrop-filter: blur(10px) saturate(150%);
        background-color: var(--header-background, hsla(0, 0%, 100%, .8)) !important;
        transition: background-color .3s linear;
    }


}

@media only screen and (max-width: 600px) {
    #hero {
        height: 100px !important;
    }
}

.img-sidebar {
    /* min-height: 200px; */
    width: 100%;
}

.slider-utama .item img {
    border-radius: 10px;
    transition: all 0.3s ease;
    min-height: 300px !important;
}

.owl-carousel .owl-item.active+.owl-item+.owl-item {
    filter: blur(5px);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.owl-carousel .owl-item.active+.owl-item+.owl-item+.owl-item {
    filter: blur(5px);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.owl-carousel .owl-item:not(.active) {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.bg-blue-gradient {
    background: rgb(37, 37, 148) !important;
    background: linear-gradient(90deg, rgba(37, 37, 148, 1) 0%, rgba(22, 183, 215, 1) 64%) !important;
}


.app-item img {
    border-radius: 5px;
    /* height: 78.3px; */
    /* object-fit: cover; */
    width: 100% !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.315);
}

.box-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 0, 0, 0.1),
        0 16px 32px rgba(0, 0, 0, 0.2);
}

.app-section {
    background-image: url('/img/top_shape_bg.png?t=e');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left top;
}

/* .icon-box {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
} */

.icon-box .icon-body {
    padding: 20px;
}

.meta-data {
    /* padding-top: 10px; */
    font-size: 10px !important;
    color: #106eea;
}

.card-berita-terbaru {
    background-color: #1474AE !important;
    color: white;
}

.card-berita-terbaru .title {
    font-size: 14px !important;
    /* font-weight: normal; */
    color: white;
}

.card-berita-terbaru .title a {
    color: white;
}

#header {
    background-color: #1474AE !important;
    height: 100px !important;
}

#header .nav-link {
    color: white;
}

.logo-img {
    min-height: 40px !important;
    /* min-width: 50px !important; */
}

.scrolled-offset {
    margin-top: 100px;
}

.thumbnail img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: 100px !important;
}

.lihat-semua {
    color: #1474AE;
    font-family: 'Roboto';
}

.thumbnail.video {
    margin-top: -30px;
    margin-bottom: -30px;
}

.thumbnail.video img {
    clip-path: polygon(0 13%, 100% 13%, 100% 87%, 0 87%);
}



section.provsu {
    background-color: #F7DC6F;
}

#footer .footer-newsletter {
    padding: 0px !important;
}

.bg-yellow {
    background-color: #F7DC6F !important;
}

.breadcrumb-wrapper {
    font-size: 13px;
    /* font-weight: 400; */

}

.breadcrumb-wrapper a {
    color: rgb(94, 91, 91);
}

.breadcrumb-wrapper a:hover {
    color: #1474AE;
}

.artikel-body {
    text-align: justify !important;
}

.subtitle {
    /* font-weight: lighter; */
    font-size: 13px;
}

.card-video {
    cursor: pointer;
}

.btn-biru {
    background: #1474AE;
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
}

.show-foto {
    cursor: pointer;
}


@media only screen and (max-width: 600px) {
    .provsu img {
        width: 40px !important;
        height: 50px !important;
    }

    .provsu h2 {
        font-size: 15px !important;
    }

    .provsu a {
        font-size: 10px !important;
    }

    .provsu .action {
        /* text-align: right !important; */
    }


}

/* tablet */
@media (min-width:1581px) {
    #footer .footer-top {
        background-image: url('/img/gorga.png?t=ess') !important;
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
        background-position: left top !important;
    }

}

/* mobile */

@media (max-width:991px) {
    .mobile-nav-toggle {
        background-color: rgb(233, 233, 233);
        color: rgb(36, 36, 36);
        padding: 5px;
        border-radius: 100%;
    }

    .mobile-nav-toggle.bi-x {
        color: black;
    }

    .navbar ul {
        background-color: #1474AE !important;
        border-radius: 5px;
    }

    .navbar ul a {
        color: white !important;
    }

    .navbar ul .dropdown-active {
        border: 1px solid black;
    }

    .lihat-semua {
        font-size: 12px !important;
    }

    .img-sidebar {
        /* min-height: 70px !important; */
    }
}



.text-sm {
    font-size: 12px;
}

a {
    color: #1474AE;
}

a:hover {
    /* color: #10669b !important; */
}

.card-berita-terbaru a:hover {
    color: rgb(224, 219, 219) !important;
}

.color-main {
    color: #1474AE !important;
}

.share-button a {
    display: inline-flex;
    /* Membuat elemen a menjadi flexbox */
    justify-content: center;
    /* Mengatur posisi horizontal elemen di tengah */
    align-items: center;
    /* Mengatur posisi vertikal elemen di tengah */
    width: 60px !important;
    height: 60px !important;
    padding: 10px;
    margin: 5px;
    text-align: center;
    /* background-color: #eee; */
    border-radius: 2px;
    transition: .5s;
}

.share-button a:hover {
    background-color: #eee;

}

.max-baris-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-baris-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-baris-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placeholder-img {
    background-color: #eee !important;
    /* height: 100%; */
    width: 100%;
}