@font-face {
    font-family: 'Cramaten';
    src: url('../fonts/Cramaten.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #111;
}

body {
    position: relative;
    overflow-x: hidden;
}

.skew::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent url(../img/background-hutan.png) top center;
    background-size: 100%;
    background-attachment: fixed;
    z-index: -1;
}

section.color {
    background-color: rgb(240, 245, 220);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h2 {
    font-family: 'Cramaten', Fallback, sans-serif;
    font-size: 42px;
}

h3 {
    margin-bottom: 3rem;
    font-size: 4rem;
    font-weight: 600;
}

a, a:hover, a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
}

.button {
    border-radius: 0;
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FFFFFF center / cover no-repeat url(../img/bacground-nav.png);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.8);
}

.navigation .logo-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .logo-company h1 {
    margin: 0 5px;
    font-size: 10px;
    font-weight: bold;
    color: #647dae;
}

.navigation nav {
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.navigation nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation nav ul>li.signin {
    margin-left: 5rem;
    font-weight: bold;
}

.navigation nav ul>li.register>a {
    color: #fff;
    height: 4rem;
    margin-top: 0;
}

.navigation nav ul>li>a {
    line-height: 2;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #033;
    font-size: 14px;
    margin: 0 6px;
}

.navigation nav ul>li>a:hover {
    color: #669999;
}

.logo-company img {
    height: 24px;
}

.hr-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
}

.hr-nav>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 75%;
    flex: 1 75%;
    background-color: #699;
}

.hr-nav>div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    flex: 1 25%;
    background-color: #033;
}

section.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.body {
    margin-top: 60px;
    background-color: transparent;
}

.body .select2-container .select2-selection--single {
    height: 34px;
    border-radius: 0;
    border-color: #ccc;
}

.body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    font-size: 18px;
}

.bg-grey {
    position: relative;
    overflow: hidden;
    background: right / cover no-repeat transparent url(../img/background-form.png);
}

.body::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: right / cover no-repeat transparent url(../img/background-form.png);
    z-index: -1;
}

.slider .carousel-inner>.item>img {
    width: 100%;
    max-height: 252px;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider .carousel-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    width: 4rem;
    height: 4rem;
    opacity: 1;
}

.slider .carousel-control.right {
    right: 15px;
}

.slider .carousel-control.left {
    left: 15px;
}

.slider .carousel-control>.material-icons {
    font-size: 4rem;
    color: transparent;
}

.carousel-indicators li {
    opacity: .8;
    width: 7px;
    height: 7px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    background-color: #fff;
}

.carousel-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel-indicators .active {
    width: auto;
    height: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.why .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.why .container>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.why .why-content {
    font-size: 14px;
    line-height: 1.5;
}

.why .why-content.right {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.why .why-content.left {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.why .why-content img {
    width: 160px;
    margin: auto;
}

.why .embed-responsive {
    padding-bottom: 400px;
    overflow: hidden;
    margin-top: 2rem;
}

.hero {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background-color: #FFFFFF;
    background: #ffffff top / cover no-repeat url(../img/bacground-pattern.png);
}

.hero-content {
    position: relative;
    background-color: #86a738;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 4px;
    font-family: 'Calibri', sans-serif;
    overflow: hidden;
}

.hero-content img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content .box-img {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 34px;
}

.hero-content .box-img.jadwal {
    background: center / contain no-repeat url(../img/icon-calender.png);
}

.hero-content .box-img.daftar {
    background: center / contain no-repeat url(../img/icon-daftar.png);
}

.hero-content .box-img.kontak {
    background: center / contain no-repeat url(../img/icon-kontak.png);
}

.hero-content:hover .box-img.jadwal {
    background: center / contain no-repeat url(../img/icon-calender-light.png);
}

.hero-content:hover .box-img.daftar {
    background: center / contain no-repeat url(../img/icon-daftar-light.png);
}

.hero-content:hover .box-img.kontak {
    background: center / contain no-repeat url(../img/icon-kontak-light.png);
}

.hero-content::before {
    width: 74px;
    content: "";
    display: block;
    height: 400px;
    position: absolute;
    top: -56px;
    right: -50px;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background: #6e8f3e;
    z-index: 0;
    border-radius: 50px;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.hero-content>h3 {
    font-family: 'Cramaten', sans-serif;
    width: 100%;
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 0;
}

.hero-content:hover>h3 {
    color: #033;
}

.hero-content>p {
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 1.6rem;
}

.hero-other-content {
    padding: 32px 0 23px 0;
    font-size: 18px;
    font-family: 'Calibri', sans-serif;
    color: #003333;
}

.hero-other-content img {
    width: 60px;
    height: 60px;
}

.profile, .asesor {
    color: #58574a;
}

.asesor {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fff;
}

.abstract {
    padding: 0px;
    position: relative;
    overflow: hidden;
    background: transparent;
    z-index: 1;
}

.profile .why-content.left, .asesor .why-content.left {
    text-align: left;
}

.profile h2, .asesor h2 {
    font-size: 42px;
}

.struktur-name, .content-text {
    margin-top: 5px;
    margin-bottom: 15px;
}

.visi-misi {
    background: rgb(240, 245, 220) top / 125.5px repeat url(../img/pattern-sekat.png);
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.profile ul {
    list-style: disc;
}

.skema {
    color: #ffffff;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.skema::after, .skema::before {
    width: 200%;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    -webkit-transform: skewY(7deg);
    -ms-transform: skewY(7deg);
    transform: skewY(7deg);
    background: #ffffff;
}

.skema::before {
    top: -50%;
    -webkit-transform: skewY(-7deg);
    -ms-transform: skewY(-7deg);
    transform: skewY(-7deg);
}

.skema::after {
    bottom: -50%;
}

.skema h2 {
    font-size: 64px;
    margin-bottom: 6rem;
}

.skema-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.skema-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 20%;
    flex: 1 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 15px;
}

.item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    padding: 14px;
}

.item-head>img {
    width: 100px;
}

.item-head>a, .item-head>a:hover {
    width: 100%;
    height: 38px;
    background: #033;
    padding: 4px;
    border-radius: 2rem;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.item-head.atpa {
    background-color: rgba(0, 86, 43, 1);
}

.item-head.auditor {
    background-color: rgba(207, 110, 27, 1);
}

.item-head.ktpa {
    background-color: rgba(216, 175, 11, 1);
}

.item-head.pcua {
    background-color: rgba(44, 88, 130, 1);
}

.item-head.aulh {
    background-color: rgba(170, 91, 43, 1);
}

.item-body {
    text-align: left;
    margin-left: 15px;
    line-height: 1.2;
    background-color: #ffffff;
    height: 100%;
}

.item-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

form label {
    font-weight: normal;
    line-height: 2;
}

form .form-control {
    font-size: 18px;
}

form td textarea.form-control {
    font-size: 12px;
}


form .form-control, form .form-control:focus, form .form-control:active {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.contactus {
    background: #496e6d;
    color: #ffffff;
    padding: 4rem;
    font-size: 18px;
    margin-left: -15px;
    margin-right: -15px;
}

form.contactus .form-control, form.contactus .form-control:focus, form.contactus .form-control:active {
    border: none;
}

.body form {
    color: #333333;
}

.login form {
    padding: 6rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333333;
}

.login h2 {
    color: #647b99;
    margin-bottom: 15px;
    font-size: 48px;
    color: #ffffff;
}

.login img.lsp-lhki {
    background: #fff;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin-bottom: 2rem;
}

.title-login {
    font-size: 8rem;
}

.custom-btn, .custom-btn:focus, .custom-btn:hover {
    background: #9f5825;
    color: #ffffff;
    border-radius: 40px;
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
    overflow: hidden;
    width: 210px;
    height: 46px;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}

.custom-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.custom-btn::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -35px;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #f9a64a;
    z-index: 0;
}

.custom-btn::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 45px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #b67c40;
    z-index: 0;
}

.custom-btn>span {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.custom-btn>span::after {
    content: '';
    position: absolute;
    top: -17px;
    right: 0px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #feca0a;
    z-index: 0;
}

.custom-btn.primary, .custom-btn.primary:focus, .custom-btn.primary:hover {
    background: #033;
}

.custom-btn.primary::before {
    content: '';
    position: absolute;
    top: 17px;
    left: -35px;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #336666;
    z-index: 0;
}

.custom-btn.primary::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 45px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #124545;
    z-index: 0;
}

.custom-btn.primary>span {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.custom-btn.primary>span::after {
    content: '';
    position: absolute;
    top: -17px;
    right: 0px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #336666;
    z-index: -1;
}

footer {
    padding-top: 6rem;
    border-top: 1px solid #d8d8d8;
    background-color: #f1f1f1;
    line-height: 1.4;
    border: none;
}

footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer-content>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
    margin: 4rem 0;
    font-size: 18px;
}

footer .footer-content .vdevider {
    width: 20px;
    height: 300px;
    border-radius: 20px;
    background-color: transparent;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 20px;
    flex: 1 20px;
}

footer ul>li:first-child {
    margin-bottom: 1.5rem;
}

.bg-sosmed {
    background-color: #669999;
}

.sosmed {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2rem 0;
}

.sosmed img {
    width: 40px;
    height: 40px;
}

.sosmed a, .sosmed a:hover {
    color: #fff;
}

.wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFFFFF;
}

th {
    font-family: 'Cramaten', Fallback, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #647b99;
}

.body h2 {
    color: #647b99;
    margin-bottom: 15px;
}

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
}

.checkbox:hover input~.checkmark {
    border: 1px solid #cccccc;
}

.checkbox input:checked~.checkmark {
    border: 1px solid #cccccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 8px;
    top: 1px;
    width: 9px;
    height: 16px;
    border: solid #58c26f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .navigation, .navigation nav {
        height: 90px;
    }
    .navigation .logo-company h1 {
        margin-left: 25px;
        margin-right: 45px;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
    }
    .logo-company img.lsp-lhki {
        width: 83px;
        height: 83px;
    }
    .logo-company img.bnsp {
        height: 64px;
    }
    .navigation nav ul>li>a {
        font-size: 22px;
        font-family: 'Calibri', sans-serif;
    }
    section.top, section.body {
        margin-top: 90px;
    }
    h2 {
        font-size: 70px;
    }
    .carousel-indicators li {
        opacity: .8;
        width: auto;
        -webkit-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        background-color: #fff;
    }
    .slider .carousel-control {
        width: 54px;
        height: 54px;
    }
    .slider .carousel-control>.material-icons {
        font-size: 54px;
    }
    .why .why-content {
        font-size: 21px;
    }
    .why .why-content img {
        width: 260px;
    }
    .why .why-content.right {
        margin-right: 7rem;
        text-align: right;
    }
    .why .why-content.left {
        text-align: left;
    }
    .why .why-content h3 {
        line-height: 7rem;
        margin-bottom: 3.5rem;
    }
    .why .why-content p {
        color: #444444;
        margin-bottom: 7rem;
    }
    .hero-content {
        margin: 0 62px;
        padding: 22px;
        -webkit-transition: .6s ease-in-out;
        -o-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
    }
    .hero-content:hover, .hero-content:focus {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        background: #acce22;
        color: #ffffff;
    }
    .hero-content:hover::before {
        display: none;
    }
    .hero-content>h3 {
        font-size: 4rem;
    }
    .hero-other-content img {
        width: 117px;
        height: 117px;
        margin-bottom: 20px;
    }
    #lisensi, #struktur, #tuk, #organisasi {
        position: relative;
        padding-top: 140px;
        padding-bottom: 140px;
        background-color: #FFFFFF;
    }
    #organisasi .profile::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 130%;
        height: 100%;
        background: rgb(240, 245, 220);
        border-radius: 0 0 50% 50%;
        -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
        z-index: -1;
    }
    #organisasi .why-content {
        text-align: right;
    }
    #organisasi .why-content h2 {
        margin-top: 46px;
    }
    .asesor {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .profile h2, .asesor h2 {
        font-size: 70px;
    }
    .struktur-name, .content-text {
        margin-bottom: 3rem;
    }
    .skema {
        padding: 20rem 0;
    }
    .skema-content {
        background: rgba(255, 255, 255, .4);
        padding: 0 15px;
    }
    .skema h2 {
        font-size: 110px;
        margin-bottom: 6rem;
    }
    .item-head {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 195px;
        height: 195px;
        min-height: 195px;
    }
    .item-head.aulh>img {
        width: 160px;
        top: 10px;
        position: absolute;
    }
    .item-body {
        margin-left: 0;
        font-size: 2rem;
        color: #333333;
        padding: 14px;
    }
    .item-body h3 {
        font-size: 3rem;
    }
    footer .footer-content>* {
        font-size: 2.5rem;
    }
    footer .footer-content .vdevider {
        margin-right: 30px;
        margin-left: 30px;
    }
    .sosmed {
        font-size: 4rem;
    }
    .copy {
        font-size: 3rem;
    }
    th {
        font-size: 34px;
    }
}

@media (min-width: 1152px) {
    .navigation {
        height: 90px;
    }
    .navigation nav {
        margin-left: auto;
        margin-right: auto;
        max-width: 1152px;
    }
    .navigation nav ul>li>a {
        line-height: 1.5;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 1366px) {
    section {
        margin-left: auto;
        margin-right: auto;
        max-width: 1366px;
    }
}

@media (max-width: 767px) {
    .custom-btn {
        font-size: 14px;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 180px;
        height: 38px;
    }
    .navigation .container {
        width: 100%;
    }
    .hr-nav {
        height: 5px;
    }
    .hero {
        padding: 3rem 0;
        background-position-y: 220px;
        background-size: contain;
    }
    .hero-content {
        background-color: #acce22;
        padding-top: 0;
        padding-bottom: 4px;
    }
    .hero-content .box-img.jadwal {
        background: center / contain no-repeat url(../img/icon-calender-light.png);
    }
    .hero-content .box-img.daftar {
        background: center / contain no-repeat url(../img/icon-daftar-light.png);
    }
    .hero-content .box-img.kontak {
        background: center / contain no-repeat url(../img/icon-kontak-light.png);
    }
    .hero-content::before {
        display: none;
    }
    .hero-content .box-img {
        background-size: 60px !important;
        margin-bottom: 0;
    }
    .hero-content>h3 {
        color: #033;
        min-height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .hero-other-content {
        font-size: 14px;
        padding: 20px 0 0;
    }
    .slider {
        position: relative;
        background-color: rgb(240, 245, 220);
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        overflow: hidden;
    }
    .slider::after {
        display: none;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -120px;
        width: 100%;
        height: 100%;
        background: url(../img/frame-temaslide.png) center top no-repeat;
        z-index: 0;
        -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    .slider .carousel-inner {
        width: 130%;
        border-radius: 0 0 50% 50%;
        -webkit-transform: translateX(-12%);
        -ms-transform: translateX(-12%);
        transform: translateX(-12%);
    }
    .slider .carousel-inner>.item>img {
        height: 240px;
    }
    .visi-misi {
        border: 10px solid #fff;
        background-size: 90px;
    }
    .item-head {
        height: 132px;
        position: relative;
        overflow: hidden;
    }
    .item-head.aulh>img {
        width: 120px;
        top: 0px;
        left: -15px;
        position: absolute;
    }
    .item-head>a, .item-head>a:hover {
        height: 24px;
        font-size: 10px;
    }
    .skema-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .skema-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
    .skema-item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .skema-item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .item-head>img {
        width: 80px;
    }
    .item-body {
        width: 200px;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #organisasi {
        background-color: #ffffff;
    }
    #organisasi .why-content {
        text-align: center;
        line-height: 3;
    }
    .asesor-download {
        line-height: 3;
    }
    .asesor-download>span {
        margin-left: 34px;
    }
    .sosmed>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 50%;
        flex: 1 50%;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        height: 40px;
        margin-bottom: 2rem;
    }
    .sosmed>small {
        font-size: 100%;
    }
    .login {
        padding-top: 0;
        background: #496e6d;
        text-align: center;
    }
}

.form-horizontal .form-group .control-label, .form-horizontal .form-group label.control-label {
    text-align: left;
}

.form-horizontal .form-group.has-error .select2-container .select2-selection--single {
    border-color: #a94442 !important;
}

.expire {
    color: #aaa;
    text-decoration: line-through;
    font-style: italic;
}

ul.user-menu{
    padding: 0;
    margin: 0;
}

ul.user-menu li{
    border-bottom:  thin solid #f0f0f0;
    border-top:  thin solid #f0f0f0;
    padding: 0;

}


ul.user-menu li.active h4{
    border-bottom: 4px solid  #b5e0f9;
    margin-bottom: -4px;

    border-top: 4px solid  #b5e0f9;
    margin-top: -4px;
    
     background: #eee;
}

ul.user-menu li.active h2{
    background: #eee;
}

ul.user-menu li:hover a h2{
    background: #eee;
}

ul.user-menu li a{
    background: white;
}

ul.user-menu li a h2.lg{
    padding: 20px 30px;
    margin: 0;
}  