.nav-link {
    color: white !important;
    font-weight: bold;
}

.sticky-wrapper.is-sticky .site-navbar {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.site-menu li .nav-link {
    font-size: 0.8em !important;
    text-transform: uppercase;
}

.intro-section:before {
    background-color: transparent;
}

.intro-section {
    height: auto;
    min-height: auto;
}

.intro-section img {
    height: 70vh;
    object-fit: cover;
}

.hero-slide .owl-nav .owl-prev,
.hero-slide .owl-nav .owl-next {
    position: absolute;
    top: 40%;
}

.bg-dark {
    background-color: black !important;
}

/* if mobile screen */
@media (max-width: 768px) {
    .site-mobile-menu .site-nav-wrap a {
        color: #212529 !important;
    }
}

.conference {
    padding: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conference img {
    height: 50px;
    width: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.conference h5 {
    font-size: 14px;
    color: #212529;
    border-top: 3px solid #dd0000;
    font-weight: bold;
    padding-top: 5px;
}

.news-small {
    object-fit: cover;
    width: 200px;
    height: 100px;
}

.object-fit-cover {
    object-fit: cover;
}

@media (min-width: 768px) {
    .site-section {
        padding: 3em 0;
    }
}

.container-section {
    padding-bottom: 5em !important;
}

.person img {
    margin-top: 0px;
    width: 100%;
    height: 320px;
    border-radius: 0;
    object-fit: cover;
}

.feature-1 .feature-1-content,
.person .feature-1-content {
    padding: 10px;
    padding-top: 20px;
    text-align: center;
}

.feature-1 .feature-1-content h2,
.person .feature-1-content h2 {
    font-size: 1.1rem;
}
.person span {
    font-size: 0.9rem;
}

.info-contact {
    list-style: none;
}
.info-contact i {
    margin-right: 20px;
    font-size: 1rem;
}
.info-contact div span {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1rem;
        column-gap: 5;
        orphans: 1;
        widows: 1;
    }
}

.card-gallery {
    border: none;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
}

.card-gallery .body-gallery {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(50px);
    background-color: black;
    padding: 5px 15px;
}
.body-gallery label {
    font-size: 0.9rem;
    color: white;
    font-weight: bold !important;
}

/* if hover .card-gallery show .body-gallery */
.card-gallery:hover .body-gallery {
    transform: translateY(0px);
    transition: 0.5s;
}
.card-gallery:hover .content-gallery::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all;
    transition-duration: 0.5s;
    background-color: rgba(0, 0, 0, 0.6);
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

.skiptranslate {
    display: none !important;
}

.bg-table-primary {
    background-color: #dd0000 !important;
}
.bg-table-primary th {
    color: white !important;
    font-weight: bold !important;
}

.img-news-big {
    width: 500px;
    height: 350px;
    object-fit: cover;
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 30px;
    -webkit-box-orient: vertical;
}

.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0.125rem;
    background-color: #eee;
}
.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #dd0000;
}
.pagination .page-item.active .page-link {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 0.125rem;
    background-color: #dd0000;
    color: #fff;
}
.pagination .page-item .page-link {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 0.9rem;
    color: #999;
    font-weight: bold;
}
.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}
.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.page-link {
    border: none !important;
}
.page-item {
    margin-right: 20px;
}

/*--------- Pager3 ---------*/
.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
    border: 1px solid #dd0000 !important;
    background-color: white;
    color: #dd0000;
    font-weight: bold;
}
.pagination .page-item.active .page-link {
    box-shadow: none;
}
.pagination .page-item .page-link {
    color: #dd0000;
}

.beasiswa h5 {
    font-weight: bold;
    color: black;
}

.beasiswa .text-sm {
    font-size: 1rem;
}
