@media only screen and (min-width: 600px) and (max-width: 960px){
    
    /* MOBILE NAVBAR */
    .navbar-collapse.collapse.show{
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .9);
        z-index: 10;
        width: 320px;
        height: 100vh;
    }
    .navbar-nav {
        margin-left: 30px;
        margin-top: 30px;
    }
    .dropdown-menu:after{
        border: none;
    }
    /* MOBILE ...NAVBAR */

    header{
        position: sticky;
    }

    .navbar-qu{
        position: relative;
        width: 100vw;
        height: 68px;
    }
    .img-logo{
        position: absolute;
        top: 0;
        left: 50px;
        width: 150px;
        height: 150px;
    }
    .btn-search{
        position: absolute;
        color: rgba(255, 255, 255, .6);;
        background-color: transparent;
        border-color: transparent;
        top: 14px;
        right: 160px;
        font-size: 1.3em;
    }
    .navbar-dark .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 100px;
        border-color: transparent;

        /* hide navbar when mobile device */
        display: block;
    }
    .nav-kotak{
        height: 12px;
    }

    /* VIDEO HEADER */
    section#video-header{
        height: 576px;
    }
    section#video-header .row{
        margin-top: 400px;
        width: 660px;
    }
    .head-text{
        font-size: 48px;
        line-height: 48px;
    }

    /* BERITA */
    section#berita{
        height: 2000px;
    }

    .section-title{
        font-size: 48px;
        padding: 36px 0;
    }
    h6.card-title{
        color: var(--color-primary);
        font-size: 20px;
    }
    .slide-indikator{
        display: none;
    }
    .card{
        background-color: #F4F4F4;
    }

    .carousel-indicators {
        top: 1720px;
    }

    .card-img-top{
        height: 470px;
    }

    .blok-berita{
        margin-top: 80px;
    }
    .tombol-list-berita{
        text-align: center;
    }


    /* AGENDA */
    section#agenda{
        height: 635px;
    }
    .mobile-agenda{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .box-date {
        height: 100px;
        width: 100px;
        border-radius: 14px;
        background-color: var(--color-primary);
        text-align: center;
        padding-left: 20px;
    }
    .mobile-agenda div.row{
        margin: 5px 0;
    }
    p.judul {
        font-size: 22px;
        width: 580px;
    }
    p.penulis{
        font-size: 16px;
    }
    .tombol-agenda{
        margin: 60px 0 0;
    }


    /* LAYANAN */
    .tombol-layanan.kiri {
        margin-top: 130px;
    }
    .box-awas{
        margin-top: 30px;
    }
    h5.header-layanan{
        width: 450px;
        margin-left: calc(50% - 225px);
    }
    section#layanan {
        height: 1050px;
    }
    .tautan-mid{
        margin: 2em 0;
    }



    /* TAUTAN */
    section#tautan {
        height: 530px;
    }
    .box-tautan{
        text-align: center;
        margin: 0 calc(50% - 176px) 0;
    }



    /* VIDEO */
    section#video{
        height: 850px;
    }
    .box-video{
        text-align: center;
    }
    .list-video{
        padding: 10px 15px;
    }



    /* FOLLOW ME */
    section#follow{
        height: 260px;
    }
    .box-follow{
        display: inline-block;
        margin: 10px;
        width: 55px;
    }
    .box-follow i.fab{
        color: var(--color-secondary);
        font-size: 55px;
    }


    /* FOOTER */
    iframe.map-google{
        height: 410px !important;
        width: 670px !important;
    }
    footer{
        height: 1340px;
    }

    .logo-footer{
        margin-top: 41px;
        margin-bottom: 10px;
        width: 350px;
    }
    .m-footer{
        margin-left: 5px;
    }
    .text-footer {
        font-size: 28px;
    }
    table.table-footer tr, table tr td {
        font-size: 18px;
    }
    .footer-link p{
        font-size: 18px;
    }



    .bottom-footer{
        height: auto;
        width: 100vw;
    }
    .text-copy{
        font-size: 18px;
        font-weight: 400;
    }

    /* BACK TO TOP */
    .back-to-top{
        right: 25px;
        bottom: 20px;
        background: rgba(255,133,0,.67);
    }


}