.navbar-header.navbar-header-subpage {
    padding-top: 20px !important;
}

/* UNTUK HALAMAN ABOUT US */
.core-values {
    position: relative;
}

/* MAPS */
.leaflet-control-attribution.leaflet-control {
    transform: scale(0) !important;
}

.text-white * {
    color: #ffffff !important;
}

/* MENU BAHASA */
.lang {
    position: relative;
}
.lang.active::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 38px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 2;
    background: rgba(0, 200, 0, 1);
}

.lang.active::after {
    content: "";
    position: absolute;
    left: 15.5px;
    top: 36px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 1;
    background: rgba(0, 200, 0, 0.5);
}

a.lang.active {
    pointer-events: none;
    cursor: none !important;
}

.container-custom {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container-custom {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container-custom {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container-custom {
        width: 1170px;
    }
}
