body { 
	color: rgba(0,0,0,0.94); 
	margin: 0; 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
}
h1 {
	font-size: 60px;
	line-height: 1.3;
	max-width: 300px
}

h2 {
	line-height: 1.1;
	font-size: 26px;
	color: rgb(152, 72, 7);
}
p, ol, ul, .flekCheckList div {
	font-size: 19px;
	line-height: 1.6;
}

.hero-image {
  background: #FFC000;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  margin-bottom: 160px;
}
.depan {
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 24px;
	background: white;
	height: 530px;
	border-left: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.gambar {
	max-width: 100%;
	margin: 0px auto 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
}
.judul_materi {
	position: absolute;
	top: 60px;
	left: 100px;
	margin-right: 24px;
}
.pelatihan_tentang {
	font-size: 24px;
	max-width: 240px;
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.GARIS {
     border-top: solid 4px #FFC000;
     width: 100px;
}
.flekCheckList {
	display: flex;
	margin-bottom: 20px;
}
.flekCheckList img {
	width: 26px;
	height: 26px;
	margin-right: 15px;
}
.footer {
	text-align: center;
}
a {
	text-decoration: none;
}
/* dua kolom */
.KOLOMleft {
	float: left;
	width: 50%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 50%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.kotakM {
    padding: 20px 40px;
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
    border: solid 1px rgba(0,0,0,0.3);
    border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.infoPELATIHAN {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.infoPELATIHAN .infoFlek {
	display: flex;
	align-items: center;
}
.infoPELATIHAN img {
	width: 50px;
	height: 50px;
	margin-left: 2px;
}
.infoPELATIHAN img {
	transition: transform .2s ease;
	}
.infoPELATIHAN:hover img {
	transform: scale(1.1);
	}
.infoPELATIHAN .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;
} 

@media (min-width: 992px) and (max-width: 1199.98px) {
	.hero-image {
		height: 400px;
		margin-bottom: 150px;
		}
	.depan, .konten {
		max-width: 900px;
		}
	.depan {	
		height: 480px;
		}
	h1 {
		font-size: 46px;
		}
	.judul_materi {
		top: 80px;
		left: 70px;
		}
	.pelatihan_tentang {
		font-size: 18;
		max-width: 240px;
		}
	p, ol, ul, .flekCheckList div {
		font-size: 18px;
		}
	.kotakM {
		max-width: 76%
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		padding-top: 0;
		margin-bottom: 70px;
		}
	.depan {
		padding: 0px;
		height: 500px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	h1 {
		font-size: 44px; 
		}
	.judul_materi {
		left: 24px;
		top: 90px;
		}
	p, ol, ul, .flekCheckList div {
		font-size: 18px;
		}
	.kotakM {
		max-width: 76%
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		padding-top: 0;
		margin-bottom: 100px;
		}
	.depan {
		padding: 0px;
		height: 530px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	h1 {
		font-size: 46px; 
		}
	.judul_materi {
		left: 40px;
		top: 100px;
		}
	.pelatihan_tentang {
		font-size: 20px;
		max-width: 220px;
		}
	p, ol, ul, .flekCheckList div {
		font-size: 17px;
		}
	.kotakM {
		max-width: 76%
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		padding-top: 0;
		margin-bottom: 50px;
		}
	.depan {
		padding: 0px;
		height: 500px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	.gambar {
	 
		}
	.judul_materi {
		left: 24px;
		top: 20px;
		}
	h1 {
		font-size: 36px; 
		max-width: 100%
		}
	h2 {
		font-size: 24px;
		}
	p, ol, ul, .flekCheckList div {
		font-size: 17px;
		}
	.kotakM {
		max-width: 100%;
		padding: 10px 20px
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoPELATIHAN img {
		width: 40px;
		height: 40px;
		}
	.infoPELATIHAN .info {
		font-size: 14px;
		}
	}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.CALL1 {
  position: absolute;
  top: 165px;
  left: 186px;
  font-size: 15px;
  display: inline-block;
  padding: 6px 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:hover,
.CALL1: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;
}
.CALL2 {
  position: absolute;
  top: 322px;
  left: 186px;
  font-size: 15px;
  display: inline-block;
  padding: 6px 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;
}
.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, .modalkuADMIN {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
    }
.modalku-content, .modalku-contentADMIN {
  position: relative;
  font-family: Kanit, sans-serif;
  margin: auto; 
  border: 1px solid #888;
  width: 740px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s	  
 }
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.clos, .closADMIN {
  color: rgb(118, 111, 84);
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus,
.closADMIN:hover,
.closADMIN:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.modalku-body, .modalku-bodyADMIN {
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  border-radius: 3px;
}
@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-content, .modalku-contentADMIN {  
    width: 400px;
    }
  .modalku, .modalkuADMIN {
    padding-top: 80px;
    }
  .modalku-body, .modalku-bodyADMIN {
	height: 534px;
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    font-size: 14px;
	padding: 2px 8px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
	padding: 2px 8px;
    }
  .clos, .closADMIN {
	font-size: 30px
	}
}
@media screen and (max-width: 575.98px) {
  .modalku-content, .modalku-contentADMIN {
    width: 340px;
    }
  .modalku, .modalkuADMIN {
    padding-top: 50px;
    }
  .modalku-body, .modalku-bodyADMIN {
	height: 454px;
    }
  .CALL1 {
    top: 192px;
    left: 161px;
    font-size: 14px;
	
    }
  .CALL2 {
    top: 318px;
    left: 161px;
    font-size: 14px;
	
    }
  .clos, .closADMIN {
	font-size: 26px;
	right: 5px
	}
}

/* latin */
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/shadowsintolighttwo/v13/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpAzHGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}