.navbrand {
    opacity: 0;
    transform: translate(-100px,0) rotate(15deg);
    transition: 1s;
}
.navbrand.showLogo {
    opacity: 1;
    transform: translate(0,0);
}
.page-section.announcement .news-item {
    opacity: 0;
    transform: translate(0, -50px);
    transition: .5s;
}
.page-section.announcement .news-item.show {
    opacity: 1;
    transform: translate(0,0);
}
.sarpras {
    opacity: 0;
    transform: translate(0, 50px) rotate(15deg);
    transition: .5s;
}
.sarpras.showSarpras {
    opacity: 1;
    transform: translate(0,0);
}
/*#activities.pimpinan-box {
    background: #1f2d49;
    background-color: #1f2d49;
    height: auto;
}
#activities.pimpinan-box::before,
#activities.pimpinan-box::after {
    background-color: transparent;
    background: transparent;
}

#activities.pimpinan-box .row-content .owl-carousel .item {
    height: 350px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#activities.pimpinan-box .row-content .owl-carousel .item img {
    max-width: 100%;
    height: auto;
    margin-left: 0;
}

#news.saranaprasarana {
    height: auto;
}

#news.saranaprasarana .row-content .news-item .news-media {
    height: unset;
    min-height: unset;
}

#pimpinan .profile-box {
    background-size: cover;
    background-position: center;
}

#pimpinan .profile-box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    display: block;
}

#pimpinan .profile-box .profile-media, 
#pimpinan .profile-box:focus .profile-media, 
#pimpinan .profile-box:hover .profile-media {
    background: transparent;
}

#pimpinan .profile-box .profile-title, 
#pimpinan .profile-box:focus .profile-title, 
#pimpinan .profile-box:hover .profile-title {
    background: transparent;
}

#pimpinan .profile-box:focus .profile-title h2, 
#pimpinan .profile-box:hover .profile-title h2 {
    color: #1976D2;
}

#pimpinan .profile-box:focus .profile-title .titles, 
#pimpinan .profile-box:hover .profile-title .titles {
    color: #9E9E9E;
}*/