@charset "UTF-8";

.drop-menu {
    border: 0;
    color: var(--bs-gray-800);
    align-items: center;
    height: 100%
}

.drop-menu .nav {
    list-style: none;
    padding: 0
}

.drop-menu li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.drop-menu li>a {
    flex: 1;
    line-height: 40px
}

.drop-menu li>.is-child {
    flex: 0 0 auto;
    width: 100%;
    padding-left: .5rem;
    display: none
}

.drop-menu li.show>button {
    transform: rotate(180deg)
}

.drop-menu li.show>.is-child {
    display: block
}

.drop-menu li+li {
    margin-top: 5px
}

.drop-menu a {
    display: block;
    color: inherit;
    text-decoration: none;
    white-space: nowrap
}

.drop-menu a:hover,
.drop-menu a:focus {
    text-decoration: none
}

.drop-menu>li {
    padding-left: .5rem;
    padding-right: .5rem;
    position: relative;
    font-size: 13px
}

.drop-menu>li+li {
    margin-left: .5rem
}

.drop-menu>li>a {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
    padding: 0
}

.drop-menu>li.active>a {
    color: var(--bs-red)
}

.drop-menu>li.has-child>a::after {
    position: absolute;
    right: -20px;
    font-size: 14px;
    padding: 0;
    transition: transform 300ms ease
}

.drop-menu>li:hover>a {
    color: var(--bs-primary) !important
}

.drop-menu>li:hover>a::before {
    width: 100%;
    right: auto;
    left: 0
}

.drop-menu>li:hover>a::after {
    transform: translateY(-2px) rotate(-360deg)
}

.drop-menu>li.active>a,
.drop-menu>li>a.active {
    color: var(--bs-primary)
}

@media screen and (min-width:1300px) {
    .drop-menu li .is-child {
        visibility: hidden;
        position: absolute;
        width: auto;
        width: fit-content;
        padding: var(--radius-md) 0;
        background: var(--bs-white);
        transform: translateY(15px);
        opacity: 0;
        transition: all 200ms ease-in-out;
        box-shadow: 0 1.5rem 3rem #00000022, 0 -1rem 2rem -1rem #0001;
        font-size: .975em
    }

    .drop-menu li .is-child>li {
        display: block
    }

    .drop-menu li .is-child a {
        padding: .25rem 1rem;
        line-height: initial
    }

    .drop-menu li .is-child a:hover {
        background: var(--bs-gray-100);
        color: var(--bs-primary)
    }

    .drop-menu li .is-child .nav {
        margin: 0;
        padding: 0
    }

    .drop-menu li .is-child .is-child {
        left: 100%;
        top: -10px;
        visibility: hidden;
        opacity: 0;
        transform: none;
        display: block
    }

    .drop-menu li+li {
        margin-top: 0
    }

    .drop-menu>li.has-child {
        display: block
    }

    .drop-menu>li.has-child>a::after {
        content: "";
        display: inline-block;
        font-family: fontello;
        padding: 0 4px
    }

    .drop-menu>li .toggle {
        display: none
    }

    .drop-menu>li>a {
        cursor: default;
        display: flex;
        align-items: center;
        padding: 0
    }

    .drop-menu>li>a[href] {
        cursor: pointer
    }

    .drop-menu>li>.is-child {
        top: 100%;
        left: 0;
        display: block;
        padding-left: 0
    }

    .drop-menu>li>.is-child li {
        flex: 1
    }

    .drop-menu>li>.is-child li a {
        padding-top: 6px;
        padding-bottom: 6px;
        color: var(--bs-gray-600)
    }

    .drop-menu>li>.is-child li a.active {
        color: var(--bs-primary)
    }

    .drop-menu>li>.is-child li a.active::after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 2px;
        background-color: var(--bs-primary)
    }

    .drop-menu>li:hover>.is-child,
    .drop-menu>li:focus>.is-child,
    .drop-menu>li.hover>.is-child {
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .drop-menu>li>.is-child li:hover>.is-child,
    .drop-menu>li>.is-child li:focus>.is-child,
    .drop-menu>li>.is-child li.hover>.is-child {
        opacity: 1;
        visibility: visible
    }

    .drop-menu>li>.is-child li.has-child>a::after {
        content: "";
        display: inline-block;
        font-family: fontello;
        padding: 0 4px;
        font-size: 8px;
        line-height: 24px;
        margin-left: .5rem
    }

    .drop-menu>li>.is-child li a {
        line-height: 24px;
        display: flex;
        justify-content: space-between
    }

    .drop-menu>li>.is-child>li {
        display: block;
        padding: 8px 30px;
        color: inherit
    }

    .drop-menu .edge>.is-child {
        left: auto;
        right: 0
    }

    .drop-menu .edge li .is-child {
        left: auto;
        right: 100%
    }
}

/* .form-search-wrap .form-search {
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 400px;
}

.open-search .form-search-wrap .form-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

.form-search-wrap .form-search .input-group {
    position: relative;
    background-color: #fff;
    border-radius: 5rem !important
}

.form-search-wrap .form-search .form-control {
    border: 0;
    border-radius: 5rem !important;
    padding: 0 1rem;
    height: 3rem
}

.form-search-wrap .form-search .btn-submit-search {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5rem !important;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 0;
    width: 2rem;
    height: 2rem;
    font-size: .75rem
} */

/* .form-search-wrap .btn-toggle-search {
    border-radius: 5rem;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.drop-menu>li.mega-menu {
    position: static !important
}

.drop-menu>li.mega-menu>.is-child>.row>[class*=col] {
    padding-left: .75rem;
    padding-right: .75rem
}

.drop-menu>li.mega-menu .title {
    font-size: 1rem;
    display: block;
    color: var(--bs-primary);
    margin-bottom: .325rem
}

.drop-menu>li.mega-menu.active>a {
    color: var(--bs-primary)
}

.drop-menu>li.mega-menu a {
    padding-left: 0;
    padding-right: 0;
    color: inherit
}

.drop-menu>li.mega-menu a:hover {
    background-color: transparent;
    color: var(--bs-primary)
}

.drop-menu>li.mega-menu picture {
    display: block
}

.drop-menu>li.mega-menu picture img {
    object-fit: cover
}

.drop-menu>li.mega-menu>.is-child {
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.5rem
}

.drop-menu>li.mega-menu .nav {
    flex-direction: column;
    font-size: .975em
} */

.header-content {
    display: flex;
    justify-content: center;
    background-color: var(--header-bg);
    backdrop-filter: blur(2px);
    transition: all 500ms;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    height: 50px;
    align-items: center;
    box-shadow: 0 8px 20px rgba(18, 17, 39, .1);
    font-size: inherit;
}

.header-content .col-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
}

.header-content .col-logo .btn-group .btn {
    border-radius: 5rem
}

.header-content .col-nav {
    display: flex;
    align-items: center
}

.header-content .col-nav .nav>li {
    height: 100%
}

.header-content .col-nav .nav>li>a {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative
}

.header-content .btn-group {
    display: flex
}

.header-content .btn-action {
    display: flex;
    align-items: center
}

.header-content .btn-action>* {
    font-size: inherit
}

.header-content .btn-action>*+* {
    margin-left: .5rem;
}

.header-content .header-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.header-content *>.header-logo {
    width: 250px;
    height: auto;
}

/* Tablet - desktop */
@media screen and (max-width:426px) {
    .header-content {
        width: 100%;
        height: 50px;
    }

    .header-content .header-wrap .header-logo img {
        width: 100%;
        max-width: 200px !important;
    }

    .form-search-wrap .btn,
    .form-search-wrap .btn-toggle-drawer {
        border-radius: 50%;
        line-height: 32px;
        padding: 0px 6px;
    }
}

/* Mobile */
@media screen and (max-width:425px) {

    .header-logo img,
    .header-logo svg {
        max-width: 100% !important;
        height: auto;
    }
}

@media (max-width:375px) {

    .header-logo img,
    .header-logo svg {
        display: block !important;
        max-width: 173px;
        height: 42px;
        object-fit: contain;
    }
}

@media screen and (min-width:992px) {

    .header-logo img,
    .header-logo svg {
        max-width: 250px
    }
}

@media screen and (min-width:1200px) {

    .header-logo img,
    .header-logo svg {
        max-width: 250px
    }
}

@media screen and (min-width:1220px) {

    .header-logo img,
    .header-logo svg {
        max-width: 250px
    }
}

@media screen and (min-width:1300px) {

    .header-logo img,
    .header-logo svg {
        max-width: 250px
    }
}

@media screen and (min-width:1400px) {

    .header-logo img,
    .header-logo svg {
        max-width: 250px
    }
}

.navs-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}

.navs-group>.nav[nav-ceil]>li>a {
    color: var(--bs-gray-500);
    align-items: flex-end;
    padding-bottom: .25rem;
}

.navs-group>.nav[nav-ceil]>li.active>a {
    color: var(--bs-primary);
}

.navs-group>.nav[main-navigation]>li>a {
    padding-top: .25rem;
    align-items: flex-start;
}

.bahasa {
    font-size: 16px;
}

.dropdown-item {
    font-size: 16px;
}

/* Header link */

.navs-group>.nav[main-navigation]>li>a {
    padding-top: 0.25rem;
    align-items: flex-start;
    font-size: 13px;
}

/* New menu */

@media only screen and (min-width: 1300px) {
    #desktop-nav {
        display: block;
    }

    .btn.btn-toggle-drawer {
        display: none;
    }
}

@media only screen and (max-width: 1299px) {
    #desktop-nav {
        display: none;
    }
}

#desktop-nav ol,
#desktop-nav ul {
    padding-left: 5px !important;
}

#desktop-nav .dropdown-menu {
    clear: both;
    margin: 0;
    padding: 5px 5px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5714285714285714;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
    border: 0;
    outline: none;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

#desktop-nav .navbar {
    background: #fff !important;
    box-shadow: none;
    opacity: 1;
}

.nav-link,
.nav-link.dropdown-toggle {
    font-size: 16px;
    color: #000;
}

.nav-link,
.nav-link.dropdown-toggle {
    font-size: 16px;
    line-height: 1.5714285714285714;
    padding: 4px 15px;
    border-radius: 6px;
}

.form-search.form-stuck {
    display: flex;
}

#language-button .dropdown-menu {
    width: auto;
}

#language-button .nav-link,
.nav-link.dropdown-toggle,
#desktop-nav .btn-toggle-search {
    height: 30px;
    align-self: center;
}

#desktop-nav .nav-link:active,
#desktop-nav .nav-link:hover {
    width: 100%;
    background: #eee;
    border-radius: 5px;
}

#desktop-nav .btn-toggle-search:hover {
    width: 36px;
    background: #eee;
    border-radius: 5px;
}

#search-icon.btn-toggle-search.show+.dropdown-menu.dropdown-menu-end.show {
    display: block;
    width: 300px;
    padding: 10px;
}

#desktop-nav .btn-toggle-search:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
}

#desktop-nav .dropdown-item:hover,
#desktop-nav .dropdown-item:active,
#desktop-nav .dropdown-item:focus {
    display: block;
    color: #1c80c3;
    border-radius: 5px;
    background-color: #f8f8f8;
    text-decoration: underline;
}

#language-button .dropdown-item:hover,
#language-button .dropdown-item:active,
#language-button .dropdown-item:focus {
    width: 100%;
    display: block;
    color: #0958d9;
    background-color: #f8f8f8;
}

#desktop-nav .dropdown-toggle:not(.show)::after,
#language-button .dropdown-toggle:not(.show)::after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231973b0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    transition: transform 0.2s ease-in-out;
}

#desktop-nav .dropdown-toggle.show::after,
#language-button .dropdown-toggle.show::after {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}

#desktop-nav .nav-item.dropdown:hover .dropdown-menu {
    list-style-type: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    outline: none;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.1s ease-in-out;
}

.open-search *>#desktop-nav *>.form-search-wrap .form-search2 {
    opacity: 1;
    visibility: visible;
    transform: none !important;
    transition: none !important;
}

.open-search *>#desktop-nav *>.form-search-wrap .form-search2 *>input.form-control {
    border-bottom: 0.5px solid #eee;
}

#desktop-nav *>.form-search-wrap .form-search2 {
    top: 0;
    left: 390px !important;
    right: 100px !important;
    padding: 4px !important;
    transition: none !important;
}

@media only screen and (max-width: 1299px) {
    .open-search-mobile .form-search-wrap .form-search {
        top: 15px;
        left: auto;
        right: 70px;
        padding: 0;
        transition: 0.1s ease-in-out;
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
    }
}

@media only screen and (max-width: 1024px) {
    .open-search-mobile .form-search-wrap .form-search {
        left: 550px;
        right: 70px;
        border-bottom: 0.5px solid #eee;
    }
}

@media only screen and (max-width: 768px) {
    .open-search-mobile .form-search-wrap .form-search {
        left: auto;
        border-bottom: 0.5px solid #eee;
    }
}

@media only screen and (max-width: 576px) {
    .open-search-mobile .form-search-wrap .form-search {
        top: 71px !important;
        left: 0 !important;
        padding: 16px !important;
        border-radius: 0 !important;
    }
}



img.logo-post {
    width: 90px;
    height: auto;
}

/* .form-search-wrap .form-search2 .btn-submit-search {
    font-size: 1rem;
    background-color: transparent;
    color: #000;
} */

/* New menu */

#logo {
    width: 100%;
    max-width: 220px;
    height: auto;
}

img.img-fluid.logo {
    width: 200px;
    height: auto;
}

/* Drawer menu */

.offcanvas {
    display: flex;
    flex-direction: column;
    height: 100vh;
    right: 0;
    left: auto;
}

.offcanvas-start {
    transform: translateX(100%);
}

.drawer-menu {
    /* position: relative; */
    width: 100%;
    height: 100%;
}

.drawer-menu .menu-wrap li.active>a,
.drawer-menu .menu-wrap li>a.active {
    font-weight: 600;
    color: #555;
}

#drawer-menu *>.demo-post a.btn-demo {
    display: block;
    width: 99%;
    margin: 15px auto;
    padding: 5px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #d71f27;
    -webkit-transition: all .3s ease;
    transition: all .1s ease;
}

#drawer-menu *>.post-web a.btn-post {
    display: block;
    width: 99%;
    margin: 15px auto;
    padding: 5px;
    border-radius: 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: #007dc5;
    -webkit-transition: all .3s ease;
    transition: all .1s ease;
}

#drawer-menu *>.demo-post a.btn-demo:hover {
    background-color: #ee5852;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#drawer-menu *>.post-web a.btn-post:hover {
    background-color: #3e93cc;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* social media */
#drawer-menu *>.socmed-menu [class^="icon-"]::before,
#drawer-menu *>.socmed-menu [class*=" icon-"]::before {
    color: #555;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    display: block;
    height: 40px;
    width: 40px;
    line-height: 42px;
}

.menu-header .close-btn {
    font-family: inherit;
    font-size: 20px;
    font-weight: lighter;
    color: #ababab;
    border: 0;
    background-color: transparent;
    user-select: none;
}

.menu-header .close-btn:hover {
    color: #555;
}

.qcw-trigger-btn.svelte-1xkyjie {
    display: none !important;
}


/* Qiscus Widget */

#modal-new-services *>button.btn-primary-sub-demo {
    display: block;
    font-size: 16px;
    font-family: inherit;
    color: #fff;
    background-color: #d71f27;
    border-color: #d71f27;
    min-width: 100% !important;
    min-height: 40px;
    opacity: 0.8;
}

#modal-new-services *>button.btn-primary-sub-demo:hover {
    background-color: #ee5852;
    border-color: #ee5852;
    color: #fff;
    opacity: 1;
}

#modal-new-services *>button.btn-primary-sub-demo a {
    color: #fff;
}

#modal-new-services *>button.btn-primary-sub {
    display: block;
    font-size: 16px;
    font-family: inherit;
    color: #fff;
    background-color: #007dc5;
    border-color: #007dc5;
    min-width: 100% !important;
    min-height: 40px;
    opacity: 0.8;
}

#modal-new-services *>button.btn-primary-sub a {
    color: #fff;
}

#modal-new-services *>button.btn-primary-sub:hover {
    background-color: #007dc5;
    border-color: #007dc5;
    color: #fff;
    opacity: 1;
}

#modal-new-services .btn.btn-primary {
    height: 45px;
    border-radius: 10px;
    font-weight: bold;
}

/* Custom Qiscus */
/* iframe#qcw-login-form-iframe {
    width: 364px !important;
    height: auto !important;
} */
.qismo-login-form__header {
    padding: 30px;
}

.qismo-login-form__body {
    overflow: auto !important;
}

iframe#qcw-login-form-iframe .qismo-login-form__header {
    background-image: url(http://localhost/theme/default/assets/img/home-form-bg.jpg) !important;
    background: #ccc !important;
}

/* Search form */
.dropdown-menu.dropdown-menu-end.show {
    width: 300px;
    padding: 8px;
    border: 0 !important;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
}

.dropdown-menu.dropdown-menu-end.show .form-control:focus {
    border-color: #1c80c3;
    outline: 0;
    box-shadow: none;
}

/* Open Search form */
.form-search-wrap .form-search2 .input-group {
    position: relative;
    background-color: var(--bs-gray-100);
    border-radius: 5rem !important
}

.form-search-wrap .form-search2 .form-control {
    border: 0;
    border-radius: 5rem !important;
    padding: 0 1rem;
    height: 3rem
}

.form-search-wrap .form-search2 .btn-submit-search {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5rem !important;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    padding: 0;
    width: 2rem;
    height: 2rem;
    font-size: .75rem
}

.form-search-wrap .btn-toggle-search {
    border-radius: 5rem;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-search-wrap .form-search2 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 100%;
    top: calc(100% + 1rem);
    background-color: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    box-shadow: 0 1rem 4rem -.5rem #0001;
    border-radius: 5rem;
    transform: translateY(100%);
    transition: 300ms ease
}

@media screen and (min-width: 670px) {
    #desktop-nav *>.dropdown-menu.dropdown-menu-end.show {
        display: block;
        padding: 10px !important;
        /* width: 100%; */
    }

    #desktop-nav *>.form-control {
        width: 100%;
        padding: 5px;
    }

    #language-button .dropdown-menu.dropdown-menu-end.show {
        width: 100% !important;
        padding: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    #desktop-nav *>#form-search-menu {
        min-width: 0 !important;
    }
}

/* Responsive banner image sizing for all pages (data-driven, no hardcoded IDs) */
@media screen and (max-width: 425px) {

    .header-banner .hero-banner img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }

    .header-banner .hero-banner {
        overflow: hidden;
    }
}

@media (min-width: 300px) and (max-width: 768px) {

    ul,
    li,
    p,
    span {
        font-family: inherit;
        font-size: 16px !important;
        font-weight: normal;
    }
}

:root {
    --font-default: "Nunito Sans", sans-serif;
    --font-weight: normal;
    --font-size: 16px;
    --font-decoration: none;
    --text-align: justify;
}

body {
    font-family: var(--fontdefault) !important;
    font-size: var(--font-size) !important;
    font-weight: var(--font-weight) !important;
    text-align: var(--text-alignt) !important;
    text-decoration: var(--font-decoration);
}