* {
	padding: 0;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
.medsos {
 	padding: 10px 0;
 	background-color: #10458B;
 }
 .medsos ul li {
 	display: inline-block;
 	color: #fff;
 	margin-right: 10px;
 	float: right;

 }
 .Pendaftaran {
 	float: left;
 	margin-left: 10px;
 	color: #fff;
 	font-size: 10pt;
 }
 .container {
 	width: 90%;
 	margin:0 auto;
 	
 }
 .container:after {
 	content: "";
 	display: block;
 	clear: both;
 }

img {
	padding: 10px 0;
	float: left;

}
header ul{
	padding: 10px;
	float:right;
}
header ul li{
	display: inline-block;
	font-family: Myriad Pro;
	font-size: 11pt;
}
header ul li a{
	padding: 15px 10px;
	display: inline-block;
}
header ul li a:hover {
	color: #10458B;
}
ul li .dropdown{
	display: none;
	z-index: 999;
}
ul li:hover .dropdown{
	display: block;
	padding: 5px;
	position: absolute;
	background-color: #fff;
}
ul li:hover .dropdown li{
	display: block;
}
.slidershow {
	margin: 0 auto;
	margin-top: 80px;
	margin-left: -45px;
	width: 1438px;
	height: 450px;
	overflow: hidden;
}
.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.navigation {
	position: absolute;
	bottom: 20px;
	left: 45%;
	transform: translateX(-50);
	display: flex;
}
.bar{
	width: 50px;
	height: 10px;
	border: 2px solid #10458B;
	margin: 6px;
	cursor: pointer;
	transition: 0.4s;
}
.bar:hover{
	background: #10458B;
}
input [name="r"]{
	position: absolute;
	visibility: hidden;
}
.slides{
	width: 500%;
	height: 100%;
	display: flex;
}
.slide{
	width: 20%;
	transition: 0.6s;
}
.slide img{
	width: 100%;
	height: 100%
}
#r1:checked ~ .s1{
	margin-left: 0;
}
#r2:checked ~ .s1{
	margin-left: -20%;
}
#r3:checked ~ .s1{
	margin-left: -40%;
}
#r4:checked ~ .s1{
	margin-left: -60%;
}
#r5:checked ~ .s1{
	margin-left: -80%;
}
section {
	padding: 30px 0;
}
section h3 {
	margin-top: 50px;
	text-align: center;
	padding: 20px;
	color: #10458B;
	margin-bottom: 20px;
}
.profil{
	padding: 20px;
	float: left;
}
.profil img{
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	width: 400px;
	height: 500px;
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
    transform:  rotate(+2deg);
    -o-transform: rotate(+2deg);
    -webkit-transform:  rotate(+2deg);
    -moz-transform: rotate(+2deg);
}
.profil img:hover{
	 box-shadow:  0 3px 6px rgba(0,0,0,.5);
    transform:  rotate(-1deg);
    -webkit-transform:  rotate(-1deg);
    -o-transform:  rotate(-1deg);
    -moz-transform: rotate(-1deg);
}
.profil .text1{
	padding: 20px;
	float: relative;
	width: 90%;
}
.profil p{
	margin-top: 10px;
	color: #666;
	word-spacing: 2px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 15px;
}
.About h2 {
	margin-top: 450px;
	text-align: center;
	padding: 10px 0;
	color: #10458B;
	margin-bottom: 20px
}
.About p {
	color: #666;
	word-spacing: 2px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px;
}
 .Tiga {
 	width: 90%;
 	margin:0 auto;
 	margin-bottom: 10px;
 }
.boxes {
	color: #10458B;
}
.boxes .col-3 {
	width: 33%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.icon {
	width: 70px;
	height: 70px;
	margin-left: 50px;
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	margin: 0 auto;
}
.boxes:after{
	content: '';
	display: block;
	clear: both;
}
.boxes .col-3 h3 {
	margin: 10px 0;
	color: #10458B;

}
.boxes .col-3 p {
	text-align: center;
	font-size: 12pt;
	font-family: arial;

}
.Informasi h3 {
	margin-top: 20px;
	text-align: center;
	padding: 10px 0;
	color: #10458B;
	margin-bottom: 20px
}
.Informasi p {
	color: #666;
	word-spacing: 2px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px;
}
.Informasi u {
	color: #10458B;
}
.Informasi img{
	margin-bottom: 20px;
}
.service {
	padding: 1px;
	background-color: #fff;
}
.Berita{
	color: #10458B;
	background-color: #f9f9f9;
}
 .dua {
 	width: 90%;
 	margin:0 auto;
 	margin-bottom: 20px;
 }
.kotak {
	color: #10458B;
}
.kotak .col-2 {
	background-color: #f9f9f9;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 40px;
}
.kotak .col-2 p{
	color: #3498DB;
	text-decoration: underline;
	word-spacing: 2px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 30px;
	font-size: 12pt;
	font-family: arial;
}
.kotak .col-2 h3 {
	text-align: center;
	background-color: #10458B;
	margin-top: -20px;
	margin-left:-21px;
	width: 567px;
	height: 30px;
	color: #fff;
}
.box {
	color: #10458B;
}
.box .col-5 {
	background-color: #DEE3EC;
	position: center;
	width: 18%;
	padding: 12px;
	box-sizing: border-box;
	margin: 10px;
	float: left;
	margin-bottom: 20px;
}
 .Alamat {
 	width: 90%;
 	margin:0 auto;
 	
 }
.Findus{
	color: #10458B;
	background-color: #f9f9f9;
}
.Findus1{
	color: #10458B;
	background-color: #DEE3EC;
}
.box {
	margin-top: 20px;
	color: #10458B;
}
.box .col-2 {
	background-color: #f9f9f9;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}
.box .col-2 h4 {
	text-align: center;
	background-color: #10458B;
	margin-top: -20px;
	margin-left:-21px;
	width: 605px;
	height: 30px;
	color: #fff;

}
.box .col-2 p{
	color: #666;
	word-spacing: 2px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 20px;
}

footer {
	padding: 30px 0;
	color: #333;
	text-align: center;
}
.bg-loader {
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-loader .loader {
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 50%;
	border-top-color: #3371FF;
	border-right-color: #3371FF;
	border-bottom-color: #3371FF;
	animation: puterin .8s linear infinite;

}
.Label {
	background-color: #10458B;
	color: #fff;
	position: relative;
}

@keyframes puterin {
	100% {
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 768px){
	.container {
		width: 90%;
		
	}
	.profil {
		width: 90%;
	}
	header img {
		position: left;
		float: none;
	}
	header ul {
		text-align: center;
		float: none;
	}
	.About h2 {
	margin-top: 250px;
	text-align: center;
	padding: 10px 0;
	color: #10458B;
	margin-bottom: 40px
}
	.box .col-5 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.box .col-5 img{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.box .col-2 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.box .col-2 h4 {
		width: 110%;
		float: none;
		margin-bottom: 20px;
	}
	.box .col-2 p {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
		.box .col-2 iframe {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.kotak .col-2 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.kotak .col-2 h3 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.kotak .col-2 p {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.boxes .col-3 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.boxes .col-3 h2 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.boxes .col-3 p {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.profil .text1{
		width: 100%;
		position: center;
		text-align: justify;
	}
	.profil p strong{
		width: 100%;
		position: left;
		float: none;
	}
	.profil img{
		width: 100%;
		position: left;
	}
	.slide img{
		width: 100%;
		position: center;
		margin-top: 50px;
	}
	.slidershow{
		width: 118%;
		height: 40%;
	}
	.navigation {
	width: 40%;
	position: absolute;
	bottom: 10px;
	left: 40%;
	transform: translateX(-50);
	display: flex;
    }
    .bar{
	width: 100%;
	height: 5px;
	border: 2px solid #10458B;
	margin: 2px;
	cursor: pointer;
	transition: 0.4s;
    }
    .bar:hover{
	background: #10458B;
    }
}
