body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto!important;
}
.frc{
    margin-top: auto !important;
}
.panel-custom{
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.panel-custom .panel-heading{
    font-size: 18px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
}
.panel-custom .harga{
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}
.panel-custom .harga p{
    margin-bottom: 0px;
}
.panel-custom .harga p i{
    margin-right: 7px;
}
.panel-custom .harga span{
    font-size: 11px;
    height: fit-content;
    align-self: center;
}
.panel-custom .btn-daftar{
    padding: 8px 10px;
    background: #28a382;
    border-radius: 6px;
    color: white;
    border: 1px solid #28a382;
}
.panel-custom .btn-daftar:hover{
    padding: 8px 10px;
    background: white;
    border-radius: 6px;
    color: #28a382;
    border: 1px solid #28a382;
}
.panel-custom .btn-daftar i{
    margin-left: 11px;
    font-size: 12px;
}
.list-pembayaran{
    padding: 10px 20px !important;
}
.list-pembayaran li{
    padding: 15px 0px !important;
}
.d-flex{
    display: flex;
} 
.justify-content-between{
    justify-content: space-between;
}
.bg-white{
    background: #ffffff;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.font-size-16px {
    font-size: 16px !important;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.list-pembayaran ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.align-self-center {
    align-self: center!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.list-pembayaran-header p {
    margin-bottom: 0px;
}
.list-pembayaran p{
    margin-bottom: 0px;
}
.bg-grey {
    background: #f2f2f2 !important;
}
.list-pembayaran-header{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.w-100{
    width: 100%;
}
.text-nominal{
    margin-top: 5px;
    margin-bottom: 15px;
}
.mt-0{
    margin-top: 0px;
}
.mb-0{
    margin-bottom: 0px;
}
.metode-bayar {
    padding: 12px 15px;
}
.radius-5px {
    border-radius: 5px;
}
.bg-grey {
    background: #f2f2f2;
}
.text-header {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 23px;
}
.border {
    border: 1px solid #dee2e6!important;
}
.mt-1{
    margin-top: 1rem!important;
}
.btn-cetak-invoice{
    display: block !important;
    width: 100%;
    border: 1px solid #5cb85c;
    background: #5cb85c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn-login-invoice{
    display: block !important;
    width: 100%;
    border: 1px solid #337ab7;
    background: transparent;
    color: #337ab7;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.btn-batal-invoice{
    display: block !important;
    width: 100%;
    border: 1px solid #d9534f;
    background: transparent;
    color: #d9534f;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content-pembayaran img{
    height: fit-content;
}
.tabs-information .tab-content{
    padding: 15px;
}
.registertab ul.nav.nav-tabs{
    border-bottom: none;
    margin-bottom: 40px !important;
    display: start;
    justify-content: center !important;
}
.registertab ul.nav.nav-tabs li a{
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    background: #e8e8e8;
    color: #484848;
    font-size: 15px;
    margin-right: 20px;
}
.registertab ul.nav.nav-tabs li.active a{
    border: none;
    box-shadow: 0 5px 10px 1px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 12px 25px;
    background:#0f71b8;
    color: #FFF;
    font-weight: 800;
    font-size: 15px;
}
.registernew ul.nav.nav-tabs{
    border-bottom: none;
    margin-bottom: 40px !important;
    display: start;
    justify-content: center !important;
}
.registernew ul.nav.nav-tabs.nav-jenjang li a{
    border: none;
    border-radius: 6px;
    padding: 16px 25px;
    background: #e8e8e8;
    color: #a7a7a7;
    font-size: 15px;
    margin-right: 15px;
    height: auto;
}
.registernew ul.nav.nav-tabs.nav-jenjang li i{
    display: block;
    font-size: 25px;
    color: #a7a7a7;
    margin-top: 2px;
    margin-bottom: 3px;
}
.registernew ul.nav.nav-tabs.nav-jenjang li.active i{
    color: #ffffff;
}
.registernew ul.nav.nav-tabs.nav-fakultas li i{
    margin-right: 12px;
    font-size: 22px;
    display: block;
}
.registernew ul.nav.nav-tabs.nav-jenjang li.active a{
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    background: #28a382 !important;
    box-shadow: 0 5px 10px 1px rgb(40 163 130 / 29%);
}
.registernew ul.nav.nav-tabs.nav-fakultas li.active a{
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    background: #ffffff !important;
    color: #f7b86d !important;
    font-weight: 500;
    font-size: 14px;
    border-left: 5px solid #f7b86d !important;
    box-shadow: 0 2px 4px rgb(249 201 145 / 63%);
}
.registernew ul.nav.nav-tabs.nav-fakultas li a{
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    background: #ffffff !important;
    color: #a7a7a7;
    font-weight: 500;
    font-size: 14px;
    border-left: 5px solid #a7a7a7;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    height: auto;
}
.panel-group.custom .panel.panel-default{
    border: none !important;
}
.panel-group.custom .panel.panel-default .panel-heading.program{
    background: #28a382;
    color: #ffffff;
    border-radius: 5px;
}
.tab-content > .tab-pane{
    padding: 15px;
}
.panel-group.custom .panel.panel-default .panel-title{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
}
.panel-group.custom .panel.panel-default .panel-body{
    padding: 20px
}
.tab-program .nav.nav-tabs{
    border: none;
    display: initial !important;
}
.tab-program .nav.nav-tabs li{
    float: none;
}
.panel-default > .panel-heading.custom{
    background-color: #f9c991;
    font-size: 15px;
    font-weight: 500;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tab-program .nav.nav-tabs li a{
    border-top: none;
    border: none;
    background: #e8e8e8;
    color: #6f6f6f;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    opacity: 0.8;
}
.tab-program .nav.nav-tabs li.active a{
    border-top: none;
    border: none;
    background: #28a382 !important;
    color: white;
    font-size: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}

/*Custom*/
body{
    border: none;
    font-family: 'Poppins', sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif !important;
}
.d-flex{
    display: flex;
}
.topbarnew {
    background: #10554d !important;
}
.registercompany a{
    background: transparent;
    display: inline-block;
    padding: 5px 16px !important;
    color: #f7b86d !important;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #f7b86d;
    font-weight: normal;
}
.registercompany a:hover{
    background: #f7b86d;
    color: #ffffff !important;
}
.search-form input{
    color: #fff;
    border-radius: 3px;
}
.search-form form input {
    background-color: #10554d;
}
.justify-content-between{
    justify-content: space-between;
}
.align-self-center{
    align-self: center;
}
.site-header, .site-footer{
    border: none;
}
.nav-bar-main{
    background: #ffffff;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.main-menu li.current>a{
    border-color: #28a382 !important;
    color: #28a382 !important;
}
.btnlogin{
    padding: 22px 4px;
    padding-right: 0;
}
.btnregis{
    padding: 22px 4px;
    padding-right: 0;
}
.btnlogin a{
    border: 1px solid #f7b86d !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    background: #f7b86d;
}
.btnregis a{
    border: 1px solid #f7b86d !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    background: transparent !important;
    color: #f7b86d !important;
    border-radius: 5px;
}

.main-navigation{
    float: right;
}
@media (max-width: 720px){
    .main-navigation{
        display: none;
    }
}
.main-menu li.active .sub-menu a:hover, .main-menu li a:hover, .social-icons li a, .social_icons li a, .slider-caption h2 a, .flex-direction-nav a, .footer-widget-title, .footer-media-icons li a, .mainBtn, .request-information .submit_field .mainBtn, .s-month, #slider-testimonials .prev, #slider-testimonials .next, .blog-grid-thumb .cat-blog, .blog-post-meta ul li, .blog-post-meta ul li a, .tag-items a, .comment-form .mainBtn, .course-search-form .mainBtn, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, .main_menu a{
    color: #282a2c !important;
}
.mainBtn, .request-information .submit_field .mainBtn, .tag-items a, .site-header, .main-menu li ul, .social_icons li a, .footer-media-icons li a, .flex-direction-nav a{
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
body, .main-menu li ul, .tab-content > .tab-pane{
    border: none;
}
.logo{
    padding: 7px 0px;
}
.main-menu a{
    padding: 30px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
.main-menu a, .main-menu li.active .sub-menu a, .main-menu li ul li:before, .site-header, .site-header a{
    color: #7b8190;
}
.font-p-nama{
    font-size: 18px !important;
    color: #000000 !important;
}
.font-p-des{
    font-size: 13px;
    color: #9d9d9d;
}
.content.testi{
    display: flex;
    justify-content: space-between;
}
.content.testi ul{
    display: flex;
    list-style: none;
}
.content.testi ul li{
    padding-left: 5px;
}
.carousel-inner .item{
    width: 100% !important;
    height: 100%;
}
.carousel-caption{
    bottom: 45px;
}
.text-white{
    color: #ffffff !important;
}
.w-100{
    width: 100% !important;
}
.card{
    border-radius: 8px !important;
    background: #ffffff;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}
.card img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card-body{
    padding: 20px;
}
.text-muted{
    color: #74788d!important;
}
.card-2{
    box-shadow: none;
    margin-bottom: 30px;
}
.card-2 img{
    margin-bottom: 10px;
    border-radius: 8px;
    height: 180px;
}
.card-2 .card-body{
    padding: 0px;
}
.card-2 .title{
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 5px;
}
.card-2 .desc{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.card-2 a{
    padding: 7px 20px !important;
    border: 1px solid #28a382 !important;
    color: #28a382 !important;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 10px;
}
.card-2 a:hover{
    border: 1px solid #28a382 !important;
    color: #ffffff !important;
    background: #28a382;
}
.titlesection{
    text-align: left;
    margin-bottom: 30px;
}
.titlesection h3{
    border-bottom: 3px solid #f7b86d;
    padding-bottom: 12px;
}
.carousel-caption{
    text-align: left;
    width: 500px;
}
/* .carousel-caption h3{
    font-size: 30px;
    font-weight: 800;
} */
.carousel-caption p{
    color: #d1d1d1;
}
.carousel-caption a{
    border: 3px solid #f7b86d !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    background: #f7b86d;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 13px;
}
@media screen and (min-width: 768px){
    .carousel-caption {
        left: 15%;
        right: 20%;
        padding-bottom: 90px;
    }
    .carousel-indicators {
        bottom: 60px;
    }
}
.title-judul{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 26px;
}
.btn-custom-2{
    padding: 0px !important;
    color: #28a382 !important;
    font-weight: 500;
    border-bottom: 3px solid;
    border-radius: 0px;
    padding-bottom: 5px;
}
.btn-custom-1{
    padding: 7px 20px !important;
    border: 1px solid #28a382 !important;
    color: #28a382 !important;
    border-radius: 5px;
    font-size: 13px;
}
.btn-custom-1:hover{
    border: 1px solid #28a382 !important;
    color: #ffffff !important;
    background: #28a382;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.owl-news .blog-grid-item{
    margin-top: 0px;
}
.owl-news .blog-grid-thumb{
    height: 150px;
}
.owl-news img{
    border-radius: 8px;
    object-fit: cover;
}
.owl-news .box-content-inner{
    padding: 10px 0px;
}
.titlesection h3{
    font-weight: 600 !important;
}
.gallerysec{
    background: #28a382;
}
.widget-inner{
    padding: 0px !important;
}
.event-small-title{
    margin: 0px !important;
}
.event-small-title a{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 22px;
    font-family: inherit;
    color: #000000;
}
.s-month{
    background-color: #28a382;
    color: #ffffff !important;
}
.site-footer {
    background-color: #10554d;
}
.blog-post-container{
    margin-top: 0px;
}
.blog-post-image img{
    border-radius: 12px;
}
.blog-post-inner{
    padding: 20px 0px;
}
.page-title{
    padding: 20px 2px;    
}
.blog-post-meta{
    background: rgb(16 85 77 / 46%);
    border-bottom-left-radius: 12px;
}
.blog-post-image .blog-post-meta ul li{
    border-bottom: 1px solid;
    color: #ffffff !important;
}
.blog-post-image .blog-post-meta ul li a{
    color: #ffffff !important;
}
.slider-caption, .cat-blog, .blog-post-meta ul li{
    background-color: transparent;
}
.blog-post-title{
    font-size: 25px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 26px;
}
@media (min-width: 768px){
    .form-horizontal .control-label{
        text-align: left;
    }
}
.mainBtn{
    border: 3px solid #f7b86d !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    background: #f7b86d !important;
    border-radius: 5px;
    box-shadow: none;
}
.list-event-item{
    margin-top: 0px;
}
.box-content-inner{
    padding: 20px 0px;
}
.list-event-thumb{
    width: 200px;
    height: 150px;
}
.list-event-thumb img{
    border-radius: 8px;
    object-fit: cover;
}
.event-title a{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 26px;
    font-family: inherit;
    color: #000000;
}
.lightBtn{
    border: 1px solid #28a382 !important;
    color: #28a382 !important;
    border-radius: 5px;
    font-size: 13px;
}
.pt-30{
    padding-top: 30px;
}
.pt-50{
    padding-top: 50px;
}
.pb-30{
    padding-bottom: 30px;
}
.loginsec .widget-item{
    border-radius: 8px;
    margin-top: 0px;
}
.loginsec .widget-title{
    font-size: 18px;
    text-align: center;
}
.loginsec .tab-pane{
    background: transparent !important;
}
.loginsec .mainBtn, .request-information .submit_field .mainBtn{
    border: 3px solid #f7b86d !important;
    color: #ffffff !important;
    padding: 6px 20px !important;
    background: #f7b86d !important;
    border-radius: 5px;
    box-shadow: none;
    line-height: 1px;
}
.bglogin{
    background: #f4f7f9;
}
.loginsec .nav-tabs > li.active > a{
    background-color: #10554d;
    color: #ffffff !important;
    border-radius: 8px;
}
.loginsec .nav-tabs li a{
    border-radius: 8px;
}
.contact-form .mainBtn{
    line-height: 0px;
    border: none !important;
}
.carijobbtn a.btn-warning {
    border-color: #f7b86d !important;
    background: #f7b86d;
    color: #ffffff!important;
    margin-left: 5px;
    font-weight: 500;
}
.main-menu li ul li{
    border-bottom: 0px;
}
.section-padding{
    padding: 50px 0px;
}
.content-depan .icon{
    font-size: 25px;
    color: #ffffff;
    padding: 10px 12px;
    align-self: start;
    margin-right: 15px;
    border-radius: 8px;
}
.content-depan .text{
    margin-right: 45px;
}
.content-depan .arrow{
    font-size: 20px;
    align-self: center;
    color: #f7b86d;
}
.content-depan .text h4{
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000000;
}
.content-depan .text p{
    line-height: 18px;
}
.small-text {
    font-size: 12px;
    color: #999999;
}
.alert{
    border-radius: 6px;
}
.calendar-small{
    background-color: #f3f3f3;
}
.widget-main-title, blockquote, .request-information input, .input-select select, .blog-list-post, .event-small-list, .prof-list-item, .grid-event-header, .load-more-btn, .search-form-widget input, .prev-next-post .whiteBtn, .blog-comments-content .media, .comment-form input, .comment-form textarea, .contact-form input, .contact-form textarea, .course-search-form input, .course-search-form select {
    border-color: #d5dbe0 !important;
}
.action-side{
    border: none;
    border-radius: 6px;
    padding: 15px 25px;
    background: #ffffff;
    color: #5c5c5c;;
    font-weight: 500;
    font-size: 14px;
    border-left: 5px solid #5c5c5c;;
    box-shadow: 1px 2px 3px 2px rgb(15 34 58 / 12%);
    height: auto;
    display: flex;
    margin-bottom: 10px;
}
.action-side.active{
    color: #f7b86d !important;
    border-left: 5px solid #f7b86d;
    box-shadow: 1px 2px 3px 2px rgb(249 201 145 / 63%);
}
.action-side i {
    margin-right: 12px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.action-side:hover {
    background: #f7f7f7;
}
.check-proses{
    position: absolute;
    right: 1px;
    top: 2px;
    color: #0dc910;
}
.check-proses i{
    font-size: 14px;
}
.times-proses{
    position: absolute;
    right: 1px;
    top: 2px;
    color: #c90d0d;
}
.times-proses i{
    font-size: 14px;
}
.content-dalam{
    padding: 25px;
    box-shadow: 1px 2px 3px 2px rgb(249 201 145 / 63%);
    border-left: 5px solid #f7b86d;
    border-radius: 8px;
}
.progress{
    border-radius: 3px;
}
.nav-tabs.border-tabs{
    border-bottom: 1px solid #dddddd !important;
}
.nav-tabs.border-tabs>li.active>a, .nav-tabs.border-tabs>li.active>a:focus, .nav-tabs.border-tabs>li.active>a:hover{
    border: 1px solid #ddd;
    border-top: 4px solid #f7b86d !important;
}
.btn-primary{
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px !important;
    border-radius: 5px;
}
.btn-success{
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px !important;
    border-radius: 5px;
}
.btn-danger{
    font-size: 14px;
    font-weight: 600;
    padding: 6px 20px !important;
    border-radius: 5px;
}
.bg-warning {
    background-color: #f7b86d;
    color: white;
}
/* Style Exam */

body.exam{
	font-family: 'Poppins', sans-serif !important;
	background-color: #faf9ff;
}
.head-timer{
	text-align: center;
    padding: 20px;
    color: #2831a3;
    font-size: 20px;
}

.pertanyaan-ke{
	background: #28a382;
    position: absolute;
    padding: 10px 25px;
    border-radius: 5px;
    max-width: 200px;
    margin-left: 25px;
    top: -22px;
	text-align: center;
}
.pertanyaan-ke p{
	color: white;
    margin: 0px;
}
.pertanyaan-ke span{
	font-weight: 600;
}
.card.exam{
	background: #ffffff;
    border-radius: 5px !important;
    padding: 17px 20px 17px 20px;
    margin-bottom: 25px;
    box-shadow: 0 5px 10px 1px rgb(40 163 130 / 29%);
}
.card.exam .card-body{
    padding: 5px;
}
.card.jawaban-isi {
	background: #f5fffc !important;
    border: 2px solid #28a382 !important;
    color: #28a382 !important;
    box-shadow: 0 5px 10px 1px rgb(40 163 130 / 29%)
}
.card.exam p{
	color: #000000;
    font-size: 15px;
    font-weight: 500;
    /* font-weight: 600; */
}
.card.jawaban{
	margin-top: 10px;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 13px;
    /* font-weight: 600; */
    color: #000000;
    display: flex;
    border-radius: 5px !important;
}
.card.jawaban:hover{
	box-shadow: 0 5px 10px 1px rgb(40 163 130 / 29%);
	cursor: pointer;
}
.card.jawaban:focus{
    background: #f5fffc !important;
    border: 2px solid #28a382 !important;
    color: #28a382 !important;
    cursor: pointer !important;
    box-shadow: 0 5px 10px 1px rgb(40 163 130 / 29%);
}
.card.jawaban p{
    margin-bottom: 0px;
}
.card.jawaban span{
    margin-right: 10px;
}
.number-filled{
	border-color: #28a382 !important;
    background: #28a382 !important;
    color: white !important;
}
.number-active {
    border-color: #2831a3 !important;
    background: #2831a3 !important;
	color: white;
}
.btn-selanjutnya{
	background: #f9c991;
    color: white;
    padding: 7px 26px;
    border: none;
	border: 2px solid #f9c991;
    border-radius: 5px;
    margin-top: 35px;
    box-shadow: 0 2px 4px rgb(249 201 145 / 63%);
}
.btn-selanjutnya:hover{
	background: #ffffff;
    color: #f9c991;
    padding: 7px 26px;
    border: 2px solid #f9c991;
}
.btn-sebelumnya{
	background: #f9c991;
    color: white;
    padding: 7px 26px;
    border: none;
	border: 2px solid #f9c991;
    border-radius: 5px;
    margin-top: 35px;
    box-shadow: 0 2px 4px rgb(249 201 145 / 63%);
}
.btn-sebelumnya:hover{
	background: #ffffff;
    color: #f9c991;
    padding: 7px 26px;
    border: 2px solid #f9c991;
}
.btn-selesai{
	background: #28a382;
    color: white;
    padding: 7px 26px;
    border: none;
	border: 2px solid #28a382;
    border-radius: 5px;
    margin-top: 35px;
    box-shadow: 0px 6px 13px 0px #76e7a3b3;
	cursor: pointer;
	transition: all 0.35s ease-in-out;
}
.course-text{
	margin-top: 50px;
    color: black;
    margin-bottom: 0px;
}
.shourcut{
	margin: 30px 0px;
}
table.nav-quest2{
	border-collapse:separate;
	border-spacing:5px;
	display: inline-table;
}
.nav-quest2 td {
	text-align: center;
    border: 2px solid #2831a3;
    cursor: pointer;
    padding: 10px 18.5px;
    border-radius: 5px;
    font-size: 15px;
}
}
.nav-quest2 td:hover{
    background: #2831a3;
    color: white;
}
.header-ujian{
    background: #ffffff;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    padding: 15px 110px;
}
.header-ujian img{
    margin-right: 15px;
    align-self: start;
}
.header-ujian .nama{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}
.header-ujian .noujian{
    margin-bottom: 0px;
    font-size: 15px;
}
.pattern-1 {
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.pattern-2 {
    position: fixed;
    bottom: 0px;
    left: 34%;
}
.pattern-3 {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
@media (max-width: 720px){
    .pattern-1 {
        width: 100%;
    }
    .pattern-2 {
        display: none;
    }
    .pattern-3 {
        display: none;
    }
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: 100%;
}
.list-pembayaran .content-pembayaran img{
	width: 80px;
}
.list-pembayaran .content-pembayaran p{
	margin-bottom: 0px !important;
}
.responsive_menu {
    background-color: #10554d;
}
.responsive_menu .main_menu a {
    color: #ffffff !important;
}
@media (max-width: 720px){
    .carousel-inner .item {
        height: 100% !important;
    }
    .menu-toggle-btn {
        margin-top: 8px !important;
    }
    .floating-depan{
        margin-top: -20px !important;
    }
    .floating-depan .card{
        margin-bottom: 12px;
    }
    .carousel-caption{
        width: initial !important;
        left: 13%;
    }
    .carousel-caption h3{
        font-size: 17px !important;
        top: 30% !important;
    }
    .carousel-caption p{
        font-size: 12px !important;
        line-height: 15px;
    }
    .carousel-caption .btn{
        padding: 3px 12px !important;
        font-size: 11px;
    }
}
@media (min-width: 720px) and (max-width: 1110px){
    .carousel-inner .item {
        height: 100% !important;
    }
    .visible-sm {
        display: block!important;
    }
    .hidden-sm {
        display: none!important;
    }
    .menu-toggle-btn {
        margin-top: 40px;
    }
}
@media (min-width: 1120px) and (max-width: 1250px){
    .carousel-inner .item {
        height: 100% !important;
    }
    
}
.form-custom{
    margin-bottom: 15px;
}
@media (min-width: 768px){
    .form-horizontal .control-label {
        padding-top: 0px;
        margin-bottom: 5px;
    }
}
.form-control{
    box-shadow: none;
    border-radius: 6px;
}
.input-sm {
    height: 35px;
}
select.input-sm{
    height: 35px;
}
.select2-container{
    border-radius: 6px !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 6px !important;
}
.select2-container .select2-selection--single{
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px !important;
}
.custom-box{
    background: #efefef;
    padding: 6.5px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}
@media (max-width: 720px){
    .section-padding{
        padding: 30px 15px;
    }
    .content-dalam{
        padding: 15px !important;
        margin: 15px;
    }
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}
.blog-post-inner img{
    max-width: 100%;
}
.carousel-caption{
    top: 0;
    bottom: 0;
    width: 600px;
}
.carousel-caption h3{
    top: 40%;
    position: absolute;
    font-size: 45px;
    font-weight: 800;
}
.carousel-caption p{
    position: absolute;
    top: 58%;
    color: #fc0;
    font-size: 25px;
}
