@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1000px){
.menu-mobile{
	display:none;
}
#menumob{
	display:none;
}	
body{
	margin:0px;
	background:#FFF;
}
.menu-mobile{
	display:none;
}
#menumob{
	display:none;
}
.header{
	width:100%;
	float:left;
	background:#FFF;
}
.header .logo{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
	overflow:hidden;
}
.header .logo img{
	width:340px;
}

.header .menu{
	width:97%;
	padding:1.5%;
	padding-top:10px;
	padding-bottom:10px;
	background:#291670;
	float:left;
	position:relative;
	z-index:10;
}
.header .menu .home{
	float:left;
	padding-top:12px;
	padding-bottom:12px;
	padding-right:12px;
	border-right:1px solid #6081e2;
}

#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: 'Interstate-Bold';
  line-height: 1;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff400;
}
#cssmenu > ul > li.has-sub > a {
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after, #cssmenu > ul > li.has-sub.active > a::after {
  border-color: #fff400;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#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: 13px;
  padding-top:17px;
  padding-left:22px;
  background:rgba(41,22,112,0.9);
  text-decoration: none;
  color: #FFF;
  font-family: 'open_sansregular';
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff400;
}

.header .menu-atas{
	float:right;
	height:36px;
	padding-top:3px;
	border-radius:6px;
	font-family: 'GothamBold';
	font-size:14px;
	color:#28156f;
	background:url(../images/back-menu-atas.jpg);
	border:1px solid #b1770b;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	line-height:1.1em;
	margin-left:10px;
}

.slide{
	float:left;
	width:100%;
	margin-top:-30px;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.back-slide{
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	z-index:1;
}
.back-slide .frame{
	left:0;
	bottom:0;
	height:18%;
	width:100%;
	position:absolute;
	z-index:1;
	border-top:2px solid #7e7e7e;
}

.header-pic{
	float:left;
	width:100%;
	height:240px;
	margin-top:-30px;
	position:relative;
}

.tengah{
	float:left;
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:30px;
}
.tengah .kiri{
	width:33%;
	float:left;
	overflow:hidden;
}
.tengah .kiri .atas{
	width:100%;
	float:left;
	font-family: 'GothamMedium';
	font-size:24px;
	color:#474747;
	margin-bottom:15px;
}
.tengah .kiri .teks{
	width:100%;
	float:left;
	font-size:14px;
	color:#868686;
	line-height:1.5em;
	margin-bottom:15px;
	font-family: 'GothamBook';
}
.tengah .kanan{
	width:62%;
	float:right;
	overflow:hidden;
}
.tengah .kanan .box{
	width:90%;
	float:left;
	overflow:hidden;
}
.tengah .kanan .box .pic{
	width:100%;
	height:191px;
	float:left;
	overflow:hidden;
	margin-bottom:15px;
}
.tengah .kanan .box .pic img{
	width:110%;
}
.tengah .kanan .box .nama{
	width:100%;
	float:left;
	font-family: 'GothamBold';
	overflow:hidden;
	color:#283b73;
	font-size:17px;
	letter-spacing:1px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.tengah .kanan .box .teks{
	width:100%;
	float:left;
	font-family: 'GothamBook';
	overflow:hidden;
	color:#868686;
	font-size:14px;
	line-height:1.5em;
	margin-bottom:10px;
}
.tengah .kanan .box .more{
	width:100%;
	float:left;
	font-family: 'GothamBold';
	overflow:hidden;
	color:#1c6fb6;
	font-size:13px;
	text-transform:uppercase;
	-webkit-transition: background-color 0.5s, color 0.5s;
  	transition: background-color 0.5s, color 0.5s;
}
.tengah .kanan .box .more:hover{
	color:#000;
}

.tengah .side{
	width:70%;
	float:right;
	overflow:hidden;
}
.tengah .side:nth-child(odd){
	width:27%;
	float:left;
	overflow:hidden;
}
.tengah .side .menu{
	width:85%;
	padding:7.5%;
	float:left;
	background:#f2f2f2;
	overflow:hidden;
}
.tengah .side .menu .judul{
	width:100%;
	float:left;
	font-family: 'open_sansbold';
	font-size:16px;
	color:#000;
	padding-bottom:10px;
	text-align:left;
	position:relative;
	border-bottom:1px solid #291670;
	margin-bottom:10px;
}
.tengah .side .menu .judul::after {
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	width: 45%;
  	height: 3px;
  	border-bottom: 3px solid #291670;
  	content: "";
}
.tengah .side .menu .link{
	width:100%;
	float:left;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#5d5d5d;
	padding-top:15px;
	padding-bottom:15px;
	text-align:left;
	border-bottom:1px solid #dddddd;
	transition: all 0.5s ease 0s; 
  	-webkit-transition: all 0.5s ease 0s;
}
.tengah .side .menu a:nth-last-child(1) .link{
	border-bottom:none;
}
.tengah .side .menu .link:hover, .tengah .side .menu .link.active{
	color:#291670;
	border-bottom:1px solid #291670;
}
.tengah .side .kanan{
	width:100%;
	float:left;
	overflow:hidden;
}
.tengah .side .kanan .judul{
	width:100%;
	float:left;
	font-size:22px;
	font-family: 'GothamMedium';
	color:#474747;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
}
.tengah .side .kanan .teks{
	width:100%;
	float:left;
	font-size:14px;
	font-family: 'GothamBook';
	color:#868686;
	line-height:1.7em;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
}
.tengah .side .kanan .teks img{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.tengah .side .kanan .teks p{
	padding-bottom:15px;
}
.tengah .side .kanan .teks b{
	font-size:16px;
	font-family: 'GothamBold';
	color:#474747;
}
.tengah .side .kanan .teks ul{
	padding-left:15px;
	margin-left:15px;
}
.tengah .side .kanan .teks li{
	padding-left:15px;
	margin-left:25px;
}

.tengah .side .kanan .profil-foto{
	width:100%;
	float:left;
	overflow:hidden;
}
.tengah .side .kanan .profil-foto .foto{
	width:22%;
	float:left;
	margin:1.5%;
	margin-bottom:15px;
}
.tengah .side .kanan .profil-foto .foto .pic{
	width:100%;
	float:left;
	background:#FFF;
	margin-bottom:10px;
	overflow:hidden;
}
.tengah .side .kanan .profil-foto .foto .pic img{
	width:100%;
}
.tengah .side .kanan .profil-foto .foto .nama{
	width:100%;
	text-align:center;
	font-family: 'GothamBold';
	font-size:19px;
	color:#002c50;
	padding-bottom:3px;
	overflow:hidden;
}
.tengah .side .kanan .profil-foto .foto .jabatan{
	width:100%;
	text-align:center;
	font-family: 'open_sansregular';
	font-size:14px;
	color:#000;
	overflow:hidden;
	padding-bottom:2px;
}

.tengah .side .kanan .box-info{
	float:left;
	width:100%;
	border-bottom:1px solid #c1c1c1;
	background:#FFF;
	height:230px;
	overflow:hidden;
}
.tengah .side .kanan .box-info .pic{
	float:left;
	width:45%;
	height:230px;
	overflow:hidden;
}
.tengah .side .kanan .box-info .pic img{
	height:100%;
}
.tengah .side .kanan .box-info .kanan{
	float:right;
	width:50%;
	height:264px;
	overflow:hidden;
}
.tengah .side .kanan .box-info .kanan .nama{
	width:100%;
	float:left;
	overflow:hidden;
	color:#464646;
	font-size:15px;
	margin-top:15px;
	margin-bottom:5px;
	padding-bottom:5px;
	font-family: 'GothamBold';
	transition: all 0.5s ease 0s; 
  	-webkit-transition: all 0.5s ease 0s; 
}
.tengah .side .kanan .box-info .kanan .nama:hover{
	color:#000;
}
.tengah .side .kanan .box-info .kanan .tgl{
	float:left;
	width:100%;
	font-family: 'GothamBook';
	font-size:12px;
	color:#acacac;
	margin-bottom:10px;
}
.tengah .side .kanan .box-info .kanan .isi{
	width:100%;
	height:55px;
	color:#616161;
	font-size:13px;
	font-family: 'GothamBook';
	float:left;
	overflow:hidden;
	line-height:1.4em;
	margin-bottom:15px;
}
.tengah .side .kanan .box-info .kanan .more{
	float:left;
	color:#FFF;
	font-size:15px;
	font-family: 'GothamMedium';
	padding:13px;
	background:#291670;
	padding-left:20px;
	padding-right:20px;
	border-radius:5px;
	text-align:center;
	-webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
  	transition: background-color 0.5s, color 0.5s, border 0.5s;
}
.tengah .side .kanan .box-info .kanan .more:hover{
	color:#FFF;
	background:#000;
}

.tengah .side .kanan .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);
}
.tengah .side .kanan .form-pinjam .atas{
	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;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .form-pinjam .area span{
	float:left;
	width:100%;
	margin-bottom:7px;
	overflow:hidden;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#000;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .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;
}
.tengah .side .kanan .form-pinjam .area .submit:hover{
	color:#FFF;
	background:#000;
}

.alamat-kontak{
	float:left;
	width:20%;
	padding:5%;
	background:#f2f2f2;
}
.alamat-kontak .atas{
	float:left;
	width:100%;
	color:#291670;
	text-transform:uppercase;
	font-family: 'GothamMedium';
	font-size:24px;
	margin-bottom:20px;
}
.alamat-kontak .bawah{
	float:left;
	width:100%;
	color:#616161;
	font-family: 'GothamBook';
	font-size:14px;
	line-height:1.5em;
}
.kanan-kontak{
	float:right;
	width:67%;
	overflow:hidden;
	margin-top:30px;
	color:#000;
	font-family: 'GothamBook';
	font-size:14px;
	line-height:1.5em;
	margin-bottom:30px;
}
.kanan-kontak form{
	float:left;
	width:70%;
}
.kanan-kontak .input{
	float:left;
	width:50%;
	padding-left:2%;
	height:40px;
	font-family: 'open_sansregular';
	font-size:15px;
	margin-top:15px;
	color:#464646;
	background:#f2f2f2;
	overflow:hidden;
	border:none;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
	box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
}
.kanan-kontak .input2{
	float:left;
	width:30%;
	padding-left:2%;
	height:40px;
	font-family: 'open_sansregular';
	font-size:15px;
	margin-top:15px;
	color:#464646;
	background:#f2f2f2;
	overflow:hidden;
	border:none;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
	box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
}
.kanan-kontak textarea{
	float:left;
	width:70%;
	padding-top:2%;
	padding-left:2%;
	height:160px;
	font-family: 'open_sansregular';
	font-size:15px;
	margin-top:15px;
	color:#464646;
	background:#f2f2f2;
	overflow:hidden;
	border:none;
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
	box-shadow: inset 1px 1px 0px 0px rgba(195,195,195,1);
}
.kanan-kontak .submit{
	float:left;
	color:#FFF;
	font-size:18px;
	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;
}
.kanan-kontak .submit:hover{
	color:#FFF;
	background:#000;
}

.jaringan-kantor{
	float:left;
	width:100%;
	margin-top:-30px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
.jaringan-kantor .pic-header{
	float:left;
	width:100%;
	height:240px;
	overflow:hidden;
}
.jaringan-kantor .map{
	width:100%;
	height:495px;
	background:#000;
	margin-top:-210px;
	float:left;
	overflow:hidden;
}
.jaringan-kantor .judul-map{
	width:95%;
	background:#787584;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5%;
	float:left;
	color:#FFF;
	font-family: 'open_sanssemibold';
	font-size:16px;
	overflow:hidden;
}
.jaringan-kantor .box{
	width:40%;
	padding:5%;
	height:160px;
	background:#ebebeb;
	float:left;
	overflow:hidden;
	-webkit-box-shadow: inset -1px -1px 0px 0px #FFF;
	-moz-box-shadow: inset -1px -1px 0px 0px #FFF;
	box-shadow: inset -1px -1px 0px 0px #FFF;
}
.jaringan-kantor .box:nth-child(odd){
	width:40%;
	padding:5%;
	height:160px;
	background:#e2e2e2;
	float:left;
	overflow:hidden;
	-webkit-box-shadow: inset 1px -1px 0px 0px #FFF;
	-moz-box-shadow: inset 1px -1px 0px 0px #FFF;
	box-shadow: inset 1px -1px 0px 0px #FFF;
}
.jaringan-kantor .box .nama{
	float:left;
	width:100%;
	color:#474747;
	font-size:15px;
	font-family: 'GothamMedium';
	text-transform:uppercase;
	margin-bottom:15px;
}
.jaringan-kantor .box .kiri{
	float:left;
	width:40%;
	height:118px;
	overflow:hidden;
}
.jaringan-kantor .box .kiri img{
	width:100%;
}
.jaringan-kantor .box .kanan{
	float:right;
	width:55%;
	height:118px;
	font-family: 'GothamBook';
	font-size:14px;
	color:#868686;
	overflow:hidden;
	line-height:1.5em;
}

.simulasi{
	width:99%;
	float:left;
	border:1px solid #CCC;
	border-radius:8px;
	margin-top:20px;
	overflow:hidden;
}
.simulasi .nama{
	width:100%;
	height:40px;
	float:left;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	font-family: 'GothamMedium';
	font-size:16px;
	background:#010c7c;
	line-height:2.4em;
}
.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;
}

.tengah-dua{
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
	background:#283b73;
	min-height:300px;
}
.tengah-dua .back{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(9,18,55,0.8);
}
.tengah-dua .back .judul{
	width:100%;
	float:left;
	text-align:center;
	font-family: 'GothamBold';
	font-size:34px;
	color:#FFF;
	margin-top:50px;
}
.tengah-dua .back .teks{
	width:100%;
	float:left;
	text-align:center;
	font-family: 'GothamMedium';
	font-size:18px;
	line-height:1.5em;
	color:#FFF;
	margin-top:20px;
}

.informasi-home{
	float:left;
	width:100%;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	background:#f2f2f2;
}
.informasi-home .judul{
	width:100%;
	float:left;
	font-family: 'GothamMedium';
	font-size:24px;
	color:#474747;
	margin-bottom:30px;
}
.informasi-home .box{
	float:left;
	width:23%;
	margin-right:2%;
	height:265px;
	background:#FFF;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(231,231,231,1);
	-moz-box-shadow: 0px 0px 4px 2px rgba(231,231,231,1);
	box-shadow: 0px 0px 4px 2px rgba(231,231,231,1);
	position:relative;
}
.informasi-home .box .pic{
	float:left;
	width:100%;
	height:170px;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
}
.informasi-home .box .pic img{
	width:120%;
}
.informasi-home .box .area{
	float:left;
	width:90%;
	margin-left:5%;
	overflow:hidden;
}
.informasi-home .box .area .tgl{
	width:100%;
	float:left;
	overflow:hidden;
	color:#999ba4;
	font-size:12px;
	padding-bottom:5px;
	font-family: 'GothamBook';
}
.informasi-home .box .area .nama{
	width:100%;
	float:left;
	overflow:hidden;
	color:#4e4e4e;
	font-size:14px;
	margin-bottom:10px;
	font-family: 'GothamBold';
	-webkit-transition: background-color 0.5s, color 0.5s;
  	transition: background-color 0.5s, color 0.5s;
}
.informasi-home .box .area .nama:hover{
	color:#28156f;
}

.footer-atas{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
	background:#FFF;
	border-top:1px solid #f2f2f2;
}
.footer-atas .box{
	float:left;
	width:80%;
	text-align:center;
	overflow:hidden;
}
.footer-atas .box img{
	width:100%;
	max-width:135px;
}
.footer-tengah{
	float:left;
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
	overflow:hidden;
	background:#f2f2f2;
	position:relative;
}
.footer-tengah .atas{
	position:absolute;
	top:30px;
	right:60px;
}
.footer-tengah .logo{
	width:33%;
	float:left;
	overflow:hidden;
}
.footer-tengah .logo img{
	width:240px;
}
.footer-tengah .side{
	width:30%;
	float:left;
	margin-right:2%;
	overflow:hidden;
}
.footer-tengah .side b{
	width:100%;
	float:left;
	font-family: 'GothamBold';
	font-size:14px;
	color:#000;
	letter-spacing:0.2px;
	margin-bottom:20px;
	overflow:hidden;
}
.footer-tengah .side .ico{
	float:left;
	width:93%;
	margin-bottom:8px;
	padding-left:7%;
	color:#868686;
	font-size:14px;
	font-family: 'GothamBook';
}
.footer-tengah .side .ico2{
	float:left;
	width:31px;
	margin-right:10px;
}
.footer-bawah{
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	background:#dddddd;
	text-align:center;
	color:#868686;
	font-size:14px;
	font-family: 'GothamBook';
}
.customNavigation{
	text-align: left;
	float:left;
	margin-top:10px;
}
.customNavigation a{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#prev2{
	width:45px;
	height:46px;
	background:transparent url(../images/kiri.png) no-repeat;
	position:relative;
	margin-top:-10px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:10;
	float:left;
	margin-right:5px;
}
#prev2:hover{
	opacity:0.7;
}
#next2{
	width:45px;
	height:46px;
	background:transparent url(../images/kanan.png) no-repeat;
	position:relative;
	margin-top:-10px;
	text-indent:-9000px;
	cursor:pointer;
	z-index:10;
	float:right;
}
#next2:hover{
	opacity:0.7;
}

#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;
  position: relative;
  font-family: 'open_sansregular';
  font-size:14px;
  color:#5d5d5d;
}
#submenu a {
  padding-left:5%;
  padding-top:10px;
  padding-bottom:10px;
}
#submenu {
  width: 100%;
  float:left;
}
#submenu > ul > li {
  cursor: pointer;
}
#submenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #5d5d5d;
  width:95%;
  line-height:1.8em;
  margin-bottom:5px;
  border-bottom:1px solid #dddddd;
  transition: all 0.5s ease 0s; 
  	-webkit-transition: all 0.5s ease 0s;
}
#submenu > ul > li > a:hover {
  color: #291670;
  border-bottom:1px solid #291670;
}
#submenu > ul > li.active {
  
}
#submenu > ul > li.active > a {
  color: #291670;
  border-bottom:1px solid #291670;
}
/* Sub menu */
#submenu ul ul {
  padding: 0;
  display: none;
}
#submenu ul ul a {
  display: block;
  color: #626060;
  padding-left:20px;
  font-size: 13px;
  list-style:circle;
}
#submenu ul ul a:hover {
  color: #291670;
}
}

@media screen and (min-width:1120px){
.container_24{
	width:1100px;
	margin-left: auto;
	margin-right: auto;
}

#cssmenu > ul > li > a {
  padding-bottom:15px;
  padding-top:12px;
  padding-left:23px;
  padding-right:23px;
  text-align:center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.back-slide .frame .side{
	float:right;
	height:100%;
	padding-left:50px;
	margin-left:30px;
	color:#e7e7e7;
	font-family: 'GothamBook';
	font-size:14px;
	background:url(../images/mail.png) no-repeat left;
}
.back-slide .frame .side:nth-child(3n+2){
	float:right;
	height:100%;
	border-right:2px solid #7e7e7e;
	padding-left:50px;
	margin-left:30px;
	color:#e7e7e7;
	font-family: 'GothamBook';
	font-size:14px;
	background:url(../images/clock.png) no-repeat left;
}
.back-slide .frame .side:nth-child(3n+3){
	float:right;
	height:100%;
	border-right:2px solid #7e7e7e;
	padding-left:50px;
	margin-left:30px;
	color:#e7e7e7;
	font-family: 'GothamBook';
	font-size:14px;
	background:url(../images/phone.png) no-repeat left;
}
.back-slide .frame .side span{
	float:left;
	width:100%;
	font-family: 'GothamBook';
	font-size:14px;
	margin-top:30px;
}
.back-slide .frame .side b{
	float:left;
	width:100%;
	font-size:18px;
	font-family: 'GothamBold';
}
}
@media screen and (min-width:1000px) and (max-width:1119px){
.container_24{
	width:990px;
	margin-left: auto;
	margin-right: auto;
}

#cssmenu > ul > li > a {
  padding-bottom:15px;
  padding-top:12px;
  padding-left:15px;
  padding-right:15px;
  text-align:center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.back-slide .frame .side{
	float:right;
	height:100%;
	padding-left:50px;
	margin-left:10px;
	color:#e7e7e7;
	font-family: 'GothamBook';
	font-size:14px;
	background:url(../images/mail.png) no-repeat left;
}
.back-slide .frame .side:nth-child(3n+2){
	float:right;
	height:100%;
	border-right:2px solid #7e7e7e;
	padding-left:50px;
	margin-left:10px;
	color:#e7e7e7;
	font-family: 'GothamBook';
	font-size:14px;
	background:url(../images/clock.png) no-repeat left;
}
.back-slide .frame .side:nth-child(3n+3){
	float:right;
	height:100%;
	border-right:2px solid #7e7e7e;
	padding-left:50px;
	margin-left:10px;
	color:#e7e7e7;
	font-family: 'GothamBook';
	font-size:14px;
	background:url(../images/phone.png) no-repeat left;
}
.back-slide .frame .side span{
	float:left;
	width:100%;
	font-family: 'GothamBook';
	font-size:14px;
	margin-top:30px;
}
.back-slide .frame .side b{
	float:left;
	width:100%;
	font-size:14px;
	font-family: 'GothamBold';
}
}