/* Content */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content {
    flex: 1;
}

.sticky-offset{
    top: 70px !important;
    z-index: 98 !important;
}

nav {
    padding: 0 !important;
    font-family: PT Sans;
    font-style: normal;
}

#navbar-webigr .active .item-link, #navbarNav .item-link:hover {
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    background-color: #CC292A;
    /* border-bottom: 3px solid #006EC7; */
}

#navbar-webigr .dropdown-item:hover {
    background-color: #a3a3a3;
}

#navbar-webigr .active .item-link {
    background-color: #CC292A;
    border-radius: 20px;
}

#navbar-webigr{
    background-color: white;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 25%);
    margin-bottom: 25px;
}

nav .nav-item {
    height: 100%;
    border-bottom: 3px solid #ffff
}

nav .nav-item .item-link{
    margin-right: 10px;
    margin-top: 15px;
    background-color: #006EC7;
    border-radius: 20px;
    /* margin-bottom: auto; */
}

nav .nav-item .item-link a {
    color: #ffff !important;
}
.separator {
    position: absolute;
    width: 100%;
    margin-bottom: 20px;
    left: 0;
    border-bottom: 1px solid #BDBDBD;
}

/* Section header */
.section-header::before{
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 10px;

    border-top: 2px solid #CC292A;
    content: '';

}

.section-header{
    /* identical to box height */
    text-align: center;
}

.section-header h2{
    margin-left: auto;
    margin-right: auto;
    /* border-top: 2px solid #CC292A; */

    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
}
/* /Section header */

/* section header for berita page */
.section-header-berita{
    text-align: left;
}

.section-header-berita::after{
    display: block;
    width: 64px;
    height: 10px;
    border-top: 4px solid #CC292A;
    content: '';
}

.section-header-berita h2{
    margin-left: auto;
    margin-right: auto;
    /* border-top: 2px solid #CC292A; */

    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
}

/* owl-carousel */
.owl-carousel .owl-dots .owl-dot.active span{
    background: #006EC7 !important;
}

.owl-carousel .owl-dots .owl-dot:hover span{
    background: #006EC7 !important;
}
/* /owl-carousel */


@media (min-width: 992px) {
    nav .navbar-nav {
        height: 68px;
    }
    
}

@media (max-width: 765px) {
    .sticky-offset {
        z-index: 1020 !important;
    }
}


