.jr-head {
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    z-index: 10;
}

.top-mini-header {
    height: 12vh;
    background-color: transparent !important;
    /* background-color: #00adef !important;*/
    color: white;
    margin-left: -5%;
    width: 100vw !important;
    padding: 3px 0 0 5%;
}

.top-mini-aktive {
    background-color: #00adef !important;
}

.sty-on-top {
    position: fixed; /*! right: 0; */ /*! left: 0; */
    z-index: 17;
    margin-left: auto;
    margin-right: auto;
}

.jr-menu {
    width: 90vw;
    margin-top: 7vh;
}

.jr-head-active {
    z-index: 10;
    position: fixed !important;
}

.jr-menu-active {
    border-radius: 0 !important;
    padding-left: 7% !important;
    padding-right: 7% !important;
    width: 100vw !important;
}

@media (max-width: 767px) {
    .jr-head {
        position: fixed;
        width: 100vw;
        z-index: 10;
        padding: 0;
    }

    .jr-menu {
        width: 100vw;
        margin-top: 0;
        background-size: 40% 100%;
    }

    .logo2 {
        display: none;
    }

    .logo1 {
        margin: -24px 0px !important;
    }

    .nav-page {
        margin-top: 0;
        font-size: 1.2em;
    }
}


.section-first {
    position: relative;
    color: #fff;
    margin-bottom: -10px;
}

section.section-first .container::after {
    top: 160px;
    bottom: 0;
}

section.section-layanan2 .container-fluid::after {
    top: 120px;
    bottom: 0;
}

.section-layanan2 {
    color: #4e4c4d;
}

.section-layanan {
    background: #ffffff;
    padding-bottom: 86px;
}

section.section-layanan .container::after,
section.section-layanan .container-fluid::after {
    top: -86px;
    bottom: -36px;
    border-left: 1px solid #00adef;
}

.section-berita {
    background: #e6e7e8;
    padding-bottom: 50px;
    padding-top: 50px;
}

section.section-berita .container::after,
section.section-berita .container-fluid::after {
    top: -86px;
    bottom: 0;
    border-left: 1px solid #f7941d;
}

.section-layanan2-santunan {
    background: #00adef;
    padding-bottom: 86px;
}

section.section-layanan2-santunan .container::after,
section.section-layanan2-santunan .container-fluid::after {
    top: -86px;
    bottom: -86px;
    border-left: 1px solid #ffffff;
}

section.section-layanan2 .container::after,
section.section-layanan2 .container-fluid::after {
    top: 120px;
    bottom: 0;
    border-left: 1px solid #00adef;
}

.section-map {
    position: relative;
    background: #00adef;
    padding-bottom: 86px;
}

/*.section-map::after {
        content: "";
        position: absolute;
        top: 80px;
        right: 0;
        bottom: 0;
        width: 70%;
        background: url('../../images/global/Peta Indonesia.png');
        background-repeat: no-repeat;
        background-size: contain;
    }*/

.map_vektor {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    width: 70%;
    background-image: url('../../images/global/peta_Indonesia.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.section-copy {
    padding: .5em;
    background: #4e4c4d;
}

#tab-transparent-content-1 {
    /* min-height: 368px;
    max-height: 368px;
    overflow-x: auto;*/
}

.card-berita {
    display: table;
    position: relative;
    height: 280px;
}

.card-berita-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.card-berita-content {
    display: table-cell;
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: .6rem;
}

.berita-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .6;
}

.card-berita-tag {
    position: absolute;
    top: .6rem;
    left: .6rem;
    z-index: 2;
    opacity: .8;
}
.select-sugest-arrow {
    color: #333;
    right: 0px;
    top: 1px;
    width: 30px;
    position: absolute;
    display: block;
    z-index: 10;
    margin: 0 0 0 0;
    pointer-events: none;
    font-size: 14px;
}
.sugest-box-layanan {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 43%;
    padding: 25px 0px 25px 5px;
    /**bottom: -46px;*/
    bottom: -91px;
    background-color: white;
    border-radius: 12px;
}

.social-media-box {
    position: absolute;
    left: -50%;
    right: 0;
    margin: auto;
    width: 43%;
    padding: 25px 0px 25px 5px;
    /**bottom: -46px;*/
    bottom: -91px;
}

.select-sugest {
    border: 0px;
    outline: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

    .select-sugest > option {
        font-size: 1em !important;
    }

.x-close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 15px;
}

    .x-close:hover,
    .x-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    @media (max-width: 1000px) {
        /* .section-first {
    padding-top: 0;
  } */
        .section-layanan2 {
            padding-top: 0;
        }

        .section-map::after {
            background: none;
        }

        /*.section-map::before {
        content: "";
        position: absolute;
        top: 30%;
        right: 0;
        bottom: 0;
        width: 100%;
        background: url('../../images/global/peta_Indonesia.png');
        background-repeat: no-repeat;
        background-size: contain;
        opacity: .3;
    }*/
        .map_vektor {
            content: "";
            position: absolute;
            top: 30%;
            right: 0;
            bottom: 0;
            width: 100%;
            background: url('../../images/global/peta_Indonesia.png');
            background-repeat: no-repeat;
            background-size: contain;
            opacity: .3;
        }
    }
