html, body {
	height: 100%;
	margin: 0; 
}
body { 
	padding: 0; 
	font-family: 'Exo', sans-serif; 
	color: rgba(0,0,0, .87)
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 80px;
}
.judul_materi p, .judul_materi ol {
	color: white;
	font-size: 19px;
	
}
.GARIS1 {
    border-top: solid 3px white;
    width: 100px;
	position: absolute;
	left: 300px;
    bottom: 82px;
}
.pro {
	position: absolute;
	left: 411px;
    bottom: 70px;
	color: white;
	font-size: 20px
}
h1 {
	font-size: 50px;
	line-height: 1.1;
	font-family: 'Anton', sans-serif; 
	font-weight: normal;
	color: white;
	margin: 0;
	text-shadow: 2px 2px 5px black;
	max-width: 660px
}
.flekLOGO {
	display: flex;
	align-items: center;
	padding-top: 24px;
	padding-right: 24px;
	float: right
}
.flekLOGO img {
	width: 42px;
	height: 42px;
	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;
}
h2 {
	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/whats-new/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("/sop/excavator/images/newbg.webp");
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.GARIS3 {
    border-top: solid 2px rgba(0,0,0, .5);
    width: 100px;
	margin-top: -10px
}
.daftar {
    font-size: 15px;
    display: inline-block;
    padding: 6px 10px;
	width: 120px;
    border-radius: 3px;
    border: 1px solid #FFC000;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	color: rgba(0,0,0,0.75); 
}
.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;
}
.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);
}
.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: 2px;
	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;
	margin-left: 40px;
}
.flekPDF img {
	width: 60px;
	height: 60px;
	display: block;
	margin-right: 24px;
	transition: transform .15s ease;
}
.flekPDF:hover img {
	transform: scale(1.1);
}
.flekPDF a {
    color: #2b4e84;
	cursor: pointer;
	text-decoration: underline
}	
	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 900px;
		}
	.judul_materi {
		left: 60px;
		
		}
	.GARIS1 {
		left: 263px;
        bottom: 80px;
		}
	.pro {
		left: 375px;
        bottom: 69px;
		}
	.judul_materi p, .judul_materi ol {
		font-size: 18px;
		max-width: 450px
		}
	h1 {
		font-size: 48px;
		max-width: 600px
		}
	p, ol, ul, .flekPDF a {
		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;
		}
	.judul_materi {
		left: 40px
		}
	.GARIS1 {
		left: 245px;
        bottom: 80px;
		}
	.pro {
		left: 356px;
        bottom: 69px;
		}
	.judul_materi p, .judul_materi ol {
		font-size: 18px;
		max-width: 450px
		}
	h1 {
		font-size: 48px;
		max-width: 600px
		}
	p, ol, ul, .flekPDF a {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 560px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
		left: 40px;
		bottom: 80px
		}
	.GARIS1 {
		left: 40px;
        bottom: 60px;
		}
	.pro {
		display: none
		}
	
	.judul_materi p, .judul_materi ol {
		font-size: 18px;
		max-width: 450px
		}
	h1 {
		font-size: 50px;
		max-width: 450px
		}
	h2 {
		font-size: 22px;
		}
	.flekLOGO {
		float: none;
		padding-left: 40px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 60%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		}
	.flekKanan .img-1 {
		display: none
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		}
	.judul_materi {
        left: 24px;
		bottom: 80px
		}
	.GARIS1 {
		left: 24px;
        bottom: 60px;
		}
	.pro {
		display: none
		}
	.judul_materi p, .judul_materi ol {
		font-size: 17px;
		max-width: 100%;
		margin-right: 24px
		}
	h1 {
		font-size: 38px;
		max-width: 330px
		}
	.belajar {
		color: yellow;
		text-shadow: 1px 1px black
		}
	.learning {
		color: white;
		text-shadow: 1px 1px black
		}
	.gambar {
		background-image: url("/sop/excavator/images/newbg1.webp");
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul, .flekPDF a {
		font-size: 17px;
		}
	.flekLOGO {
		float: none;
		padding-left: 24px;
		}
	.flekKiri, .flekKanan {
		display: block;
		}
	.flekKiri img, .flekKanan img {
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-bottom: 20px;
		}
	.flekPDF {
		margin-left: 10px;
		}
	.flekPDF img {
		margin-right: 15px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		}
	.flekKanan .img-1 {
		display: none
		}
	.img-2 {
		display: none
		}
	}
	

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