.accordion-section {
    display: block
}

.accordion__list .accordion__list-title {
    width: 100%;
    display: block;
    background: #fff;
    background-color: #fff;
    box-shadow: none;
    border: 0;
    text-align: left;
    outline: none;
    color: #12263f;
    padding: 16px 0 16px 28px;
    position: relative;
    border-top: 1px solid #e3ebf6;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all .2s ease-in-out
}

.accordion__list .accordion__list-title:before {
    content: "\e92e";
    font-family: Feather !important;
    display: block;
    position: absolute;
    top: 16px;
    left: 0
}

.accordion__list .accordion__list-title.active:before {
    transform: rotate(180deg)
}

.accordion__list .accordion__list-title:hover {
    padding-left: 36px
}

.accordion__list .accordion__list-content {
    display: none;
    padding: 16px 0 6px;
    border-top: 1px solid #e3ebf6
}

.title-faq {
    font-size: 17px !important;
}

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

@media screen and (max-width : 420px) {
    .title-faq {
        font-size: 15px !important;
    }

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

.accordion__list .accordion__list-content.active {
    display: block
}

.accordion__list:last-child .accordion__list-title {
    border-bottom: 1px solid #e3ebf6
}

.accordion__list:last-child .accordion__list-content {
    border-top: 0;
    border-bottom: 1px solid #e3ebf6
}

@font-face {
    font-family: Cerebri Sans;
    src: url(../fonts/cerebrisans/cerebrisans-regular.eot);
    src: url(../fonts/cerebrisans/cerebrisans-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/cerebrisans/cerebrisans-regular.woff) format("woff"), url(../fonts/cerebrisans/cerebrisans-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Cerebri Sans;
    src: url(../fonts/cerebrisans/cerebrisans-medium.eot);
    src: url(../fonts/cerebrisans/cerebrisans-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/cerebrisans/cerebrisans-medium.woff) format("woff"), url(../fonts/cerebrisans/cerebrisans-medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Cerebri Sans;
    src: url(../fonts/cerebrisans/cerebrisans-semibold.eot);
    src: url(../fonts/cerebrisans/cerebrisans-semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/cerebrisans/cerebrisans-semibold.woff) format("woff"), url(../fonts/cerebrisans/cerebrisans-semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3
}

body {
    font-size: 1.1rem;
    line-height: 1.4;
    background: #fff
}

.text-mega {
    font-size: 3.6rem
}

@media screen and (max-width:767px) {
    .text-mega {
        font-size: 3.2rem
    }
}

.text-xxlg {
    font-size: 2.6rem
}

@media screen and (max-width:767px) {
    .text-xxlg {
        font-size: 2.2rem
    }
}

.text-xlg {
    font-size: 2.2rem
}

@media screen and (max-width:767px) {
    .text-xlg {
        font-size: 1.8rem
    }
}

.text-lg {
    font-size: 1.6rem
}

@media screen and (max-width:767px) {
    .text-lg {
        font-size: 1.4rem
    }
}

.text-md {
    font-size: 1.2rem
}

@media screen and (max-width:767px) {
    .text-md {
        font-size: 1rem
    }
}

.text-sm {
    font-size: 1rem
}

@media screen and (max-width:767px) {
    .text-sm {
        font-size: .9rem
    }
}

.text-xs {
    font-size: .87rem
}

@media screen and (max-width:767px) {
    .text-xs {
        font-size: .8rem
    }
}

@media screen and (max-width:991px) {
    .text-center-md {
        text-align: center !important
    }
}

@media screen and (max-width:767px) {
    .text-center-sm {
        text-align: center !important
    }
}

@media screen and (max-width:991px) {
    .w-md {
        width: 70% !important
    }
}

@media screen and (max-width:767px) {
    .w-sm {
        width: 70% !important
    }
}

@media screen and (max-width:991px) {
    .center-md {
        text-align: center !important;
        justify-content: center !important
    }
}

@media screen and (max-width:767px) {
    .center-y-sm {
        flex-direction: column !important
    }
}

@media screen and (max-width:767px) {
    .center-sm {
        text-align: center !important;
        justify-content: center !important
    }
}

@media screen and (max-width:991px) {
    .center-vertical-md {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .center-vertical-sm {
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .d-block-mobile {
        display: block;
        width: 100%
    }
}

.bg-primary-gradient {
    background: #22a843;
    background: linear-gradient(332deg, #22af42 17%, #122d91);
}

.bg-image {
    position: relative
}

.bg-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    /* background: rgba(0, 0, 0, .3) */
}

.btn,
a {
    transition: all .2s ease-in-out
}

.vh-100 {
    height: 100vh
}

.rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.mobile-only {
    display: none
}

@media screen and (max-width:767px) {
    .mobile-only {
        display: block
    }
}

@media screen and (max-width:767px) {
    .desktop-only {
        display: none
    }
}

.main-navigation {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 74px;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0
}

.main-navigation .main-navigation--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.main-navigation .main-navigation--inner .main-nav {
    display: flex;
    align-items: center
}

.navbar-nav .nav-item .nav-link,
.navbar-nav .nav-link>.fe {
    font-size: 1rem;
    background: #fff;
    border-radius: 24px;
    padding: 10px 16px;
    margin-right: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    background: #eee;
}

.navbar-nav .nav-item .active-link {
    background: #eee !important;
    font-weight: bold !important;
}

.navbar-nav .nav-link>.fe {
    min-width: 0
}

.navbar-nav.horizontal {
    flex-direction: row;
    align-items: center
}

.navbar-nav.nav-black .nav-link {
    color: #12263f
}

.navbar-style-2 .nav-link {
    position: relative
}

/* .navbar-style-2 .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 6px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #0d226d;
    opacity: 0;    
}

.navbar-style-2 .nav-link.active-link:before,
.navbar-style-2 .nav-link:hover:before {
    bottom: -18px;
    opacity: 1
} */

.btn-primary-3d {
    box-shadow: 0 4px 0 #22a843
}

.btn-primary-3d:hover {
    box-shadow: 0 0 0 #22a843
}

.btn-push:hover {
    transition: all .2s ease-in-out;
    transform: translateY(4px)
}

.btn-off {
    cursor: default
}

.rounded {
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 24px !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media screen and (max-width:767px) {
    .quick-link .d-flex {
        flex-wrap: wrap;
        justify-content: center
    }

    .quick-link .mr-5,
    .quick-link .text-primary {
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-bottom: 8px !important
    }
}

.home-banner {
    display: block;
    position: relative;
    margin-top: 0px;
}

.home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: transparent;
}

@media screen and (max-width:991px) {
    .home-banner {
        padding-top: 4rem;
    }
}

@media screen and (max-width:991px) {

    .home-banner.banner-kelas-online,
    .home-banner.banner-manajemen-sistem,
    .home-banner.banner-ujian-online,
    .home-banner.banner-virtual-class {
        padding-top: 20rem;
        padding-bottom: 4rem;
        background-position: top
    }
}

.home-banner.banner-kelas-online {
    background-image: url(../images/banner-new-green.png)
}

@media screen and (max-width:767px) {
    .home-banner.banner-kelas-online {
        background-image: url(../images/banner-kelas-online-mobile.png)
    }

    .home-banner.banner-kelas-online:before {
        background: transparent
    }
}

.home-banner.banner-virtual-class {
    background-image: url(../images/pexels-photo-4145153.jpeg)
}

@media screen and (max-width:767px) {
    .home-banner.banner-virtual-class {
        background-image: url(../images/banner-virtual-class-mobile.png)
    }

    .home-banner.banner-virtual-class:before {
        background: transparent
    }
}

.home-banner.banner-ujian-online {
    background-image: url(../images/pexels-photo-4260483.jpeg)
}

@media screen and (max-width:767px) {
    .home-banner.banner-ujian-online {
        background-image: url(../images/banner-ujian-online-mobile.png)
    }

    .home-banner.banner-ujian-online:before {
        background: transparent
    }
}

.home-banner.banner-manajemen-sistem {
    background-image: url(../images/pexels-photo-4474005.jpeg)
}

@media screen and (max-width:767px) {
    .home-banner.banner-manajemen-sistem {
        background-image: url(../images/banner-manajemen-sistem-mobile.png)
    }

    .home-banner.banner-manajemen-sistem:before {
        background: transparent
    }
}

.home-banner--text h1 {
    font-size: 3rem;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .home-banner--text h1 {
        font-size: 2rem;
        line-height: 1.3
    }
}

.section,
.section-lg,
.section-xl {
    display: block;
    width: 100%;
    padding: 3rem 0
}

@media screen and (max-width:991px) {

    .section,
    .section-lg,
    .section-xl {
        padding: 2rem 0
    }
}

.section-sm {
    padding: 1.8rem 0
}

@media screen and (max-width:991px) {
    .section-sm {
        padding: 1.4rem 0
    }
}

.section-lg {
    padding: 4.4rem 0
}

@media screen and (max-width:991px) {
    .section-lg {
        padding: 3.4rem 0
    }
}

.section-xl {
    padding: 6rem 0
}

@media screen and (max-width:991px) {
    .section-xl {
        padding: 5rem 0
    }
}

.title-md {
    font-size: 1.4rem;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .title-md {
        font-size: 1.2rem
    }
}

.title-lg {
    font-size: 2rem;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .title-lg {
        font-size: 1.6rem
    }
}

.title-xl {
    font-size: 2.6rem;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .title-xl {
        font-size: 2.2rem
    }
}

.input-group-prepend .custom-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.grid-feature--content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.grid-feature--content .grid-feature--item {
    width: 25%;
    padding: 8px;
    position: relative
}

.grid-feature--content .grid-feature--item .grid-inner {
    padding: 0 1rem;
    height: 200px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: .375rem;
    transition: all .2s ease-in-out;
    color: #12263f
}

.grid-feature--content .grid-feature--item .grid-inner:hover {
    border-color: #2c7be5;
    color: #12263f
}

.grid-feature--content .grid-feature--item.grid-feature--item-3 {
    width: 33.3333333333%
}

@media screen and (max-width:767px) {
    .grid-feature--content .grid-feature--item.grid-feature--item-3 {
        width: 100%
    }
}

.grid-icon {
    margin-bottom: 1rem
}

.grid-icon img {
    width: 60px
}

.grid-icon.grid-icon-lg img {
    width: 100px
}

.footer-group {
    display: flex
}

.footer-group .footer-item--group {
    display: flex;
    width: 100%;
    margin-left: -12px;
    margin-right: -12px
}

.footer-group .footer-item--group .footer-item {
    width: 33.3333333333%;
    padding: 12px
}

@media screen and (max-width:767px) {
    .footer-group {
        flex-direction: column
    }
}

@media screen and (max-width:500px) {
    .footer-group .footer-item--group {
        flex-wrap: wrap
    }

    .footer-group .footer-item--group .footer-item {
        width: 50%
    }
}

.footer-item--list {
    margin: 0;
    padding: 0;
    font-size: 1rem
}

.footer-item--list li {
    list-style: none;
    margin-bottom: 10px
}

.footer-item--list li.title {
    font-weight: 600;
    font-size: .9rem;
    text-transform: uppercase;
    margin-bottom: 18px
}

.footer-item--list li a {
    color: #12263f
}

.footer-item--list li a:hover {
    color: #12263f;
    text-decoration: underline
}

.link-list a {
    color: #12263f
}

.link-list a:hover {
    text-decoration: underline
}

.col-img {
    display: block;
    position: relative;
    border-radius: .375rem;
    background: #f1fff4;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.row-sm {
    margin-right: -8px;
    margin-left: -8px
}

.row-sm .col-4 {
    padding-left: 8px;
    padding-right: 8px
}

.rocket {
    position: absolute;
    left: -50px;
    bottom: 40px;
    z-index: 99
}

@media screen and (max-width:991px) {
    .rocket {
        display: none
    }
}

.rocket-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 400px
}

.section-two-side {
    display: flex;
    align-items: stretch
}

.section-two-side .section-item {
    width: 50%
}

.section-two-side .section-item.section-item-bg {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    flex: 1 0 auto
}

.section-two-side .section-item.section-item-text {
    padding: 4rem
}

@media screen and (max-width:991px) {
    .section-two-side .section-item.section-item-bg {
        width: 40%
    }

    .section-two-side .section-item.section-item-text {
        width: 60%;
        padding: 2.6rem
    }
}

@media screen and (max-width:767px) {
    .section-two-side {
        flex-direction: column
    }

    .section-two-side .section-item.section-item-bg,
    .section-two-side .section-item.section-item-text {
        width: 100%
    }

    .section-two-side .section-item.section-item-bg {
        padding-top: 80%
    }

    .section-two-side .section-item.section-item-bg-GubukSains {
        background-position: 50% 80%
    }
}

.push-top {
    margin-top: 72px
}

.lined {
    position: relative;
    padding-left: 1rem
}

.lined:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 4px;
    width: 1px
}

.lined.lined-primary:before {
    background-color: #22a843
}

.lined.lined-yellow:before {
    background-color: #f6c343
}

.lined.lined-white:before {
    background-color: #fff
}

@media screen and (max-width:991px) {
    .lined {
        padding-left: 0
    }
}

@media screen and (max-width:991px) {

    .hide-991,
    .lined:before {
        display: none
    }

    .logo-mobile {
        width: 50% !important;
    }
}

@media screen and (max-width:520px) {
    .logo-mobile {
        width: 70% !important;
    }

    .legalitas-img {
        width: 100% !important;
    }

    .notfound-img {
        width: 100% !important;
    }

    .maintenance-img {
        width: 100% !important;
    }
}

@media screen and (min-width:991px) {
    .show-991 {
        display: none
    }

    .legalitas-img {
        width: 50% !important;
    }

    .notfound-img {
        width: 40% !important;
    }

    .maintenance-img {
        width: 30% !important;
    }
}

.pagination-link {
    border-radius: .375rem;
    padding: 1rem;
    transition: all .2s ease-in-out;
    color: #12263f
}

.pagination-link:hover {
    text-decoration: none;
    background-color: #f1fff4;
    color: #12263f
}

.pagination-link.pagination-next {
    text-align: right
}

@media screen and (max-width:767px) {
    .pagination-link {
        padding: 0
    }

    .pagination-link:hover {
        background-color: #f1fff4
    }

    .pagination-link .text-lg {
        font-size: 1.1rem
    }
}

.number {
    display: inline-flex;
    width: 48px;
    height: 48px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 48px
}

.number.number-color-1 {
    background-color: #2c7be5
}

.number.number-color-2 {
    background-color: #ff6b00
}

.number.number-color-3 {
    background-color: #00d5c0
}

.number.number-color-4 {
    background-color: #ffc414
}

.number.number-color-5 {
    background-color: #001f57
}

.number.number-grey {
    background-color: #f1fff4;
    color: #6e84a3
}

.card-primary {
    /* border: 1px solid #7aff9b; */
    background-color: #e5ffeb !important;
}

.content-card {
    margin: auto;
}

.text-card {
    margin-left: 10%;
}

/* common */
.ribbon {
    width: 125px;
    height: 119px;
    overflow: hidden;
    position: absolute;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #22a843;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 12px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: 0px;
    left: -4px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: 0px;
    right: -1px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -29px;
    top: 19px;
    transform: rotate(45deg);
}

.card-price {
    cursor: pointer;
}

.card-price:hover {
    box-shadow: 0 0 11px #b9ffc9;
}

.img-feature {
    width: 13%;
}

.text-feature {
    margin: auto
}

.image-feature {
    width: 10%;
}

.box-promo {
    background-color: #bdbdbd !important;
    color: #ffff !important;
    border: 1px solid black;
    font-size: 14px;
}

.footer-static {
    margin-top: 16% !important;
}

.section {
    min-height: 100vh;
}

.footer {
    height: 100%;
}

.section-min-70 {
    margin-top: -70px !important;
}

.card-min-35 {
    margin-top: -35px
}

.intro-box {
    display: block;
    width: 100%;
    padding-top: 60%;
    position: relative;
    border-radius: .375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden
}

.intro-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 9
}

.intro-box:hover:before {
    background-color: rgba(0, 0, 0, .4)
}

.intro-box .fe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    color: #fff;
    z-index: 10;
    opacity: .5
}

.intro-box-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.18);
    transform: translateY(-50%) scale(1.18);
    left: 0;
    right: 0;
    bottom: 0
}
