@font-face {
    font-family: SFProDisplay-SemiBold;
    src: url(../fonts/SF-Pro-Display-Semibold.otf);
}

section,
footer {
    padding: 3rem 0;
}

footer {
    background-color: #031721;
    color: #fff;
    font-size: 14px;
    padding: 1rem;
}

section.footer {
    background-color: #00273a;
    color: #fff;
}


/* WIDTH */

.w-100 {
    max-width: 100px;
}

.w-150 {
    max-width: 150px;
}

.w-200 {
    max-width: 200px;
}

.w-250 {
    max-width: 250px;
}

.w-300 {
    max-width: 300px;
}

.w-400 {
    max-width: 400px;
}

.w-500 {
    max-width: 500px;
}

.w-600 {
    max-width: 600px;
}

.w-800 {
    max-width: 800px;
}

.w-1000 {
    max-width: 1000px;
}

.w-1440 {
    max-width: 1440px;
}


/* HEIGHT */

.h-30 {
    max-height: 30px;
}

.h-40 {
    max-height: 40px;
}

.h-50 {
    max-height: 50px;
}

.h-75 {
    max-height: 75px;
}

.h-100 {
    max-height: 100px;
}

.h-200 {
    max-height: 200px;
}


/* MARGIN */

.m-0 {
    margin: 0rem !important;
}

.m-1 {
    margin: 1rem !important;
}

.m-2 {
    margin: 2rem !important;
}

.m-3 {
    margin: 3rem !important;
}

.m-4 {
    margin: 4rem !important;
}

.m-5 {
    margin: 5rem !important;
}

.m-6 {
    margin: 6rem !important;
}

.m-7 {
    margin: 7rem !important;
}

.m-8 {
    margin: 8rem !important;
}

.m-9 {
    margin: 9rem !important;
}

.m-10 {
    margin: 10rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}


/* PADDING */

.padding-0 {
    padding: 0rem !important;
}

.padding-1 {
    padding: 1rem !important;
}

.padding-2 {
    padding: 2rem !important;
}

.padding-3 {
    padding: 3rem !important;
}

.padding-4 {
    padding: 4rem !important;
}

.padding-5 {
    padding: 5rem !important;
}

.padding-6 {
    padding: 6rem !important;
}

.padding-7 {
    padding: 7rem !important;
}

.padding-8 {
    padding: 8rem !important;
}

.padding-9 {
    padding: 9rem !important;
}

.padding-10 {
    padding: 10rem !important;
}

.pr-0 {
    padding-right: 0rem;
}

.pr-1 {
    padding-right: 1rem;
}

.pr-2 {
    padding-right: 2rem;
}

.pr-3 {
    padding-right: 3rem;
}

.pr-4 {
    padding-right: 4rem;
}

.pr-5 {
    padding-right: 5rem;
}

.pr-6 {
    padding-right: 6rem;
}

.pr-7 {
    padding-right: 7rem;
}

.pr-8 {
    padding-right: 8rem;
}

.pr-9 {
    padding-right: 9rem;
}

.pr-10 {
    padding-right: 10rem;
}

.pl-0 {
    padding-left: 0rem;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-3 {
    padding-left: 3rem;
}

.pl-4 {
    padding-left: 4rem;
}

.pl-5 {
    padding-left: 5rem;
}

.pl-6 {
    padding-left: 6rem;
}

.pl-7 {
    padding-left: 7rem;
}

.pl-8 {
    padding-left: 8rem;
}

.pl-9 {
    padding-left: 9rem;
}

.pl-10 {
    padding-left: 10rem;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pt-9 {
    padding-top: 9rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}


/* BORDER RADIUS */

.radius-0 {
    border-radius: 0rem;
}

.radius-1 {
    border-radius: 0.1rem;
}

.radius-2 {
    border-radius: 0.2rem;
}

.radius-3 {
    border-radius: 0.3rem;
}

.radius-4 {
    border-radius: 0.4rem;
}

.radius-5 {
    border-radius: 0.5rem;
}

.radius-6 {
    border-radius: 0.6rem;
}

.radius-7 {
    border-radius: 0.7rem;
}

.radius-8 {
    border-radius: 0.8rem;
}

.radius-9 {
    border-radius: 0.9rem;
}

.radius-10 {
    border-radius: 1rem;
}


/* FONT */

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-50 {
    font-size: 50px !important;
}


/* HEADLINE */

.headline {
    font-family: SFProDisplay-SemiBold;
    font-weight: 400;
    margin-bottom: 0;
}

.headline span {
    font-weight: 600 !important;
}

.headline-xs {
    font-size: 18px;
}

.headline-sm {
    font-size: 20px;
}

.headline-md {
    font-size: 24px;
}

.headline-lg {
    font-size: 30px;
}

.headline-xlg {
    font-size: 38px;
}

.headline-primary span {
    font-weight: 600;
    color: #58da90;
}


/* NAVBAR */

.navbar-toggle {
    display: none;
}

.navbar-toggle-collapse {
    display: none;
}

.navbar-fixed {
    width: 100%;
    background: #00273a;
    position: relative;
    /* Default fixed */
    z-index: 999;
}

.navbar-fixed .navbar-brand {
    display: block;
    /* display: none; */
}

.navbar-fixed.scroll .navbar-brand {
    display: block;
}

.navbar-fixed .navbar-brand img {
    height: 50px;
}

.navbar-fixed.scroll {
    top: 0;
    position: sticky;
    -webkit-animation: showInDown 0.3s;
    animation: showInDown 0.3s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar-fixed.scroll .collapse .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navbar-fixed .collapse .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
}

@-webkit-keyframes showInDown {
    0% {
        top: -60px;
    }
    100% {
        top: 0px;
    }
}

@keyframes showInDown {
    0% {
        top: -60px;
    }
    100% {
        top: 0px;
    }
}


/* BUTTON */

.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #92c500;
    font-weight: 600;
    color: #fff;
    padding: .5rem 2.5rem;
    border: none;
    border-radius: 0;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: yellow;
    font-weight: 600;
    color: #333;
    padding: .5rem 2rem;
    border: none;
    border-radius: 0;
}

.btn-primary:hover,
.btn-secondary:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.btn-link-primary,
.btn-link-primary:focus,
.btn-link-primary:hover {
    color: #92c500;
    font-weight: 600;
}


/* CARD */

.card-headline {
    background: #f0faff;
    width: auto;
    max-width: 400px;
    border: 0px;
    margin-bottom: 1rem;
}

.card-headline .card-body {
    padding: 0.75rem 1.5rem;
}

.card-headline .card-body * {
    display: flex;
    align-items: center;
    padding: 0rem 0.25rem;
}

.card-headline .headline:before {
    content: '';
    display: block;
    width: 1.5rem;
    height: 0.2rem;
    background: #009b4c;
    margin-right: 0.5rem;
}

.card-artikel {
    width: 100%;
    display: inline-flex;
    margin-bottom: 1rem;
}

.card-artikel:hover {
    text-decoration: none;
}

.card-artikel:hover * {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.card-artikel .card-img-left {
    display: block;
    width: 40%;
    height: auto;
}

.card-artikel .card-img-left img {
    width: 100%;
}

.card-artikel .card-body {
    width: 60%;
    padding: 0rem 1rem;
}

.card-artikel .card-body * {
    margin-bottom: .25rem;
}

.card-artikel .card-body .date {
    font-size: 14px;
    color: #666;
}

.card-artikel .card-body .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.card-artikel .card-body .description {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    min-height: 20px;
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin: 0;
}

.card-layanan {
    width: 100%;
    display: inline-flex;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
}

.card-layanan:hover {
    text-decoration: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.card-layanan .card-img-left {
    display: block;
    width: 40%;
    height: auto;
}

.card-layanan .card-img-left img {
    width: 100%;
}

.card-layanan .card-body {
    width: 60%;
    padding: 1rem;
    margin-bottom: 0;
}

.card-layanan .card-body * {
    margin-bottom: .25rem;
}

.card-layanan .card-body .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.card-layanan .card-body .description {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    min-height: 20px;
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin: 0;
}


/* OTHER */

.title {
    font-family: SFProDisplay-SemiBold;
}

.kuota-frame {
    position: relative;
}

.kuota-frame .kuota-status {
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
    background: #92c500;
    color: #fff;
    padding: 1rem;
}

.kuota-frame .kuota-status .title {
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}

.kuota-frame .kuota-status .total {
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
}

.ppj-informasi-index {
    position: relative;
    transition: all ease 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.ppj-informasi-index:hover {
    text-decoration: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.ppj-informasi {
    padding: 1rem !important;
}

.ppj-informasi * {
    margin-bottom: .25rem;
}

.ppj-informasi .date {
    font-size: 14px;
    color: #666;
}

.ppj-informasi .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ppj-informasi .description {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    min-height: 20px;
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin: 0;
}

.ppj-event {
    padding: 1rem;
}

.ppj-event * {
    margin-bottom: .25rem;
}

.ppj-event .date {
    font-size: 14px;
    font-weight: 600;
    color: #2f318b;
}

.ppj-event .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ppj-event .description {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    min-height: 20px;
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin: 0;
}

.ppj-artikel-index-frame {
    position: relative;
}

.ppj-artikel-konten {
    position: absolute;
    top: auto;
    bottom: 0rem;
    background: #fff;
    width: 60%;
    height: auto;
    padding: .75rem 1rem;
}

.ppj-artikel-konten * {
    margin-bottom: .25rem;
}

.ppj-artikel-konten .date {
    font-size: 14px;
    color: #666;
}

.ppj-artikel-konten .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.ppj-artikel-konten .description {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    min-height: 20px;
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin: 0;
}

.ppj-layanan-index {
    position: relative;
}

.ppj-layanan-index:hover {
    text-decoration: none;
}

.ppj-layanan-index:hover * {
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.ppj-layanan-index .ppj-layanan-konten {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 1.25rem 0;
    margin-bottom: 1rem;
}

.ppj-layanan-index .ppj-layanan-konten * {
    margin-bottom: .25rem;
}

.ppj-layanan-index .ppj-layanan-konten .date {
    float: right;
    font-size: 14px;
    color: #666;
}

.ppj-layanan-index .ppj-layanan-konten .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ppj-layanan-index .ppj-layanan-konten .description {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    min-height: 20px;
    display: -webkit-box!important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin: 0;
}

.ppj-nav-pill {
    display: flex;
    justify-content: center;
}

.ppj-nav-pill .nav-item a {
    font-weight: 600;
    color: #999;
}

.ppj-nav-pill .nav-item .nav-link.active {
    border-bottom: 2px solid #92c500;
    color: #92c500;
}

.search-form-frame {
    position: relative;
    width: fit-content;
}

.search-form-control {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5rem;
    width: 300px;
    height: 40px;
    font-size: 14px;
    padding: 1rem 1rem 1rem 3rem;
}

.search-form-control:hover,
.search-form-control:focus {
    outline: none;
}

.search-form-frame span {
    width: auto;
    height: auto;
    color: #fff;
    padding: 0.5rem 1.25rem;
    position: absolute;
    top: 0;
    left: 0;
}

.ppj-subscribe-form {
    width: 70%;
    background: transparent;
    color: #fff;
    padding: 0.75rem 2rem;
    border: 1px solid #fff;
    margin-right: 1rem;
}

.ppj-subscribe-button {
    width: 25%;
    background: #92c500;
    color: #fff;
    padding: 0.75rem 2rem;
    border: 1px solid #0a0c3d;
}

.ppj-footer-link {
    display: block;
    text-align: right;
}

.ppj-footer-link a {
    color: #fff;
    margin-left: 2rem;
}