/* Header */
.page-header {
    padding-top: 68px;
    padding-bottom: 0;
}

.header-navigation-container {
    background: url(../../../images/pages/home/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 85vh !important;
}

.header-nav-number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    width: 36px;
    height: 36px;
    border: 1px solid var(--white);
    border-radius: 50%;
    margin-right: 16px;
}

.header-nav .slick-track {
    display: flex;
    flex-direction: column;
}

.header-nav .slick-list {
    padding-left: 28px !important;
}

.header-nav .slick-slide {
    width: 45vw;
    margin-bottom: 24px;
    cursor: pointer;
}

.header-nav .slick-current .header-nav-number {
    background-color: var(--white);
    color: var(--primary);
}

.header-carousel-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.header-carousel-overlay-img {
    width: 100%;
    height: 85vh;
    display: block;
    object-fit: cover;
}

.header-carousel-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,0.6);
    padding: 28px;
    align-items: start;
    justify-content: end;
}

.header-btn {
    background-color: transparent;
}
/* End Header */

/* Search News */
#searchNews {
    padding: 20px 0;
    background-color: var(--primary);
}

.search-form {
    border-radius: 25px;
    border: 0;
    height: 40px;
    padding: 0 20px;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    width: 100% !important;
    transition: all 300ms ease;
    font-weight: 300;
}

.search-form::placeholder {
    color: var(--white);
}

.search-btn {
    position: absolute;
    right: 0;
    border-radius: 25px;
    height: 40px;
    padding: 0 35px;
    background-color: #fff;
    transition: all 300ms ease;
    color: var(--primary);
    letter-spacing: 1px;
    font-weight: 500;
    top: 0;
    border: 1px solid white;
    font-size: 16px !important;
}
/* Search News End */


/* Lastest News */
#lastestNews {
    margin-top: 50px;
}

.lastest-divider {
    margin-top: 8px;
    margin-bottom: 48px;
    border: 3px solid var(--secondary);
    width: 12%;
}

.lastest-gutter {
    margin-left: -16px;
    margin-right: -16px;
}

.lastest-gutter > [class^="col"] {
    padding-left: 16px;
    padding-right: 16px;
}

.lastest-card {
    background: #fff;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.lastest-card .card-body {
    padding: 16px;
}

.lastest-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    transition: var(--transition);
    margin-bottom: 16px;
}

.lastest-card img:hover {
    opacity: .8;
}

.lastest-link-title {
    transition: var(--transition);
}

.lastest-link-title:hover {
    color: var(--secondary);
}
/* End Lastest News */


/* Our Mitra */
#ourMitra {
    margin-top: 50px;
}

.mitra-divider {
    margin-top: 8px;
    margin-bottom: 48px;
    border: 3px solid var(--secondary);
    width: 7%;
}

.mitra-img {
    max-width: 150px;
    height: 70px;
    object-fit: contain;
}

.mitra-carousel .slick-next::before,
.mitra-carousel .slick-prev::before {
    color: #185089 !important;
}
/* End Our Mitra */


/* Apa Kata Alumni */
#apaKataAlumni {
    margin-top: 80px;
}

.alumni-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.alumni-carousel .slick-next::before, .alumni-carousel .slick-prev::before {
    color: #185089 !important;
}
/* End Apa Kata Alumni */


/* Information */
#information {
    background: url(../../../images/pages/home/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0;
    margin-top: 24px;
}

.info-title {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 25px;
    color: #09437D;
    display: block;
    width: fit-content;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 20px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
}

.info-list {
    padding: 0;
    text-align: left;
    column-count: 2;
}

.info-list li {
    break-inside: avoid-column;
    padding: 10px 0;
}

.info-list li a {
    color: #fff;
    font-weight: 300;
    transition: all 300ms ease;
}

.info-list li a:hover {
    color: var(--secondary);
}

.info-list li a i {
    margin-right: 5px;
}
/* End Information */


@media (max-width: 767.98px) {

    /* Header */
    .header-carousel-overlay-img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }

    .header-nav .slick-slide {
        width: 83vw;
        margin-bottom: 24px;
        cursor: pointer;
    }

    .header-navigation-container {
        height: fit-content !important;
    }
    /* Header */

}


@media (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    .header-carousel-overlay-img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
    }

    .header-nav .slick-slide {
        width: 40vw;
        margin-bottom: 24px;
        cursor: pointer;
    }

    .header-navigation-container {
        height: 70vh !important;
    }

    .header-nav .slick-list {
        padding-left: 0px !important;
    }
    /* Header */


}
