body {
    font-size: 1em;
    color: #4e4c4d;
}

section {
    padding-top: 86px;
}

h1 {
    font-size: 3.6em;
    font-weight: lighter;
    line-height: 1.1em;
}

h2 {
    font-size: 1.7em;
    font-weight: lighter;
    line-height: 1em;
}

h3 {
    font-weight: lighter;
    font-size: 1.4em;
}

h4 {
    font-weight: lighter;
    font-size: 1.1em;
}

.navbar {
    border-radius: 0.9rem;
    padding: 2rem;
    height: 88px;
    background-image:none!important;
}

.mega-menu {
    z-index: 2;
    width:88.8vh;
}

.bg-primary {
    background: linear-gradient(#0782b1 0%, #22ade2 100%);
    color: white;
}

.bg-dark {
    background: linear-gradient(#131314 0%, #343a40 100%);
    color: white;
}

.btn-light {
    background: #ffffff;
}

.carousel-item {
    height: 100%;
}
.carousel-items {
    height: 100%;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.no-decor:hover {
    text-decoration: none;
}

.faq {
    margin-bottom: 1rem;
    border-bottom: 1px solid #f7941d;
    font-size: 15px!important;
}

    .faq h5 {
        padding-bottom: .3rem;
    }

    .faq .collapse {
        margin-bottom: 1rem;
    }

    .faq a {
        color: #00adef;
    }

        .faq a.collapsed {
            color: #4e4c4d;
        }

        .faq a:hover {
            text-decoration: none;
            color: #00adef;
        }

        .faq a::after {
            content: "-";
            float: right;
            width: 1rem;
            text-align: center;
            color: #00adef;
        }

        .faq a.collapsed::after {
            content: "+";
            float: right;
            width: 1rem;
            text-align: center;
            color: #f7941d;
        }

textarea.form-control,
input.form-control {
    border-radius: 18px;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.card-body {
    padding: 1.5rem 0.5rem;
}

.input-group-lg input.form-control {
    border-radius: 64px;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.input-group-lg > .input-group-append > .btn {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
}

.card {
    border-radius: .4rem;
    box-shadow: 0 3px 20px -4px #0000006e;
    border: none;
}

.shadow {
    box-shadow: 0 5px 10px -2px #0000006e !important;
}

.outline-white {
    border: 2px solid #ffffff;
}

.btn {
    border-radius: 64px;
    border: 2px solid #fff;
    padding: 4px 28px;
}

.btn-flat {
    border: none;
}

.bg-carousel {
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 0;
    right: 0;
}

.carousel-item::before {
    content: "";
    /*background: linear-gradient(90deg, #00adef 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%), linear-gradient(135deg, #00adef 0%,#00adef 17%,rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%), linear-gradient(-160deg, #00adef 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-items::before {
    content: "";
    background: linear-gradient(90deg, #00adef 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%), linear-gradient(135deg, #00adef 0%,#00adef 17%,rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%), linear-gradient(-160deg, #00adef 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-carousel-image {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-inner {
    height: 100%;
    width: 100%;
}

.container,
.container-fluid {
    position: relative;
    padding: 0 65px;
    max-width: 1500px;
}

    .container::after,
    .container-fluid::after {
        content: "";
        position: absolute;
        width: 1px;
        left: 64px;
        border-left: 1px solid #fff;
    }

.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='svgMask'><feGaussianBlur stdDeviation='10' /></filter></svg>#svgMask");
}

.img-thumbnail {
    border: none;
    padding: 0;
    margin-top: 16px;
    background: none;
}

.img-thumbnail-wide {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.round {
    border-radius: 50rem;
}

.indentation {
    padding-left: 34px;
}

.indentation-plus {
    padding-left: 48px;
}

.table-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.table-wrap-cell {
    display: table-cell;
}

.brand {
    font-size: 2em;
    margin-left: -58px;
}

.nav a {
    color: #fff;
}

.nav-link.active {
    font-weight: bolder;
}

.nav-page .nav-item {
    margin-right: 15px;
    margin-left: 15px;
}

.nav-page .nav-search {
    margin-right: -16px;
}

.nav-pilihan-bahasa {
    margin-right: 110px;
    margin-bottom: -2rem;
    font-size: .9em;
}

.nav-page {
    margin-top: 6px;
    font-size: 1.1em;
}

.nav-separator {
    border-right: 2px solid #ffffff;
    margin: 8px 0px;
}

.nav-link-bahasa {
    padding-left: 0;
    padding-right: 0;
}

.group-tab-nobox {
    border-bottom: none;
    margin-bottom: 24px;
}

    .group-tab-nobox .nav-link {
        color: #00adef!important;
    }

    .group-tab-nobox .nav-item .nav-link:hover {
        /*border: none;*/
    }

    .group-tab-nobox .nav-link.active {
        position: relative;
        border: none;
        background: #ffffff00;
        color: #f7941d!important;
        font-weight: normal;
    }

    .group-tab-nobox.nav-fill .nav-link.active::after {
        content: "";
        height: 1px;
        border-top: 1px solid #f7941d;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 25%;
        width: 50%;
    }

    .group-tab-nobox .nav-link.active::after {
        content: "";
        height: 1px;
        border-top: 1px solid #f7941d;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

.group-tab-nobox-content {
    padding: 0 42px;
    line-height: 1.3em;
}

.group-tab-transparent {
    border-bottom: none;
    margin-bottom: 12px;
}

    .group-tab-orange .nav-item .nav-link.active,
    .group-tab-transparent .nav-item .nav-link.active {
        position: relative;
        background: none;
        /*border: none;*/
        border-color:transparent;
        color: #f7941d!important;
        fill: #f7941d;
        font-weight: normal;
    }

.group-tab-orange .nav-item .nav-link.active {
    color: #ffffff;
    fill: #ffffff;
    font-weight: bolder;
}

.group-tab-transparent-round .nav-item .nav-link.active {
    content: "";
    border: none;
    color: #ffffff !important;
    background: #f7941d !important;
    border-radius: 64px;
}

    /* .group-tab-transparent-round .nav-item .nav-link.active:hover {
        content: "";
        border: none;
        color: #ffffff !important;
        background: #f7941d !important;
        border-radius: 64px;
    } */

.group-tab-orange .nav-link.active::after,
.group-tab-transparent .nav-link.active::after {
    content: "";
    border-left: 3px solid #f7941d;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.group-tab-orange .nav-link.active::after {
    border-left: 3px solid #ffffff;
}

.group-tab-transparent-bottom .nav-link.active::after {
    content: "";
    border-left: none;
    border-bottom: 1px solid #f7941d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.group-tab-transparent-round .nav-link.active::after {
    content: "";
    border: none;
}

.group-tab-orange .nav-item .nav-link,
.group-tab-transparent .nav-item .nav-link {
    color: #00adef!important;
    fill: #00adef;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.group-tab-orange .nav-item .nav-link {
    color: #ffffff;
    fill: #ffffff;
}

.group-tab-orange {
    border-bottom: none;
}

    .group-tab-orange .nav-item .nav-link:hover,
    .group-tab-transparent .nav-item .nav-link:hover {
        /*border: none;*/
        /*background: #ffffff63;*/
        /*border-radius: 0;*/
        border-color:transparent;
    }

.bg-transparent {
    background: #ffffffde !important;
    color: #696969;
}

.bg-orange {
    background: #f7941d !important;
}

.bg-white {
    background: #ffffff !important;
}

.text-black {
    color: #4e4c4d !important;
}

.text-orange {
    color: #f7941d !important;
    font-size: 18px;
}

.text-blue {
    color: #00adef !important;
}

.bg-grey {
    background: #e6e7e8 !important;
}

.btn-primary {
    background: #00adef !important;
}

@media (max-width: 1000px) {
    .container, .container-fluid {
        padding: 0;
    }

    .navbar {
        border-radius: 0;
    }

    .container::after,
    .container-fluid::after {
        content: "";
        border-left: none !important;
    }

    .footer-separator-sm {
        border-top: 1px solid #dedede;
        padding-top: 16px;
    }

    .carousel-item::before {
        background: none;
    }
    .carousel-items::before {
        background: none;
    }
}

@media (max-width: 767px) {
    .search-sm-pull-down {
        padding-top: 300px;
    }

        .search-sm-pull-down .col {
            padding: 10px;
        }

    .navbar {
        position: unset;
    }

    body {
        overflow-x: hidden;
    }
}

.search_box {
    margin-top: -6vh;
    padding: 1rem;
    background-color: white;
    background-size: contain;
    border-radius: .8rem;
    padding: 1.8rem;
    position: fixed;
    /*display: none;*/
    width: 90vw;
    /*-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;*/
    z-index: 18;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


/* Add Animation */
@-webkit-keyframes animatebuttom {
    from {
        top: 0;
        opacity: 0
    }

    to {
        top: -300px;
        opacity: 1
    }
}

@keyframes animatebuttom {
    from {
        top: 0;
        opacity: 0
    }

    to {
        top: -300px;
        opacity: 1
    }
}

.on_close {
    display: none;
    -webkit-animation-name: animatebuttom;
    -webkit-animation-duration: 0.4s;
    animation-name: animatebuttom;
    animation-duration: 0.4s;
}

.search_close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 55px;
}

    .search_close:hover,
    .search_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.slideup, .slidedown {
    /*max-height: 0;*/
    margin-top: -41vh;
    overflow-y: hidden;
    transition-property: all;
    -webkit-transition: margin-top 0.5s ease-in-out;
    -moz-transition: margin-top 0.5s ease-in-out;
    -o-transition: margin-top 0.5s ease-in-out;
    transition: margin-top 0.5s ease-in-out;
}
.slidedown {
    /*max-height: 82px;*/
    margin-top:-6vh;
}
.layanan_terbaik:hover {
    background: linear-gradient(#0782b1 0%, #22ade2 100%);
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

.menu-link:hover {
    padding-bottom:15px;
}