:root {
	--bg-primary: #224670;
	--bg-primary-highligt: #206ABF;
	--bg-white: #F5F5F5;
	--bg-white-pure: #FFFFFF;
	--bg-secondary: #FFD368;

	--bg-gray: #f0f0f0;

	--borad: 25px;
}

html {
	font-size: 16px;
}

/*========= General ===========*/
@font-face {
    font-family: Roboto-Regular;
  	src: url("../fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
    font-family: Roboto-Medium;
  	src: url("../fonts/Roboto-Medium.ttf") format('truetype');
}
@font-face {
    font-family: Roboto-Bold;
  	src: url("../fonts/Roboto-Bold.ttf") format('truetype');
}
@font-face {
    font-family: Roboto-Slab-Regular;
  	src: url("../fonts/RobotoSlab-Regular.ttf") format('truetype');
}
@font-face {
    font-family: Roboto-Slab-Bold;
  	src: url("../fonts/RobotoSlab-Bold.ttf") format('truetype');
}

body{
	font-family: Roboto-Regular;
	color: #333;
}
h1,h2,h3,h4,h5,h6{
	font-family: Roboto-Slab-Regular;
}
section{
	padding: 30px 0px;
}
a{
	color: #333;
}
.text-yellow{color: var(--bg-primary); }
.text-blue{color: #0018a9;}
.text-dark{color: #333;}
.font-weight-bold{
	font-family: Roboto-Bold;
}
.text-underline{
	text-decoration: underline;
}
/*General Content*/
.title {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 30px;
    font-family: Roboto-Slab-Bold;
    margin: 0 0 2px;
}
.title-smaller{
	font-size: 26px;
}

.title.normal-style {
    text-transform: capitalize;
}
.is-divider{
	height: 1px;
    display: block;
    background-color: #333;
    margin: 1em 0 1em;
    width: 30px;
}
.is-divider.text-center{
	margin: 1em auto;
}
.after-title{
	margin-top: 1em;
}
.sub-heading {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    color: #999;
}
.no-radius{
	border-radius: 0px;
}
.help-block{
	color: red;
    font-size: 0.8em;
    font-style: italic;
}
@media (min-width: 768px) {
	section{
		padding: 60px 0px;
	}
}

/*========= Navbar ===========*/
/*Top Bar*/
.top-bar{
	position: fixed;
	z-index: 200;
	width: 100%;
	background: #151e54;
	font-size: 12px;

	color: var(--bg-white);
}
.top-bar a{
	color: var(--bg-white);
}
.top-bar a.dropdown-item {
  color:black;
  font-size: 12px;
}
.top-bar .fa{
	margin-right: 7px;
}

/*Main Navbar*/

.main-navbar{
	position: relative;
    width: 100%;
    background: #eaeaea;
    top:0px;
    color: rgba(16,23,64,0.7);
}
.not-index.main-navbar{
	background-color: #f0f0f0;
	border-bottom: solid 1px rgba(0,64,133,0.2);
	color: rgba(16,23,64,0.7);
}
.main-navbar.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
	font-family: Roboto-Bold;
	font-size: 14px;    
	margin: 6px 10px;
    padding: 0.3rem 0px;
}
.main-navbar.navbar-light .navbar-nav .active>.nav-link{
	border-bottom: solid 2px var(--bg-primary);
}
.main-navbar.scrolled-nav{
	background-color: #f0f0f0;
	border-bottom: solid 1px rgba(0,64,133,0.2);
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.main-navbar.navbar-light .navbar-nav .nav-link:focus, 
.main-navbar.navbar-light .navbar-nav .nav-link:hover,
.main-navbar.scrolled-nav.navbar-light .navbar-nav .nav-link:focus, 
.main-navbar.scrolled-nav.navbar-light .navbar-nav .nav-link:hover,
.main-navbar.not-index.navbar-light .navbar-nav .nav-link:focus, 
.main-navbar.not-index.navbar-light .navbar-nav .nav-link:hover{
	color: rgba(16,23,64,1);
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.main-navbar.scrolled-nav.navbar-light .navbar-nav .active>.nav-link,
.main-navbar.not-index.navbar-light .navbar-nav .active>.nav-link{
	color: rgba(16,23,64,1);
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
	border-bottom: solid 2px var(--bg-primary);
}
.main-navbar.scrolled-nav.navbar-light .navbar-nav .nav-link,
.main-navbar.not-index.navbar-light .navbar-nav .nav-link{
	color: rgba(16,23,64,0.7);
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.scrolled-nav .img-fluid{
	-webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}

.main-navbar.navbar-light .navbar-brand .img-fluid{
	width: 35px;
}
.navbar-light .navbar-toggler {
	border: none;
}

.navbar-nav .dropdown-menu {
  right: 0px;
  left: auto;
  border-radius: 4px;
}

.not-index.main-content {
    min-height: calc(100vh - 141.5px);
}


@media (min-width: 768px) {
	.main-navbar{
		position: fixed;
	    z-index: 20;
	    width: 100%;
	    background: transparent;
	    color: white;
	    top:0px;
	}
	.main-navbar.navbar-light .navbar-nav .nav-link{
		color: var(--bg-primary);
		/* margin: 17px 20px 20px; */
	}

	.main-navbar.navbar-light .navbar-nav .nav-link:focus, 
	.main-navbar.navbar-light .navbar-nav .nav-link:hover{
		color: rgba(255,255,255,1);
	}
	.main-navbar.navbar-light .navbar-nav .active>.nav-link{
		border: solid 2px var(--bg-primary);
		padding: .1rem .8rem;
		border-radius: .3rem;
	}
	.main-navbar {
	    top: 50px;
	}
	.not-index.main-content {
	    min-height: calc(100vh - 79px);
	    padding-top: 147px;
	}
	.main-navbar.navbar-light .navbar-brand .img-fluid{
		width: 75px;
	}
	.main-navbar.navbar-light.scrolled-nav .navbar-brand .img-fluid{
		width: 55px
	}
}

/*========= Home Page ===========*/
/*carousel*/
.carousel-control-next, .carousel-control-prev {
  width: 10%;
}
.overlay-parent{
	position: relative;
}
.overlay{
	position: absolute;
	width:100%;height: 100%;
	top:0;
}
.overlay.dark-overlay{
	background: rgba(0,0,0,0.18);
}
.overlay.yellow-overlay{
	background: rgba(43, 38, 28, 0.46);
}
.overlay.light-overlay{
	background: rgba(255,255,255,0.92);
}
.overlay.light2-overlay{
	background: rgba(255,255,255,0.55);
}

.overlay.blue-overlay{
	background: rgba(16,23,64, .5)
}
.overlay.light3-overlay{
	background: rgba(255,255,255, .5);
}
.main-carousel .carousel-caption{
	top:30%;
	width: 100%;
	/* left: 13%; */
	left: 0;
	text-align: center;
}

.main-carousel .carousel-caption .carousel-caption-wrapper{
	width: 70%;
	margin: 0 auto;
	background-color: var(--bg-primary);	
	text-align: center;

	border-radius: var(--borad);
	background: #224670;
	box-shadow: 10px 10px 1px 0px rgba(34, 70, 112, .5);
	padding: 2.5vh 0;
	font-size: 1rem;
}

.main-carousel .carousel-caption .carousel-caption-wrapper .carousel-big-title{
	text-transform: uppercase;
	font-size: 2em;
	font-family: Roboto-Slab-Regular;
	color: #FFF;
	text-align: center;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	font-style: normal;
	font-weight: 700;
	line-height: 1.6em;
	letter-spacing: .13em;
	margin-bottom: 0;
}



.main-carousel .carousel-caption .carousel-big-title .small-title{
	font-size: 36px;
}
.main-carousel .carousel-caption .btn{
	padding: 10px 20px;
}
.carousel-caption a:hover{
	color: #ececec;
    border-color: #ececec;    
    font-weight: 700;
}

/*Panduan Pendaftaran*/
.panduan-title{
	font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 11px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}
.left-card{
	box-shadow: -5px 4px 8px 2px rgba(0,0,0,0.2);
}
.middle-card{
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.2);
}
.right-card{
	box-shadow: 5px 4px 8px 2px rgba(0,0,0,0.2);
}
.container-panduan.middle{
	background-color: #151e54;
}
.container-panduan.middle a{
	color: white;
}

/*Ayo Daftar*/
.ayo_daftar{
    background-image: url("../images/slide3-small.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*min-height: 615px;*/
}

.bergabung{
	padding: 0px 0px 15px;
}

.bergabung .title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px 0 10px;
}
.top-title{
	color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
@media screen and (min-width: 768px) {
  	.bergabung{
		padding: 121px 0px;
	}
	.bergabung .title {
		font-size: 72px;
    	line-height: 75px;
	}
	.top-title{
    	font-size: 24px;
    	line-height: 30px;
	}
}


/*Timer*/
#timer {
  position: relative;
}
#timer > div.timer-item {
  display: inline-block;
  position: relative;
  margin: 0 7px;
}
@media screen and (max-width: 640px) {
  #timer > div.timer-item {
    display: block;
    margin-bottom: 20px;
  }
}
#timer .smalltext {
  color: white;
  font-size: 1em;
  line-height: 1.25em;
  padding-top: 10px;
}
.digit span {
  border-width: 1.49px;
  border-style: solid;
  border-color: white;
  color: white;
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 52px;
  margin: 0 3px;
  font-size: 2.125em;
  line-height: 1.5em;
}

/*Form Bergabung*/
.form-bergabung{
	margin: 20px 0;
    background: #fff;
    position: relative;
    max-width: 400px;
    float: right;
    min-height: 453px;

	border-radius: var(--borad);
	border-top: 5px solid #FFD368;
	/* box-shadow: 5px 5px 5px 0px rgba(255, 204, 80, 0.45); */
}
.form-bergabung .title{
	/* padding: 20px 60px 20px; */
	padding: 1rem 0;
	margin-bottom: 15px;
	/* background-color: #151e54; */
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    overflow: hidden;
    /* color: white; */
	color: var(--bg-primary);
	text-transform: uppercase;
}
.form-bergabung form{
	padding: 0px 20px 20px; 
}
.btn-blue{
	border-radius: 0px;
	color: white;
	/* background: #151e54; */
	/* border-color: #151e54; */
	background-color: var(--bg-primary);
	border-color: var(--bg-primary);
	text-transform: uppercase;
    font-weight: normal;
    padding: 10px 24px;
    font-size: 0.85em;
	letter-spacing: .1rem;
}
.btn-secondary{
	border-radius: 0px;
	background-color: transparent;
	border-color: #151e54;
	color: #151e54;
}
.btn-white{
	border-radius: 0px;
	background: transparent;
	border: 2px solid white;
	color: white;
}



/*Testimonial*/
.testimonial .carousel-control-next, .testimonial .carousel-control-prev{
	color: #333;
}
.carouselTestimonialClass{
	width: 90%;
	/* margin: 30px 0px; */
	margin-top: -10rem;
	background-color: var(--bg-white-pure);

	border-radius: var(--borad);
	border-top: 5px solid #206ABF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 2rem 1rem 0rem 1rem;

	color: var(--bg-primary);
	font-family: Roboto-Regular;

	font-size: 1rem;
}
.carouselTestimonialClass .img-circle{
	margin: 0px auto;
	border-radius: 50%;
}
.carouselTestimonialClass .title{
	font-weight: bold;
    font-size: 1.5em;
    line-height: 30px;
    margin: 20px 0 -7px;
    text-transform: none;
	color: inherit;
	font-family: inherit;
	letter-spacing: .1rem;
	text-transform: uppercase;
}
.carouselTestimonialClass .regency{
	line-height: 25px;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    color: inherit;
	margin-top: .5rem;
	letter-spacing: .1rem;

}
.carouselTestimonialClass .description{
	width: 80%;
	margin: 30px auto 0 auto;
	display: block;
    text-overflow: ellipsis;
    /* word-wrap: break-word; */
    overflow: hidden;
    /* font-size: 15px; */
    height: 7.5em;
    line-height: 1.5em;
}
.carousel-control-next, 
.carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 16px;
	height: 28px;
}
#carouselTestimonial .carousel-control-prev-icon {
	background-image: url('/images/prev.png');
}

#carouselTestimonial .carousel-control-next-icon {
	background-image: url('/images/prev.png');
	transform: rotate(180deg);
}

.testimonial-top {
	padding: 2rem 0 11rem 0;
	background-color: var(--bg-primary);
	color: var(--bg-white);

	border-radius: var(--borad);
	background: linear-gradient(0deg, #224670 0%, #224670 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
	box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.25);
}

/* Pengumuman */
.announcement-info a{
	color: #0056b3;
	text-decoration: underline;
}

/*=========== Footer ==========*/
footer{
	background-color: var(--bg-primary);
	padding: 30px 0px;
	color: var(--bg-white)
}
.footer-content p{
	font-size: 1em;
	margin: 0px;
}


/*========= Proses Pendaftaran ==========*/

/*Langkah Pendaftaran*/

.bs-wizard {margin-top: 40px;}
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/*Lain-lain*/

.keterangan-kecil{
	font-size: 0.85em;
	color: grey;
	font-style: italic;
	margin-top: 1em;
}

span.required {
  color: #d50000;
}

/*Select2 Customization */
.select2-container .select2-selection.select2-selection--single {
  height: calc(2.25rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0,0,0,.15) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: calc(2.25rem + 2px) !important;
  line-height: 1.25 !important;
  padding: .5rem .75rem
}
.is-invalid .select2-container--default .select2-selection--single {
  border-color: #dc3545 !important;
}

.img-document {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.navbar-text {
	font-family: Roboto-Regular;
}

.value {
	margin-right: 1rem;
	letter-spacing: 1px;
}
.value img,
.nav-item-register img {
	margin-right: .3rem;
}

.color-white {
	color: var(--bg-white);
}

.nav-item-register {
	letter-spacing: 1px;
}

.nav-item-line {
	display: inline-block;
	width: 1px;
	margin: auto .5rem;
	height: 20px;
	background-color: var(--bg-white);
}

/* COLOR */
.color-secondary {
	color: var(--bg-secondary);
}
/* END COLOR */

/* BOX */
.box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

	border-radius: var(--borad);
	border-top: 5px solid #224670;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

	color: var(--bg-primary);
	transition: .2s background-color;
	cursor: pointer;
}

.box img {
	width: 100%;
	max-width: 120px;
	margin: 1rem 0;
}

.box span.link,
.box a {
	font-family: Roboto-Slab-Regular;
	text-transform: uppercase;
	letter-spacing: .1rem;

	color: inherit;
}

.box p {
	color: inherit;
	font-family: Roboto-Regular;
	border-bottom: 1px solid var(--bg-primary);
	font-size: .9rem;
}

.box:hover {
	background-color: var(--bg-gray);
	color: var(--bg-primary);
}
/* END BOX */


/* SECTION GLOBAL */

section.half {
	padding: 10vh 0;
}

h2.section-title {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2rem;
	font-size: 2.2rem;
	margin-bottom: 1rem;
	color: var(--bg-primary);
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.section-description {
	letter-spacing: .1rem;
	font-size: 1.2rem;
	font-weight: 400;
}

/* END SECTION */

/* SECTION PENDAFTARAN */
#syarat-pendaftaran,
#pendaftaran_wrap {
	background-color: var(--bg-primary);
	box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.25);
	
	color: var(--bg-white);
	text-align: center;
	font-family: Roboto-Slab-Regular;
	padding-bottom: 9rem;
}

#pendaftaran_wrap.without_countdown {
	padding-bottom: 60px !important;
}

#pendaftaran_wrap.countdown_inside {
	padding-bottom: 30px !important;
}


#jadwal-pendaftaran {
	margin-top: -11rem;
	text-align: center;
	color: var(--bg-primary);
}

.gel_wrap,
.req_wrap,
.countdown {
	display: flex;
	justify-content: center;
	align-items: center;

	z-index: 5;

	border-radius: var(--borad);
	border-top: 5px solid #206ABF;
	background: var(--bg-white);
	box-shadow: 2px 4px 4px 0px rgba(34, 70, 112, 0.75);

	flex-direction: row;
	padding: 2rem 0;
}

.countdown_inside {
	background-color: unset;
	box-shadow: unset;
	border: unset;
	display: flex;
}

.countdown .tick {
	position: relative;
	width: 25%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.countdown .tick::after {
	color: var(--bg-white);
	content: ' ';
	position: absolute;
	right: 0;
	top: 5%;
	height: 50%;
	border-right: 3px dashed var(--bg-primary-highligt);
	color: inherit;
	
}
.countdown .tick-last::after {
	display: none;
}

.countdown .tick p{
	font-size: 5rem;
	font-weight: bold;
	line-height: 4rem;
	margin-bottom: 1rem;
}

.countdown .tick span.label {
	margin-top: 1rem;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
} 

.line {
	background-color: var(--bg-secondary);
	height: 3px;
	width: 100%;
	border-radius: 5px;
}

/* LOGIN, REGISTER */
section.login, 
section.register {
	padding-top: 15vh;
}
.box-shadow { box-shadow: 2px 2px 0px 0px rgba(34, 70, 112, 0.25) }
.text-shadow { text-shadow: 2px 2px rgba(34, 70, 112, 0.35) }
.letter-space-xs {
	letter-spacing: .15rem;
}
#register-form,
#login-form {
    border-radius: 15px;
	color: var(--bg-primary);
	font-family: Roboto-Slab-Regular;
}
#register-form h3.title,
#login-form h3.title {
	text-align: center;
	letter-spacing: .1rem;
}

#register-form p,
#login-form p {
	color: inherit;
}
.form-register input,
.form-login input{
	border-radius: 0px;
	font-size: .85em;
	border: 1px solid var(--bg-primary);
	border-radius: 2px;
	padding: .5rem .5rem;
	font-family: Roboto-Regular;
	letter-spacing: .05rem;
	color: var(--bg-primary);
}
.form-register .form-group label,
.form-login .form-group label {
    font-size: 0.9em;
}

.form-register .form-control:focus,
.form-login .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--bg-primary);
    outline: 0;
}
.sub-heading{
    color: #545454;
}
#register-form .is-divider,
#login-form .is-divider{
    margin: 0.9em 0px;
}
.smaller-font{
    font-size: 0.85em;
}
.col-whiter{
    background: rgba(255,255,255,1);
    padding: 3em;
}
.btn-register,
.btn-login {
    border-radius: 2px;
    background-color: #224670;
    padding: .6rem 2.8rem;
	font-weight: 700;
}
.btn-login:hover {
    border-color: #224670;
	background-color: white;
	color: var(--bg-primary);
}
#register-form .form-group label {
	font-family: Roboto-Regular;
}

.footer {
    text-align: center;
}
.footer span,
.footer a{
    color: var(--bg-primary);
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.85em;
}
.footer a{
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
	section.register,
	section.login {
		padding-top: 5vh;
	}

	#register-form, #login-form {
		border-radius: 0;
	}
}
/* END LOGIN, REGISTER */

/* Font */
.font-sans {
	font-family: Roboto-Regular;
}
.font-seris {
	font-family: Roboto-Slab-Regular;
}

/* PANDUAN */
section.panduan {
	text-align: center;
	font-size: 1rem;
}
section.panduan p{
	margin-top: 1em;
	color: var(--bg-primary);
	font-size: 1.5rem;
	font-family: Roboto-Slab;
	letter-spacing: .05rem;
}
#panduan-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

#panduan-wrapper .box{
	width: 20%;
	padding: 1rem 0;
}
#panduan-wrapper .box img{
	max-width: 80px;
	margin-top: 0;
}
#panduan-wrapper .box p{
	margin: 0;
	padding: 0;
	border-width: 0;
	font-size: .95em;
	width: 70%;
	line-height: 1.3em;
}

.gel_wrap {
	display: block;
	width: 100%;
	color: #000;
	padding: 2rem 2rem;
	font-size: 1rem;

	text-align: left;
}

.req_wrap table tr,
.gel_wrap table tr {
	border-bottom: 1px solid var(--bg-secondary);
}

.req_wrap table tr th,
.req_wrap table tr td,
.gel_wrap table tr th,
.gel_wrap table tr td{
	padding: .5rem .5rem;
}

.req_wrap table tr t,
.gel_wrap table tr th {
	color: var(--bg-primary);
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .1rem;
	text-align: center;
	font-size: 1.3em;
}

.gel_wrap table tr td{
	font-weight: bold;
}

.req_wrap table tr .item-right,
.gel_wrap table tr .item-right {
	border-right: 1px solid var(--bg-secondary);
}

.req_wrap table tr td span,
.gel_wrap table tr td span {
	font-weight: normal;
	font-size: .8em;
	color: var(--bg-primary);
}

.req_wrap {
	display: block !important;
	padding: 1.5rem;
	font-size: 1rem;
}
.req_wrap ol {
	margin-bottom: 0;
	padding: 0 2rem;
}
.req_wrap ol li {
	text-align: left;
	font-size: 1rem;
	color: #000;
	font-size: 1em;
	font-family: Roboto-Slab-Regular;
	font-weight: normal;
}

.req_wrap table{
	borde
	padding: 0 2rem;
	font-size: 1rem;
}

.req_wrap table td {
	font-weight: bold;
	font-weight: .5rem;
}

#countdown_wrap {
	margin-top: -10rem;
}
/* END PADUAN */

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

	:root {
		--borad: 0;
	}
	/* HOME - FLOW PENDAFTARAN */
	.panduan_pendaftaran {
		font-size: 1rem;
		padding-top: 1rem !important;
		padding-bottom: 2rem !important;

	}

	.panduan_pendaftaran img {
		max-width: 60px;
		/* margin-right: 1rem; */
	}

	.panduan_pendaftaran h4 {
		width: 80%;
		font-size: .7em;
		line-height: 1.2em;
		margin-bottom: 0;
		padding: 0;
		text-align: center;
		/* line-height: .8em; */
	}

	.panduan_pendaftaran p {
		font-size: .7em;
		display: none;
	}
	.panduan_pendaftaran .box {
		border-radius: 0;
		flex-direction: column;
		justify-content: flex-start;
		padding: .0rem 0rem 1rem 0rem !important;
		align-items: center;
	}
	/* END */

	/*  COUNTDOWN */
	#pendaftaran_wrap {
		padding-bottom: 6rem;
	}

	#jadwal-pendaftaran {
		margin-top: -8rem;
	}
	.countdown {
		padding: 1.5rem 0;
	}
	.countdown .tick p{
		font-size: 3em;
		margin-bottom: 0;
	}
	.countdown .tick::after {
		border-width: 2px;
		top: 12%;
	}

	.countdown .tick span.label {
		margin-top: .8em;
		font-size: .6em;
	}

	/* END */

	/* PROFILE ALUMNI */
	.testimonial-top {
		background: white;
		color: var(--bg-primary);
		box-shadow: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.testimonial-top .section-title{
		color: var(--bg-primary) !important;
	}
	.testimonial-top p{
		text-align: center;
		width: 100%;
	}
	.carouselTestimonialClass {
		width: 90%;
		margin: -13rem auto 0 auto;
		box-shadow: none;
	}
	.carouselTestimonialClass .description {
		width: 100%;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		margin-top: -3rem;
		width: 10px;
		height: 15px;
	}

	/*  */
	.form-bergabung{
		margin: 0;
		float: none;
	}

	/* Pendaftaran */
	.req_wrap,
	.gel_wrap {
		margin-top: 2rem;
	}

	.gel_wrap {
		padding: 1rem;
		font-size: .8rem;
	}

	.gel_wrap h3.title {
		font-size: 1.5em;
		/* text-align: left !important; */
		color: var(--bg-primary);
	}

	.gel_mobile {
		text-align: left;
	}

	.gel_wrap table tr td,
	.gel_wrap table tr th {
		font-size: 1em;
		text-align: left;
	}

	.main-carousel .carousel-caption{
		top: 25%;
	}
	.main-carousel .carousel-caption .carousel-caption-wrapper {
		width: 80%;
	}
	.main-carousel .carousel-caption .carousel-caption-wrapper .carousel-big-title {
		padding: 1rem;
		font-size: 1rem;
	}
	
}
