html {
  height: 100%;
  margin: 0;
}
body { 
	margin: 0; 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	color: rgba(0,0,0, .87);
	height: 100%;
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 80px
}
.ha {
	font-size: 34px;
	font-family: 'Exo', sans-serif;
	line-height: 3.6
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
	position: absolute;
	left: 80px;
	bottom: 205px
}
h1 {
	font-size: 56px;
	line-height: 1.1;
	margin: 0px;
	max-width: 760px;
	font-family: 'Anton', sans-serif;
	font-weight: normal;
	color: white;
	text-shadow: 1px 2px 5px black
}
.pro {
	position: absolute;
	left: 515px;
	bottom: 76px
}
.pro1 {
	position: absolute;
	left: 515px;
    bottom: 34px;
    color: white;
    font-size: 25px;
}
.belajar {
	font-size: 16px;
	line-height: 1;
}
.learning {
	font-size: 24px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
}
.seratus {
	display: none;
	position: absolute;
	transform: scale(0);
	animation: zoomIn 1s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.seratus1 {
	position: absolute;
	right: 40px;
	bottom: 50px;
	width: 100px;
	height: auto;
	transform: scale(0);
	animation: zoomIn 5s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.info1 {
    font-size: 16px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 3px;
    border: 1px solid white;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: white;
	margin-right: 5px;
	background: rgba(0,0,0, .4)
}
.info1:hover,
.info1:active {
  background: white;
  color: black;  
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
h2 {
	line-height: 1.3;
	font-size: 24px;
	color: rgb(152, 72, 7);
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}
.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/pelatihan_kompetensi_lingkungan/PPPU/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("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/newbg.webp");
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.konten-image {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 10px;
    background-image: url("https://belajark3.com/new_images/konten.webp");
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.daftar {
    font-size: 16px;
    display: inline-block;
    padding: 8px 12px;
	width: 120px;
    border-radius: 3px;
    border: 1px solid #FFC000;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
	color: black; 
}
.daftar:hover,
.daftar:active {
  background: #FFC000;
  color: white;	
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
.footer {
	text-align: center;
}
.fleks {
	display: flex;
	align-items: center;
	margin-bottom: 10px
}
.fleks h2 {
	
}
.fleks img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
/* dua kolom */
.KOLOMleft {
	float: left;
	position: relative;
	}
.KOLOMright {
    float: right;
	position: relative;
    }
.KOLOMleft, .KOLOMright {
	border: solid 1px rgba(0,0,0, .2);
	padding: 5px 30px 10px;
	width: 43%;
	border-radius: 5px
}
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.flekKiri {
	display: flex;
	align-items: center;
}
.flekKiri img {
	width: 360px;
	height: auto;
	margin-right: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
.flekKanan {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flekKanan img {
	width: 360px;
	height: auto;
	margin-left: 40px;
	box-shadow: 
	inset 0 -3em 3em rgba(0,0,0,0.1), 
        0 0 0 1px white,
        0.2em 0.3em 0.15em rgba(0,0,0,0.3);
}
#myBtn {
	position: fixed;
	bottom: 65px;
	right: 5px;
	cursor: pointer;
	display: none;
	animation-name: KANAN;
	animation-duration: 2.5s;
}

.infoPELATIHAN {
	position: fixed;
	bottom: 5px;
	right: 5px;
	cursor: pointer;
	display: none;
	animation-name: KANAN;
	animation-duration: 2.5s;
}
@keyframes KANAN {
  from {right: -150%; opacity:0}
  to {right: 5px; opacity:1}
}
.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;
} 

.left {
	float: left;
	width: 49%;
	}
.right {
	float: right;
	width: 49%;
	}
.group:after {
	content:"";
	display: table;
	clear: both;
    }
.border {
	border: solid 1px rgba(0,0,0, .1);
	padding: 20px 20px 20px 40px;
	font-size: 18px;
	border-radius: 3px;
	height: 230px
}
.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 5px 30px 30px 30px;
  margin: 30px 0;
  width: 66%;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0  0 1px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);
 }
.GARIS3 {
    border-top: solid 2px rgba(0,0,0, .5);
    width: 100px;
	margin-top: -10px
}


/* COLLAPSABLE */
.KOLAPS {
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.KOLAPS:after {
	display: none;
}
.ISI {
    overflow: hidden;
    margin-bottom: 0;
}
.ISI ol {
	font-size: 18px
}
.ukom {
	border: 1px solid rgba(0,0,0, .2);
	padding: 8px 20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	margin: 20px 0
}
.ukom:hover,
.ukom:active {
  color: black;
  background: rgb(240, 240, 240);
  border-color: black; 
  transition: background-color 0.2s ease-in,
              border-color 0.2s ease-in;
}
.img {
	width: 360px; height: auto; margin: 0 auto 0; display: block
}
/* COLLAPSABLE-LAGI */
.KOLAP {
  display: none;
  font-weight: bold;
  text-align: center;
}
.KOLAP:after {
  display: none;
}
.ISIi {
    max-height: max-content;
    overflow: hidden;
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
	margin-top: -20px;
}

[data-title] {
    position: relative;
}
[data-title]:hover:after {
    opacity: 1;
    visibility: visible;
    animation: zoomIn .7s .3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
[data-title]:after {
    content: attr(data-title);
    background: rgb(255, 255, 245);
	display: inline-block;
    opacity: 0;
    border: 1px solid #3E65A0;
    visibility: hidden;
	width: 280px;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 3px;
	position: absolute;
	right: 0;
	bottom: 45px;
	color: black;
	transform: scale(0);
	font-family: 'Exo', sans-serif;
}
@media (max-width: 575.98px) {
	.KOLAPS {
		padding-bottom: 10px;
		text-align: left;
		}
	.KOLAPS:after {
		display: block;
		content: 'klik disini';
		float: right;
		color: #2b4e84;
		font-size: 14px;
		border: solid 1px #d4d4d4;
		padding: 2px 8px;
		border-radius: 3px;
		margin-top: 3px;
		}
	.diana:after {
		content: 'Tutup';
		}
	.ISI {
		max-height: 0;
		overflow: hidden;
		margin-bottom: 20px;
		margin-top: 0;
		transition: max-height 0.4s ease-out;
		}
	.KOLAP {
		padding-bottom: 10px;
		text-align: left;
		display: block;
		margin-top: -15px;
		}
	.KOLAP:after {
		display: block;
		content: 'klik disini';
		float: right;
		color: #2b4e84;
		font-size: 14px;
		border: solid 1px #d4d4d4;
		padding: 2px 8px;
		border-radius: 3px;
		}
	.dian:after {
		content: 'Tutup';
		}
	.ISIi {
		max-height: 0;
		overflow: hidden;
		margin-bottom: 20px;
		transition: max-height 0.2s ease-out;
		padding: 0;	
		margin-top: 0px;
		}	
	}
	
@media (min-width: 992px) and (max-width: 1199.98px) {
	[data-title]:hover:after {
        opacity: 0;
        visibility: hidden;
        }
	.info2 {
		
		}
	.depan, .konten {
		max-width: 900px;
		}
	.judul_materi {
		left: 60px;
		bottom: 50px;
		}
	h1 {
		font-size: 48px;
		max-width: 640px;
		}
	.ha {
		font-size: 30px;
		}
	.GARIS1 {
		left: 60px;
		bottom: 176px
		}
	.pro {
		left: 434px;
		bottom: 62px
		}
	.pro1 {
		left: 433px;
        bottom: 29px;
        font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright {
		width: 42%;
		}
	.img {
		width: 300px;
		padding-bottom: 20px;
		}
	.border {
		font-size: 17.5px;
		height: 280px
		}
	.KOTAK4 {
		width: 72%;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	[data-title]:hover:after {
        opacity: 0;
        visibility: hidden;
        }
	.info2 {
		display: none
		}
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 48px;
		max-width: 640px;
		}
	.ha {
		font-size: 30px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 187px
		}
	.pro {
		left: 416px;
		bottom: 71px
		}
	.pro1 {
		left: 417px;
        bottom: 37px;
        font-size: 22px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.KOLOMleft, .KOLOMright {
		width: auto;
		float: none;
		margin-bottom: 20px;
        padding: 10px 30px 10px;
		}
	.img {
		display: none
		}
	.seratus1 {
		right: 20px;
		bottom: 40px;
		}
	.border {
		font-size: 17.5px;
		height: 280px
		}
	.KOTAK4 {
		width: auto;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	[data-title]:hover:after {
        opacity: 0;
        visibility: hidden;
        }
	.info2 {
		display: none
		}
	.hero-image {
		background: none;
		height: 560px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 40px;
		bottom: 50px;
		}
	h1 {
		font-size: 46px;
		max-width: 480px;
		}
	.ha {
		font-size: 30px;
		}
	.GARIS1 {
		left: 40px;
		bottom: 222px
		}
	.pro {
		left: 290px;
		bottom: 62px
		}
	.pro1 {
		left: 291px;
        bottom: 28px;
        font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.img {
		display: none
		}
	h2 {
		font-size: 22px;
		}
	.seratus1 {
		display: none
		}
	.left, .right {
		width: 100%;
		}
	.KOLOMleft, .KOLOMright {
		width: auto;
		float: none;
		margin-bottom: 20px;
        padding: 10px 30px 10px;
		}
	.border {
		font-size: 17.5px;
		height: auto;
		padding: 20px 20px 20px 50px;
		}
	.KOTAK4 {
		width: auto;
		}
	}
@media screen and (max-width: 575.98px) {
	[data-title]:hover:after {
        opacity: 0;
        visibility: hidden;
        }
	.info2 {
		display: none
		}
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		border: none;
		box-shadow: none;
		height: 100%;
		}
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/new-bg1.webp");
		}
	.judul_materi {
		left: 24px;
		bottom: 80px;
		}
	h1 {
		font-size: 40px;
		max-width: 312px;
		line-height: 1
		}
	.ha {
		font-size: 24px;
		line-height: 4
		}
	.GARIS1 {
		left: 24px;
		bottom: 219px;
		border-top: solid 2px white;
		}
	.pro {
		left: 24px;
		bottom: 40px
		}
	.pro1 {
		display: none
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.belajar {
		color: black;
		text-shadow: none;
		color: rgb(152, 72, 7);
		}
	.learning {
		color: black;
		text-shadow: none;
		}
	.fleks {
		padding-left: 0
		}
	.fleks img {
		width: 40px;
		height: 40px;
		}
	.ISI ol {
		font-size: 16px;
		}
	.ukom {
		
		}
	.img {
		display: none
		}
	.KOLAPS {
		font-size: 18px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	#myBtn {
		bottom: 50px;
		right: 5px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info1 {
		font-size: 15px;
		}
	.info {
		font-size: 14px;
		}
	.seratus {
		display: block;
		top: 100px;
		right: 30px;
		width: 120px;
		height: auto;
		}
	.diskon {
		width: 160px;
		margin-top: -20px
		}
	.seratus1 {
		display: none
		}
	.konten-image {
		background-image: url("/new_images/konten1.webp");
		padding-bottom: 40px;
		}
	.left, .right {
		width: 100%;
		}
	.KOLOMleft, .KOLOMright {
		width: auto;
		float: none;
		margin-bottom: 20px;
        padding: 10px 20px 0px;
		}
	.border {
		font-size: 16.5px;
		padding: 20px 10px 20px 36px;
		height: auto;
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px;
		width: auto
		}
	}
	

.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, .brosur {
  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, .87);
  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, .brosur.buka {
	opacity: 1;
	display: block;
}

.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: 3px;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.8s;
  animation-name: animatetop;
  animation-duration: 0.8s;
}
@-webkit-keyframes animatetop {
  from {top: -150%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top: -150%; 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;
  cursor: pointer;
}
.clos:hover,
.clos:focus {
  color: blue;
}
.closs {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  padding: 4px 10px;
  line-height: 1;
  margin: 0;
  border-radius: 100%;
  background-color: rgba(0,0,0, .6);
}
.closs:hover,
.closs:focus {
  background-color: rgba(0,0,0, .8);
  transition: background-color 0.4s ease-in,
              border-color 0.4s ease-in;
}
.brosur-body {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1040px;
  height: 500px;
  border-radius: 10px;
  border: 2px solid white;
  padding: 60px 40px;
  box-sizing: border-box;
  overscroll-behavior: auto contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brosur-bg {
  background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/desain.webp");	
}
.PPPU-bg, .POIPPU-bg {
	width: 900px;
	height: 506px;
	padding: 50px 40px;
}
.PPPU-bg {
	background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/PPPU.webp");
}
.POIPPU-bg {
	background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/POIPPU.webp");
}
.bro-sur {
	position: relative
}
.lay-brosur {
	max-width: 420px;
	animation: mymove 2s;
}
.lay-PPPU {
	animation: mymove 2s;
}
.lay-PPPU h2 {
	color: white;
	font-family: "Archivo Black", sans-serif;
	margin: 0;
	line-height: 1;
	font-size: 50px;
	text-shadow: 1px 1px black
}
.lay-PPPU ol {
	color: white;
	font-size: 17px;
	text-shadow: 1px 1px black
}
.div {
	color: white;
	line-height: 1.6;
	font-size: 17px
}
.p {
	display: inline-block;
	background: yellow;
	color: black;
	font-weight: bold;
	padding: 1px 8px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px
	
}
.lay-brosur h2 {
	color: white;
	font-family: "Archivo Black", sans-serif;
	margin: 0;
	line-height: 1;
	font-size: 40px
}
.frame {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 460px;
    height: 350px;
    border: 1px solid white;
	padding: 20px;
	animation-name: ka-nan;
	animation-duration: 3s;
	border-radius: 5px;
	background: #131314
}
.fra-me {
	width: 100%;
    height: 100%;
}
@keyframes ka-nan {
  from {right: -150%}
  to {right: 0;}
}

@keyframes mymove {
  0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.flek-LOGO {
	display: flex;
	align-items: center;
	width: 360px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: none
}
.flek-LOGO img {
	width: 45px;
	height: 45px;
	border: solid 1px white;
	border-radius: 5px;
	margin-right: 10px;
}
.lb3 {
	color: white;
	text-shadow: 1px 1px black;
	font-size: 17px;
	line-height: 1.2;
	margin-left: 166px;
    margin-top: -37px;
}
.l-b3 {
	color: white;
	text-shadow: 1px 1px black;
	font-size: 17px;
	position: absolute;
	left: 108px;
    margin-top: 8px;
	line-height: 1.2
}
.GARIS5 {
    border-top: solid 2px white;
    width: 100px;
	margin-top: 10px
}
.GARIS4 {
    border-top: solid 3px white;
    width: 100px;
	display: none
}
.GARIS6 {
    border-top: solid 3px white;
    width: 100px;
}
.popu {
	margin-top: 155px
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.brosur-body {
		right: 60px;
		left: 60px;
		width: auto;
		height: 78%;
		}
	.PPPU-bg, .POIPPU-bg {
		width: 900px;
		height: 506px;
		padding: 50px 40px;
		}
	.lay-brosur h2 {
		font-size: 34px;
		}
	.lay-brosur {
		max-width: 390px;
		}
	.frame {
		width: 400px;
		height: 330px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.brosur-body {
		right: 40px;
		left: 40px;
		top: 0;
		bottom: 0;
		width: auto;
		height: 78%;
		padding: 40px 40px;
		}
	.PPPU-bg, .POIPPU-bg {
		height: 506px;
		padding: 50px 40px;
		}
	.lay-brosur h2 {
		font-size: 30px;
		}
	.lay-brosur {
		max-width: 300px;
		}
	.frame {
		width: 300px;
        height: 249px;
		}
	}	
@media (min-width: 576px) and (max-width: 767.98px) { 
	.brosur-body {
		right: 40px;
		left: 40px;
		top: 0;
		bottom: 0;
		width: auto;
		height: 78%;
		padding: 40px 40px;
		}
	.PPPU-bg, .POIPPU-bg {
		height: 64%;
		}
	.lay-brosur h2 {
		font-size: 30px;
		}
	.lay-brosur {
		max-width: auto;
		}
	.frame {
		width: auto;
        height: 420px;
		position: relative;
		margin-top: 40px;
		}		
	.modalku-body {
		height: 534px;
		width: 400px;
		background-image: url("https://belajark3.com/admin1.webp");
		}
	.CALL1 {
		top: 225px;
		left: 202px;
		font-size: 14px;
		}
	.CALL2 {
		top: 375px;
		left: 202px;
		font-size: 14px;
		}
	.lb3 {
		font-size: 13px;
		left: 160px;
		top: 37px;
		max-width: 200px;
		}
	.l-b3 {
		font-size: 15px;
		left: 116px;
		top: 82px;
		max-width: 300px;
		}
	.GARIS5 {
		display: none
		}
	.GARIS4 {
		display: block;
		margin-bottom: 30px;
		}
	}
@media screen and (max-width: 575.98px) {
    .flek-LOGO {
		display: flex
		}
	.popu {
		margin-top: 0
		}
	.lb3 {
		font-size: 13px;
		max-width: 200px;
		position: absolute;
        left: 110px;
		margin-left: 0;
		margin-top: 0
		}
	.l-b3 {
		font-size: 13px;
		position: absolute;
		max-width: 200px;
		margin-top: -4px;
		}
	.GARIS5 {
		display: none
		}
	.GARIS4 {
		display: block;
		margin-bottom: 30px;
		}
	.brosur-body {
		width: auto;
		position: relative;
		height: 100%;
		border: none;
		padding: 80px 0 0 20px
		}
	.brosur-bg {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/desain1.webp");
		border-radius: 0;
		}
	.PPPU-bg {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/PPPU1.webp");
		border-radius: 0;
		}
	.bro-sur {
		overflow: auto;
		height: 100%;
		padding-right: 20px;
		}
	.ppp {
		margin-top: 400px;
		margin-bottom: 5px;
		}
	.ppb {
		margin-top: 320px;
		margin-bottom: 5px;
		}
	.POIPPU-bg {
		border-radius: 0;
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/PPPU/images/POIPPU1.webp");
		}
	.frame {
		position: relative;
		width: auto;
		height: 505px;
		margin-top: 20px;
		margin-bottom: 40px		;
		padding: 0;
		animation-duration: 0s;
		}
	.lay-brosur h2 {
		font-size: 34px;
		}
	.closs {
		position: fixed;
		z-index: 1;
		top: 20px;
        right: 20px;
		}	
	.modalku-body {
		height: 454px;
		width: 340px;
		background-image: url("https://belajark3.com/admin1.webp");
		}
	.CALL1 {
		top: 192px;
		left: 160px;
		font-size: 14px;
		}
	.CALL2 {
		top: 318px;
		left: 160px;
		font-size: 14px;
		}
	.lay-PPPU ol li {
	    border-radius: 3px;
	    border: solid 1px white;
	    padding: 5px 15px;
	    font-size: 16px;
	    margin-bottom: 15px;
	    line-height: 1.4;
	    background: rgba(0,0,0, .3); 
	}
	.lay-PPPU ol {
	    padding-left: 22px;
		margin-bottom: 60px
		}
	}













/* The Modal UKOM1 */
.modalUKOM1 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  transform: scaleY(.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  overflow: hidden;
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.modalUKOM1.buka {
	opacity: 1;
	display: block;
}
.modal-contentUKOM1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #888;
  width: 900px; height: 506px;
  background: white;  
  background-image: url("https://belajark3.com/new_images/pq-csms.webp");
  transform: scale(0);
  animation: zoomIn 1s 1.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 
        inset 0 -3em 3em rgba(0,0,0,0.1), 
              0 0 0 2px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);		  
 }
 @keyframes unfoldIn {
  0% {
    transform: scaleY(.005) scaleX(0);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  50% {
    transform: scaleY(.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.modal-bodyUKOM1 {
  overflow: auto;
  width: 100%; height: 100%;
  color: black;  
}
.modalTOP1 {
  position: fixed;
  width: 100%;
}
.pading {
  padding: 20px 40px;
  margin-right: 360px;
}
.modal-bodyUKOM1 div, .modal-bodyUKOM1 p {
  font-size: 18px;
}
.modal-bodyUKOM1 ul {
	background: rgba(255, 255, 255, .4);
	border: solid 1px rgba(0,0,0,.3);
	border-bottom: solid 3px rgba(0,0,0,.3);
    border-right: solid 2px rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 10px 20px;
    padding-left: 50px;
	margin: 6px 0 30px 0;
	font-size: 18px;
}
.modal-bodyUKOM1 h1 {
	font-size: 38px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	color: rgba(0,0,0, .8);
	margin-top: 30px;
	text-shadow: none
}
.modal-bodyUKOM1 .pp {
	font-size: 20px;
}
.GARIS2 {
    background: linear-gradient(to right, rgb(62, 101, 160), orange, yellow);
    width: 150px;
    height: 2px;
}
.closUKOM1 {
  color: black;
  float: right;
  font-size: 30px;
  z-index: 1;
  margin-right: 20px;
  cursor: pointer;
}
.closUKOM1:hover, 
.closUKOM1:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: normal;
	font-family: 'Anton', sans-serif; 
}
.flekUkom {
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 60px
}
.flekUkom img {
	width: 45px;
	height: auto;
	margin-right: 10px;
	border-radius: 5px;
    margin-right: 15px;
    box-shadow: inset 0 -3em 3em rgba(0,0,0,.1), 0 0 0 1px white, 0.3em 0.3em 0.15em rgba(0,0,0,.3);
}
/* COLLAPSABLE */
.KOLAPP {
  cursor: pointer;
  margin-bottom: 5px;
}
.KOLAPP:after {
  content: 'Selengkapnya';
  border: solid 1px rgba(0,0,0,.3);
  border-bottom: solid 3px rgba(0,0,0,.3);
  border-right: solid 2px rgba(0,0,0,.3);
  background: rgba(255, 255, 255, .4);
  float: right;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 15px;
  text-decoration: none;
}
.dian:after {
  content: 'Tutup';
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.content ol {
  border: solid 1px rgba(0,0,0,.3);
  border-bottom: solid 3px rgba(0,0,0,.3);
  border-right: solid 2px rgba(0,0,0,.3);
  background: rgba(255, 255, 255, .4);
  border-radius: 5px;
  font-size: 18px;
  padding: 16px 20px;
  padding-left: 50px;
  margin-top: 6px;
}
.flekPDF {
	display: flex;
	align-items: center;
}
.flekPDF img {
	width: 60px;
	height: 60px;
	margin-right: 16px;
	transition: transform .15s ease;
}
.flekPDF a {
	font-size: 18px;
}
.flekPDF:hover img {
	transform: scale(1.1);
}
.flekPDF a {
	text-decoration: none; 
    color: black
}
.siap {
	position: absolute;
	right: 40px;
	bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.closUKOM1 {
		margin-right: 10px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.modal-contentUKOM1 {
		width: 84%; height: 70% 
		}
	.pading {
		padding: 20px 40px;
		margin-right: 280px
		}
	.closUKOM1 {
		margin-right: 10px;
		}
	.modal-bodyUKOM1 h1 {
		font-size: 36px;
		margin-top: 60px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.modal-contentUKOM1 {
		width: 500px; height: 800px;
		background-image: url("https://belajark3.com/new_images/pq-csms1.webp");
		}	
	.pading {
		padding: 20px 40px;
		margin-right: 0
		}
	.closUKOM1 {
		margin-right: 5px;
		margin-top: -5px;
		}
	.modal-bodyUKOM1 h1 {
		font-size: 36px;
		margin-top: 20px;
		}
	.flekUkom {
		display: none
		}
	.modal-bodyUKOM1 .pp {
		max-width: 300px
		}
	.siap {
		display: none
		}
	}	
@media screen and (max-width: 575.98px) {
	.modal-contentUKOM1 {
		width: 90%;
		height: 76%;
		background-image: url("https://belajark3.com/new_images/pq-csms1.webp");
		}
	.pading {
		padding: 0px 20px;
		margin-right: 0
		}
	.closUKOM1 {
		margin-right: 3px;
		margin-top: -7px;
		}
	.modal-bodyUKOM1 div, .modal-bodyUKOM1 p, .flekPDF a {
		font-size: 17px;
		}
	.KOLAPP:after {
		font-size: 13px;
		background: rgba(255, 255, 255, .7);
		}
	.modal-bodyUKOM1 ul {
		font-size: 16px;
		padding-right: 15px;
		padding-left: 40px;
		background: rgba(255, 255, 255, .6);
		}
	.modal-bodyUKOM1 h1 {
		font-size: 30px;
		margin-top: 40px
		}
	.modal-bodyUKOM1 .pp {
		font-size: 19px;
		}
	.content ol {
		font-size: 16px;
		padding-right: 15px;
		padding-left: 40px;
		background: rgba(255, 255, 255, .6);
		}
	.flekUkom {
		display: none
		}
	.flekPDF img {
		margin-right: 10px;
		width: 50px;
		height: 50px
		}
	.flekPDF {
		border: solid 1px rgba(0,0,0,.3);
		border-bottom: solid 3px rgba(0,0,0,.4);
		border-right: solid 2px rgba(0,0,0,.4);
		background: rgba(255, 255, 255, .6);
		border-radius: 5px;
		padding: 10px; 
		margin-top: -12px
		}
	.flekPDF a {
		font-size: 16px
		}
	.siap {
		display: none
		}
	}

.flekLOGO {
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-top: 20px;
	width: 360px;
	position: relative;
	float: right;
	z-index: 1
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	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: 5px;
	margin-right: 10px;
}
.pilihCSMS {
	position: absolute;
	right: 20px;
	top: 20px;
}
.colaps:after {
  content: "\2261";
  border: solid 1px black;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 30px;
  z-index: 1;
  float: right;
  cursor: pointer;
  
}
.zia:after {
  background: rgba(250, 250, 250, .8);
  color: black
}
.conten {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-out;
  margin-top: 50px;
  
}
.di-an {
  border: solid 1px rgba(0,0,0, .2);
  max-width: 250px;
  background: rgb(250, 250, 250);
  border-radius: 10px;
  padding: 15px 20px;
  border-bottom: solid 3px rgba(0,0,0, .3);
  border-right: solid 2px rgba(0,0,0, .3);
  overflow: auto;
  overscroll-behavior: auto contain;
  
}
.di-anFlek {
	display: flex;
	align-items: center;
	margin: 10px 0;
	font-size: 16px;
	color: rgba(0,0,0, .8);
	text-decoration: none;
}
.di-anFlek img {
	width: 24px;
	height: 24px;
	margin-right: 15px;
	box-shadow: none
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.flekLOGO {
		padding-left: 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.flekLOGO {
		padding-left: 40px;
		padding-top: 40px;
		float: none
		}
	.pilihCSMS {
		top: 40px
		}
	}
@media screen and (max-width: 575.98px) {
	.di-an {
		max-width: 260px;
		padding: 10px 20px
		}
	.di-anFlek {
		font-size: 15px;
		}
	.di-anFlek img {
		width: 20px;
		height: 20px;
		margin-right: 10px;
		}
	.flekLOGO {
		padding-left: 24px;
		width: auto;
		float: none;
		
		}

	}
h3 {
	margin: 0;
	line-height: 1.5;
}
.jawab {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 10px;
	background: #e8f0fb;
	padding: 10px 30px;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.3), 1em 1em 1em rgba(0, 0, 0, 0.3);
	transform: scale(0);
	animation: zoomIn .6s .1s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	width: 680px;
	height: max-content;
	z-index: 1;
	opacity: 0;
	transition-property: display, opacity;
	transition-timing-function: ease-in-out;
	transition-behavior: allow-discrete;
	transition-duration: .7s;
	background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/new-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jawab.show {
	opacity: 1;
	display: block;
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.x {
	right: 5px;
	top: -2px;
	position: absolute;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	font-size: 24px;
	color: rgba(0,0,0, .7);
	transition: transform .2s ease;
	transform: scale(1);
}
.x:hover {transform: scale(1.4);}

.jawab ol {
	font-size: 17px;
}
.jawab img {
	width: 400px;
	margin: 0 50px 30px 50px
}
.bnsp {
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 15px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: 113px;
    bottom: -10px;
	border: 1px solid #FFC000;
}
.bnsp:hover,
.bnsp:active {
  background: #FFC000;
  color: white;  
  transition: background-color 0.2s ease-in,
              border-color 0.2s ease-in;
}
.jawab1 {
	width: max-content; text-align: center; height: max-content; padding: 20px 40px;
}
.jawab1 p {
	line-height: 1.3;
	margin: 0
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.jawab {
		width: auto;
		left: 50px;
		right: 50px
		}
	.jawab img {
		width: 350px;
		}
	}
@media screen and (max-width: 575.98px) {
	.jawab {
		width: auto;
		padding: 0;
		left: 14px;
		right: 15px;
		background-image: none;
		box-shadow: none;
		border: 1px solid rgba(0,0,0, .2);
		border-bottom: 2px solid rgba(0,0,0, .3)
		}
	.jawab img {
		width: 250px;
		margin: 0;
		margin-bottom: 10px;
		}
	.jawab h3 {
		font-size: 16px
		}
	.jawab ol {
		font-size: 16px;
		padding: 8px 20px 0px 36px;
		border: none
		}
	.KOLOMleft {
		margin-bottom: 30px
		}
	.jawab1 {
		background-image: url('https://belajark3.com/pelatihan_kompetensi_lingkungan/new-bg.webp');
		padding: 20px;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 1em 1em 1em rgba(0, 0, 0, 0.3);
		width: 77%
		}
	.jawab1 p {
		font-size: 12.5px
		}
	.ukom {
	    max-width: 100%;
        display: block;
        text-align: center;
	    }
	}