*{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.menu-active{
    background-color: #f9f7f7 !important;
    font-weight: 700;
    color: #555 !important;
}

.nav-link{
    font-size: 14px;
    letter-spacing: 0px;
    color: #e0e0e0;
}

.nav-link:hover{
    background-color: #f9f7f7 !important;
    color: #555;
}

.link-dark{
    text-decoration: none;
}

.pengumuman:hover{
    /* background-color: #eeeeee; !important; */
    text-decoration: underline;
}

ul.dropdown-menu > li a{
    color: #e0e0e0;
}
ul.dropdown-menu > li a:hover{
    background-color: #e0e0e0 !important;
    color:  #555;
}

.shadow-box{
    box-shadow: rgba(60, 106, 166, 0.19) 0px 10px 20px, rgba(60, 106, 166, 0.23) 0px 6px 6px;
}

.bg-color-nav{
    background-color: rgba(60, 106, 166, 0.95) !important;

}

.bg-color-nav-dropdown{
    background-color: rgb(60, 106, 166) !important;
}

.color-icon-pemko{
    color: #f9f7f7;
}

a.link-dark > h6.bg-light:hover{
    background-color: #edeff0 !important;
    transition: 0.3s;
}

div.baca p{
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
}

/* components */
/* article */
.article {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
}
.article .article-header {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.article .article-header .article-image {
    background-color: #4c82e7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.article .article-header .article-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    padding: 10px;
}
.article .article-header .article-title h2 {
    font-size: 16px;
    line-height: 24px;
}
.article .article-header .article-title h2 a {
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.article .article-details {
    background-color: #fff;
    padding: 20px;
    line-height: 24px;
}
.article .article-details .article-cta {
    text-align: center;
}
.article .article-header .article-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.article .article-header .article-badge .article-badge-item {
    padding: 7px 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
}
.article .article-header .article-badge .article-badge-item .ion, .article .article-header .article-badge .article-badge-item .fas, .article .article-header .article-badge .article-badge-item .far, .article .article-header .article-badge .article-badge-item .fab, .article .article-header .article-badge .article-badge-item .fal {
    margin-right: 3px;
}
.article.article-style-b .article-details .article-title {
    margin-bottom: 10px;
}
.article.article-style-b .article-details .article-title h2 {
    line-height: 22px;
}
.article.article-style-b .article-details .article-title a {
    font-size: 16px;
    font-weight: 600;
}
.article.article-style-b .article-details p {
    color: #34395e;
}
.article.article-style-b .article-details .article-cta {
    text-align: right;
}
.article.article-style-c .article-header {
    height: 233px;
}
.article.article-style-c .article-details .article-category {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #34395e;
}
.article.article-style-c .article-details .article-category a {
    font-size: 10px;
    color: #34395e;
    font-weight: 700;
}
.article.article-style-c .article-details .article-title {
    margin-bottom: 10px;
}
.article.article-style-c .article-details .article-title h2 {
    line-height: 22px;
}
.article.article-style-c .article-details .article-title a {
    font-size: 16px;
    font-weight: 600;
}
.article.article-style-c .article-details p {
    color: #34395e;
}
.article.article-style-c .article-user {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.article.article-style-c .article-user img {
    border-radius: 50%;
    float: left;
    width: 45px;
    margin-right: 15px;
}
.article.article-style-c .article-user .user-detail-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article.article-style-c .article-user .user-detail-name a {
    font-weight: 700;
}

@media (max-width: 575.98px) {
    .article .article-style-c .article-header {
    height: 225px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .article {
    margin-bottom: 40px;
    }
    .article .article-header {
    height: 195px !important;
    }
    .article.article-style-c .article-header {
    height: 155px;
    }
}
@media (max-width: 1024px) {
    .article.article-style-c .article-header {
    height: 216px;
    }
    .article .article-header {
    height: 155px;
    }
}

/* Author */
.author-box .author-box-left {
    float: left;
    text-align: center;
    padding-left: 5px;
  }
  .author-box .author-box-left .btn {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 30px;
  }
  .author-box .author-box-picture {
    width: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  }
  .author-box .author-box-details {
    margin-left: 135px;
  }
  .author-box .author-box-name {
    font-size: 18px;
  }
  .author-box .author-box-name a {
    font-weight: 600;
  }
  .author-box .author-box-job {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #34395e;
  }
  .author-box .author-box-description {
    line-height: 26px;
    margin-top: 15px;
  }

@media (max-width: 575.98px) {
    .author-box .author-box-left {
    float: none;
    }
    .author-box .author-box-details {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    }
}

/* footer */
.bg-color-footer{
    background-color: rgba(60, 106, 166, 1) !important;
    }

.color-footer-text{
    color: white;
    }