html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}

.training {
	height: auto;
	padding: 0 20px 20px 30px;
	border: solid 1px #d4d4d4;
	border-radius: 5px;
	margin-bottom: 50px;
	position: relative;
}
.judul {
	display: flex;
	align-items: center;	
}
.judul img {
	width: 26px;
	height: auto;
	margin-right: 10px;
}
h3 {
	font-size: 22px;
	color: #2e6c80;
}
.flek {
	display: flex;
}
.flek img {
	width: 400px;
	height: 225px;
	border-left: solid 1px #d4d4d4;
	border-top: solid 1px #d4d4d4;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);	
	border-radius: 3px;
	margin-right: 30px;
	
}
.tujuan {
	font-size: 22px;
	color: #2e6c80;
	margin-bottom: 10px
}
.GARIS1 {
    border-top: solid 2px #0B698F;
    width: 100px;
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6
}

/* COLLAPSABLE */
.KOLAPS {
  display: none;
  border: 1px solid rgba(0,0,0, .2);
  border-radius: 3px;
  padding: 2px 10px;
  margin-bottom: 20px;
  margin-top: 20px
}

.KOLAPS:after {
  content: '\25B6';
  font-weight: bold;
  float: right;
  color: #2b4e84;
  margin-left: 10px;
}
.diana:after {
  content: '\25BC';
}
.ISI {
    max-height: max-content;
    overflow: hidden;
    border: none;
    background: none;
    padding: 0;
   
}
.ISI ol {
	
}
.BTNdaftar {
  display: inline-block;
  color: rgba(0,0,0,.8);
  text-align: center;
  margin-right: 5px;
  padding: 2px 12px;
  font-size: 14px;
  border: solid 1px rgba(0,0,0,0.6);
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 
	inset 0 0 0 1px white,
          0.2em 0.2em 0.3em rgba(0,0,0,0.2);
  transition:
                background-color 0.12s ease-out,
                border-color 0.12s ease-out;
}
.BTNdaftar:hover,
.BTNdaftar:active {
  border: solid 1px rgba(0,0,0,0.6);
  color: white;
  text-decoration: none;
  background: rgb(43, 78, 132);
  transition:
                background-color 0.12s ease-out,
                border-color 0.12s ease-out;
}

.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);
}



@media (min-width: 576px) and (max-width: 767.98px) {
	.KOLAPS {
		display: inline-flex;
		align-items: center;
		}
	.KOLAPS:after {
		margin-left: 30px
		}
	.ISI {
		max-height: 0;
		overflow: hidden;
		border: solid 1px #d4d4d4;
		background: #e8f0fb;
		padding: 0 18px;
		border-radius: 3px;
		margin-bottom: 20px;
		margin-top: 0;
		transition: max-height 0.2s ease-out;
		}
	.BTNdaftar {
		margin-bottom: 20px;
		}
	}
@media (max-width: 575.98px) {
	.KOLAPS {
		display: inline-flex;
		
		}
	.ISI {
		max-height: 0;
		overflow: hidden;
		border: solid 1px #d4d4d4;
		background: #e8f0fb;
		padding: 0 18px;
		border-radius: 3px;
		margin-bottom: 20px;
		margin-top: 0;
		transition: max-height 0.2s ease-out;
		}
	.BTNdaftar {
		margin-bottom: 20px;
		}
	}


h1 {
	font-size: 60px;
	line-height: 1;
	font-family: 'Anton', sans-serif; 
	font-weight: normal;
	margin: 0;
	color: rgba(0,0,0, .7);
	text-shadow: 1px 1px white
}
h2 {
	font-size: 24px;
	color: rgb(152, 72, 7);
}
.hero-image {
  height: 100%;
  position: relative;
  margin: 0px auto 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://belajark3.com/membuat_dokumen/images/bg.webp");
}
.depan {
	max-width: 1025px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 75%;
	border: 1px solid rgba(0,0,0, .2);
	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%;
	background-image: url("/unsafe-condition/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 60px;
}
.judul_materi p {
	font-size: 22px
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-left: 60px;
	
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	margin-right: 10px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 1px white, .2em .3em .15em rgba(0, 0, 0, .3);
}
.belajar {
	font-size: 15px;
	line-height: 1;
	color: rgb(152, 72, 7);
}
.learning {
	font-size: 24px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
	
}
.konten { 
	max-width: 1060px; 
	margin: 0px auto 0px; 
	padding: 20px 15px;
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.daftar {
    border: 1px solid white;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: white;
	font-size: 17px;
}
.daftar:hover,
.daftar:active {
  background: white;
  color: black;
  border: 1px solid white;
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}

.daftar1 {
	border: 1px solid #FFC000;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: black;
	font-size: 17px;
}
.daftar1:hover,
.daftar1:active {
  background: #FFC000;
  color: white;  
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}

.footer {
	text-align: center;
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		
		bottom: 30px
		}
	h1 {
		font-size: 50px;
		}
	h2, h3 {
		font-size: 22px;
		}
	.tujuan{
		font-size: 21px;
		}
	p {
		font-size: 18px;
		}
	.flek img {
		width: 360px;
		height: 203px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		background-image: none
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 30px;
		}
	.judul_materi {
		left: 30px;
		bottom: 30px
		}
	.flekLOGO {
		padding-left: 30px
		}
	h1 {
		font-size: 50px;
		}
	h2, h3 {
		font-size: 22px;
		}
	.tujuan{
		font-size: 21px;
		}
	p {
		font-size: 18px;
		}
	ol, ul {
		font-size: 17px;
		}
	.flek img {
		width: 320;
		height: 180px;
		
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 540px;
		background-image: none
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px 50px;
		}
	.judul_materi {
		left: 50px;
		}
	.judul_materi p {
		font-size: 19px
		}
	h1 {
		font-size: 44px;
		}
	.flekLOGO {
		float: none;
		padding-left: 50px
		}
	h2, h3 {
		font-size: 22px;
		}
	.tujuan{
		font-size: 21px;
		}
	
	p, ol, ul {
		font-size: 18px;
		}
	.training {
		padding: 20px 50px;
		}	
	.flek {
		display: block;
		}
	.flek img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px;
		}
	.GARIS1 {
		display: block
		}
	}
@media (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		background-image: none
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 24px
		}
	.judul_materi p {
		font-size: 18px;
		margin-right: 24px;
		color: white
		}
	
	.gambar {
		background-image: url("/unsafe-condition/images/newbg1.webp");
		}
	.ha {
		font-size: 34px;
		}
	h1 {
		font-size: 46px;
		color: white;
		text-shadow: 1px 1px black
		}
	h2 {
		font-size: 20px;
		}
	.training {
		padding: 0 18px 10px 18px
		}
	.tujuan, h3 {
		font-size: 19px;
		}
	
	p, ol, ul {
		font-size: 17px;
		}
	.flekLOGO {
		float: none;
		padding-left: 15px;
		}
	.daftar {
		border: 1px solid white
		}
	.tujuan {
		margin-top: 30px;
		margin-bottom: 10px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flek {
		display: block;
		}
	.flek img {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 20px
		}
	.GARIS1 {
		display: block
		}
	.angka {
		font-size: 12px;
		float: none;
		padding: 1px 5px;
		text-align: center;
		position: absolute;
		top: -10px;
		right: 5px;
		margin-right: 0px;
		margin-top: 0px;
		}
	}
	
.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;
  background-color: rgba(0,0,0,0.7);
}
.modalku-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  border-radius: 10px;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
}
@-webkit-keyframes animatetop {
  from {top:-800px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-800px; opacity:0}
  to {top:0; opacity:1}
}
.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("/admin1.webp");
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    font-size: 14px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    font-size: 14px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	height: 454px;
	width: 340px;
	background-image: url("/admin1.webp");
    }
  .CALL1 {
    top: 192px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    font-size: 14px;
    }
}