body { 
	color: rgba(0,0,0,0.87); 
	margin: 0; 
	padding: 0; 
	font-family: 'Kanit', sans-serif; 
}
h1 {
	font-size: 45px;
	line-height: 1;
}
.csms {
	font-size: 20px;
	line-height: 1.2;
	margin-top: -10px;
	font-family: 'Shadows Into Light Two', cursive;
	color: rgb(152, 72, 7);
}
h2 {
	line-height: 1.1;
	font-size: 26px;
	color: rgb(152, 72, 7);
}
p, ol, ul {
	font-size: 19px;
}
.hero-image {
  background: #FFC000;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  margin-bottom: 160px;
}
.depan {
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 24px;
	background: white;
	height: 530px;
	border-left: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.3);
	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%;
}
.judul_materi {
	position: absolute;
	top: 40px;
	left: 70px;
	margin-right: 24px;
}
.pelatihan_tentang {
	font-size: 20px;
	max-width: 400px;
}
.bk3 {
	position: absolute;
	bottom: 100px;
	left: 70px;
}
.kotak {
	background: rgba(0,0,0,.3);
	padding: 10px 20px;
	border: solid 1px rgba(0,0,0,.4);
	border-radius: 3px;
	max-width: 400px;
}
.konten { 
	max-width: 1025px; 
	margin: 0px auto 0px; 
	padding: 20px 24px;
}
.GARIS {
     border-top: solid 4px #FFC000;
     width: 100px;
}
.GARIS-1 {
     border-top: solid 4px black;
     width: 100px;
	 display: none;
}
.daftar {
	border: solid 1px #FFC000;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.1s ease-out, border-color 0.1s 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;
}
.belajar {
	font-size: 24px;
	line-height: 1;
	text-decoration: underline;
	color: #FFC000;
}
.learning {
	font-size: 22px;
	line-height: 1;
	font-family: 'Shadows Into Light Two', cursive;
	
}
.flek {
	display: flex;
	
}
.flek img {
	width: 340px;
	height: 100%;
	margin-right: 60px;
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.img {
	float: right;
	margin-left: 24px;
	width: 340px;
	height: auto;
	display: block;
	box-shadow: 
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.footer {
	text-align: center;
}
a {
	text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.hero-image {
		height: 400px;
		margin-bottom: 130px;
		}
	.depan, .konten {
		max-width: 900px;
		}
	.depan {	
		height: 480px;
		}
	h1 {
		font-size: 34px;
	}
	.judul_materi {
		top: 30px;
		left: 50px;
		}
	.bk3 {
		left: 50px;
		}
	.pelatihan_tentang {
		font-size: 19px;
		max-width: 400px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.flek img, .img {
		width: 300px;
		height: auto;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.hero-image {
		background: none;
		padding-top: 0;
		margin-bottom: 50px;
		}
	.depan {
		padding: 0px;
		height: 500px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	h1 {
		font-size: 32px; 
		}
	.judul_materi {
		left: 40px;
		top: 30px;
		}
	.pelatihan_tentang {
		max-width: 350px;
		font-size: 20px;
		}
	p, ol, ul {
		font-size: 18px;
		}
	.konten { 
		padding: 20px 40px;
		}
	.bk3 {
		left: 40px;
		bottom: 100px;
		}
	.flek {
		display: block;
		}
	.flek img {
		float: none;
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}
	.img {
		float: none;
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 30px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero-image {
		background: none;
		padding-top: 0;
		margin-bottom: 80px;
		}
	.depan {
		padding: 0px;
		height: 500px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	h1 {
		font-size: 30px; 
		}
	.judul_materi {
		left: 40px;
		top: 30px;
		}
	.bk3 {
		left: 40px;
		bottom: 100px;
		}
	.kotak {
		border: solid 1px rgba(255,255,255,.4);
		}
	.pelatihan_tentang {
		font-size: 19px;
		max-width: 700px;
		}
	p, ol, ul {
		font-size: 17px;
		}
	.konten { 
		padding: 20px 40px;
		}	
	.daftar {
        
		}
	.bk3 {
		
		}
	.flek {
		display: block;
		}
	.flek img {
		float: none;
		width: 60%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}
	.img {
		float: none;
		width: 60%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 30px;
		}
	}
@media screen and (max-width: 575.98px) {
	.hero-image {
		background: none;
		padding-top: 0;
		margin-bottom: 100px;
		}
	.depan {
		padding: 0px;
		height: 550px;
		border-left: none;
		border-top: none;
		box-shadow: none;
		}
	.gambar {
	 
		}
	.judul_materi {
		left: 24px;
		top: 20px;
		}
	h1 {
		font-size: 32px; 
		}
	h2 {
		font-size: 24px;
		}
	.pelatihan_tentang, p, ol, ul {
		font-size: 17px;
		}
	.pelatihan_tentang {
		background: rgba(255,2555,255,.5);
		padding: 10px 15px;
		border: solid 1px rgba(0,0,0,.2);
		}
	.kotak {
		border: solid 1px rgba(255,255,255,.4);
		}
	.bk3 {
		bottom: 24px;
		left: 24px;
		}
	.belajar {
		font-size: 20px;
		color: rgb(152, 72, 7);		
		}
	.learning {
		font-size: 18.5px;
		color: black
		}
	.daftar {
		
		}
	.flek {
		display: block;
		}
	.flek img {
		float: none;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		}
	.img {
		float: none;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 30px;
		}
	}

.zoom {overflow: hidden;}
.zoom img {transition: transform .2s ease;}
.zoom:hover img {transform: scale(1.1);}
.OVAL { border-radius: 5px;}
.OVAL1 { border-radius: 5px; border: 1px solid blue;}

.CALL {
  display: inline-block;
  width: 170px;
  padding: 5px;
  border-radius: 5px;
  color: white;
  background-color: #2e6c80;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.CALL:hover,
.CALL:active {
  color: rgb(255,255,255);
  background-color: rgb(255,100,100);
  border-color: rgb(255,100,100);
  transition: background-color 0.2s ease-in,
              border-color 0.2s ease-in;
}

.IMG {
  display: block; 
  margin-left: auto;
  margin-right: auto; 
  width: 470px; 
  height: auto;
}
@media screen and (max-width: 600px) {
  .IMG {
    width: 100%;
  }
}

.CALL1 {
  position: absolute;
  top: 143px;
  left: 214px;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  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:hover,
.CALL1: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;
}
.CALL2 {
  position: absolute;
  top: 310px;
  left: 214px;
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px;
  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;
}
.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;
  padding-top: 100px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
    }
.modalku-content {
  position: relative;
  font-family: Kanit, sans-serif;
  margin: auto; 
  border: 1px solid #888;
  width: 818px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.6s;
  animation-name: animatetop;
  animation-duration: 0.6s	  
 }
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.clos {
  color: rgb(118, 111, 84);
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 35px;
  font-weight: bold;
}
.clos:hover,
.clos:focus {
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
.modalku-body {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .modalku-content {
    width: 540px;
    }
  .modalku {
    padding-top: 60px;
    }
  .modalku-body {
	height: 304px;
    }
  .CALL1 {
    top: 110px;
    left: 140px;
	font-size: 14px;
	padding: 2px 5px;
    }
  .CALL2 {
    top: 236px;
    left: 140px;
	font-size: 14px;
	padding: 2px 5px;
    }
}        
@media screen and (max-width: 575.98px) {
  .modalku-content {
    width: 325px;
    }
  .modalku {
    padding-top: 60px;
    }
  .modalku-body {
	height: 386px;
    }
  .CALL1 {
    top: 185px;
    left: 160px;
    font-size: 14px;
    }
  .CALL2 {
    top: 316px;
    left: 160px;
    font-size: 14px;
    }
  .clos {
	top: -18px;
	right: 5px;
	}
}
/* thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcraBGwCYdA.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcraaGwCYdA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcrabGwCYdA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcraVGwA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/shadowsintolighttwo/v13/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpALHGYNn.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/shadowsintolighttwo/v13/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpAzHGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}