
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-top: 4px;
    margin-bottom: 4px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: lightgrey;
}

#eduRobo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    margin-top: 24px;
    margin-bottom: 8px;
}

#eduRobo::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

#eduRobo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: lightgrey;
}



.bg-light {
    background-color: #EFF1FE !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px !important;
    }
}

.edu-primary-btn {
    background-color: #0C598F;
    border-radius: 32px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    /* height: 4rem; */
    padding: 8px 24px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.10) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.edu-primary-btn:hover {
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
    transition-duration: .1s;
    text-decoration: none;
}


.edu-primary-outline-btn {
    background-color: #FFFFFF;
    border: 1px solid #0C598F;
    border-radius: 32px;
    box-sizing: border-box;
    color: #0C598F;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    /* height: 4rem; */
    padding: 8px 24px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.10) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.edu-primary-outline-btn:hover {
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
    transition-duration: .1s;
    text-decoration: none;
}

.edu-warning-btn {
    background-color: #FDCF09;
    border-radius: 32px;
    border-style: none;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    /* height: 4rem; */
    padding: 8px 24px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.10) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.edu-warning-btn:hover {
    box-shadow: rgba(253, 207, 9, 0.5) 0 1px 30px;
    transition-duration: .1s;
    text-decoration: none;
}

.edu-minat-btn {
    background: rgb(131, 114, 244);
    background: linear-gradient(45deg, rgba(131, 114, 244, 1) 0%, rgba(106, 85, 242, 1) 50%, rgba(81, 61, 221, 1) 100%);
    border-radius: 32px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 500;
    /* height: 4rem; */
    padding: 16px 24px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.10) 0 3px 8px;
    transition: all 0.5s ease;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.edu-minat-btn:hover {
    background: rgb(71, 53, 191);
    background: linear-gradient(45deg, rgba(71, 53, 191, 1) 0%, rgba(54, 34, 182, 1) 50%, rgba(41, 26, 141, 1) 100%);
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
    transition-duration: 0.3s;
    text-decoration: none;
}

.edu-tab-btn {
    background-color: #EFF1FE;
    border-radius: 32px;
    border-style: none;
    box-sizing: border-box;
    color: #3F3F3F;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    /* height: 4rem; */
    padding: 8px 16px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.10) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

.item .active {
    background-color: #FFC123 !important;
    text-decoration: none;
}

.edu-tab-btn:hover {
    background-color: #FFC123;
    transition-duration: .1s;
    text-decoration: none;
}

.edu-select-btn {
    border: 2px solid white;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    cursor: pointer;
}

.edu-select-btn:hover {
    border: 2px solid #FFC123;
    transition-duration: .1s;
    text-decoration: none;
}

.edu-list-btn {
    border: 2px solid lightgray;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    cursor: pointer;
}

.edu-list-btn:hover {
    border: 2px solid #FFC123;
    transition-duration: .1s;
    text-decoration: none;
}

.edu-bg-color {
    background-color: #6A55F2;
}

.edu-bg-color-1 {
    background-color: #6A55F2;
    border-radius: 48px 0 0 0;
}

.edu-bg-color-2 {
    background-color: #6A55F2;
    border-radius: 0 0 48px 0;
}

.edu-bg-color-3 {
    background-color: #6A55F2;
    border-radius: 0 0 48px 48px;
}

.edu-bg-list-1 {
    background-image: url(../images/bg-white-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.cta-img{
    height: 300px; width:100%; object-fit:cover; object-position: top;
}

.edu-tab .nav .nav-link {
    color: #3F3F3F;
}

.edu-tab .nav .active {
    background-color: #FFC123;
}

.actived {
    color: #0C598F !important;
    font-weight: bold;
}

.nav-link:hover {
    color: #0C598F !important;
}

.shadow-video {
    box-shadow:
        2.1px 2.7px 3.2px rgba(0, 0, 0, 0.056),
        5.8px 7.5px 8.9px rgba(0, 0, 0, 0.08),
        13.9px 18.1px 21.4px rgba(0, 0, 0, 0.104),
        46px 60px 71px rgba(0, 0, 0, 0.16);
}

.icon-play {
    font-size: 48pt;
    user-select: none;
    border-radius: 50%;
    color: red;
}

.icon-play:hover {
    box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
    transition-duration: .1s;
    border-radius: 50%;
    color: #0C598F;
}

.menu-btn {
    border: 2px solid white;
    border-radius: 16px;
    background-color: white;
    transition: all .5s;
    cursor: pointer;
}

.menu-btn:hover {
    border: 2px solid #0C598F;
    transition-duration: .1s;
}

.lokasi .owl-prev {
    height: 36px;
    width: 36px;
    border-radius: 20px !important;
    background-color: white !important;
    border: 2px solid lightgray !important;
    position: absolute;
    left: -48px;
    top: 6px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lokasi .owl-prev:hover {
    color: #0C598F !important;
    border: 2px solid #0C598F !important;
}

.lokasi .owl-next {
    height: 36px;
    width: 36px;
    border-radius: 20px !important;
    background-color: white !important;
    border: 2px solid lightgray !important;
    position: absolute;
    right: -48px;
    top: 6px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lokasi .owl-next:hover {
    color: #0C598F !important;
    border: 2px solid #0C598F !important;
}

.testi .owl-prev {
    height: 36px;
    width: 36px;
    border-radius: 20px !important;
    background-color: white !important;
    border: 2px solid lightgray !important;
    position: absolute;
    left: -40px;
    top: 50%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testi .owl-prev:hover {
    color: #0C598F !important;
    border: 2px solid #0C598F !important;
}

.testi .owl-next {
    height: 36px;
    width: 36px;
    border-radius: 20px !important;
    background-color: white !important;
    border: 2px solid lightgray !important;
    position: absolute;
    right: -40px;
    top: 50%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testi .owl-next:hover {
    color: #0C598F !important;
    border: 2px solid #0C598F !important;
}


.promo .owl-prev {
    height: 36px;
    width: 36px;
    border-radius: 20px !important;
    background-color: white !important;
    border: 2px solid lightgray !important;
    position: absolute;
    left: -40px;
    top: 30%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo .owl-prev:hover {
    color: #0C598F !important;
    border: 2px solid #0C598F !important;
}

.promo .owl-next {
    height: 36px;
    width: 36px;
    border-radius: 20px !important;
    background-color: white !important;
    border: 2px solid lightgray !important;
    position: absolute;
    right: -40px;
    top: 30%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo .owl-next:hover {
    color: #0C598F !important;
    border: 2px solid #0C598F !important;
}

.slider-marquee .owl-carousel {
    transition-timing-function: linear !important;
}

.rounded-cus-48 {
    border-radius: 48px;
}

.rounded-cus-32 {
    border-radius: 32px;
}

.rounded-cus-right-ver-48 {
    border-radius: 0 48px 48px 0;
}

.rounded-cus-left-ver-48 {
    border-radius: 48px 0 0 48px;
}

.rounded-nav {
    border-radius: 50rem !important;
}

.rounded-nav .nav-link {
    border-radius: 50rem !important;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

.overlay {
    opacity: 0;
    transition: .5s ease;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.65);
}

.card-program {
    opacity: 1;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.65);
}

.container-testi:hover .overlay {
    opacity: 1;
}


.image-1 {
    position: absolute;
    transform: rotate(-7.7deg);
}

.image-2 {
    position: absolute;
    transform: rotate(4.8deg);
    top: 75px;
    left: 15%;
}

.image-3 {
    position: absolute;
    top: 150px;

}

.image-4 {
    position: absolute;
    transform: rotate(-4.2deg);
    top: 15px;
    left: 30%;

}

.image-5 {
    position: absolute;
    transform: rotate(8deg);
    top: 125px;
    left: 30%;

}

.image-6 {
    position: absolute;
    transform: rotate(4.8deg);
    top: 0;
    left: 55%;

}

.image-7 {
    position: absolute;
    transform: rotate(-8.6deg);
    top: 75px;
    left: 55%;

}

.image-8 {
    position: absolute;
    transform: rotate(8deg);
    top: 180px;
    left: 50%;

}

.image-9 {
    position: absolute;
    transform: rotate(-10.5deg);
    right: 0;
}

.image-10 {
    position: absolute;
    transform: rotate(7deg);
    right: 0;
    top: 150px;
}

.lokasi .owl-stage-outer {
    border-radius: 48px;
    border: 4px solid white !important;
    background-color: white !important;
}

.parent-img {
    overflow: hidden;
    display: inline-block;
}

.img-zoom {
    transition: transform 0.5s;
}

.parent-img:hover .img-zoom,
.parent-img:focus .img-zoom {
    transform: scale(1.2);
    transition: transform 0.5s;
}

.font-small {
    font-size: small;
}

.spacer {
    height: 48px;
}

.spacer-32 {
    height: 32px;
}

.spacer-24 {
    height: 24px;
}

/* SHIMER2 */

.is-loading {

    .image-lg,
    .image,
    .image-sm,
    .content1,
    .content2,
    .content3,
    .content4 {
        background: #eee;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        border-radius: 10px;
        background-size: 200% 100%;
        animation: 1.5s shine linear infinite;
    }

    .image-sm {
        height: 50px;
        /* border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; */
    }

    .image {
        height: 140px;
        /* border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; */
    }

    .image-lg {
        width: 100%;
        height: 200px;
        /* border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; */
    }

    .content1 {
        height: 10px;
    }

    .content2 {
        height: 20px;
    }

    .content3 {
        height: 30px;
    }

    .content4 {
        height: 40px;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

/* SHIMER2 */

.text-decoration-none {
    text-decoration: none;
    color: initial;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0C598F !important;
}

.filter-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 8px;
}

.filter-container::-webkit-scrollbar {
    display: none;
}

.filter-item {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    background-color: #e0e0e0;
    border-radius: 24px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: small;
}

.filter-item:hover {
    background-color: #ccc;
}

.filter-item.active {
    background-color: #0C598F;
    color: white;
}

.card-title-cus {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-text-cus {
    font-size: small;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sticky-author {
    position: sticky;
    top: 20px;
    /* Adjust the top value as needed */
}

@media (max-width: 768px) {

    .rounded-cus-right-ver-48 {
        border-radius: 32px;
    }

    .rounded-cus-left-ver-48 {
        border-radius: 32px;
    }

    .scrollable-tab {
        overflow-x: auto;
        /* Memungkinkan scroll horizontal */
        white-space: nowrap;
        /* Mencegah elemen turun ke bawah */
        -webkit-overflow-scrolling: touch;
    }

    .scrollable-tab::-webkit-scrollbar {
        display: none;
        /* Sembunyikan scrollbar di Chrome, Safari, dan Edge */
    }

    .nav-pills {
        display: inline-flex;
        /* Memastikan tab tetap dalam satu baris */
        flex-wrap: nowrap;
        /* Menonaktifkan wrap */
    }

    .nav-item {
        flex-shrink: 0;
        /* Mencegah item mengecil */
    }

    .nav-link {
        white-space: nowrap;
        /* Mencegah teks pada tombol wrap */
        padding: 10px 20px;
        /* Sesuaikan padding agar terlihat lebih rapi di layar kecil */
    }

    .fs-6 {
        font-size: small !important;
    }

    .actived-indicator {
        display: none;
    }

    body {
        padding: 0 !important;
        margin: 0 !important;
    }

    .font-search{
        font-size: small !important;
    }
}
/* img{
    width: 100%;
    height: auto;
} */
#bgLivestream{
    background-image: url(../images/bg-5_compress.svg); 
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center; 
    width: 100%;
}
#ctaFirstHome{
    background-image: url(../images/bg-1_compress.svg); background-repeat: no-repeat; background-position: center; background-size: cover;
}
.img-fluid{
    width: 100%;
    height: auto;
}
.g-5{
    --bs-gutter-x: 1rem;
}


#footer a {
    text-decoration: none;
    /* color: #0C598F; */
    color: blue;
}

ul.footer_list{
    list-style-type: none;
    padding-left: 0px;
}
ul.footer_list > li {
    margin-bottom: 10px;
}


.navbar-brand img {
    width: 100%;           /* Membuat gambar memenuhi lebar ruang */
    height: 100%;          /* Membuat gambar memenuhi tinggi ruang */
    object-fit: contain;   /* Menjaga rasio aspek gambar */
}

.owl-item{
    height: auto
}
@font-face {
    font-family: 'Inter', sans-serif;
    src: local('Inter',' sans-serif');
    font-display: swap;
}

/* .cari-kampus-desktop{
    background-image: url(../images/bg-white-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
} */
