.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoFlek {
	display: flex;
	align-items: center;
}
.infoFlek img {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	transition: transform .2s ease;
}
.infoFlek:hover img {
	transform: scale(1.1);
	}
.info {
	font-size: 16px;
	line-height: 1;
	background: white;
	padding: 5px 10px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
}
.zoom {
	overflow: hidden;
	}
.zoom img {
	transition: transform .2s ease;
	}
.zoom:hover img {
	transform: scale(1.1);
	}
.OVAL {
	border-radius: 3px;
	}
.CALL1, .CALL2 {
	position: absolute;
	font-size: 15px;
	display: inline-block;
	padding: 5px 8px;
	border-radius: 3px;
	border: 1px solid rgb(118, 111, 84);
	color: rgb(118, 111, 84);
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: background-color 0.1s ease-out,
				border-color 0.1s ease-out;
}
.CALL1 {
	top: 165px;
	left: 184px;
}
.CALL2 {
	top: 322px;
	left: 184px;
}
.CALL1:hover,
.CALL1:active,
.CALL2:hover,
.CALL2:active {
	color: rgb(255,255,255);
	background-color: rgb(118, 111, 84);
	border-color: rgb(118, 111, 84); 
	transition: background-color 0.1s ease-in,
				border-color 0.1s ease-in;
}
.modalku {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0; top: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(0,0,0, .7);
	transition-property: display, opacity;
	transition-timing-function: ease-in-out;
	transition-behavior: allow-discrete;
	transition-duration: .6s;
	animation-name: fade;
	animation-duration: 1s
}
@keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
}
.modalku.buka {
	opacity: 1;
	display: block;
}
.modalku-body, .silabus-body {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1s;
	animation-name: animatetop;
	animation-duration: 1s;
}
.silabus-body { 
	width: 800px;
	height: 500px;
	border: 1px solid white;
	border-radius: 10px;
	padding: 0 20px;
	background: #131314
}
.silabus-body embed {
	width: 100%;
	height: 90%
}
.modalku-body {
	width: 740px;
	height: 429px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	border-radius: 10px;
	background-image: url("https://belajark3.com/admin-csms.webp");
}
@-webkit-keyframes animatetop {
	from {top: -200%; opacity: 0} 
	to {top:0; opacity: 1}
}
@keyframes animatetop {
	from {top: -200%; opacity: 0}
	to {top:0; opacity: 1}
}
.tutup {
	float: right;
	color: white;
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	margin-right: -15px;
}
.clos {
	color: rgb(118, 111, 84);
	position: absolute;
	top: -2px;
	right: 6px;
	font-size: 30px;
	font-weight: bold;
}
.clos:hover,
.clos:focus {
	color: blue;
	text-decoration: none;
	cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
	.modalku-body {
		height: 534px;
		width: 400px;
		background-image: url("https://belajark3.com/admin-csms1.webp");
		}
	.CALL1 {
		top: 225px;
		left: 202px;
		font-size: 14px;
		}
	.CALL2 {
		top: 375px;
		left: 202px;
		font-size: 14px;
		}
	}
@media screen and (max-width: 575.98px) {
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.modalku-body {
		height: 454px;
		width: 340px;
		background-image: url("https://belajark3.com/admin-csms1.webp");
		}
	.CALL1 {
		top: 192px;
		left: 160px;
		font-size: 14px;
		}
	.CALL2 {
		top: 318px;
		left: 160px;
		font-size: 14px;
		}
	}