

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #bd0000;
    font-weight: 400;
    text-decoration: none;
}

#berita {
    background: url(../img/bg-main.jpg);
    background-size: cover;
    background-position: center center;
}

#berita .container {
    background-color: #FFF;
}

.sm-img {
    height: 70px;
    width: 100px;
    object-fit: cover;
}

.link-tree {
    font-size: 12px;
}

.link-tree a {
    color: rgb(134, 134, 134) !important;
}

.berita-title {
    font-weight: 700;
}
.navbar-custom {
    position: relative;
}

.time-info {
    margin-bottom: 100px;
}

.berita-baru-title {
    background-color: #5CB3D1;
    padding: 15px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
}

.list-berita a {
    color: #5CB3D1;
}

.list-berita .berita-box {
    padding: 10px 15px;
}

.berita-baru-box {
    background-color: #FFFFFF;
    border: 1px solid #5CB3D1;
}

#galeri {
    margin-top: 130px;
}

@media (min-width: 1360px) {
    .float-box {
        position: fixed;
        top: 135px;
        right: 108px;
        width: 25%;
        z-index: 3;
        transition: 300ms;
    }
}
