body{
	margin: 0;
	padding: 0;
	font-family: 'Hind Vadodara', sans-serif;
}
.navbar-brand{
	font-size: 2rem;
	color: #fff;
}
.navbar-dark .nav-item > .nav-link.active  {
	color:white;
}

.navbar-brand:hover{
	color: #fff;
}
.nav-link{
	color: #fff;
	padding-bottom: 0px;
}
.nav-link:hover{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.nav-item{
	margin: 0 6px;
}
.nav-item .btn{
	color: #3448c4;
	background: #fff;
}
.nav-item .btn:hover{
	background: #ececec;
}
/* bg-banner */
.bg-banner{
	width: 100%;
	height: 240px;
	background-color: #3448C4;
	padding-top: 30px;
}
.banner-text{
	display: flex;
	padding: 0 30px;
	width: 100%;
	height: 350px;
	justify-content: center;
	flex-direction: column;
}
.banner-text h1{
	color: #fff;
	font-size: 3.8rem;
}
.banner-text .border-headline{
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
}
.bg-image{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.bg-image img{
	max-width: 90%;
	max-height: 90%;
}
.banner-kritik{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
/* bg-banner */
/* bg-prakerin */
.bg-prakerin{
	width: 100%;
	height: 100%;
	margin: 30px 0 30px 0;
}
.bg-prakerin h2{
	margin: 20px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #3448C4;
}
.bg-prakerin .card h3{
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
}
.bg-prakerin .card{
	width: 100%;
	margin: 20px 80px 20px 0px;
	border: 0;
	border-top: 2px solid #3448C4;
	box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
}
.bg-prakerin .kuesioner{
	width: 100%;
	height: 90%;
	margin: 20px 80px 20px 0px;
	border: 0;
	border-top: 2px solid #3448C4;
	box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
}
.bg-prakerin .card img{
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 12px;
}
.bg-prakerin .card p{
	font-size: 14px;
	margin: 8px 0px 0px 0px;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3448C4;
	border-color: #3448C4;
}
.page-link {
	color: #3448C4;
}
/* bg-prakerin */
/* bg-prakerin */
.bg-kuesioner{
	width: 100%;
	height: 100%;
	margin: 30px 0 30px 0;
}
.bg-kuesioner h2{
	margin: 0px 0 35px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #3448C4;
}
.bg-kuesioner .card h3{
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
}
.bg-kuesioner .card{
	height: 100%;
	border: 0;
	border-top: 2px solid #3448C4;
	box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
}

.bg-kuesioner .card a{
	width: 90%;
	margin: 12px 0px 12px 0px;
	position: absolute;
	bottom: 0;
	background: #3448c4;
	color: #fff;
}
.bg-kuesioner .card a:hover{
	background: #2d3ea7;
	color: #fff;
}
.bg-kuesioner .card img{
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 40px;
}
/* bg-kritik */
.bg-kritik{
	width: 100%;
	height: 100%;
	margin: 30px 0 30px 0;
}
.bg-kritik .card{
	width: 500px;
	margin: 20px 80px 20px 80px;
	border: 0;
	border-top: 2px solid #3448C4;
	box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
}
.bg-kritik .card a{
	background: #3448c4;
	color: #fff;
}
.bg-kritik .card a:hover{
	background: #2d3ea7;
}
/* bg-kritik */
/* isi-kuesioner */

.banner-isi{
	width: 100%;
	height: 100%;
	padding: 0 100px;
	margin-bottom: 30px;
}
.banner-isi a {
	background: #3448c4;
	color: #fff;
}
.banner-isi a:hover {
	background: #2d3ea7;
	color: #fff;
}
.banner-isi h2{
	margin: 30px 0px 20px 0px;
	border-bottom: 2px solid #3448C4;
}
.banner-isi .card{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 0;
	border-radius: 8px;
	box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	margin: 30px 50px 0px 50px;
}
.banner-isi .card-body{
	padding: 30px;
}
.card-body ol{
	padding-inline-start: 20px;
	height: 100%;
}
.card-body li{
	margin-bottom: 20px;
}
.header-kuesioner{
	margin-top: 10px;
	margin-bottom: 30px;
}
.banner-isi .card-body p{
	margin-left: 20px;
	font-size: 17px;
}
.jawaban-kuesioner{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.jawaban-kuesioner input{
	margin-right: 12px;
	margin-left: 20px;
}

/* responsive */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.nav-item .btn {
		color: #3448c4;
		background: #fff;
		margin-top: 10px;
	}
	/* home */
	/* bg-banner */
	.navbar-brand{
		font-size: 1.1rem;
		color: #fff;
		margin-right: 0px;
	}
	.navbar-brand:hover{
		color: #fff;
	}
	.nav-link{
		color: #fff!important;
		padding-bottom: 10px;
		font-size: 4vw;
		border-bottom: 1px solid #fff;
	}
	.nav-link:hover{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.bg-banner{
		width: 100%;
		height: 100%;
		background-color: #3448C4;
		padding-top: 20px;
	}
	.banner-text{
		display: flex;
		padding: 0 6px;
		width: 100%;
		height: 100%;
		justify-content: center;
		flex-direction: column;
	}
	.banner-text h1{
		color: #fff;
		font-size: 2.2rem;
	}
	.banner-text .border-headline{
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.bg-image{
		width: 100%;
		height: 100%;
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}
	.bg-image img{
		max-width: 95%;
		max-height: 100%;
	}
	/* home */
	
	/* bg-prakerin */
	.bg-prakerin{
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
	}
	.bg-prakerin h2{
		margin: 20px 20px 20px 20px;
		padding-bottom: 10px;
		border-bottom: 2px solid #3448C4;
		text-align: center;
		font-size: 7.5vw;
	}
	.bg-prakerin .card{
		width: 100%;
		margin: 20px 16px 20px 0px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-prakerin .col-sm-12{
		padding: 0 28px;
	}
	.bg-prakerin .card img{
		width: 100%;
	}
	.bg-prakerin .card p{
		font-size: 14px;
		margin: 8px 0px 0px 0px;
	}
	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background-color: #3448C4;
		border-color: #3448C4;
	}
	.page-link {
		color: #3448C4;
	}

	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
	}
	table.dataTable tr{
		margin-bottom: 30px;
		border-bottom: 1px solid #dee2e6;
	}
	.table td, .table th {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		border-bottom: 0px solid #dee2e6;
	}
	.table td{
		padding-left: 30%!important;
		text-align: right;
		font-size: 4vw;
		position: relative;
		height: 100%;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:8px;
		font-size:4vw;
		font-weight: bold;
		text-align: left;
	}
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0.5em;
		display: inline-block;
		width: 60%;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
		justify-content: center;
	}
	/* bg-prakerin */

	/* bg-kuesioner */
	.bg-kuesioner{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kuesioner h2{
		margin: 20px 0 20px 0;
		padding-bottom: 10px;
		font-size: 9vw;
		border-bottom: 2px solid #3448C4;
	}
	.bg-kuesioner .card h3{
		margin-bottom: 16px;
		display: flex;
		font-size: 8vw;
		justify-content: center;
	}
	.bg-kuesioner .card{
		width: 100%;
		height: 90%;
		margin: 30px 0px 30px 0px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}

	.bg-kuesioner .card a{
		width: 90%;
		margin: 12px 0px 12px 0px;
		position: absolute;
		bottom: 0;
		background: #3448c4;
		color: #fff;
	}
	.bg-kuesioner .card a:hover{
		background: #2d3ea7;
		color: #fff;
	}
	.bg-kuesioner .card img{
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 20px;
	}

	/* isi-kuesioner */
	.banner-isi{
		width: 100%;
		height: 100%;
		justify-content: center;
		padding: 0px;
	}
	.banner-isi h2 {
		margin: 30px 20px 20px 20px;
		padding-bottom: 12px;
		font-size: 7vw;
		text-align: center;
		border-bottom: 2px solid #3448C4;
	}
	.banner-isi .card{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		border: 0;
		border-radius: 8px;
		box-shadow: 0px 5px 15px rgba(177, 177, 177, 1.0);
		margin: 20px 20px 20px 20px;
	}
	.banner-isi .card-body{
		padding: 20px;
	}
	.card-body ol{
		padding-inline-start: 10px;
		font-size: 4vw;
	}
	.card-body li{
		margin-bottom: 20px;
	}
	.header-kuesioner{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header-kuesioner h5{
		font-size: 5vw;
		text-align: justify;
	}
	.banner-isi .card-body p{
		margin-left: 20px;
		font-size: 4vw;
		text-align: justify;
	}
	.jawaban-kuesioner{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.jawaban-kuesioner input{
		margin-right: 12px;
		margin-left: 20px;
		margin-top: -7px;
	}

	/* bg-kritik */
	.bg-kritik{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kritik .card {
		width: 100%;
		margin: 20px 20px 20px 20px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-kritik h2{
		font-size: 8vw;
	}
	.bg-kritik .card a{
		background: #3448c4;
		color: #fff;
		font-size: 4vw;
	}
	.bg-kritik .card a:hover{
		background: #2d3ea7;
	}
	/* bg-kritik */
}
@media only screen and (min-width : 480px) and (max-width : 595px) {

	/* home */
	/* bg-banner */
	.navbar-brand{
		font-size: 2rem;
		color: #fff;
		margin-right: 0px;
	}
	.navbar-brand:hover{
		color: #fff;
	}
	.nav-link{
		color: #fff!important;
		padding-bottom: 10px;
		font-size: 4vw;
		border-bottom: 1px solid #fff;
	}
	.nav-link:hover{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.bg-banner{
		width: 100%;
		height: 100%;
		background-color: #3448C4;
		padding-top: 20px;
	}
	.banner-text{
		display: flex;
		padding: 0 6px;
		width: 100%;
		height: 100%;
		justify-content: center;
		flex-direction: column;
	}
	.banner-text h1{
		color: #fff;
		font-size: 4rem;
	}
	.banner-text .border-headline{
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.bg-image{
		width: 100%;
		height: 100%;
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}
	.bg-image img{
		max-width: 95%;
		max-height: 100%;
	}
	/* home */
	
	/* bg-prakerin */
	.bg-prakerin{
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
	}
	.bg-prakerin h2{
		margin: 25px;
		padding-bottom: 10px;
		border-bottom: 2px solid #3448C4;
		text-align: center;
		font-size: 7.5vw;
	}
	.bg-prakerin .card{
		width: 100%;
		margin: 20px 16px 20px 0px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-prakerin .col-sm-12{
		padding: 0 40px;
	}
	.bg-prakerin .col-md-9{
		padding: 0 40px;
	}
	.bg-prakerin .card img{
		width: 100%;
	}
	.bg-prakerin .card p{
		font-size: 3vw;
		margin: 8px 0px 0px 0px;
	}
	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background-color: #3448C4;
		border-color: #3448C4;
	}
	.page-link {
		color: #3448C4;
	}

	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
	}
	table.dataTable tr{
		margin-bottom: 30px;
		border-bottom: 1px solid #dee2e6;
	}
	.table td, .table th {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		border-bottom: 0px solid #dee2e6;
	}
	.table td{
		padding-left: 30%!important;
		text-align: right;
		font-size: 3.5vw;
		position: relative;
		height: 100%;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:8px;
		font-size:3.5vw;
		font-weight: bold;
		text-align: left;
	}
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0.5em;
		display: inline-block;
		width: 60%;
	}
	/* bg-prakerin */
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
		justify-content: center;
	}

	/* bg-kuesioner */
	.bg-kuesioner{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kuesioner h2{
		margin: 20px 0 20px 0;
		padding-bottom: 10px;
		font-size: 8vw;
		border-bottom: 2px solid #3448C4;
	}
	.bg-kuesioner .card h3{
		margin-bottom: 16px;
		display: flex;
		font-size: 8vw;
		justify-content: center;
	}
	.bg-kuesioner .card{
		width: 100%;
		height: 90%;
		margin: 40px 0px 40px 0px;
		padding: 0 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}

	.bg-kuesioner .card a{
		width: 90%;
		margin: 12px 0px 12px 0px;
		position: absolute;
		bottom: 0;
		background: #3448c4;
		color: #fff;
	}
	.bg-kuesioner .card a:hover{
		background: #2d3ea7;
		color: #fff;
	}
	.bg-kuesioner .card img{
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 20px;
	}
	
	/* isi-kuesioner */
	.banner-isi{
		width: 100%;
		height: 100%;
		justify-content: center;
		padding: 0px;
	}
	.banner-isi h2 {
		margin: 30px 20px 20px 20px;
		padding-bottom: 12px;
		font-size: 7vw;
		text-align: center;
		border-bottom: 2px solid #3448C4;
	}
	.banner-isi .card{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		border: 0;
		border-radius: 8px;
		box-shadow: 0px 5px 15px rgba(177, 177, 177, 1.0);
		margin: 20px 20px 20px 20px;
	}
	.banner-isi .card-body{
		padding: 20px;
	}
	.card-body ol{
		padding-inline-start: 10px;
		font-size: 3.5vw;
	}
	.card-body li{
		margin-bottom: 20px;
	}
	.header-kuesioner{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header-kuesioner h5{
		font-size: 4vw;
		text-align: justify;
	}
	.banner-isi .card-body p{
		margin-left: 20px;
		font-size: 3.5vw;
		text-align: justify;
	}
	.jawaban-kuesioner{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.jawaban-kuesioner input{
		margin-right: 12px;
		margin-left: 20px;
		margin-top: -7px;
	}

	/* bg-kritik */
	.bg-kritik{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kritik .card {
		width: 100%;
		margin: 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-kritik h2{
		font-size: 7vw;
	}
	.bg-kritik .card a{
		background: #3448c4;
		color: #fff;
		font-size: 3vw;
	}
	.bg-kritik .card a:hover{
		background: #2d3ea7;
	}
	/* bg-kritik */
}
@media only screen and (min-width : 595px) and (max-width : 690px) {

	/* home */
	/* bg-banner */
	.navbar-brand{
		font-size: 2rem;
		color: #fff;
		margin-right: 0px;
	}
	.navbar-brand:hover{
		color: #fff;
	}
	.nav-link{
		color: #fff!important;
		padding-bottom: 12px;
		font-size: 4vw;
		border-bottom: 1px solid #fff;
	}
	.nav-link:hover{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.bg-banner{
		width: 100%;
		height: 100%;
		background-color: #3448C4;
		padding-top: 20px;
	}
	.banner-text{
		display: flex;
		padding: 0 6px;
		width: 100%;
		height: 100%;
		justify-content: center;
		flex-direction: column;
	}
	.banner-text h1{
		color: #fff;
		font-size: 4rem;
	}
	.banner-text .border-headline{
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.bg-image{
		width: 100%;
		height: 100%;
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}
	.bg-image img{
		max-width: 95%;
		max-height: 100%;
	}
	/* home */
	
	/* bg-prakerin */
	.bg-prakerin{
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
	}
	.bg-prakerin h2{
		margin: 25px;
		padding-bottom: 10px;
		border-bottom: 2px solid #3448C4;
		text-align: center;
		font-size: 7.5vw;
	}
	.bg-prakerin .card{
		width: 100%;
		margin: 20px 16px 20px 0px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-prakerin .col-sm-12{
		padding: 0 40px;
	}
	.bg-prakerin .col-sm-9{
		padding: 0 40px;
	}
	.bg-prakerin .card img{
		width: 100%;
	}
	.bg-prakerin .card p{
		font-size: 3vw;
		margin: 8px 0px 0px 0px;
	}
	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background-color: #3448C4;
		border-color: #3448C4;
	}
	.page-link {
		color: #3448C4;
	}

	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
	}
	table.dataTable tr{
		margin-bottom: 30px;
		border-bottom: 1px solid #dee2e6;
	}
	.table td, .table th {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		border-bottom: 0px solid #dee2e6;
	}
	.table td{
		padding-left: 30%!important;
		text-align: right;
		font-size: 3.5vw;
		position: relative;
		height: 100%;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:8px;
		font-size:3.5vw;
		font-weight: bold;
		text-align: left;
	}
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0.5em;
		display: inline-block;
		width: 60%;
	}
	/* bg-prakerin */
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
		justify-content: center;
	}
	/* bg-kuesioner */
	.bg-kuesioner{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kuesioner h2{
		margin: 20px 0 20px 0;
		padding-bottom: 10px;
		font-size: 7vw;
		border-bottom: 2px solid #3448C4;
	}
	.bg-kuesioner .card h3{
		margin-bottom: 16px;
		display: flex;
		font-size: 7vw;
		justify-content: center;
	}
	.bg-kuesioner .card{
		width: 90%;
		height: 90%;
		margin: 40px 0px 40px 30px;
		padding: 0 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}

	.bg-kuesioner .card a{
		width: 90%;
		margin: 12px 0px 12px 0px;
		position: absolute;
		bottom: 0;
		background: #3448c4;
		color: #fff;
	}
	.bg-kuesioner .card a:hover{
		background: #2d3ea7;
		color: #fff;
	}
	.bg-kuesioner .card img{
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 20px;
	}
	/* isi-kuesioner */
	.banner-isi{
		width: 100%;
		height: 100%;
		justify-content: center;
		padding: 0px;
	}
	.banner-isi h2 {
		margin: 30px 30px 20px 30px;
		padding-bottom: 12px;
		font-size: 6vw;
		text-align: center;
		border-bottom: 2px solid #3448C4;
	}
	.banner-isi .card{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		border: 0;
		border-radius: 8px;
		box-shadow: 0px 5px 15px rgba(177, 177, 177, 1.0);
		margin: 20px 30px 20px 30px;
	}
	.banner-isi .card-body{
		padding: 20px;
	}
	.card-body ol{
		padding-inline-start: 10px;
		font-size: 3vw;
	}
	.card-body li{
		margin-bottom: 20px;
	}
	.header-kuesioner{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header-kuesioner h5{
		font-size: 3.5vw;
		text-align: justify;
	}
	.banner-isi .card-body p{
		margin-left: 20px;
		font-size: 3vw;
		text-align: justify;
	}
	.jawaban-kuesioner{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.jawaban-kuesioner input{
		margin-right: 12px;
		margin-left: 20px;
		margin-top: -7px;
	}

	/* bg-kritik */
	.bg-kritik{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kritik .card {
		width: 100%;
		margin: 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-kritik h2{
		font-size: 7vw;
	}
	.bg-kritik .card a{
		background: #3448c4;
		color: #fff;
		font-size: 3vw;
	}
	.bg-kritik .card a:hover{
		background: #2d3ea7;
	}
	/* bg-kritik */
}
@media only screen and (min-width : 690px) and (max-width : 767px) {

	/* home */
	/* bg-banner */
	.navbar-brand{
		font-size: 3rem;
		color: #fff;
		margin-right: 0px;
	}
	.navbar-brand:hover{
		color: #fff;
	}
	.nav-link{
		color: #fff!important;
		padding-bottom: 12px;
		font-size: 4vw;
		border-bottom: 1px solid #fff;
	}
	.nav-link:hover{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.bg-banner{
		width: 100%;
		height: 100%;
		background-color: #3448C4;
		padding-top: 20px;
	}
	.banner-text{
		display: flex;
		padding: 0 6px;
		width: 100%;
		height: 100%;
		justify-content: center;
		flex-direction: column;
	}
	.banner-text h1{
		color: #fff;
		font-size: 5rem;
	}
	.banner-text .border-headline{
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.bg-image{
		width: 100%;
		height: 100%;
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}
	.bg-image img{
		max-width: 95%;
		max-height: 100%;
	}
	/* home */
	
	/* bg-prakerin */
	.bg-prakerin{
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
	}
	.bg-prakerin h2{
		margin: 25px;
		padding-bottom: 10px;
		border-bottom: 2px solid #3448C4;
		text-align: center;
		font-size: 7.5vw;
	}
	.bg-prakerin .card{
		width: 100%;
		margin: 20px 16px 20px 0px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-prakerin .col-sm-12{
		padding: 0 20px;
	}
	.bg-prakerin .col-sm-9{
		padding: 0 40px;
	}
	.bg-prakerin .card img{
		width: 100%;
	}
	.bg-prakerin .card p{
		font-size: 3vw;
		margin: 8px 0px 0px 0px;
	}
	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background-color: #3448C4;
		border-color: #3448C4;
	}
	.page-link {
		color: #3448C4;
	}

	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
	}
	table.dataTable tr{
		margin-bottom: 30px;
		border-bottom: 1px solid #dee2e6;
	}
	.table td, .table th {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		border-bottom: 0px solid #dee2e6;
	}
	.table td{
		padding-left: 30%!important;
		text-align: right;
		font-size: 3.5vw;
		position: relative;
		height: 100%;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:8px;
		font-size:3.5vw;
		font-weight: bold;
		text-align: left;
	}
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0.5em;
		display: inline-block;
		width: 60%;
	}
	/* bg-prakerin */
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
		justify-content: center;
	}
	/* bg-kuesioner */
	.bg-kuesioner{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kuesioner h2{
		margin: 20px 0 20px 0;
		padding-bottom: 10px;
		font-size: 7vw;
		border-bottom: 2px solid #3448C4;
	}
	.bg-kuesioner .card h3{
		margin-bottom: 16px;
		display: flex;
		font-size: 7vw;
		justify-content: center;
	}
	.bg-kuesioner .card {
		width: 90%;
		height: 90%;
		margin: 40px 0px 40px 30px;
		padding: 0 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}

	.bg-kuesioner .card a{
		width: 90%;
		margin: 12px 0px 12px 0px;
		position: absolute;
		bottom: 0;
		background: #3448c4;
		color: #fff;
	}
	.bg-kuesioner .card a:hover{
		background: #2d3ea7;
		color: #fff;
	}
	.bg-kuesioner .card img{
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 20px;
	}

	/* isi-kuesioner */
	.banner-isi{
		width: 100%;
		height: 100%;
		justify-content: center;
		padding: 0px;
	}
	.banner-isi h2 {
		margin: 30px 40px 20px 40px;
		padding-bottom: 12px;
		font-size: 6vw;
		text-align: center;
		border-bottom: 2px solid #3448C4;
	}
	.banner-isi .card{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		border: 0;
		border-radius: 8px;
		box-shadow: 0px 5px 15px rgba(177, 177, 177, 1.0);
		margin: 20px 40px 20px 40px;
	}
	.banner-isi .card-body{
		padding: 20px;
	}
	.card-body ol{
		padding-inline-start: 10px;
		font-size: 2.5vw;
	}
	.card-body li{
		margin-bottom: 20px;
	}
	.header-kuesioner{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header-kuesioner h5{
		font-size: 3vw;
		text-align: justify;
	}
	.banner-isi .card-body p{
		margin-left: 20px;
		font-size: 2.5vw;
		text-align: justify;
	}
	.jawaban-kuesioner{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.jawaban-kuesioner input{
		margin-right: 12px;
		margin-left: 20px;
		margin-top: -7px;
	}

	/* bg-kritik */
	.bg-kritik{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kritik .card {
		width: 100%;
		margin: 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-kritik h2{
		font-size: 7vw;
	}
	.bg-kritik .card a{
		background: #3448c4;
		color: #fff;
		font-size: 3vw;
	}
	.bg-kritik .card a:hover{
		background: #2d3ea7;
	}
	/* bg-kritik */
}
@media only screen and (min-width : 767px) and (max-width : 800px) {

	/* home */
	/* bg-banner */
	.navbar-brand{
		font-size: 3rem;
		color: #fff;
		margin-right: 0px;
	}
	.navbar-brand:hover{
		color: #fff;
	}
	.nav-link{
		color: #fff!important;
		padding-bottom: 12px;
		font-size: 4vw;
		border-bottom: 1px solid #fff;
	}
	.nav-link:hover{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	.bg-banner{
		width: 100%;
		height: 100%;
		background-color: #3448C4;
		padding-top: 20px;
	}
	.banner-text{
		display: flex;
		padding: 0 6px;
		width: 100%;
		height: 100%;
		justify-content: center;
		flex-direction: column;
	}
	.banner-text h1{
		color: #fff;
		font-size: 5rem;
	}
	.banner-text .border-headline{
		padding-bottom: 20px;
		border-bottom: 2px solid #fff;
	}
	.bg-image{
		width: 100%;
		height: 100%;
		display: flex;
		padding-top: 20px;
		justify-content: center;
	}
	.bg-image img{
		max-width: 95%;
		max-height: 100%;
	}
	/* home */
	
	/* bg-prakerin */
	.bg-prakerin{
		width: 100%;
		height: 100%;
		margin: 10px 0 30px 0;
	}
	.bg-prakerin h2{
		margin: 25px;
		padding-bottom: 10px;
		border-bottom: 2px solid #3448C4;
		text-align: center;
		font-size: 7.5vw;
	}
	.bg-prakerin .card{
		width: 100%;
		margin: 20px 16px 20px 0px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-prakerin .col-sm-12{
		padding: 0 20px;
	}
	.bg-prakerin .col-sm-9{
		padding: 0 40px;
	}
	.bg-prakerin .card img{
		width: 100%;
	}
	.bg-prakerin .card p{
		font-size: 3vw;
		margin: 8px 0px 0px 0px;
	}
	.page-item.active .page-link {
		z-index: 3;
		color: #fff;
		background-color: #3448C4;
		border-color: #3448C4;
	}
	.page-link {
		color: #3448C4;
	}

	.table thead{
		display: none;
	}

	.table, .table tbody, .table tr, .table td{
		display: block;
	}
	table.dataTable tr{
		margin-bottom: 30px;
		border-bottom: 1px solid #dee2e6;
	}
	.table td, .table th {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
		border-bottom: 0px solid #dee2e6;
	}
	.table td{
		padding-left: 30%!important;
		text-align: right;
		font-size: 3.5vw;
		position: relative;
		height: 100%;
	}
	.table td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:8px;
		font-size:3.5vw;
		font-weight: bold;
		text-align: left;
	}
	div.dataTables_wrapper div.dataTables_filter input {
		margin-left: 0.5em;
		display: inline-block;
		width: 60%;
	}
	/* bg-prakerin */
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		margin: 2px 0;
		white-space: nowrap;
		justify-content: center;
	}
	/* bg-kuesioner */
	.bg-kuesioner{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kuesioner h2{
		margin: 20px 0 20px 0;
		padding-bottom: 10px;
		font-size: 6vw;
		border-bottom: 2px solid #3448C4;
	}
	.bg-kuesioner .card h3{
		margin-bottom: 16px;
		display: flex;
		font-size: 5vw;
		justify-content: center;
	}
	.bg-kuesioner .card {
		height: 90%;
		border: 0;
		margin: 20px 0 40px 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}

	.bg-kuesioner .card a{
		width: 90%;
		margin: 12px 0px 12px 0px;
		position: absolute;
		bottom: 0;
		background: #3448c4;
		color: #fff;
	}
	.bg-kuesioner .card a:hover{
		background: #2d3ea7;
		color: #fff;
	}
	.bg-kuesioner .card img{
		max-width: 100%;
		max-height: 100%;
		margin-bottom: 20px;
	}

	/* isi-kuesioner */
	.banner-isi{
		width: 100%;
		height: 100%;
		justify-content: center;
		padding: 0px 30px;
	}
	.banner-isi h2 {
		margin: 30px 40px 20px 40px;
		padding-bottom: 12px;
		font-size: 6vw;
		text-align: center;
		border-bottom: 2px solid #3448C4;
	}
	.banner-isi .card{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		border: 0;
		border-radius: 8px;
		box-shadow: 0px 5px 15px rgba(177, 177, 177, 1.0);
		margin: 20px 40px 20px 40px;
	}
	.banner-isi .card-body{
		padding: 20px;
	}
	.card-body ol{
		padding-inline-start: 10px;
		font-size: 2.5vw;
	}
	.card-body li{
		margin-bottom: 20px;
	}
	.header-kuesioner{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header-kuesioner h5{
		font-size: 3vw;
		text-align: justify;
	}
	.banner-isi .card-body p{
		margin-left: 20px;
		font-size: 2.5vw;
		text-align: justify;
	}
	.jawaban-kuesioner{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
	}
	.jawaban-kuesioner input{
		margin-right: 12px;
		margin-left: 20px;
		margin-top: -7px;
	}

	/* bg-kritik */
	.bg-kritik{
		width: 100%;
		height: 100%;
		margin: 30px 0 30px 0;
	}
	.bg-kritik .card {
		width: 100%;
		margin: 30px;
		border: 0;
		border-top: 2px solid #3448C4;
		box-shadow: 0px 5px 9px rgba(177, 177, 177, 1.0);
	}
	.bg-kritik h2{
		font-size: 7vw;
	}
	.bg-kritik .card a{
		background: #3448c4;
		color: #fff;
		font-size: 3vw;
	}
	.bg-kritik .card a:hover{
		background: #2d3ea7;
	}
	/* bg-kritik */
}

/* responsive */
