html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0; 
}
body { 
	color: rgba(0,0,0, .87); 
	padding: 0; 
	font-family: 'Exo', sans-serif;
	height: 100%;
    margin: 0;
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 120px;
}
h1 {
	font-size: 54px;
	line-height: 1.1;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	color: white;
	margin: 0;
	text-shadow: 1px 2px 8px black;
}
.judul_materi div {
	color: white;
	font-size: 30px;
	max-width: 550px;
	line-height: 1.2;
}
h2 {
	line-height: 1.3;
	font-size: 24px;
	color: rgb(152, 72, 7);
}
h3 {
	line-height: 1.3;
	font-size: 20px;
}
p, ol, ul {
	font-size: 19px;
	line-height: 1.6;
}
.flek a {
	font-size: 17px;
}
.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/dokumen-CSMS/Indonesia_Power/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);
	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/dokumen-CSMS/Indonesia_Power/images/new-bg.webp");
}
.konten { 
	max-width: 1060px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.konten-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 30px 0;
	padding-bottom: 20px;
	background-image: url("https://belajark3.com/new_images/konten.webp");
}
.GARIS {
     border-top: solid 3px #FFC000;
     width: 100px;
}
.GARIS2 {
     border-top: solid 2px #FFC000;
     width: 100px;
	 margin-top: -10px;
	 margin-bottom: -5px;
	 margin-left: 20px;
}
.GARIS1 {
     border-top: solid 4px #FFC000;
     width: 100px;
	 display: none
}
.GARIS3 {
    border-top: solid 2px rgba(0,0,0, .4);
    width: 100px;
	margin-top: -8px;
	
}
.belajar {
	font-size: 16px;
	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;
}
.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 3px;}

.flekk {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	border: solid 1px rgba(0,0,0, .2);
	border-radius: 5px;
	padding: 0 20px;
}
.pdf {
	display: block;
	width: 600px; margin-right: 20px;
}
.flek {
	display: flex;
	align-items: center;
	border: solid 1px rgba(0,0,0, .2);
	border-radius: 3px;
	padding: 20px 15px;
	width: 340px;
	background: rgb(250, 250, 250);
}
.flek img {
	width: 50px;
	height: auto;
	margin-right: 15px;
	transition: transform .2s ease;
}
.flek:hover img {
  transform: scale(1.2);
}
.flek a {
  text-decoration: none;
  color: #2b4e84;
  font-size: 17px
}
#myBtn {
	position: fixed;
	bottom: 140px;
	right: 20px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	display: none;
}
.infoPDF {
	position: fixed;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.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 0px;
	border-radius: 20px;
	border: solid 1px black;
	color: black;
	background: rgb(240, 240, 240);
	text-align: center;
	width: 150px;
}
.KOTAK3 { 
  background-color: rgba(220, 220, 220, 0.7); 
  padding: 0px 36px;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  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);	
}
.KOTAK4 { 
  background-color: rgba(255, 240, 240, 0.7); 
  padding: 20px 36px;
  margin-bottom: 50px;
  border-radius: 3px;
  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);
}
.left {
	float: left;
    width: 64%;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}

.KOLOMleft {
	float: left;
    width: 38%;
}
.KOLOMright {
    float: right;
    width: 60%;
}
.KOLOMgroup:after {
    content: "";
    display: table;
    clear: both;
}
.border {
	border: solid 1px rgba(0,0,0, .2);
	border-radius: 3px;
	padding: 0 20px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px
}
.border p, .border ul, .border ol, .border div  {
	font-size: 18px;
	line-height: 1.6
}
.border ol {
	margin-top: 56px;
	margin-right: 10px
}

/* COLLAPSABLE */
.KOLAPP {
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block
}
.KOLAPP:after {
  content: 'Dokumen Pendukung';
  border: solid 1px rgba(0,0,0, .2);
  border-bottom: solid 3px rgba(0,0,0, .4);
  border-right: solid 2px rgba(0,0,0, .4);
  background: rgb(248, 248, 248);
  border-radius: 3px;
  padding: 4px 21px;
  font-size: 14px;
  text-decoration: none;
}
.zia:after {
  content: 'Tutup';
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.dian {
  border: solid 1px rgba(0,0,0, .2);
  background: rgb(250, 250, 250);
  border-radius: 5px;
  padding: 0 18px;
  border-bottom: solid 2px rgba(0,0,0, .2);
  border-right: solid 2px rgba(0,0,0, .2);
}
.dian p, .dian ul {
	font-size: 17px
}
.dian ul {
	margin-top: -8px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.depan, .konten {
		max-width: 940px;
		}
	.konten_pelatihan {
		max-width: 960px;
		}
	.judul_materi {
		left: 100px;
		}
	h1 {
		font-size: 46px;
		}
	.judul_materi div {
		font-size: 28px;
		max-width: 520px
		}
	h2 {
		font-size: 22px;
		}
	.selengkapnya {
		bottom: 30px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.flek {
		width: 320px;
		}
	.pdf {
		width: 530px;
		}
	.KOTAK3, .KOTAK4 { 
		padding: 20px 30px;
		}
	.border p, .border ul, .border ol, .border div  {
		font-size: 17px
		}
	.border ol {
		margin-top: 52px;
		}
	.dian p, .dian ul {
		font-size: 16px
		}
	.KOLAPP:after {
		padding: 4px 17px;
		}
	.left {
		width: 68%;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		height: 540px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		
		}
	.judul_materi div {
		font-size: 28px;
		max-width: 520px
		}
	h1 {
		font-size: 48px;
		max-width: 600px;
		}
	h2 {
		font-size: 22px;
		}
	.selengkapnya {
		bottom: 30px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.KOTAK1 {
		width: 95%;
		}
	.flek {
		max-width: 260px;
		}
	.pdf {
		width: 440px;
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%;
		}
	.border ol {
		margin-top: 20px;
		}
	.border {
		padding: 5px 40px;
		padding-bottom: 20px
		}
	.border p, .border ul, .border ol, .border div  {
		font-size: 18px
		}
	.dian p, .dian ul {
		font-size: 17px
		}
	.KOLAPP:after {
		padding: 4px 17px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		height: 540px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.kotak {
		max-width: 360px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 44px;
		max-width: 500px
		}
	.judul_materi div {
		font-size: 24px;
		max-width: 440px
		}
	h2 {
		font-size: 22px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.selengkapnya {
		bottom: 30px;
		}
	.KOTAK1 {
		width: 80%;
		margin-bottom: 50px;
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%;
		}
	.info {
		font-size: 14px;
		}
	.flekk {
		display: block;
		}
	.pdf {
		width: 100%; margin-right: 0px;
		margin-bottom: 50px;
		}
	.flek {
		margin-bottom: 40px;
		margin-left: 20px;
		width: 400px;
		padding: 10px 15px;
		}
	.border  {
		padding: 0 40px;
		padding-bottom: 20px;
		}
	.border ol {
		margin-top: 20px;
		}
	.border p, .border ul, .border ol, .border div  {
		font-size: 18px
		}
	.dian p, .dian ul {
		font-size: 17px
		}
	.dian {
		padding: 0 24px;
		width: auto
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		height: 600px;
		}
	.depan {
		padding: 0px;
		height: 100%;
		border: none;
		box-shadow: none;
		background-image: none
		}
	.konten-image {
		padding-bottom: 60px;
		background-image: url("https://belajark3.com/new_images/konten1.webp");
		}
	.gambar {
		background-image: url("https://belajark3.com/dokumen-CSMS/Indonesia_Power/images/new-bg1.webp");
		}
	.judul_materi {
		left: 24px;
		}
	h1 {
		font-size: 44px;
		}
	.judul_materi div {
		font-size: 17px;
		line-height: 1.6;
		margin-right: 24px
		}
	.GARIS1 {
		display: block
		}
	h2 {
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	h3 {
		font-size: 18px;
		}
	.selengkapnya {
		bottom: 15px;
		left: 20px;
		}
	#myBtn {
		bottom: 95px;
		right: 5px;
		width: 40px;
		height: 40px;
		}
	.infoPDF {
		bottom: 50px;
		right: 5px;
		}
	.infoPELATIHAN {
		bottom: 5px;
		right: 5px;
		}
	.infoFlek img {
		width: 40px;
		height: 40px;
		}
	.info {
		font-size: 14px;
		width: 130px;
		}
	.flekk {
		display: block;
		border: none;
		padding: 0;
		margin-bottom: 60px;
		}
	.pdf {
		max-width: 100%; margin-right: 0px;
		margin-bottom: 50px;
		}
	.flek {
		width: auto;
		padding: 10px;
		}
	.flek img {
		width: 50px;
		height: auto;
		margin-right: 10px;
		}
	.flek a {
		font-size: 16px;
		line-height: 1.4
		}
	.KOLOMleft, .KOLOMright, .left, .right {
		width: 100%
		}
	.KOTAK3, .KOTAK4 {
		padding: 20px;
		margin-bottom: 30px;
		height: 100%;
		}
	.border {
		padding: 0 20px;
		padding-bottom: 90px;
		margin-left: -9px;
		margin-right: -9px;
		margin-bottom: 10px;
		}
	.border ol {
		margin-top: 20px;
		}
	.border p, .border ul, .border ol, .border div  {
		font-size: 17px
		}
	.dian p, .dian ul {
		font-size: 16px
		}
	.content {
		position: absolute;
		right: 20px;
		left: 20px;
		margin-top: 10px;
		z-index: 1
		}
	.dian {
		max-height: 100%;
		width: auto;
		padding-right: 10px;
		border-right: solid 2px rgba(0,0,0, .2);
		background: #e8f0fb;
		}
	.dian ul {
		padding-left: 24px
		}
	.KOLAPP {
		margin-bottom: 0;
		margin-top: 0;
		
		}
	.KOLAPP:after {
		padding: 4px 17px;		
		}
	}


.CALL1, .CALL2 {
  position: absolute;
  top: 165px;
  left: 186px;
  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;
  font-size: 15px;
}
.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%;
  background-color: rgba(0,0,0,0.7);
}
.modalku-body {
  width: 740px;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  border-radius: 3px;
  margin: auto; 
  border: 1px solid #888;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.8s;
  animation-name: animatetop;
  animation-duration: 0.8s;
  background-image: url("https://belajark3.com/new_images/admin-csms.webp");
  position: absolute;
  top:0; bottom: 0; left: 0; right: 0;  
}
@-webkit-keyframes animatetop {
  from {top: -100%; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top: -100%; opacity:0}
  to {top:0; opacity:1}
}
.clos, .closADMIN {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -4px;
  right: 6px;
  font-size: 30px;
  font-weight: bold;
}
.clos:hover,
.clos:focus,
.closADMIN:hover,
.closADMIN:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 767.98px) {  
  .modalku-body {
	width: 400px;
	height: 534px;
	background-image: url("https://belajark3.com/new_images/admin-csms1.webp");
    }
  .CALL1, .CALL2 {
    font-size: 14px;
    }
  .CALL1 {
    top: 225px;
    left: 202px;
    }
  .CALL2 {
    top: 375px;
    left: 202px;
    }
}
@media screen and (max-width: 575.98px) {
  .modalku-body {
	width: 340px;
	height: 454px;
	background-image: url("https://belajark3.com/new_images/admin-csms1.webp");
    }
  .CALL1, .CALL2 {
    font-size: 14px;
    }
  .CALL1 {
    top: 191px;
    left: 160px;
    }
  .CALL2 {
    top: 318px;
    left: 160px;
    }
}



/* 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.7);
}
.modal-contentUKOM1 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #888;
  border-radius: 10px;
  width: 900px; height: 506px;
  background: white;  
  background-image: url("https://belajark3.com/new_images/pq-csms.webp");
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s;
  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 3px white,
              0.3em 0.3em 1em rgba(0,0,0,0.3);		  
 }
.modal-bodyUKOM1 {
  overflow: auto;
  width: 100%; height: 100%;
  color: black;
}
.modalTOP1 {
  position: fixed;
  width: 900px;
}
.pading {
  padding: 20px 40px;
  margin-right: 360px;
}
.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,.4);
    border-right: solid 2px rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 10px 20px;
    padding-left: 50px;
	font-size: 18px;
}
.modal-bodyUKOM1 h1 {
	font-size: 38px;
	line-height: 1;
	font-weight: normal;
	font-family: 'Anton', sans-serif;
	color: black;
	margin-top: 30px
}
.modal-bodyUKOM1 .p {
	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;
}
.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);
}

.flekPDF {
	display: flex;
	align-items: center;
	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;
}
.flekPDF:hover,
.flekPDF:active {
  background-color: rgba(255, 255, 255, .8);
  transition: background-color 0.1s ease-in,
}
.flekPDF img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	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;
		}
	.siap {
		right: 10px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.modal-contentUKOM1 {
		width: 84%; height: 70% 
		}
	.modalTOP1 {
		width: 84%;
		}
	.pading {
		padding: 20px 40px;
		margin-right: 240px
		}
	.closUKOM1 {
		margin-right: 10px;
		}
	.modal-bodyUKOM1 h1 {
		font-size: 36px;
		margin-top: 60px;
		}
	.siap {
		right: 10px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.modal-contentUKOM1 {
		width: 500px; height: 800px;
		background-image: url("/new_images/pq-csms1.webp");
		}
	.modalTOP1 {
		width: 500px;
		}
	.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 .p {
		max-width: 300px
		}
	.siap {
		display: none
		}
	}	
@media screen and (max-width: 575.98px) {
	.modal-contentUKOM1 {
		width: 90%;
		height: 76%;
		background-image: url("/new_images/pq-csms1.webp");
		}
	.modalTOP1 {
		width: 90%;
		}
	.pading {
		padding: 0px 20px;
		margin-right: 0
		}
	.closUKOM1 {
		margin-right: 3px;
		margin-top: -7px;
		}
	.modal-bodyUKOM1 div, .modal-bodyUKOM1 p, .flekPDF a {
		
		}
	.modal-bodyUKOM1 ul {
		padding-right: 15px;
		padding-left: 40px;
		background: rgba(255, 255, 255, .6);
		}
	.modal-bodyUKOM1 ul, .flekPDF a {
		font-size: 17px;
		}
	.modal-bodyUKOM1 h1 {
		font-size: 30px;
		margin-top: 40px
		}
	.modal-bodyUKOM1 .p {
		font-size: 19px;
		}
	.flekUkom {
		display: none
		}
	.flekPDF img {
		margin-right: 10px;
		}
	.flekPDF {
		background: rgba(255, 255, 255, .6);
		}
	.siap {
		display: none
		}
	}
	
.flekLOGO {
	display: flex;
	align-items: center;
	padding-left: 120px;
	padding-top: 20px;
	width: 360px;
	position: relative;
	z-index: 1;
	float: right
}
.flekLOGO img {
	width: 45px;
	height: 45px;
	border: solid 1px white;
	border-radius: 5px;
	margin-right: 10px;
}
.pilihCSMS {
	position: absolute;
	right: 20px;
	top: 20px;
}
.colaps:after {
  content: "\2261";
  border: solid 1px white;
  background: rgba(0,0,0, .2);
  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: 50px;
  
}
.di-an {
  border: solid 1px rgba(0,0,0, .2);
  max-width: 240px;
  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
}
.di-anFlek img {
	width: 20px;
	height: auto;
	margin-right: 20px
}
.di-anFlek a {
	font-size: 16px;
	color: rgba(0,0,0, .7);
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.flekLOGO {
		padding-left: 100px;
		}
	}

@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: 230px;
		padding: 10px 20px
		}
	.di-anFlek a {
		font-size: 15px;
		}
	.di-anFlek img {
		margin-right: 10px
		}
	.flekLOGO {
		padding-left: 24px;
		width: auto;
		float: none;
		
		}
	}
	

.flekDokPendukung {
	display: flex;
	align-items: center;
	background: rgb(250, 250, 250);
	border: solid 1px rgba(0,0,0,.3);
    border-radius: 3px;
    width: 290px;
	height: 50px;
	cursor: pointer;
	justify-content: center;
	float: right;
}
.flekDokPendukung:hover,
.flekDokPendukung:active {
  background: rgb(240, 240, 240);
  transition: background-color 0.1s ease-in,
}
.flekDokPendukung img {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	transition: transform .15s ease;
}
.flekDokPendukung div {
	font-size: 16px;
}
.flekDokPendukung:hover img {
	transform: scale(1.1);
}	
.mdl {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  overflow: hidden;
  background: rgba(0,0,0, .78);
  opacity: 0;
  transition-property: display, opacity;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
  transition-duration: .6s;
}
.mdlBody {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 900px; height: 70%;
  background: #1E1E1E;  
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .6s;
  animation-name: animatetop;
  animation-duration: .6s;
  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);			  
}
.mdl.buka {
	opacity: 1;
	display: block;
}
.frame {
	width: 100%;
	height: 100%;
	border: solid 1px rgba(0,0,0, .4);	
} 
@-webkit-keyframes animatetop {
  from {top: -100% opacity: 0} 
  to {top: 0; opacity: 1}
}
@keyframes animatetop {
  from {top: -100%; opacity: 0}
  to {top: 0; opacity: 1}
}
.tutup {
	background: rgba(0,0,0, .7);
	position: absolute;
	right: 40px;
	bottom: 35px;
	color: white;
	cursor: pointer;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 5px
}
.tutup:hover,
.tutup:focus {
  background: white;
  border: solid 1px black;
  color: black;
  transition: background-color 0.1s ease-in,
              border-color 0.1s ease-in;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.mdlBody {
		width: 80%
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) { 
  .mdlBody {
	width: 70%;
	height: 60%;
	} 
  .flekDokPendukung {
	position: relative;
	bottom: 0;
    right: 0;
	}
}
@media screen and (max-width: 575.98px) {
  .mdlBody {
	width: 90%;
	height: 500px;
	padding: 10px;
	background: white;
	}
  .tutup {
	right: 20px;
    bottom: 29px;
	}
  .frame {
    border-radius: 3px;
    }
  .flekDokPendukung {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: auto;
	justify-content: flex-start;
	background: none;
	border: none;
	height: auto;
	}
  .flekDokPendukung img {
	width: 50px;
	height: 50px
	}
  .flekDokPendukung div {
	font-size: 17px;
	text-decoration: underline
	}
  .flekDokPendukung:hover,
  .flekDokPendukung:active {
	background: none;
	}
}