html {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
.infoo {
    font-size: 16px;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
	background: #FFC000;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: 0.2s ease;
	color: white;
	margin-top: 10px;
	text-shadow: 1px 2px 5px black
}
.infoo:hover,
.infoo:active {
	background: white;
	color: black;	
	text-shadow: none;
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 100px;
}
h1 {
	font-size: 60px;
	line-height: 1;
	max-width: 500px;
	font-weight: normal;
	font-family: 'Anton', sans-serif; 
	margin: 0;
	color: white;
	text-shadow: 1px 2px black
}
.pro {
	position: absolute;
	bottom: 59px;
    left: 680px;
    color: white;
    font-size: 20px;
    max-width: 300px;
	line-height: 1;
	text-shadow: 1px 1px black
}
h2 {
	font-size: 28px;
	color: #374655;
	font-family: "Archivo Black", sans-serif
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #0000005e, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 250px;
	background: linear-gradient(0deg, #000000cc, transparent);
	width: 100%;
}
.kemnaker {
	text-align: center;
	font-size: 22px;
	color: #374655
}
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("/latar-bersama.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);
	border-radius: 3px;
	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/Training_K3_Sertifikasi_Kemnaker/images/gambar-bg.webp");
}
.konten { 
	max-width: 1060px; 
	margin: 0px auto 0px; 
	padding: 20px 15px;
}
.konten-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-top: 10px;
    background-image: url("https://belajark3.com/new_images/konten.webp");
}
.KOTAK4 { 
	background-color: rgba(255, 240, 240, 0.7); 
	padding: 5px 30px 30px 30px;
	margin: 30px 0;
	width: 68%;
	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);
 }
.GARIS {
    border-top: solid 3px #374655;
    width: 100px;
}
.konten .footer p, .konten .footer h2 {
	text-align: center;
}
.KOTAK1 { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-left: solid 1px rgba(0,0,0,.1);
	margin-bottom: 60px;
	box-shadow: 	
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}

.KOTAK1 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

/* dua kolom */
.KOLOMleft {
	float: left;
	width: 47%;
	position: relative;
	}
.KOLOMright {
    float: right;
    width: 47%;
	position: relative;
    }
.KOLOMgroup:after {
	content:"";
	display: table;
	clear: both;
    }
.konten p, .konten ol {
	text-align: justify
}
.selengkapnya {
	position: absolute;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	color: white;
	border-radius: 5px;
	text-shadow: 1px 1px black;
	display: inline-block;
	overflow: hidden;
	background-color: rgb(55,70,85);
	padding: 5px 12px;
	font-size: 15px;
	text-decoration: none;
}
.selengkapnya:hover {
	text-decoration: none;
	color: white;
	box-shadow: 1px 3px 15px 10px rgba(0,0,0, .2);
	transition: ease 0.4s;
}
.selengkapnya::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: left 0.4s;
	z-index: 0;
	background-color: #daa14c;
}
.selengkapnya:hover::before {
	left: 0;
}
.selengkapnya span {
	position: relative;
	z-index: 1;
	transition: color 0.4s;
}

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

.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;
}  
.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);
}
.flekLOGO {
	position: absolute;
	left: 100px;
	top: 20px;
	display: flex;
	align-items: center;
	width: 340px;
	z-index: 1
}
.flekLOGOimg {
	width: 60px;
	height: 60px;
	border: 1px solid white;
	padding: 0 8px;
	border-radius: 5px;
	margin-right: 10px;
	background: linear-gradient(45deg, black, transparent)
}
.belajar {
	display: inline-block;
	font-size: 12px;
	padding: 0 6px;
	background-color: #daa14c;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 1px;
}
.learning {
	font-size: 26.8px;
	line-height: .9;
	font-family: "Archivo Black", sans-serif;
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px black;
}
.lembaga {
	font-size: 12px;
	color: white;
	text-shadow: 1px 1px black;
}
.pilihCSMS {
	position: absolute;
	right: 0;
	top: 7px;
}
.colaps:after {
	content: "\2261";
	border: solid 1px white;
	border-radius: 5px;
	padding: 0 12px;
	font-size: 30px;
	z-index: 1;
	float: right;
	cursor: pointer;
	color: white;
}
.zia:after {
	background: rgba(250, 250, 250, .8);
	color: black
}
.conten {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
	margin-top: 60px;
}
.di-an {
	border: solid 1px #baafa7;
	border-bottom: solid 3px #8c8885;
	border-right: solid 2px #8c8885;
	background: #FFFCFA;
	border-radius: 15px;	
	padding: 15px 20px;
	overflow: auto;
	overscroll-behavior: auto contain;
}
.di-an a {
	text-decoration: none;
	color: black;
	transition: .3s ease;
	font-size: 16px	
}
.di-an a:hover {
	text-decoration: underline;
}
.di-anFlek {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.di-anFlek img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.judul_materi {
		bottom: 60px;
		left: 60px;
		}
	.flekLOGO {
		left: 60px;
		}
	h1 {
		font-size: 54px;
		max-width: 460px
		}
	.pro {
		bottom: 65px;
		left: 600px;
		max-width: 300px;
		}
	h2 {
		font-size: 24px;
		}
	.infoo {
		font-size: 15px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		bottom: 60px;
		left: 40px;
		}
	.flekLOGO {
		left: 40px;
		}
	h1 {
		font-size: 54px;
		max-width: 460px
		}
	.pro {
		bottom: 60px;
		left: 617px;
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .info {
		font-size: 18px;
		}
	.KOTAK4 {
		width: auto;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		height: 100%;
		}
	.depan {
		left: 40px;
		right: 40px;
		}
	.konten { 
		padding: 20px 64px;
		}
	.judul_materi {
		bottom: 120px;
		left: 40px;
		right: 40px;
		width: 400px;
		margin: auto;
		text-align: center
		}
	h1 {
		font-size: 48px;
		border-bottom: solid 2px white;
		padding-bottom: 10px
		}
	.flekLOGO {
		left: 40px;
        right: 40px;
        top: 40px;
        width: auto;
		}
	.pro {
		bottom: 40px;
		left: 40px;
		right: 40px;
		max-width: 400px;
		margin: auto;
		text-align: center
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul, .info {
		font-size: 18px;
		}
	.KOTAK1 {
		width: 80%;
		margin-bottom: 50px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.KOTAK4 {
		width: auto;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.infoo {
		display: none
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 660px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.gambar {
		background-image: url("https://belajark3.com/Training_K3_Sertifikasi_Kemnaker/images/gambar-bg1.webp");
		}
	.judul_materi {
		bottom: 120px;
		left: 15px;
		right: 15px;
		width: 330px;
		margin: auto;
		text-align: center
		}
	h1 {
		font-size: 38px;
		border-bottom: solid 2px white;
		padding-bottom: 10px
		}
	.pro {
		bottom: 50px;
		left: 15px;
		right: 15px;
		max-width: 100%;
		margin: auto;
		text-align: center;
		font-size: 17px
		}
	.flekLOGO {
		left: 15px;
        width: auto;
        right: 15px;
		}
	.infoo {
		display: none;
		}
	h2 {
		font-size: 23px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.KOTAK1 {
		margin: 0;
		margin-bottom: 60px;
		width: 100%;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 35px;
		height: 35px;
		}
	.info {
		font-size: 14px;
		}
	.selengkapnya {
		bottom: 15px;
		right: 15px;
		font-size: 13px
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px;
		width: auto;
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	.konten p, .konten ol {
		text-align: left
		}
	}

.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: rgb(0,0,0);
  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;
}
.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;
  transform: scale(0);
  animation: zoomIn 1s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  background-image: url("/admin.webp");
}
@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);
  }
}
.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;
    }
}