@charset "utf-8";
/* CSS Document */
@media screen and (min-width:990px) {
body{
	margin:0px;
	background:#FFF;
}
.menu-mobile{
	display:none;
}
#menumob{
	display:none;
}	
.header{
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #05286a;
	text-align: center;
}
.header img{
	width: 700px;
}
.menu-atas{
	float: left;
	width: 100%;
	background: #ed1c24;
	border-bottom: 8px solid #d88008;
	position: relative;
	z-index: 10;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  float:left;
  font-family: 'Exo-DemiBold';
  line-height: 1;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #FFF;
  background: linear-gradient(to bottom, #ed1c24 10%, rgba(0,0,0,0.2) 100%);
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 45px;
}
#cssmenu ul ul li a {
  height:45px;
  width: 230px;
  font-size: 14px;
  padding-top:17px;
  padding-left:22px;
  background:rgba(237,28,26,0.8);
  text-decoration: none;
  color: #FFF;
  font-family: 'Exo-DemiBold';
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FFF;
  background:#ed1f23;
}

.slide{
	float: left;
	width: 100%;
}
.slide-mob{
	display: none;
}
section {
  height: 534px;
  background-color: #2c3e50;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.konten{
	float: left;
	width: 90%;
	padding: 5%;
	background: #f6f3f3;
	overflow: hidden;
}
.konten .box{
	float: left;
	width: 19%;
	padding: 2%;
	margin: 1%;
	background: #FFF;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.konten .box h1{
	float: left;
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
	text-align: center;
	color: #7d7d7d;
	font-family: 'Exo-DemiBold';
	font-size: 18px;
}
.konten .box .ico{
	float: left;
	width: 100%;
	height: 80px;
	overflow: hidden;;
	text-align: center;
	margin-bottom: 50px;
}
.konten .box .ico img{
	height: 80px;
}
.konten .box a{
	font-family: 'Exo-DemiBold';
	font-size: 14px;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #05286a;
	font-style: italic;;
}
.hvr-sweep{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #05286a;
}
.hvr-sweep:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep:hover, .hvr-sweep:focus, .hvr-sweep:active {
  color: white;
  border: 1px solid #000;
}
.hvr-sweep:hover:before, .hvr-sweep:focus:before, .hvr-sweep:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.konten .profil{
	float: left;
	width: 100%;
	margin-top: 50px;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #6d6d6d;
	line-height: 1.5em;
}
.konten .profil .side{
	float: right;
	width: 40%;
}
.konten .profil .side:nth-child(odd){
	float: left;
	width: 57%;
}
.konten .profil .side img{
	width: 100%;
}
.konten .profil h1{
	float: left;
	font-family: 'Exo-DemiBold';
	font-size: 28px;
	color: #2c2c2c;
	margin-top: 30px;
	margin-bottom: 20px;
}
.konten .profil p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.konten .profil a{
	float: left;
	border-radius: 5px; 
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	background: #ae1a1a;
	font-family: 'Exo-DemiBold';
	font-size: 12px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .profil a:hover{
	background: #000;
}

.konten-tengah{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.konten-tengah .side{
	float: left;
	width: 45%;
	margin: 2.5%;
}
.konten-tengah .side h1{
	float: left;
	width: 100%;
	font-family: 'Exo-DemiBold';
	font-size: 28px;
	color: #2c2c2c;
	margin-bottom: 5px;
}
.konten-tengah .side .text-atas{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #6d6d6d;
	margin-bottom: 15px;
}

.konten-tengah .side .box-tab{
	float: left;
	width: 100%;
}
.konten-tengah .side .box-tab .head{
	float: left;
	width: 90%;
	padding: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	background: #ed1c24;
	color: #FFF;
	font-family: 'open_sansregular';
	font-size: 14px;
	border-bottom: 5px solid #ff787d;
}
.konten-tengah .side:nth-child(odd) .box-tab .head{
	float: left;
	width: 90%;
	padding: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	background: #05286a;
	color: #FFF;
	font-family: 'open_sansregular';
	font-size: 14px;
	border-bottom: 5px solid #83aeff;
}
.konten-tengah .side .box-tab .foot{
	float: left;
	width: 90%;
	padding: 5%;
	padding-top: 1%;
	padding-bottom: 1%;
	background: #8e9295;
	color: #FFF;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 12px;
	border-bottom: 5px solid #d3d8dd;
}
.konten-tengah .side table{
	float: left;
	width: 100%;
}
.konten-tengah .side table td{
	padding: 5%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	color: #000;
	text-align: right;;
	font-family: 'open_sansbold';
	font-size: 13px;
}
.konten-tengah .side table td:nth-child(odd){
	padding: 5%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	color: #000;
	text-align: left;;
	font-family: 'open_sansbold';
	font-size: 13px;
}
.konten-bawah{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;;
}
.konten-bawah img.satu{
	width: 100%;
}
.konten-bawah img.dua{
	height: 80px;
}

.konten .profil-atas{
	float: left;
	width: 99%;
	padding-left: 1%;
	padding-right: 1%;
	margin-top:-15px;
	
	/*width: 94%;*/
	/*padding-left: 3%;*/
	/*padding-right: 3%;*/
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #505050;
	padding-bottom: 15px;
	border-bottom: 1px solid #aeaeae;
}
.konten .profil-atas a{
	color: #505050;
}
.konten .profil-atas a.active{
	font-family: 'open_sansbold';
}
.konten .profil-kiri{
	float: left;
	padding-left: 3%;
	width: 25%;
}
.konten .profil-kiri h1{
	float: left;
	width: 100%;
	font-family: 'Exo-DemiBold';
	font-size: 28px;
	color: #05286a;
	margin-top: 30px;
	margin-bottom: 20px;
}
.konten .profil-kiri li{
	float: left;
	width: 100%;
	font-family: 'open_sansbold';
	font-size: 15px;
	margin-bottom: 15px;
	list-style: none;
}
.konten .profil-kiri li a{
	color: #05286a;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .profil-kiri li a:hover, .konten .profil-kiri li a.active{
	color: #ed1c24;
}
.konten .profil-kiri .box-alamat{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.konten .profil-kiri .box-alamat h1{
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bcbcbc;
	font-family: 'Exo-Bold';
	font-size: 18px;
	color: #ed1c24;
}
.konten .profil-kiri .box-alamat h2{
	float: left;
	width: 100%;
	font-family: 'Exo-Bold';
	font-size: 15px;
	color: #2b2b2b;
	margin-bottom: 10px;
}
.konten .profil-kiri .box-alamat p{
	float: left;
	width: 100%;
	line-height: 1.3em;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #616161;
}
.konten .kontak-kanan{
	float: right;
	margin-right: 3%;
	width: 58%;
	margin-top: 40px;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #616161;
} 
.konten .kontak-kanan form{
	float: right;
	width: 90%;
	padding: 5%;
	border-radius: 5px;
	margin-top: 20px;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
	box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
}
.konten .kontak-kanan form span{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.konten .kontak-kanan form .input{
	float: left;
	width: 60%;
	height: 40px;
	background: #f6f3f3;
	padding-left: 2%;
	margin-bottom: 15px;
	border: none;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(188,188,188,1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(188,188,188,1);
    box-shadow: inset 1px 1px 0px 0px rgba(188,188,188,1);
}
.konten .kontak-kanan form textarea{
	float: left;
	width: 97%;
	height: 140px;
	background: #f6f3f3;
	padding-top: 2%;
	padding-left: 2%;
	margin-bottom: 20px;
	border: none;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(188,188,188,1);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(188,188,188,1);
    box-shadow: inset 1px 1px 0px 0px rgba(188,188,188,1);
}
.konten .kontak-kanan form .submit{
	float: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 3px;
	color: #FFF;
	background: #ed1c24;
	border: none;
	font-family: 'Exo-Bold';
	font-size: 15px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .kontak-kanan form .submit:hover{
	background: #000;
}

.konten .profil-kanan{
	float: right;
	margin-right: 3%;
	width: 67%;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
	box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
}
.konten .profil-kiri form{
	float: left;
	width: 80%;
	padding: 5%;
	background: #FFF;
}
.konten .profil-kanan .pic-atas{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.konten .profil-kanan .pic-atas img{
	width: 100%;
}
.konten .profil-kanan .area{
	float: left;
	width: 90%;
	margin: 5%;
	margin-top: 2.5%;
}
.konten .profil-kanan .area h1{
	float: left;
	width: 100%;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #202020;
	margin-bottom: 10px;
}
.konten .profil-kanan .area p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 1.7em;
	color: #3d3d3d;
}
.konten .profil-kanan .area .box-award{
	float: left;
	width: 50%;
	height: 220px;
	margin-top: 25px;
	overflow: hidden;
	text-align: center;
	font-family: 'open_sansbold';
	color: #000;
	font-size: 14px;
}
.konten .profil-kanan .area .box-award img{
	height:190px;
	margin-bottom: 15px; 
}
.konten .profil-kanan .area .box-award span{
	float: left;
	width: 100%;
	text-align: center;
}

.konten .profil-kanan3 .area{
	float: left;
	width: 90%;
	margin: 5%;
}
.konten .profil-kanan3 .area h1{
	float: left;
	width: 100%;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #202020;
	margin-bottom: 20px;
}
.konten .profil-kanan3 .area p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 1.7em;
	color: #3d3d3d;
}
.konten .profil-kanan3 .area .box-award{
	float: left;
	width: 50%;
	height: 220px;
	margin-top: 25px;
	overflow: hidden;
	text-align: center;
	font-family: 'open_sansbold';
	color: #000;
	font-size: 14px;
}
.konten .profil-kanan3 .area .box-award img{
	height:190px;
	margin-bottom: 15px; 
}
.konten .profil-kanan3 .area .box-award span{
	float: left;
	width: 100%;
	text-align: center;
}

.konten .profil-kanan2{
	float: right;
	margin-right: 3%;
	width: 67%;
}
.konten .profil-kanan2 h1{
	float: left;
	width: 100%;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #ed1c24;
	margin-bottom: 20px;
}
.konten .profil-kanan2 .area{
	float: left;
	width: 90%;
	padding: 5%;
	margin-top: -1px;
	background: linear-gradient(to bottom, #FFF 10%, #f6f3f3 100%);
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
	box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
}
.konten .profil-kanan2 .area .pic{
	float: left;
	width: 30%;
	overflow: hidden;
}
.konten .profil-kanan2 .area .pic img{
	width: 100%;
}
.konten .profil-kanan2 .area .kanan{
	float: right;
	width: 65%;
	overflow: hidden;
}
.konten .profil-kanan2 .area .kanan h1{
	float: left;
	width: 100%;
	font-family: 'open_sansbold';
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}
.konten .profil-kanan2 .area .kanan p{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	color: #464646;
	line-height: 1.5em;
	font-size: 13px;
}
.konten .profil-kanan2 .area .kanan p li{
	padding-left: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.simulasi{
	width:99%;
	float:left;
	border:1px solid #CCC;
	overflow:hidden;
	margin-bottom: 20px;
}
.simulasi .nama{
	width:100%;
	padding-bottom: 15.5px;
	padding-top: 15.5px;
	float:left;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	font-family: 'GothamMedium';
	font-size:16px;
	background:#010c7c;
}
.judul_bawah{
	width:100%;
	float:left;
	overflow:hidden;
	color:#000;
	font-family: 'GothamMedium';
	font-size:11px;
	margin-top:20px;
	font-style:italic;
}
.simulasi_dua{
	width:100%;
	float:left;
	margin-top:20px;
	overflow:hidden;
}
.simulasi_dua .judul{
	width:100%;
	height:40px;
	float:left;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-family: 'GothamMedium';
	font-size:16px;
	line-height:2.4em;
}
.simulasi_dua .judul_bawah{
	width:100%;
	float:left;
	overflow:hidden;
	color:#000;
	font-family: 'GothamMedium';
	font-size:11px;
	margin-top:20px;
	font-style:italic;
}
table {
  	width: 100%;
}
td {
  	border-bottom: 1px solid #ccc;
}
tbody tr:nth-child(odd) {
  	background: #eee;
}
td.angsuran{
	padding:20px;
	font-family: 'GothamMedium';
	font-size:13px;
	line-height:1.6em;
}
tbody tr.isi{
	background:none;
}
td.isi {
	border:none;
}
td.angsuran .radio{
	float:left;
	margin-right:10px;
	width:80px;
	margin-top:5px;
}

table.angsuran {
  	width: 100%;
}
tbody tr:nth-child(odd) {
  	background: #eee;
}
tbody tr.deposito td {
	width:100%;
	float:left;
	border:none;
}
td.angsuran{
	padding:20px;
	font-family: 'GothamMedium';
	font-size:13px;
	line-height:1.6em;
}
tbody tr.angsuran_dua {
	background:#010c7c;
	border-radius:8px;
	border:1px solid #fff;
	font-family: 'GothamMedium';
	font-size:13px;
	line-height:1.6em;
}
tbody tr.angsuran_dua th{
	text-align:center;
	height:40px;
	border:1px solid #fff;
	color:#FFF;
}
tbody tr.isi td{
	text-align:center;
	height:30px;
	border:1px solid #fff;
	border-bottom:1px solid #f0f0f0;
	color:#000;
	background:#eee;
	line-height:2em;
	font-family: 'GothamMedium';
	font-size:13px;
}
tbody tr.isi:nth-child(odd) td{
	background: #f6f6f6;
}

.frame_simulasi{
	width:439px;
	margin:0 auto;
	padding-top:20px;
	font-family: 'GothamMedium';
}
.frame_simulasi .kiri_teks{
	float:left;
	width:140px;
	text-align:right;
	line-height:2em;
	margin-right:5px;
}
.frame_simulasi .kanan_teks{
	float:left;
	text-align:left;
	line-height:2em;
}
.frame_simulasi .tengah-teks{
	width:200px;
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	overflow:hidden;
}
.frame_simulasi .tengah-teks .input{
	width:170px;
	height:27px;
	padding-left:8px;
	background:#FFF;
	border:1px solid #CCC;
	font-family: 'GothamMedium';
}
.frame_simulasi .tengah-teks select{
	width:180px;
	height:32px;
	padding-left:8px;
	background:#FFF;
	border:1px solid #CCC;
	font-family: 'GothamMedium';
}
.frame_simulasi .tengah-teks select.tgl{
	width:80px;
	height:27px;
	padding-left:8px;
	background:#FFF;
	margin-right:10px;
	border:1px solid #CCC;
	font-style:normal;
	font-size:13px;
	font-family: 'GothamMedium';
}
.frame_simulasi .tengah-teks select.tgl_dua{
	width:50px;
	height:32px;
	float:left;
	padding-left:5px;
	background:#FFF;
	border:1px solid #CCC;
	font-style:normal;
	font-size:13px;
	font-family: 'GothamMedium';
}
.frame_simulasi .tengah-teks select.tgl_tiga{
	width:65px;
	height:32px;
	float:left;
	padding-left:2px;
	background:#FFF;
	margin-left:5px;
	border:1px solid #CCC;
	font-style:normal;
	font-size:13px;
	font-family: 'GothamMedium';
}
.frame_simulasi .tengah-teks label {
	font-family: 'GothamMedium';
	font-size:10px;
	color:#515151;
	font-style:italic;
	margin-top:2px;
	float:left;
}
.frame_simulasi_dua{
	width:310px;
	margin:0 auto;
	padding-top:20px;
	font-family: 'GothamMedium';
}
.frame_simulasi_dua .kiri_teks{
	float:left;
	width:150px;
	text-align:right;
	line-height:2em;
	margin-right:5px;
}
.frame_simulasi_dua .kanan_teks{
	float:left;
	width:150px;
	text-align:left;
	line-height:2em;
}
.frame_simulasi .tengah-teks .submit{
	width:140px;
	height:35px;
	border-radius:5px;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
	background:#010c7c;
	border:1px solid #010c7c;
	color:#FFF;
	font-family: 'GothamMedium';
	-webkit-transition: background-color 0.9s, color 0.9s;
	transition: background-color 0.9s, color 0.9s;
}
.frame_simulasi .tengah-teks .submit:hover{
	background: #000;
	border:1px solid #000;
	-webkit-transition: background-color 0.9s, color 0.9s;
	transition: background-color 0.9s, color 0.9s;
}

.form-pinjam{
	float:left;
	width:100%;
	overflow:hidden;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
	box-shadow: inset 0px 0px 0px 1px rgba(204,204,204,1);
}
.form-pinjam h1{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	background:#010c7c;
	color:#FFF;
	text-align:center;
	font-family: 'GothamMedium';
	font-size:16px;
	text-transform:uppercase;
}
.form-pinjam .area{
	float:left;
	width:90%;
	margin:5%;
	overflow:hidden;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 5px #88D5E9;
    -webkit-box-shadow: 0 0 5px #88D5E9;
    box-shadow: 0 0 5px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-pinjam .area span{
	float:left;
	width:100%;
	margin-bottom:7px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#000;
}
.form-pinjam .area .input{
	float:left;
	width:60%;
	height:37px;
	margin-left:1px;
	border-radius:5px;
	border:1px solid #b6b6b6;
	margin-bottom:15px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#000;
}
.form-pinjam .area .input2{
	float:left;
	width:30%;
	height:37px;
	margin-left:1px;
	border-radius:5px;
	border:1px solid #b6b6b6;
	margin-bottom:15px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#000;
}
.form-pinjam .area select{
	float:left;
	width:45%;
	height:37px;
	margin-left:1px;
	border-radius:5px;
	border:1px solid #b6b6b6;
	margin-bottom:15px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#000;
}
.form-pinjam .area textarea{
	float:left;
	width:65%;
	height:137px;
	padding:1%;
	margin-left:1px;
	border-radius:5px;
	border:1px solid #b6b6b6;
	margin-bottom:15px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#000;
}
.form-pinjam .area label{
	float:left;
	width:30%;
	margin-left:20px;
	font-style:italic;
	font-family: 'open_sansregular';
	font-size:13px;
	line-height:2.2em;
	color:#000;
}
.form-pinjam .area .submit{
	float:left;
	color:#FFF;
	font-size:17px;
	font-family: 'GothamMedium';
	padding:13px;
	padding-left:30px;
	padding-right:30px;
	border-radius:5px;
	text-align:center;
	background:#291670;
	border:none;
	-webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
  	transition: background-color 0.5s, color 0.5s, border 0.5s;
}
.form-pinjam .area .submit:hover{
	color:#FFF;
	background:#000;
}

.konten .map{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.konten .jaringan{
	float: left;
	width: 100%;
	border-bottom: 1px dashed #999999;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.konten .jaringan h1{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #05286a;
	margin-bottom: 15px;
}
.konten .jaringan h2{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansbold';
	font-size: 24px;
	color: #ed1c24;
	margin-bottom: 15px;
}
.konten .jaringan p{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 18px;
	line-height: 1.5em;
	color: #424242;
	margin-bottom: 10px;
}
.konten .jaringan2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    float: none; 
    margin: 0 auto;
    width: 100%;
}
/*.konten .jaringan2{*/
/*	float: left;*/
/*	width: 100%;*/
/*	margin-bottom: 15px;*/
/*}*/
.konten .jaringan2 h1{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #05286a;
	margin-bottom: 15px;
}
.konten .jaringan2 .box-cab{
	float: left;
	width: 28%;
	height: 220px;
	padding: 2%;
	margin: 0.6%;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
	box-shadow: inset 0px 0px 0px 1px rgba(174,174,174,1);
}

/*.konten .jaringan2 .box-cab .ico {*/
/*    width: 100%;*/
/*    float: none;*/
/*    text-align: center;*/
/*    margin: 0 auto;*/
/*    margin-top: 25px;*/
/*    margin-bottom: 20px;*/
/*}*/
.konten .jaringan2 .box-cab .ico{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
}
.konten .jaringan2 .box-cab .ico img{
	width: 40px;
}
.konten .jaringan2 .box-cab h1{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansbold';
	font-size: 24px;
	color: #ed1c24;
	margin-bottom: 15px;
}
.konten .jaringan2 .box-cab p{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 15px;
	line-height: 1.5em;
	color: #424242;
	margin-bottom: 10px;
}
.konten .box-info{
	float: left;
	width: 43.5%;
	padding: 2.5%;
	height: 480px;
	margin-top: 25px;
	border-radius: 3px; 
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px #dbdbdb;
    -moz-box-shadow: inset 0px 0px 0px 1px #dbdbdb;
	box-shadow: inset 0px 0px 0px 1px #dbdbdb;
}
.konten .box-info:nth-child(odd){
	float: right;
	width: 43.5%;
	padding: 2.5%;
	height: 480px;
	margin-top: 25px;
	border-radius: 3px; 
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px #dbdbdb;
    -moz-box-shadow: inset 0px 0px 0px 1px #dbdbdb;
	box-shadow: inset 0px 0px 0px 1px #dbdbdb;
}
.konten .box-info .pic{
	float: left;
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
}
.konten .box-info .pic img{
	width: 110%;
}
.konten .box-info h1{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 20px;
	line-height: 1.3em;
	height: 53px;
	overflow: hidden;
	margin-bottom: 15px;
}
.konten .box-info h1 a{
	color: #05286a;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .box-info h1 a:hover{
	color: #000;
}
.konten .box-info .tgl{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #acacac;
	font-style: italic;
	margin-bottom: 15px;
}
.konten .box-info p{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 1.3em;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #616161;
}
.konten .box-info a.more{
	float: left;
	padding: 10px;
	color: #FFF;
	font-family: 'open_sansbold';
	font-size: 11px;
	background: #ed1c24;
	border-radius: 3px;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s; 
}
.konten .box-info a.more:hover{
	background: #000;
}

.konten .kiri-detail{
	float: left;
	width: 68%;
	margin-left: 2%;
	margin-top: 20px;
}
.konten .kiri-detail h1{
	float: left;
	width: 100%;
	color: #05286a;
	font-family: 'open_sansbold';
	font-size: 20px;
	line-height: 1.3em;
	overflow: hidden;
	margin-bottom: 10px;
}
.konten .kiri-detail .tgl{
	float: left;
	width: 100%;
	font-family: 'open_sansregular';
	font-size: 12px;
	color: #acacac;
	font-style: italic;
	margin-bottom: 15px;
}
.konten .kiri-detail .pic{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.konten .kiri-detail .pic img{
	width: 100%;
}
.konten .kiri-detail p{
	float: left;
	width: 100%;
	line-height: 1.5em;
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #616161;
	padding-bottom: 10px;
}
.konten .kanan-detail{
	float: right;
	width: 24%;
	margin-right: 2%;
	margin-top: 40px;
}
.konten .kanan-detail h1{
	float: left;
	width: 100%;
	color: #05286a;
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-bottom: 8px;
}
.konten .kanan-detail .box-more{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}
.konten .kanan-detail .box-more .pic{
	float: left;
	width: 35%;
	overflow: hidden;
}
.konten .kanan-detail .box-more .pic img{
	width: 100%;
}
.konten .kanan-detail .box-more .kanan{
	width: 60%;
	float: right;
	overflow: hidden;
	font-family: 'open_sansbold';
	font-size: 13px;
}
.konten .kanan-detail .box-more .kanan a{
	color: #565656;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .kanan-detail .box-more .kanan a:hover{
	color: #000;
}

.konten .report {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.konten .report h1{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #05286a;
	margin-bottom: 15px;
}
.konten .report .area{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.konten .report .area h2{
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'open_sansbold';
	font-size: 24px;
	color: #3f3e3e;
	margin-bottom: 15px;
}
.konten .report .area .box-report{
	float: left;
	position: relative;
	text-align: center;
	width: 22%;
	padding: 1%;
	margin: 0.5%;
	background: #FFF;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(219,219,219,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(219,219,219,1);
	box-shadow: inset 0px 0px 0px 1px rgba(219,219,219,1);
	font-family: 'GothamMedium';
	font-size: 18px;
	color: #3f3e3e;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    overflow: hidden;
}
.konten .report .area .box-report .view{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'GothamBook';
	font-size: 15px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(219,219,219,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(219,219,219,1);
	box-shadow: inset 0px 0px 0px 1px rgba(219,219,219,1);
	cursor: pointer;
	position: absolute;
	background: #FFF;
	opacity: 0;
	text-align: center;
	color:#3f3e3e;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}
.konten .report .area .box-report .view span{
	float: left;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.konten .report .area .box-report .view a{
	padding: 10px;
	color: #FFF;
	font-family: 'GothamMedium';
	font-size: 12px;
	border-radius: 3px;
	background: #ed1c24;
	transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.konten .report .area .box-report .view a:hover{
	background: #000;
}
.konten .report .area .box-report .view:hover{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.konten .report .area .box-report .ico{
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
.konten .report .area .box-report .ico img{
	width: 63px;
}
.konten .report .area .box-report span{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.konten2{
	float: left;
	width: 90%;
	padding: 5%;
	background: #FFF;
	overflow: hidden;
}
.konten2 .atas{
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	font-family: 'open_sansregular';
	font-size: 13px;
	color: #505050;
	padding-bottom: 15px;
	border-bottom: 1px solid #aeaeae;
}
.konten2 .atas a{
	color: #505050;
}
.konten2 .atas a.active{
	font-family: 'open_sansbold';
}
.konten2 .kiri{
	float: left;
	padding-left: 3%;
	width: 25%;
}
.konten2 .kiri h1{
	float: left;
	width: 100%;
	font-family: 'Exo-DemiBold';
	font-size: 28px;
	text-align: center;
	color: #05286a;
	margin-top: 30px;
	margin-bottom: 20px;
}
#submenu,
#submenu ul,
#submenu li,
#submenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'GothamBold';
  position: relative;
}
#submenu a {
  padding: 5%;
}
#submenu {
  width: 100%;
  float: left;
}
#submenu > ul > li {
  cursor: pointer;
}
#submenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #05286a;
  width: 90%;
  line-height:1.8em;
  background: linear-gradient(to bottom, #ececec 10%, #cfcfcf 100%);
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
#submenu > ul > li > a:hover {
  text-decoration: none;
}
#submenu > ul > li.active {
  border-bottom: none;
}
#submenu > ul > li.active > a {
  background: linear-gradient(to bottom, #ececec 10%, #cfcfcf 100%);
  color: #05286a;
}
#submenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
#submenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 23px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
}
/* Sub menu */
#submenu ul ul {
  padding: 0;
  display: none;
}
#submenu ul ul a {
  font-family: 'open_sansregular';	
  background: #FFF;
  display: block;
  color: #626060;
  padding-left:20px;
  font-size: 13px;
  list-style:circle;
  background: linear-gradient(to bottom, #fff 10%, #f1f1f1 100%);
  color: #000;
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
#submenu ul ul a:hover {
  color: #ed1c24;
}

#submenu2,
#submenu2 ul,
#submenu2 li,
#submenu2 a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'open_sansbold';
  position: relative;
}
#submenu2 a {
  padding: 2.5%;
}
#submenu2 {
  width: 100%;
  float: left;
}
#submenu2 > ul > li {
  cursor: pointer;
}
#submenu2 > ul > li > a {
  font-size: 15px;
  display: block;
  color: #05286a;
  width: 95%;
  background: linear-gradient(to bottom, #ececec 10%, #cfcfcf 100%);
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
#submenu2 > ul > li > a:hover {
  text-decoration: none;
}
#submenu2 > ul > li.active {
  border-bottom: none;
}
#submenu2 > ul > li.active > a {
  background: linear-gradient(to bottom, #ececec 10%, #cfcfcf 100%);
  color: #05286a;
}
#submenu2 > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #000;
}
#submenu2 > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 23px;
  border: 5px solid transparent;
  border-top: 5px solid #000;
}
/* Sub menu */
#submenu2 ul ul {
  padding: 0;
  display: none;
}
#submenu2 ul ul a {
  font-family: 'open_sansbold';
  background: #FFF;
  display: block;
  color: #626060;
  padding-left:20px;
  font-size: 13px;
  list-style:circle;
  background: linear-gradient(to bottom, #fff 10%, #f1f1f1 100%);
  color: #000;
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
}
#submenu2 ul ul a:hover {
  color: #ed1c24;
}

.konten2 .kanan{
	float: right;
	margin-right: 3%;
	width: 65%;
	margin-top: 30px;
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
	box-shadow: inset 0px 0px 0px 1px rgba(228,228,228,1);
}
.konten2 .kanan2{
	float: right;
	margin-right: 3%;
	width: 65%;
	margin-top: 30px;
	background: #FFF;
}
.konten2 .kanan .pic-atas{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.konten2 .kanan .pic-atas img{
	width: 100%;
}
.konten2 .kanan .area{
	float: left;
	width: 90%;
	margin: 5%;
	margin-top: 2.5%;
}
.konten2 .kanan .area h1{
	float: left;
	width: 100%;
	font-family: 'Exo-Bold';
	font-size: 28px;
	color: #202020;
	margin-bottom: 10px;
}
.konten2 .kanan .area p{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 1.7em;
	color: #3d3d3d;
}

.footer{
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #05286a;
}
.footer .logo{
	float: left;
	width: 100px;
	margin-right: 60px;
}
.footer .logo img{
	width: 100px;
}
.footer .side h1{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
	font-family: 'open_sansbold';
}
.footer .side .ico{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.footer .side .ico img{
	width: 15px;
	float: left;
	margin-right: 15px;
}
.footer .side li{
	float: left;
	width: 100%;
	margin-left: 15px;
	padding-bottom: 10px;
}
.footer-bawah{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background: #ed1c24;
	text-align: center;
	font-family: 'open_sansregular';
	font-size: 12px;
}
}
@media screen and (min-width:1130px) {
.container_24{
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	margin: auto;
	/*margin-left: 180px;*/
	width: 1100px;
}
/*tambahan awal*/
.container_25{
	margin: auto;
	margin-left: 170px;
	width: 1100px;
}
/*tambahan akhir*/

#cssmenu > ul > li > a {
  padding:15px;
  padding-left:15px;
  padding-right:15px;
  /*padding-left:25px;*/
  /*padding-right:25px;*/
  text-align:center;
  /*font-size: 20px;*/
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  border-left: 1px solid #c0030b;
  transition: all 0.5s ease 0.5s; 
  -webkit-transition: all 0.5s ease 0.5s;
}
.footer .side{
	float: left;
	width: 40%;
	color: #FFF;
	font-family: 'open_sansregular';
	font-size: 13px;
	margin-right: 30px;
}
}
@media screen and (min-width:990px) and (max-width:1129px) {
.container_24{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
#cssmenu > ul > li > a {
  padding:15px;
  padding-left:18px;
  padding-right:18px;
  text-align:center;
  font-size: 18px;
  text-decoration: none;
  color: #FFF;
  border-left: 1px solid #c0030b;
  transition: all 0.5s ease 0.5s; 
  -webkit-transition: all 0.5s ease 0.5s;
}
.footer .side{
	float: left;
	width: 35%;
	color: #FFF;
	font-family: 'open_sansregular';
	font-size: 13px;
	margin-right: 30px;
}
}


/*tambahan*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.details {
    display: none;
}


.required-field::before {
  content: "*";
  color: red;
}