html, body {
	height: 100%;
	margin: 0; 
}
* {box-sizing: border-box;}
body { 
	padding: 0; 
	font-family: "Exo", sans-serif;
	color: rgba(0,0,0, .87)
}
h1 {
	font-size: 50px;
	color: white;
	margin: 0;
	text-shadow: 1px 1px black;
	font-weight: bold;
	line-height: 1;
	font-family: "Archivo Black", sans-serif;
}
.GARIS2 {
    border-top: solid 3px white;
    width: 100px;
}
.ul {
	display: flex;	
	flex-wrap: wrap;
	text-shadow: 1px 1px black;
	margin-top: -20px;
}
.ul ul {
	border-radius: 3px;
	width: 23%;
	margin-right: 20px;
	margin-bottom: -5px;
}
h2 {
	font-size: 24px;
	color: rgba(0,0,0, .78);
	font-weight: bold;
	font-family: "Archivo Black", sans-serif;
	line-height: 1.2
}
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/hse-plan/images/bg.webp");
}
.depan {
	max-width: 1080px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 24px;
	background: white;
	height: 82%;
	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/Sertifikasi_ISO/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 60px;
}
.judul_materi ul {
	color: white;
	line-height: 1.4
}
.konten { 
	max-width: 1080px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.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");
}
.row3 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.iso img {
	width: 160px
}
.kolom4 {
	border: solid 1px rgba(0,0,0, .2);
	text-align: center;
	border-radius: 5px;
	padding: 30px 26px;
	margin-bottom: 30px;
	width: 23%;
	transition: 0.3s ease-in;
	cursor: pointer;
}
.kolom4 img {
	width: 80px
}
.kolom4 p {
	line-height: 1.3;
	font-size: 18px;
	margin-bottom: 0;
}
.kolom4:hover,
.kolom4:active {
  box-shadow: inset 0 0 0 1px white, 1em 1em 1em rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-out;
  width: 24%;
  background-color: rgb(245, 245, 245)
}
.kolom4.GARIS3:hover,
.kolom4.GARIS3:active {
  width: 200px;
  transition: 0.3s ease-out;
}
.kol4A:hover,
.kol4A:active {
  background: #F0FAFE
}
.kol4B:hover,
.kol4B:active {
  background: #FEFAF8
}
.kol4C:hover,
.kol4C:active {
  background: #FAFDF9
}
.kol4D:hover,
.kol4D:active {
  background: #FFF7F7
}
.GARIS3 {
    border-top: solid 2px rgb(16 91 171);
    width: 160px;
	margin: auto;
	transition: width 0.3s ease-in;
}
.iso {
	border: solid 1px rgba(0,0,0, .2);
	text-align: center;
	border-radius: 5px;
	padding: 40px 20px 30px 20px;
	width: 320px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.3s ease-in;
}
.iso:hover,
.iso:active {
  box-shadow: inset 0 0 0 1px white, 1em 1em 1em rgba(0, 0, 0, 0.3);
  transition: .5s ease-out;
}
.iso:hover .GARIS3,
.iso:active .GARIS3 {
	width: 90%;
	transition: width .5s ease-out;
}
.iso h2 {
	color: rgb(16 91 171);
    margin: 0;
	margin-bottom: 10px
}
.iso p {
	line-height: 1.3;
	font-size: 18px
}
.pro {
    position: absolute;
    bottom: -4px;
    left: 485px;
    font-size: 19px;
    color: white;
    text-shadow: 1px 1px black;
	border-bottom: solid white 1px
}
.left {
	float: left;
	width: 56%;
	position: relative;
	}
.group:after {
	content:"";
	display: table;
	clear: both;
    }

.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 5px 30px 30px 30px;
  margin: 30px 0;
  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 rgba(0,0,0,0.6);
    width: 100px;
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-right: 20px;
	float: right
}
.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);	
}
.flekLOG {
    left: 50px;
}
.flek-LOGO {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-right: 20px;
	position: absolute;
	bottom: 20px;
	right: 0
}
.flek-LOGO 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: yellow;
	text-shadow: 1px 1px black;
}
.learning {
	font-size: 24px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px black;
}
.footer {
	text-align: center;
}

.KOLOMleft {
	float: left;
    width: 48%;
}
.KOLOMright {
    float: right;
    width: 48%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.lengkap {
	display: inline-block;
    padding: 4px 20px;
    border-radius: 5px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
	border: solid 1px rgba(0,0,0, .2);
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 15px
}
.selengkapnya {
    display: inline-block;
    padding: 8px 26px;
    border-radius: 5px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
	border: solid 1px rgba(0,0,0, .2);
	cursor: pointer
}
.selengkapnya:hover,
.selengkapnya:active,
.lengkap:hover,
.lengkap:active {
  background: rgb(16 91 171);
  color: white;
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

 
.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;
} 

.flekPDF {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 17px;
	color: white;
	text-decoration: underline;
	width: max-content;
}
.flekPDF img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	transition: transform .3s ease;
}
.flekPDF:hover img {
	transform: scale(1.1);
}
.flekPDF:hover div {
	font-weight: bold
	
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.iso {
		width: 300px;
		padding: 30px 10px
		}
	.row3 img {
		width: 160px;
		}
	.kolom4 {
		padding: 30px 40px;
		}
	.kolom4 img {
		width: 60px
		}
	.depan, .konten {
		max-width: 1000px;
		}
	h1 {
		font-size: 45px;	
		}
	.judul_materi {
		bottom: 40px;
		left: 60px
		}
	.flekLOGO {
		padding-left: 60px
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.left {
		width: 60%;
		}
	.pro {	
		left: 456px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.pro {	
		display: none
		}
	.row3 {
		flex-wrap: wrap;
		justify-content: space-around;
		}
	.kolom4 {
		width: 40%;
		margin: 20px;
		padding: 30px 50px;
		}
	.kolom4:hover,
	.kolom4:active {
		width: 42%;
		}
	.hero-image {
		background: none;
		height: 500px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	h2 {
		font-size: 22px;
		}
	h1 {
		font-size: 45px;
		}
	.judul_materi {
		bottom: 40px;
		left: 50px
		}
	.flekLOGO {
		padding-left: 50px
		}
	.konten { 
		padding: 20px 50px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.left {
		width: 100%;
		}
	.pro {	
		left: 156px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
    .flekLOG {
        left: 0;
        }
	.pro {	
		display: none
		}
	.ul ul {
		width: 200px;
		}
	.row3 {
		flex-wrap: wrap;
		justify-content: space-around;
		}
	.iso {
		width: 270px;
		}
	.row3 img {
		width: 140px;
		}
	.kolom4 {
		width: 40%;
		margin: 20px;
		}
	.kolom4:hover,
	.kolom4:active {
		width: 42%;
		}
	.kolom4 img {
		width: 80px;
		}
	.hero-image {
		background: none;
		height: 540px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	h1 {
		font-size: 36px;	
		}
	h2 {
		font-size: 20px;
		}
	.judul_materi {
		left: 50px
		}
	.flekLOGO {
		padding-left: 50px;
		float: none
		}
	.konten { 
		padding: 20px 50px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOLOMleft, .KOLOMright {
		width: 100%
		}
	.left {
		width: 100%;
		}
	.isi h2 {
		font-size: 20px;
		}
	.flek-LOGO {
		position: relative;
		margin-bottom: 40px
		}
	}
@media screen and (max-width: 575.98px) {
	.pro {	
		font-size: 13px;
		bottom: 148px;
		left: 110px;
		border: none
		}
	.ul {
		margin-top: 30px
		}
	.ul ul {
		width: 49%;
		border: none;
		padding: 0px 0px 0px 35px;
		margin-bottom: 5px
		}
	.flek-LOGO {
		display: none
		}
	.row3 {
		flex-wrap: wrap;
		}
	.iso {
		width: 100%;
		display: block;
        margin: 20px auto 20px;
		height: auto
		}
	.row3 img {
		width: 140px;
		}
	.iso h3 {
		font-size: 17px;
		}
	.kolom4 {
		width: 48%;
		margin: 10px 0;
        padding: 30px 20px;
		}
	.kolom4:hover,
	.kolom4:active {
		width: 48.5%;
		}
	.kolom4 img {
		width: 60px;
		}
	.kolom4 p {
		font-size: 16px
		}
	.hero-image {
		background: none;
		height: 630px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.konten { 
		padding: 20px
		}
	.gambar {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/newbg1.webp");
		}
	.judul_materi {
		left: 20px;
		bottom: 50px;
		}
	.judul_materi ul {
		margin: 0;
		margin-bottom: 5px;
		}
	h1 {
		font-size: 32px;
		max-width: 300px;
		line-height: .95;		
		}
	.ha {
		font-size: 49px;
		}
	.hb {
		font-size: 100px;
		line-height: .8;
		margin-left: -6px;		
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.flekLOGO {
		padding-left: 20px;
		padding-top: 26px;
		float: none
		}
	.KOLOMleft, .KOLOMright {
		width: 100%
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.konten { 
		padding-bottom: 40px;
		}
	.left {
		width: 100%;
		}
	.KOTAK4 {
		padding: 5px 20px 20px 20px
		}
	.konten-image {
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.isi {
		left: 20px;
		bottom: 30px;
		padding-right: 40px
		}
	.isi h2 {
		font-size: 20px;
		}
	.isi ul {
		font-size: 17px;
		}
	
	}
	
.CALL1, .CALL2 {
  position: absolute;
  font-size: 15px;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  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, .8);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
  animation-name: fade;
  animation-duration: 1s
}
.modalku.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: 5px;
  background-image: url("/admin.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 1s;
  animation-name: animatetop;
  animation-duration: 1s;
}
@-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}
}
.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -4px;
  right: 0;
  line-height: 1;
  padding: 10px;
  font-weight: bold;
  font-size: 32px
}
.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;
    }
  .clos {
	 top: -9px;
	right: -5px;
	}
}

.mdll {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0, .86);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
  animation-name: fade;
  animation-duration: 1s
}

.mdll.buka {
	opacity: 1;
	display: block;	
}
.newFront {
	max-width: 900px;
	height: 500px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 2px white solid;
	border-radius: 10px;
	padding: 40px;
	transform: scale(0);
	animation: zoomIn 1s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
}
.FrontBG, .FrontBG1, .FrontBG2, .FrontBG3, .FrontBG4, .FrontBGA, .FrontBGB, .FrontBGC, .FrontBGD {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.FrontBG {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar.webp");
}
.FrontBG1 {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latarA.webp");
}
.FrontBG2 {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latarB.webp");
}
.FrontBG3 {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latarC.webp");
}
.FrontBG4 {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latarD.webp");
}




.FrontBGA {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoA.webp");
}
.FrontBGB {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoB.webp");
}
.FrontBGC {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoC.webp");
}
.FrontBGD {
	background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoD.webp");
}


.newLay1 p, .newLay1 ul {
	color: white;
	font-size: 17px;
	text-shadow: 1px 1px black
}
.newLay1a {
	animation-name: fade;
	animation-duration: 4s;
}
.newLay1 ul {
	padding-left: 60px;
}
.newLay2 {
	display: flex;
}
.buka {
	display: none;
}
.lay3 {
	width: 300px; 
	height: 424px;
	margin-left: 50px;
	transform: scale(0);
	animation: zoomIn 1s .6s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, .1), 0 0 0 2px white, .2em .3em .15em rgba(0, 0, 0, .3);
	overscroll-behavior: auto contain;
}
.klik1 {
	position: absolute;
	right: 40px;
    bottom: 40px;
}
@keyframes ka-nan {
  from {right: -100%}
  to {right: 0;}
}

@keyframes mymove {
  0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.mySlides1, .slideSaya, .slideku, .slideDian, .slideZia {
    display: none
}
.fade {
  animation-name: fade;
  animation-duration: 3s;
}
@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}
.fade:not(.show) {
    opacity: 1;
}
.frame {
	width: 100%;
	height: 100%;
}
.ukuran {
	width: 100%;
	height: 100%;
}
.next {
	text-align: center;
	cursor: pointer;
	color: white;
	font-size: 15px;
	transition: 0.4s ease;
	border-radius: 5px;
	user-select: none;
	background: #2771D8;
	padding: 10px 16px;
}
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
} 
.tutup, .tu-tup {
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding: 6px 12px;
	position: absolute;
	top: 5px;
	right: 0;
	line-height: 1;
	font-size: 26px;
}
.prev {
	text-align: center;
	cursor: pointer;
	color: white;
	font-size: 15px;
	transition: 0.4s ease;
	border-radius: 5px;
	user-select: none;
	background: #2771D8;
	padding: 10px 20px;
	margin-right: 10px
}
.tutup:hover,
.tutup:focus {
  background: #2771D8;
  color: white;
  transition: 0.2s ease;
  border-radius: 100%
}	
.pre-v, .ne-xt {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: rgba(0,0,0, .2);
}
.ne-xt {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.pre-v:hover, .ne-xt:hover {
  background-color: #f1f1f1;
  color: black;
}
.prevv, .nextt {
  font-weight: bold;
  font-size: 18px;
  transition: .2s ease;
  border-radius: 3px;
  user-select: none;
  border: 1px solid rgba(0,0,0, .2);
  padding: 10px 20px;
  color: rgba(0,0,0, .4);
}
.prevv {
	margin-right: 5px
}
.nextt {
	margin-left: 5px
}
.prevv:hover,
.prevv:active,
.nextt:hover,
.nextt:active {
  background-color: white;
  border: 1px solid black;
  transition: background-color 0.2s ease-in;
  color: black;
}
.tombol-vid {
	float: right;
	margin-top: 15px
}
@keyframes kanan {
  from {right: -150%; opacity: 0}
  to {right: 5px; opacity: 1}
}
.kami {
	background: yellow; color: black; border-radius: 3px; padding: 0 5px; font-weight: bold;
	display: inline-block; margin-bottom: 10px
}
.inovasi {
	color: white;
	font-size: 28px;
	font-family: "Archivo Black", sans-serif;
	line-height: 1.2
}
.garis1 {
	border-top: solid 2px white;
    width: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.posisi-tombol {
	position: absolute;
	left: 40px;
    bottom: 40px;
}
.nisor {
	text-align: center;
	margin-top: 30px;
}
[data-title], [dat-title] {
    position: relative;
}
[data-title]:hover:after, [dat-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, [dat-title]:after {
    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;
	color: black;
	transform: scale(0);
	font-family: 'Exo', sans-serif;
}
[data-title]:after {
    bottom: 35px;
    content: attr(data-title);
}
[dat-title]:after {
    bottom: 55px;
    content: attr(dat-title);
}
.hu-ruf {
  transform: scale(0);
  animation: zoomIn .8s 1.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  margin: 0 30px;
  text-align: center; 
}
.ttp {
    display: none;
}
.top {
	display: none;
	color: white;
	position: fixed;
	top: 20px;
	right: 20px;
	font-weight: bold;
	color: white;
	cursor: pointer;
	padding: 2px 7px;
	line-height: 1;
	font-size: 26px;
	border: solid 1px white;
	border-radius: 100%;
	background: rgba(0,0,0, .5);
	z-index: 2
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.newFront {
		max-width: 100%;
		height: 80%;
		left: 60px;
		right: 60px;
		padding: 50px
		}
	.inovasi {
		font-size: 28px;
		}
	.posisi-tombol {
		left: 50px;
		bottom: 50px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mdll {
		overflow: auto;
		}
	.newFront {
		max-width: 100%;
		height: 90%;
		left: 50px;
		right: 50px
		}
	.inovasi {
		font-size: 26px
		}
	.lay3 {
		
		}
	.newLay2 {
		margin-top: 0;
		}
	[data-title]:hover:after, [dat-title]:hover:after {
        opacity: 0;
        visibility: hidden;
        }
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.mdllBG, .mdllBG1, .mdllBG2, .mdllBG3, .mdllBG4,  .mdllBGA, .mdllBGB, .mdllBGC, .mdllBGD {
		background-color: none;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto;
		overflow-behavior: auto-content
		}
	.mdllBG {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1.webp");
		}
	.mdllBG1 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1A.webp");
		}
	.mdllBG2 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1B.webp");
		}
	.mdllBG3 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1C.webp");
		}
	.mdllBG4 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1D.webp");
		}
		
		
		
	.mdllBGA {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoA1.webp");
		}
	.mdllBGB {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoB1.webp");
		}
	.mdllBGC {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoC1.webp");
		}
	.mdllBGD {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoD1.webp");
		}
	.newFront {
		width: auto;
		height: max-content;
		padding: 0;
		border: none;
		transform: scale(1);
		animation: mymove 4s;
		position: relative;
		padding: 100px 60px
		}
	.FrontBG, .FrontBG1, .FrontBG2, .FrontBG3, .FrontBG4, .FrontBGA, .FrontBGB, .FrontBGC, .FrontBGD  {
		background-image: none
		}
	.newLay2 {
		display: block;
		}
	.lay3 {
		width: 76%;
		height: auto;
		display: block;
        margin: 30px auto 0;
		}
	.posisi-tombol {
		left: 60px;
		bottom: 30px;
		}
	.tutup, .tu-tup {
		top: 20px;
		right: 15px;
		}
	}
@media screen and (max-width: 575.98px) {
	.mdllBG, .mdllBG1, .mdllBG2, .mdllBG3, .mdllBG4, .mdllBGA, .mdllBGB, .mdllBGC, .mdllBGD {
		background-color: none;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto;
		overflow-behavior: auto-content
		}
	.mdllBG {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1.webp");
		}
	.mdllBG1 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1A.webp");
		}
	.mdllBG2 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1B.webp");
		}
	.mdllBG3 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1C.webp");
		}
	.mdllBG4 {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/latar1D.webp");
		}
		
		
		
	.mdllBGA {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoA1.webp");
		}
	.mdllBGB {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoB1.webp");
		}
	.mdllBGC {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoC1.webp");
		}
	.mdllBGD {
		background-image: url("https://belajark3.com/Sertifikasi_ISO/images/isoD1.webp");
		}
	.newFront {
		width: auto;
		height: max-content;
		padding: 0;
		border: none;
		transform: scale(1);
		animation: mymove 4s;
		position: relative;
		padding-bottom: 40px;
		padding-top: 60px;
		}
	.FrontBG, .FrontBG1, .FrontBG2, .FrontBG3, .FrontBG4,  .FrontBGA, .FrontBGB, .FrontBGC, .FrontBGD {
		background-image: none
		}
	.lay3 {
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-top: 10px;
		}
	.tombol-vid {
		margin-bottom: 50px;
		}
	.buka {
		display: block;
		}
	.newLay1 {
		margin: 24px;
		}
	.newLay2 {
		flex-direction: column;
		margin-top: 0;
		padding-bottom: 30px
		}
	.ukuran {
	    border-radius: 10px;
		border: none;
	    }
    .flek-LOGO {
		display: none;
		}
	.inovasi {
		font-size: 26px;
		}
	.klik1 {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 30px;
		display: none
		}
	.nisor {
        display: none;
        }
    [data-title]:hover:after, [dat-title]:hover:after {
        opacity: 0;
        visibility: hidden;
        }
    .posisi-tombol {
    	left: 20px;
		bottom: 40px;
		display: none
        }
	.ka-mi {
		display: none
		}
	.inov {
		margin-top: 50px
		}
	.flekPDF {
		position: absolute;
		bottom: 25px;
		}
	.ttp {
		display: block;
		text-align: center;
		cursor: pointer;
		font-weight: bold;
		transition: 0.4s ease;
		border-radius: 5px;
		user-select: none;
		background: white;
		padding: 8px 15px;
		line-height: 1;
        font-size: 26px;
		}
	.ttp:hover {
		 background-color: #2771D8;
		 color: white;
		}
	.newLay1 ul {
		padding-left: 50px;
		}
	.tutup {
		top: 20px;
		right: 15px;
		display: none;
		}
	.tu-tup {
		top: 20px;
		right: 15px;
		}
	.top {
		display: block;
		animation-name: fade;
		animation-duration: 6s
		}
	}