body {
    overflow-x: hidden;
}

/* Colors */

.accent-color {
    color: #18ABB5 !important;
}

.accent-color-2 {
    color: #117B8B !important;
}

.accent-color-3 {
    color: #008FC3 !important;
}

.accent-color-4 {
    color: #00FFE0 !important;
}

.accent-color-background {
    background-color: #18ABB5 !important;
}

.accent-color-background-fade {
    background-color: rgba(24, 171, 181, .19) !important;
}

.accent-color-background-2 {
    background-color: #117B8B !important;
}

.accent-color-background-3 {
    background-color: #008FC3 !important;
}

.accent-color-background-4 {
    background-color: #00FFE0 !important;
}

.background-darken-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: none;
}

.white {
    background-color: #fff !important;
}

.white-text {
    color: #fff !important;
}

.grey-text {
    color: #afafaf !important;
}

.grey-text-1 {
    color: #919191 !important;
}

.grey-text-2 {
    color: #616161 !important;
}

.grey-text-3 {
    color: #424242 !important;
}

.grey-text-4 {
    color: #181818 !important;
}

.bg-gradient {
    box-shadow: -2px 9px 60px rgba(22, 179, 172, 0.56) !important;
    background: #18ABB5 !important;
    background-image: linear-gradient(45deg, #18ABB5 0%, #18ABB5 55%, #18ABB5 90%) !important;
    background-image: -webkit-linear-gradient(45deg, #18ABB5 0%, #18ABB5 55%, #18ABB5 90%) !important;
    background-image: -o-linear-gradient(45deg, #18ABB5 0%, #18ABB5 55%, #18ABB5 90%) !important;
    background-position: 100% 0 !important;
    background-size: 200% 200% !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.bg-gradient:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0) !important;
    background-position: 0 0 !important;
}


/* Fonts */

.font-bold {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700;
}

.font-regular {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

.font-light {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400;
}


/* Shadows */

::-webkit-scrollbar {
    width: 12px;
    border-radius: 10px;
}

.z-depth-0 {
    box-shadow: none;
    transition: 0.3s all ease;
}

.z-depth-12 {
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    transition: 0.3s all ease;
}

.z-depth-13 {
    box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
    transition: 0.3s all ease;
}

.z-depth-14 {
    box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    transition: 0.3s all ease;
}

.z-depth-15 {
    box-shadow: 0 5px 5px 0 rgba(154, 160, 185, .05), 0 5px 30px 0 rgba(166, 173, 201, .22);
    transition: 0.3s all ease;
}

.z-depth-16 {
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.05);
    transition: 0.3s all ease;
}

.hoverable:hover {
    box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
    border-radius: 10px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);*/
    -webkit-box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
    box-shadow: 0 20px 50px 0 rgba(29, 65, 98, .2);
    background-color: #929292;
}


/* Others */

.transisi {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.btn-minimal {
    border-radius: 30px;
    text-transform: capitalize;
    line-height: 54px;
    transform: scale(0.95);
    font-size: 18px;
    letter-spacing: -0.01rem;
    color: #000;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.btn-minimal:hover {
    background-color: #fff;
    color: #000 !important;
    box-shadow: none;
}


/*::placeholder {*/


/*    !* Most modern browsers support this now. *!*/


/*    color: #9e9e9e;*/


/*}*/

.form-looks {
    background-color: #f5f5f5;
    border: none;
    border-radius: 6px;
    transition: 0.3s all ease;
}

.form-looks:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.side-nav-link {
    border-radius: 12px !important;
    padding: 15px 15px 15px 15px !important;
    color: #616161;
}

.side-nav-link:hover {
    background-color: #eee;
}

.pulse {
    overflow: initial;
    position: relative;
}

.pulse::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


/* Animation */

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Loading Icon */

.loading {
    width: 200px;
    height: 200px;
}

.loading__ring {
    position: absolute;
    width: 200px;
    height: 200px;
}

.loading__ring:first-child {
    -webkit-transform: skew(30deg, 20deg);
    transform: skew(30deg, 20deg);
}

.loading__ring:last-child {
    -webkit-transform: skew(-30deg, -20deg) scale(-1, 1);
    transform: skew(-30deg, -20deg) scale(-1, 1);
}

.loading__ring:last-child svg {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loading__ring svg {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    fill: rgba(255, 255, 255, 1);
}

.delay-animation {
    animation-delay: 0.8s;
}

.card-photo {
    height: 40px;
    background-size: cover;
    background-position: center;
    width: 100%;
    border-radius: 20px;
    display: inline-block;
}

.hide {
    display: none !important;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
    padding: 0 20px;
}

.border-button {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    margin-right: 10px;
}

.uk-animation-fade {
    transition: opacity 0.2s;
    animation-duration: 0.4s;
}

.banner {
    background-size: cover;
    background-position: center;
    background-image: url("../img/banner_background.png");
    padding-top: 15%;
    padding-bottom: 10%;
    margin-top: -125px
}

@media only screen and (max-width: 600px) {
    .banner {
        padding-top: 200px;
        padding-bottom: 10%;
        margin-top: -125px
    }
}

.banner-side-page {
    background-size: cover;
    background-position: center;
    padding-top: 15%;
    padding-bottom: 10%;
    margin-top: -125px
}

@media only screen and (max-width: 600px) {
    .banner-side-page {
        padding-top: 200px;
        padding-bottom: 10%;
        margin-top: -125px
    }
}

.banner-header {
    line-height: 1.3;
    font-size: 60px;
}

@media only screen and (max-width: 600px) {
    .banner-header {
        line-height: 1.3;
        font-size: 24px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.banner-article {
    font-size: 24px;
    line-height: 40px;
    margin-top: 0px;
}

@media only screen and (max-width: 600px) {
    .banner-article {
        line-height: 30px;
        font-size: 14px;
        margin-top: -15px;
    }
}

.tentang-article {
    font-size: 18px;
    line-height: 40px;
    margin-top: 0px;
}

@media only screen and (max-width: 600px) {
    .tentang-article {
        line-height: 30px;
        font-size: 14px;
        margin-top: -15px;
    }
}

.uk-grid-banner {
    margin-top: 120px;
}

.uk-grid-section {
    margin-top: 100px;
}

@media only screen and (max-width: 600px) {
    .uk-grid-banner {
        margin-top: 50px;
    }
}

.uk-container-mobile-space {
    margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
    .uk-container-mobile-space {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

.button-play-popup {
    height: 30px;
    width: 30px;
}

@media only screen and (max-width: 600px) {
    .button-play-popup {
        height: 20px;
        width: 20px;
    }
}

.page-title {
    font-size: 35px;
}

@media only screen and (max-width: 600px) {
    .page-title {
        font-size: 27px;
    }
}

.page-article {
    font-size: 19px;
    line-height: 2;
}

@media only screen and (max-width: 600px) {
    .page-article {
        font-size: 16px;
        line-height: 2;
    }
}

.header-p {
    font-size: 26px;
}

@media only screen and (max-width: 600px) {
    .header-p {
        font-size: 23px;
    }
}

.header-pic {
    height: 60px;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .header-pic {
        height: 40px;
        margin-right: 10px;
    }
}

.setting-icon {
    height: 80px;
}

@media only screen and (max-width: 600px) {
    .setting-icon {
        height: 50px;
    }
}

.setting-title {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .setting-title {
        font-size: 17px;
    }
}

.setting-card {
    margin-top: 20px !important;
}

@media only screen and (max-width: 600px) {
    .setting-card {
        margin-top: 10px !important;
    }
}

.dashboard-card-header {
    font-size: 30px;
}

@media only screen and (max-width: 600px) {
    .dashboard-card-header {
        font-size: 22px;
    }
}

.dashboard-card-semi-title {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .dashboard-card-semi-title {
        font-size: 16px;
    }
}

.dashboard-card-article {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .dashboard-card-article {
        font-size: 15px;
    }
}

.uk-button-custom {
    font-size: 0.8rem;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border: none;
    letter-spacing: 0.14em;
}

.uk-logo img {
    height: 105px;
    margin-right: 10px;
    transition: 0.3s all ease-in-out;
}

@media only screen and (max-width: 600px) {
    .uk-logo img {
        height: 85px;
    }
}

.uk-dotnav > .uk-active > * {
    background-color: #5777ba;
    border-color: #5777ba;
}

.uk-search-default .uk-search-input {
    height: 60px;
    padding-left: 25px;
    border-radius: 12px;
    border: none;
}

@media only screen and (max-width: 600px) {
    .uk-search-default .uk-search-input {
        height: 45px;
    }
}

.uk-search-default .uk-search-icon {
    width: 65px;
    color: white;
    background-color: #18ABB5;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.uk-search-default .uk-search-input:focus {
    border-color: #5777ba;
}

.uk-subnav-pill > .uk-active > a {
    background-color: rgba(24, 171, 181, 0.19);
    border-radius: 30px;
    font-size: 17px;
    color: #18ABB5;
    padding: 10px 25px;
}

@media only screen and (max-width: 600px) {
    .uk-subnav-pill > .uk-active > a {
        font-size: 13px;
        padding: 10px 25px;
    }
}

.uk-subnav-pill > * > :first-child {
    padding: 10px 25px;
    background-color: #eee;
    font-size: 17px;
    color: #7d7d7d;
    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .uk-subnav-pill > * > :first-child {
        font-size: 13px;
        padding: 10px 25px;
    }
}

.uk-subnav > * > :first-child {
    text-transform: capitalize;
}

.uk-subnav > * {
    margin-top: 30px;
}

.uk-subnav {
    justify-content: center;
}

.bg-sign-in {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-size: cover;
    background-position: center;
}

.pad-small {
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (max-width: 600px) {
    .pad-small {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.login-side {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 600px) {
    .login-side {
        padding-top: 70px;
        padding-bottom: 50px;
    }
}

.error-msg {
    margin: 20px 0px;
    font-size: 15px;
}

.sidenav {
    width: 300px !important;
    position: fixed;
    top: 0px;
    bottom: 0;
    box-sizing: border-box;
    overflow: auto;
    background-image: url("~/assets/sidenav.svg");
    background-size: cover;
    background-position: center;
}

.profile-pic {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin-right: 10px;
    border: 3px solid #fff;
}

.side-nav-word {
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}


/* home route and active route will show in bold as it matches / and /about */

a.nuxt-link-active {
    background-color: #dde6ff;
}

a.nuxt-link-active:hover {
    background-color: #dde6ff;
}


/* exact link will show the primary color for only the exact matching link */

a.nuxt-link-exact-active {
    background-color: #dde6ff;
}

a.nuxt-link-exact-active:hover {
    background-color: #dde6ff;
}

a.nuxt-link-active .side-nav-word {
    color: #1a5bff;
}

a.nuxt-link-exact-active .side-nav-word {
    color: #1a5bff;
}

.main-body {
    margin-left: 300px;
}

@media only screen and (max-width: 600px) {
    .main-body {
        margin-left: 0px;
    }
}

.count-badge {
    padding: 12px;
    color: white !important;
}

.custom-forms {
    height: 45px;
    font-size: 14px;
    border-radius: 6px;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.uk-button-primary {
    background-color: #16B3AC !important;
    border-radius: 6px;
}

.uk-button-default {
    border-radius: 6px;
}

.uk-modal-footer {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.uk-modal-dialog {
    border-radius: 12px;
}

.preview-images {
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 6px;
    margin-right: 5px;
}

.preview-image {
    width: 70px;
    height: 40px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 6px;
    margin-right: 5px;
}

.preview-image-detail {
    width: 120px;
    height: 70px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.promosi-image-detail {
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    background-position: center;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.header-h1 {
    font-size: 35px;
}

@media only screen and (max-width: 600px) {
    .header-h1 {
        font-size: 25px;
    }
}

.header-h2 {
    font-size: 28px;
}

@media only screen and (max-width: 600px) {
    .header-h2 {
        font-size: 20px;
    }
}

.header-h3 {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .header-h3 {
        font-size: 16px;
    }
}

.header-h4 {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .header-h4 {
        font-size: 15px;
    }
}

.uk-slidenav-previous {
    background-color: rgba(24, 171, 181, 0.19);
    border-radius: 30px;
    color: #18ABB5 !important;
    padding: 10px 15px;
}

.uk-slidenav-next {
    background-color: rgba(24, 171, 181, 0.19);
    border-radius: 30px;
    color: #18ABB5 !important;
    padding: 10px 15px;
}

.melayani-logo {
    height: 90px;
}

@media only screen and (max-width: 600px) {
    .melayani-logo {
        height: 50px;
    }
}

.melayani-text {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .melayani-text {
        font-size: 18px;
    }
}

.berita-photo {
    height: 170px;
    width: 170px;
}

@media only screen and (max-width: 600px) {
    .berita-photo {
        width: 100%;
        height: 170px;
    }
}

.day-text {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .day-text {
        font-size: 20px;
    }
}

.before-day-text {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .before-day-text {
        font-size: 14px;
    }
}

.pelayanan-pandemi {
    background: url("../img/pandemic_2.svg");
}

@media only screen and (max-width: 600px) {
    .pelayanan-pandemi {
        background: #FFA619 !important;
    }
}

.gmaps-frame {
    width: 700px;
    height: 450px;
}

@media only screen and (max-width: 600px) {
    .gmaps-frame {
        width: 100%;
        height: 200px;
    }
}

.contact-text {
    font-size: 18px;
}

.contact-text-email {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .contact-text {
        font-size: 16px;
    }

    .contact-text-email {
        font-size: 13px;
    }
}

.contact-icon {
    height: 40px;
}

@media only screen and (max-width: 600px) {
    .contact-icon {
        height: 30px;
    }
}

.kegiatan-photo {
    height: 400px;
}

@media only screen and (max-width: 600px) {
    .kegiatan-photo {
        height: 200px;
    }
}

@media only screen and (min-width: 800px) {
    .pengurus-section {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.pengurus-image {
    height: 200px;
}

@media only screen and (max-width: 600px) {
    .pengurus-image {
        height: 100px;
    }
}

.pengurus-header {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .pengurus-header {
        font-size: 13px;
    }
}

.pengurus-title {
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .pengurus-title {
        font-size: 12px;
    }
}

.berita-photo-s {
    height: 170px;
    width: 170px;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .berita-photo-s {
        width: 100%;
    }
}

.slider-heading {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    .slider-heading {
        font-size: 20px;
    }
}

.img-slider {
    height: 75px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .img-slider {
        height: 50px;
    }
}

.slider-article {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .slider-article {
        font-size: 15px;
    }
}

#survei {
    border-radius: 20px;
    padding-bottom: 50px;
    background-image: url('../img/banner_3.svg');
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 600px) {
    #survei {
        background-image: url('../img/background-empty.svg');
    }
}

.uk-navbar-dropdown-nav > li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.uk-navbar-dropdown-nav > li > a {
    color: #181818 !important;
    transition: 0.3s all ease;
}

.uk-navbar-dropdown-nav > li > a:hover {
    color: #16B3AC !important;
}

.uk-navbar-nav > li > a {
    color: #181818;
    transition: 0.3s all ease;
}

.uk-navbar-nav > li > a:hover {
    color: #16B3AC;
}

#homeBody:after {
    content: "";
    background-image: url('../img/kemenkes_logo_faded.svg');
    background-size: 100% 100%;
    display: inline-block;

    /*size of your image*/
    height: 615px;
    width: 557px;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    #homeBody:after {
        content: "";
        background-image: url('../img/kemenkes_logo_faded.svg');
        background-size: 100% 100%;
        display: inline-block;

        /*size of your image*/
        height: 250px;
        width: 226px;
        position: absolute;
        right: 0;
        top: -50px;
        z-index: -1;
    }
}

.transparent {
    background-color: transparent !important;
}

.section-header {
    font-size: 33px;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {
    .section-header {
        line-height: 1.3;
        font-size: 35px
    }
}

.karir-header {
    font-size: 27px;
    line-height: 130%;
}

@media only screen and (max-width: 600px) {
    .karir-header {
        line-height: 1.3;
        font-size: 20px;
        margin-top: 20px;
    }
}

.section-header-2 {
    font-size: 30px;
    line-height: 130%;
}

@media only screen and (max-width: 600px) {
    .section-header-2 {
        line-height: 1.6;
        font-size: 20px
    }
}

.product-header {
    font-size: 24px;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    .product-header {
        line-height: 1.3;
        font-size: 16px;
    }
}

.product-category {
    font-size: 17px;
    line-height: 1.3;
}

@media only screen and (max-width: 600px) {
    .product-category {
        font-size: 14px;
    }
}

.product-description {
    font-size: 15px;
    line-height: 1.8;
}

@media only screen and (max-width: 600px) {
    .product-description {
        font-size: 13px;
    }
}

.product-description-2 {
    font-size: 15px;
    line-height: 1.8;
    margin-top: -15px;
}

@media only screen and (max-width: 600px) {
    .product-description-2 {
        font-size: 13px;
    }
}

.product-subtitle {
    font-size: 17px;
    line-height: 1.8;
}

@media only screen and (max-width: 600px) {
    .product-subtitle {
        font-size: 14px;
    }
}

.sizes-badge {
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    .sizes-badge {
        font-size: 13px;
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-radius: 12px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .ukuran-flex {
        margin-top: -20px;
    }
}

.more-button {
    font-size: 26px;
}

@media only screen and (max-width: 600px) {
    .more-button {
        font-size: 17px;
    }
}

.about-header {
    line-height: 55px;
    font-size: 35px;
}

@media only screen and (max-width: 600px) {
    .about-header {
        line-height: 1.8;
        font-size: 18px
    }
}

.slideshow-header {
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 10px !important;
    margin-top: -10px;
}

@media only screen and (max-width: 600px) {
    .slideshow-header {
        line-height: 1.6;
        font-size: 16px
    }
}

.slideshow-article {
    font-size: 20px
}

@media only screen and (max-width: 600px) {
    .slideshow-article {
        font-size: 14px
    }
}

.apa-itu-stbm {
    margin-top: 150px;
}

@media only screen and (max-width: 600px) {
    .apa-itu-stbm {
        margin-top: 80px;
    }
}

.apa-itu-forsch {
    margin-top: 150px;
}

@media only screen and (max-width: 600px) {
    .apa-itu-forsch {
        margin-top: 80px;
    }
}

.apa-itu-forsch:before {
    content: url(../img/forsch_bg.svg);
    position: absolute;
    right: 0;
    margin-top: -100px;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .apa-itu-forsch:before {
        content: "";
        background-image: url('../img/forsch_bg.svg');
        background-size: 100% 100%;
        display: inline-block;

        /*size of your image*/
        height: 280px;
        width: 113px;
        position: absolute;
        right: 0;
        margin-top: -50px;
        z-index: 2;
    }
}

.apa-itu-cmi {
    margin-top: 150px;
}

@media only screen and (max-width: 600px) {
    .apa-itu-cmi {
        margin-top: 80px;
    }
}

.apa-itu-cmi:before {
    content: url(../img/cmi_bg.svg);
    position: absolute;
    right: 0;
    margin-top: -100px;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    .apa-itu-cmi:before {
        content: "";
        background-image: url('../img/cmi_bg.svg');
        background-size: 100% 100%;
        display: inline-block;

        /*size of your image*/
        height: 280px;
        width: 113px;
        position: absolute;
        right: 0;
        margin-top: -50px;
        z-index: 2;
    }
}

.faq:before {
    content: url(../img/hiasan_kiri.svg);
    position: absolute;
    left: 0;
    margin-top: -100px;
    z-index: -1;
}

@media only screen and (max-width: 600px) {
    .faq:before {
        content: "";
        background-image: url('../img/hiasan_kiri.svg');
        background-size: 100% 100%;
        display: inline-block;

        /*size of your image*/
        height: 180px;
        width: 113px;
        position: absolute;
        left: 0;
        margin-top: -50px;
        z-index: -1;
    }
}

.faq-article {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .faq-article {
        font-size: 14px;
    }
}

.uk-accordion-title {
    font-size: 22px;
}

@media only screen and (max-width: 600px) {
    .uk-accordion-title {
        font-size: 16px;
    }
}

.uk-footer-list li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.uk-footer-list-2 li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.uk-footer-list li a {
    font-size: 17px;
}

.uk-footer-list-2 li a {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .uk-footer-list li a {
        font-size: 14px;
    }

    .uk-footer-list-2 li a {
        font-size: 14px;
    }
}

.kontak-card {
    background-image: url(../img/kontak_pattern.svg);
    padding: 30px 30px 70px 30px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
}

.footer {
    padding-bottom: 20px;
    padding-top: 60px;
    background-image: url("../img/footer_bg.svg");
    background-size: cover;
    background-position: center;
}

.martop-no-mobile {
    margin-top: 100px !important;
}

@media only screen and (max-width: 600px) {
    .martop-no-mobile {
        margin-top: 30px !important;
    }
}

.martop-small-no-mobile {
    margin-top: 80px !important;
}

@media only screen and (max-width: 600px) {
    .martop-small-no-mobile {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .lowpad-mobile {
        padding: 15px;
    }
}

.stbm-about {
    padding-top: 9%;
    padding-bottom: 3%;
    background-image: url('../img/sbtm_background.svg');
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 600px) {
    .stbm-about {
        padding-top: 12%;
        padding-bottom: 6%;
        background-image: url('../img/sbtm_background_mobile.svg');
    }
}

.panduan-image {
    height: 200px;
    border: 1px solid #ddd
}

@media only screen and (max-width: 600px) {
    .panduan-image {
        height: 120px;
    }
}

.berita-detail-image {
    height: 400px;
}

@media only screen and (max-width: 600px) {
    .berita-detail-image {
        height: 200px;
    }
}

.panduan-title {
    font-size: 22px;
}

@media only screen and (max-width: 600px) {
    .panduan-title {
        font-size: 17px;
    }
}

.berita-title {
    font-size: 22px;
}

@media only screen and (max-width: 600px) {
    .berita-title {
        font-size: 15px;
    }
}

.berita-subtitle {
    margin-top: 5px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .berita-subtitle {
        font-size: 13px;
    }
}

.product-home-title {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .product-home-title {
        font-size: 14px;
    }
}

.product-home-subtitle {
    font-size: 15px;
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .product-home-subtitle {
        font-size: 13px;
        margin-top: 0;
    }
}

.berita-article {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    .berita-article {
        font-size: 13px;
    }
}

.galeri-title {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .galeri-title {
        font-size: 14px;
    }
}

.galeri-stbm {
    padding-top: 0.1%;
}

.galeri-overlay {
    padding: 20px 20px;
}

@media only screen and (max-width: 600px) {
    .galeri-overlay {
        padding: 15px 15px;
    }
}

.galeri-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
    .galeri-image {
        height: 200px;
    }
}

.galeri-image-2 {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
    .galeri-image-2 {
        height: 150px;
    }
}

.video-stbm {
    padding-top: 8%;
    padding-bottom: 2%;
    background-image: url('../img/video_background.svg');
    background-position: center;
    background-size: cover
}

.yt-frame {
    height: 350px;
    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .yt-frame {
        height: 200px;
    }
}

.menteri-stbm {
    padding-top: 1%;
    padding-bottom: 0%;
    background-image: url('../img/menteri_background.svg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

@media only screen and (max-width: 600px) {
    .menteri-stbm {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        background-image: url('../img/menteri_background_mobile.svg');
    }
}


.menteri-text {
    padding-top: 80px;
}

@media only screen and (max-width: 600px) {
    .menteri-text {
        padding-top: 20px;
    }

    .menteri-text > .section-header {
        line-height: 35px;
    }
}

.menteri-article {
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width: 600px) {
    .menteri-article {
        font-size: 15px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .kontak-card {
        margin-left: 10px;
    }
}

.monev-footer {
    margin-top: 60px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
    .monev-footer {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .zero-pad-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}

.footer-contact-value {
    margin-top: 0px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .footer-contact-title {
        font-size: 13px;
    }

    .footer-contact-value {
        font-size: 14px;
    }

    .copyright-text {
        font-size: 12px;
        text-align: center;
    }
}

.martop-non-homepage {
    margin-top: 100px;
    margin-bottom: 150px;
}

@media only screen and (max-width: 600px) {
    .martop-non-homepage {
        margin-top: 40px;
        margin-bottom: 100px;
    }
}

.martop-berita-detail {
    margin-top: 40px;
    margin-bottom: 150px;
}

@media only screen and (max-width: 600px) {
    .martop-berita-detail {
        margin-top: 10px;
        margin-bottom: 100px;
    }
}

.video_image {
    height: 150px;
}

@media only screen and (max-width: 600px) {
    .video_image {
        margin-top: -15px;
    }
}

.martop-non-homepage-about {
    margin-top: 100px;
    margin-bottom: 80px;
}

.sekilas-article {
    font-size: 19px;
    line-height: 34px;
}

@media only screen and (max-width: 600px) {
    .sekilas-article {
        font-size: 14px;
        line-height: 30px;
    }
}

.karir-article {
    font-size: 16px;
    line-height: 34px;
}

@media only screen and (max-width: 600px) {
    .karir-article {
        font-size: 14px;
        line-height: 30px;
    }
}

.tentang-stbm-about {
    margin-top: 100px;
}

@media only screen and (max-width: 600px) {
    .tentang-stbm-about {
        margin-top: 60px;
    }
}

.card-title {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .card-title {
        font-size: 14px;
    }
}

.card-article {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 600px) {
    .card-article {
        font-size: 13px;
        line-height: 25px;
    }
}

.outcome-about {
    padding-top: 2%;
    padding-bottom: 2%;
    background-image: url('../img/outcome_background.svg');
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 600px) {
    .outcome-about {
        padding-top: 12%;
        padding-bottom: 20%;
        background-image: url('../img/sbtm_background_mobile.svg');
    }
}

.sekilas-header {
    font-size: 35px !important;
    line-height: 158%;
    margin-top: 70px;
}

@media only screen and (max-width: 600px) {
    .sekilas-header {
        margin-top: 10px;
        line-height: 1.3;
        font-size: 22px !important;
    }
}

.tentang-card {
    border-radius: 30px;
    padding: 30px;
}

@media only screen and (max-width: 600px) {
    .tentang-card {
        border-radius: 20px;
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .tentang-stbm-about {
        padding-bottom: 30px;
    }
}

.outcome-image {
    height: 400px;
    /*margin-top: 80px;*/
}

@media only screen and (max-width: 600px) {
    .outcome-image {
        height: 200px;
        margin-top: 20px;
    }

    .outcome-container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.outcome-header {
    font-size: 35px !important;
    line-height: 158%;
    margin-top: 100px;
}

@media only screen and (max-width: 600px) {
    .outcome-header {
        margin-top: 10px;
        line-height: 1.6;
        font-size: 22px !important;
    }
}

.strategi-container {
    margin-left: 80px;
    margin-right: 80px;
}

@media only screen and (max-width: 600px) {
    .strategi-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.strategi-2-container {
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 80px;
}

@media only screen and (max-width: 600px) {
    .strategi-2-container {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 40px;
    }
}

.other-header {
    font-size: 28px;
    line-height: 158%;
}

@media only screen and (max-width: 600px) {
    .other-header {
        line-height: 1.3;
        font-size: 19px
    }
}

.spek-header {
    font-size: 25px;
    line-height: 158%;
}

@media only screen and (max-width: 600px) {
    .spek-header {
        line-height: 1.8;
        font-size: 16px;
    }
}

.icon-menu.avatar img {
    width: 37px;
    height: 37px;
}

.username {
    font-weight: 600;
    font-size: 15px;
    color: #181818;
    margin-left: 10px;
}

.dashboard-card {
    padding: 25px;
    width: 100%;
    background-image: url(../img/circle.svg);
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.chart-card {
    padding: 25px 25px 0px 25px;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 16px;
}

.charthigh-card {
    padding: 25px 25px 0px 25px;
    width: 100%;
    background-image: url(../img/circle_high.svg);
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.dashboard-context {
    font-size: 15px;
}

.dashboard-value-context {
    font-size: 15px;
    font-weight: 500;
}

.dashboard-list-value {
    font-weight: 600;
    color: #2E90FA !important;
}

.dashboard-title {
    font-size: 19px;
    margin-top: -15px;
}

.dashboard-value {
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: 0px;
}

.dashboard-value-2 {
    margin-top: 10px;
    font-size: 34px;
    margin-bottom: 0px;
}

.raise-span {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}

.positive-raise {
    color: #12B76A !important;
}

.negative-raise {
    color: #FF0000 !important;
}

.nav-link {
    font-weight: 500;
}

.nav-background {
    background: rgba(0, 0, 0, .30) !important;
    background-blend-mode: overlay, normal !important;
    backdrop-filter: blur(40px) !important;
}

.partners {
    padding-top: 80px;
}

.semititle {
    font-size: 24px;
}

.memilihtitle {
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    .memilihtitle {
        font-size: 17px;
    }
}

.direksi-title {
    font-size: 24px;
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
    .direksi-title {
        font-size: 13px;
        margin-top: 15px;
    }
}

.direksi-article {
    font-size: 17px;
    margin-top: -15px;
}

@media only screen and (max-width: 600px) {
    .direksi-article {
        font-size: 13px;
    }
}

.direksi-img {
    background-size: cover;
    background-position: center;
    height: 450px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 30px;
}

@media only screen and (max-width: 600px) {
    .direksi-img {
        height: 200px;
    }
}

.milestone-img {
    height: 60px;
}

@media only screen and (max-width: 600px) {
    .milestone-img {
        height: 40px;
    }
}

.martop-tiny-no-mobile {
    margin-top: 15px;
}

@media only screen and (max-width: 600px) {
    .martop-tiny-no-mobile {
        margin-top: 0;
    }
}

.pad-small-mobile {
    padding: 30px !important;
}

@media only screen and (max-width: 600px) {
    .pad-small-mobile {
        padding: 20px !important;
    }
}

.memilihtitle-2 {
    font-size: 30px;
}

@media only screen and (max-width: 600px) {
    .memilihtitle-2 {
        font-size: 24px;
    }
}

.memiliharticle {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .memiliharticle {
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    .sejarah-subtitle {
        font-size: 12px;
    }
}

.sejarah-title {
    font-size: 40px;
    margin-top: -15px;
    margin-bottom: 0;
}

.sertifikasi-title {
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .sertifikasi-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .sejarah-title {
        font-size: 24px;
    }
}

.semititle-2 {
    font-size: 30px;
}

.testimoni-title {
    font-size: 26px;
    margin-top: 5px;
    font-style: italic;
    padding-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .testimoni-title {
        font-size: 16px;
        height: 80px;
    }
}

.testimoni-subtitle {
    margin-top: 20px;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .testimoni-subtitle {
        font-size: 14px;
        margin-top: 10px;
    }
}

.testimoni-article {
    margin-top: -10px;
}

@media only screen and (max-width: 600px) {
    .testimoni-article {
        font-size: 13px;
    }
}

.semiarticle {
    font-size: 18px;
}

.milestone-article {
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .milestone-article {
        font-size: 14px;
    }
}

.card-testimoni {
    width: 100%;
    height: 300px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px
}

@media only screen and (max-width: 600px) {
    .card-testimoni {
        height: 140px;
        border-radius: 150px;
    }
}

.quote-img {
    height: 40px;
    margin-right: 15px;
}

@media only screen and (max-width: 600px) {
    .quote-img {
        height: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-no-margin-top {
        margin-top: 0 !important;
    }
}

.btn-banner {
    letter-spacing: 1px;
    font-size: 1rem;
    border-radius: 100px;
    padding: 15px 50px;
    margin-top: 30px;
}

@media only screen and (max-width: 600px) {
    .btn-banner {
        font-size: 13px;
        padding: 5px 40px;
    }
}

.category-card {
    padding: 30px 30px 30px 30px !important;
}

@media only screen and (max-width: 600px) {
    .category-card {
        padding: 30px 20px 20px 15px !important;
    }
}

.category-header {
    font-size: 24px;
    line-height: 40px;
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    .category-header {
        line-height: 20px;
        font-size: 14px;
        margin-top: -15px;
    }
}

.category-active {
    border: 10px solid #18ABB5;
}

@media only screen and (max-width: 600px) {
    .category-active {
        border: 5px solid #18ABB5;
    }
}

.product-detail-secondary-image {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 100px;
    border-radius: 12px;
}

@media only screen and (max-width: 600px) {
    .product-detail-secondary-image {
        height: 60px;
    }
}

.forsch-logo {
    height: 110px;
}


@media only screen and (max-width: 600px) {
    .forsch-logo {
        height: 60px;
    }
}

.e-katalog-header {
    margin-top: 0;
    font-size: 30px;
    color: #008FC3;
}

@media only screen and (max-width: 600px) {
    .e-katalog-header {
        font-size: 18px;
    }
}

.uk-pagination>.uk-active>* {
    color: #18ABB5 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}
