<style type="text/css">

/* Header ------------------------------- */

* {box-sizing: border-box;}

html{
	height: -webkit-fill-available;
}

.header {
  overflow: hidden;
  margin-right: 30px;
  margin-left: 30px;
  font-style: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.header img.logo {
  height: 55px;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

.header audio{
	height:30px;
	width:120px;
	margin-top:10px;
}

.IND {
	background-color: transparent;
	background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
}

.ENG {
	background-color: transparent;
	background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
}

.gambariklan{
	height: 300px;
  overflow: scroll;
}

.cta {
    position: fixed;
    bottom: 20px;
    right:20px;
    width: 300px;
    height: 300px;
    border-radius:50%;
    z-index: 1;
    transition: all 1s;
}
.hide {
    opacity:0;
    left:-100%;
}
.show {
    opacity:1;
    left:0;
}

.lowongan{
	height: 400px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 480px) {
  .header a {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .header img.logo {
  	height: 20px;
  }

  .header audio{
	height:15px;
	width:120px;
	margin-top:10px;
  }

  .lowongan{
	height: 100px;
	}
}

/* Footer ------------------------------- */

.footer {
   overflow: hidden;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #D3D3D3;
   text-align: left;
   padding: 30px 30px 30px 30px;
   font-weight: bold;
   font-size: 12px;
}

.footerlogo {
  height: 50px;
  margin-left: 30px;
}

.footertextalamat{
	margin-left:30px;
}

.notelp{
	margin-top:60px;
	margin-right:10px;
}

@media screen and (max-width: 480px) {
	.footer{
		font-size:5px;
	}

  .footerlogo {
	  height: 20px;
	  margin-left: 20px;
   }

   .notelp{
   		margin-top: 10px;
   }
}

/* Beranda ------------------------------- */

.divjudul {

}

.beritasubjudul{
	font-weight: bold;
	font-size:40px;
}

.gambarberita1{
	height: 180px;
	margin-right:50px;
	margin-left: 20px;
}

.gambarberita2{
	height: 180px;
}

.gambarberita3{
	height: 40px;
	margin-top: 60px;
}

.gambarberita4{
	height: 80px;
	margin-bottom:50px;
	margin-left: 100px;
}

.gambarberita5{
	height: 80px;
	margin-bottom:50px;
	margin-left: 100px;
}

.gambarberita6{
	height: 80px;
	margin-left: 100px;
}

.gambarberita:hover {
	opacity: 0.7;
}

.berita{
	height: auto;
	width: 100%;
	padding:30px 30px 30px 30px;
}

.judulberanda{
	font-size: 65px;
	font-weight: bolder;
	margin-left: 30px;
	margin-bottom: 20px;
}

.headvid{
	width: 100%;
	height: 765px;
}

.homediv1{
	margin-top: 50px;
	margin-left:30px; 
}

.textvid{
	position: absolute;
	top: 200px;
	left: 50px;
}

.headsubjudul {
	height: auto;
	width: 100%;
	margin-left: 20px;
	padding:30px 30px 30px 30px;
	font-size:50px;
	font-weight: bold;
}

.headsubjudul2{
	font-size: 20px;
	margin-left: 50px;
	margin-bottom: 30px;
}

.barislayanan{
	width: 100%;
	height: 600px;
	padding-right: 60px;
	padding-left: 90px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.kotaklayanan{
	height: 300px;
	width: 300px;
	background-color: white;
	margin-right: 30px;
	margin-left: 30px;
	border-radius: 50px;
}

.layanantext{
	font-size: 40px;
	font-weight: bolder;
	color: red;
	padding: 50px 50px 50px 50px;
	opacity: 0;
}

.kotaklayanan:hover{
	opacity: 0.7;
}

.kotaklayanan:hover .layanantext{
	opacity: 1;
}

.btnlynan{
	background: white;
	color: black;
	width: 180px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 70px;
	margin-left: 450px;
	border: none;
	padding: 5px 5px 5px 5px;
}

.btnlynan:hover{
	opacity: 0.7;
}

.menuberanda{
	width: 80%;
	height: 400px;
	margin: 40px 40px 40px 40px;
	cursor: pointer;
}

.trackimg{
	display: none;
	width:544px;
	height:394px;
}

.texttrack{
	position: absolute;
	top: 1400px;
	left: 350px;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-weight: bold;
	color: black;
	opacity: 0;
}

.track:hover .texttrack{
    opacity: 1;
  }

.track:hover .trackimg{
    opacity: 0.3;
  }

.textrate{
	font-size: 60px;
	font-weight: bold;
	color: black;
	opacity: 0;
}

.rate:hover{
	opacity: 0.7;
}

.rate:hover .textrate{
    opacity: 1;
  }

.inter{
	width: 80%;
	height: 550px;
	width: 550px;
	margin: 40px 40px 40px 40px;
	cursor: pointer;
	background-image: url("img/inter.png");
	background-size: 100%;
}

.textinter{
	font-size: 30px;
	font-weight: bold;
	color: black;
	opacity: 0;
	margin-left: 140px;
}

.inter:hover{
	opacity: 0.7;
}

.inter:hover .textinter{
    opacity: 1;
  }

.pabean{
	width: 80%;
	height: 550px;
	width: 550px;
	margin: 40px 40px 40px 40px;
	cursor: pointer;
	background-image: url("img/pabean.png");
	background-size: 100%;
}

.textpabean{
	font-size: 30px;
	font-weight: bold;
	color: black;
	margin-left: 140px;
	opacity: 0;
}

.pabeanimg{
	width:544px;
	height:394px;
}

.pabean:hover{
	opacity: 0.7;
}

.pabean:hover .textpabean{
    opacity: 1;
  }

.divhub{
	width: 100%;
	height: auto;
	background-color:#454545;
	color: white;
	padding-left: 60px;
	padding-top: 30px; 
	padding-bottom: 30px; 
}

.hubungitext{
	width: 600px;
	height: auto;
}

.texthub {
	font-weight: bold;
	font-size: 40px;
}

.texthub2 {
	font-size: 20px;
}

.btnhub{
	background: #f33a3a;
	color: white;
	width: 180px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	border-radius: 10px;
	border: none;
	padding: 5px 5px 5px 5px;
}

.btnhub:hover {
	background-color: #ddd;
}

@media screen and (max-width: 480px) {
	.judulberanda{
		font-size: 27px;
		font-weight: bolder;
		margin-left: 30px;
		margin-bottom: 10px;
	}

	.headvid{
		width: 100%;
		height: 255px;
	}

	.headsubjudul {
		height: auto;
		font-size: 20px;
		margin-right: 10px;
	}

	.headsubjudul2 {
		height: auto;
		font-size: 10px;
		margin-right: 10px;
	}

	.hubungitext{
		width: 200px;
		height: auto;
	}

	.divhub{
		padding: 10px 10px 10px 50px;
	}

	.texthub {
		font-size: 20px;
	}

	.texthub2 {
		font-size: 10px;
	}

	.btnhub{
		margin-top: 20px;
		font-size: 10px;
		height: 30px;
		width: 100px;
		margin-bottom: 20px;
	}

	.homediv1{
		margin-top: 0px;
		margin-left: 0px; 
	}

	.berita{
		padding: 10px 10px 10px 10px;
	}

	.beritasubjudul{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.gambarberita1{
		height: 50px;
		margin-right:10px;
		margin-left: 20px;
	}

	.gambarberita2{
		height: 50px;
	}

	.gambarberita3{
		height: 10px;
		margin-left: 30px;
		margin-top: 30px;
	}

	.gambarberita4{
		height: 30px;
		margin-left: 70px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.gambarberita5{
		height: 30px;
		margin-left: 70px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.gambarberita6{
		height: 30px;
		margin-left: 70px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

/* Layanan ------------------------------- */

.layanan{
	width: 100%;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;

}

.layananjudul{
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

.layanansubjudul{
	font-weight: bold;
}

.layanantxt{
	font-size: 18px;
}

.sublayanan{
	width: 370px;
	margin: 20px 20px 20px 20px;
	margin-left:20px;
	margin-right:20px;
}

.imglayanan{
	width: 100%;
	height: 400px;
}

.subjudul {
	font-weight: bold;
	height: auto;
	width: 100%;
	font-size: auto;
}

.layanan2{
	width: 100%;
	height: 300px;
	margin-top: 10px;
	background-image: url("img/bglayanan.png");
  	background-size: 100%;
  	padding-top: 50px;
  	padding-left: 40px; 	
}

.textlayanan2{
	font-weight: bold;
	font-size: 50px;
	color: white;
}

.btnhublayanan{
	background: #f33a3a;
	color: white;
	width: 180px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
}

.btnhublayanan:hover{
	background-color: grey;
}

@media screen and (max-width: 480px) {

	.layananjudul{
		font-size: 20px;
	}

	.imglayanan{
		width: 80%;
		height: 200px;
	}

	.sublayanan{
		width: 230px;
		margin-left: 90px;
	}

	.layanansubjudul{
		font-size: 15px;
	}

	.layanantxt{
		font-size: 8px;
	}

	.layanan2{
		width: 100%;
		height: 150px;
		margin-top: 10px;
		background-image: url("img/bglayanan.png");
	  	background-size: 100%;
	  	padding-top: 50px;
	  	padding-left: 40px; 	
	}

	.textlayanan2{
		font-weight: bold;
		font-size: 18px;
		color: white;
	}

	.btnhublayanan{
		width: 90px;
		height: 30px;
		font-size: 9px;
		margin-top: 10px;
		padding: 0px 0px 0px 0px;
		border-radius: 10px;
	}
}

/* Profil ------------------------------- */

.profil{
	width: 100%;
	height: 500px;
	padding-right: 40px;
	padding-left: 70px;
	padding-top: 50px;
}

.jdlprofil{
	font-size: 48px;
	font-weight: bold;
}

.profileimg1{
	height: 300px;
}

.textprofile{
	font-size: 16px;
	text-align: justify;
}

.profil2{
	width: 100%;
	height: 300px;
	margin-top: 10px;
	background-image: url("img/bgprofil.png");
  	background-size: 100%;
  	padding-top: 50px;
  	padding-left: 60px; 	
}

.textprofile2{
	font-weight: bold;
	font-size: 50px;
}

@media screen and (max-width: 480px) {
	.profil{
		width: 100%;
		height: auto;
		padding-right: 50px;
		padding-left: 50px;
		padding-top: 5px;
	}

	.jdlprofil{
		font-size: 18px;
	}

	.profileimg1{
		height: 100px;
		float: left;
	}

	.textprofile{
		font-size: 6px;
	}

	.profil2{
		width: 100%;
		height: 100px;
		margin-top: 5px;
		background-image: url("img/bgprofil.png");
	  	background-size: 100%;
	  	padding-top: 5px;
	  	padding-left: 20px; 	
	}
	.textprofile2{
		font-size: 20px;
	}

}

/* Kontak ------------------------------- */

.kontak{
	width: 100%;
	height: 600px;
	padding: 50px 50px 50px 50px;
}

.kontakkanan{
	float: left;
	width: 40%;
	margin-left: 30px;
}

.kontakform{
	float: right;
	width: 40%;
	margin-right: 30px;
	border: 10px;
}

.kotaktextjdl{
	font-size: 50px;
	font-weight: bold;
}

.kontaktext{
	line-height: 2.0;
	font-size:18px;
}

@media screen and (max-width: 480px) {
	.kontak{
		height: 200px;
		padding: 20px 20px 20px 20px;
	}

	.kontakkanan{
		margin-left: 10px;
	}

	.kontakform{
		margin-right: 10px;
		border: 10px;
	}

	.kotaktextjdl{
		font-size: 10px;
	}

	.kontaktext{
		font-size:10px;
	}
}

/* Berita ------------------------------- */

.listberita{
	padding: 30px 30px 30px 30px;
	width: 70%;
}

.beritaterkini{

}

.navigasiberita{
	position: absolute;
	right: 0;
	width: 30%;
	border: 10px;
	padding: 40px 40px 40px 40px;	
}

.kotakberita{
	height: auto;
	width: 100%;
}

.kotakberita:hover{
	cursor: pointer;
	box-shadow: 5px 10px #888888;
	background-color: pink;
}

.jdlberita{
	font-size: 28px;
	font-weight: bold;
	margin-left:20px;
}

.gmbrberita{
	float: left;
	height: 150px;
	width : 300px;
	margin-right: 15px;
	margin-left: 15px;
}

.txtberita {
	font-size: 12px;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}

.beritakontak{
	width: 100%;
	height: 400px;
	background-image: url("img/services2.jpg");
}

.beritakontakjdl{
	font-size: 25px;
	font-weight: bold;
	color: white;
}

.beritakontakbtn{
	float: center;
	background: #f33a3a;
	color: white;
	width: 180px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	border-radius: 10px;
	border: none;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
}

.beritakontakbtn:hover {
	background-color: #ddd;
}

@media screen and (max-width: 480px) {
	.listberita{
	padding: 20px 20px 20px 20px;
}

.navigasiberita{
	padding: 20px 20px 20px 20px;	
}

.kotakberita{
	height: auto;
	width: 250px;
}

.jdlberita{
	font-size: 10px;
	margin-left:12px;
}

.gmbrberita{
	height: 50px;
	width : 100px;
}

.txtberita {
	font-size: 4px;
	text-align: justify;
}

.beritakontak{
	height: 200px;
}

.beritakontakjdl{
	font-size: 10px;
}

	.beritakontakbtn{
		width: 100px;
		height: 30px;
		font-size: 10px;
		margin-top: 30px;
	}

	.beritaterkini{
		font-size: 30px;
	}

	.tglberita{
		font-size: 10px;
		margin-left: 10px;
	}

	.garis{
		font-size: 4px;
	}

}

/* tampil berita -------------- */

.txtberitatampil {
	font-size: 18px;
	text-align: justify;
	margin: 10px 10px 10px 10px;
}

.kotakberitatampil{
	height: auto;
	width: 100%
}

.jdlberitatampil{
	font-size: 35px;
	font-weight: bolder;
	margin-left:20px;
	margin-bottom: 0px;
}

.gmbrberitatampil{
	float: left;
	height: 150px;
	width : 300px;
	margin-right: 25px;
	margin-left: 15px;
	margin-bottom: 25;
}

.backbuttonberita{
	font-size: 30px;
	color: red;
}

.backbuttonberita: hover{
	cursor: pointer;
}

</style>