@charset "utf-8";
/* CSS Document */
@media screen and (min-width:990px) {
body{
  	margin: 0px;
  	background: #FFF;
}
.menu-mobile{
	 display:none;
}
#menumob{
	 display:none;
}
.header-atas{
    float: left;
    width: 100%;
    height: 40px;
    background: #0075ba;
    font-family: 'GothamBook';
    color: #FFF;
    font-size: 14px;
}
.header-atas .left{
    float: left;
    margin-top: 11px;
}	
.header-atas .right{
    float: right;
    margin-top: 11px;
    font-family: 'GothamBook';
    font-size: 12px;
}
.header-atas .right a.info{
    float: right;
    color: #FFF;
    margin-left: 15px;
}
.header-atas .right a.info img{
    float: left;
    margin-right: 5px;
}
.header{
  	float: left;
  	width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0px 15px 7px -2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 15px 7px -2px rgba(0,0,0,0.16);
    box-shadow: 0px 15px 7px -2px rgba(0,0,0,0.16);
}
.header .logo{
    float: left;
    text-align: center;
}
.header .logo img{
    width: 387px;
}
.header .menu{
  	float: right;
    margin-top: 20px;
}

#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:right;
    font-family: 'Montserrat-Regular';
    line-height: 1;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 18px;
    right: 4px;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #363636;
    border-right: 2px solid #363636;
    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:hover > a,
#cssmenu > ul > li.active > a {
    color: #0075ba;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    position: absolute;
    top: 18px;
    right: 4px;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #0075ba;
    border-right: 2px solid #0075ba;
    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 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: 260px;
    font-size: 12px;
    padding-top:17px;
    padding-left:22px;
    background:rgba(0,117,186,0.8);
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    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:#0075ba;
}

.produk-home{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.produk-home .side{
    float: left;
    width: 20%;
    margin-top: 30px;
    margin-left: 16%;
    text-align: center;
    position: relative;
}
.produk-home .side:nth-child(3n+2){
    float: left;
    width: 20%;
    margin-left: 4%;
    margin-top: 30px;
    text-align: center;
}
.produk-home .side:nth-child(3n+3){
    float: right;
    width: 20%;
    margin-left: 0%;
    margin-right: 16%;
    margin-top: 30px;
    text-align: center;
}
.produk-home .side .box{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px dashed #bfbfbf;
    background: #FFF;
}
.produk-home .side .box img{
    width: 90px;
    margin-top: 50px;
}
.produk-home .side:nth-child(3n+2) .box{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px dashed #bfbfbf;
    background: #FFF;
}
.produk-home .side:nth-child(3n+2) .box img{
    width: 60px;
    margin-top: 40px;
}
.produk-home .side:nth-child(3n+3) .box{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px dashed #bfbfbf;
    background: #FFF;
}
.produk-home .side:nth-child(3n+3) .box img{
    width: 60px;
    margin-top: 30px;
}
.produk-home .side .box{
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px dashed #bfbfbf;
    background: #FFF;
}
.produk-home .side .box img{
    width: 90px;
    margin-top: 50px;
}
.produk-home .side .box h1{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    font-size: 20px;
    color: #494949;
    margin-top: 20px;
    text-align: center;
}
.produk-home .side .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 31px;
    height: 31px;
    overflow: hidden;
    background: url(../images/close.png) no-repeat center;
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.tentang-home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #002c68;
    text-align: center;
}
.tentang-home h1{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'GothamBold';
    color: #0097f0;
}
.tentang-home .text{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 1.5em;
    font-family: 'open_sansregular';
    color: #FFF;
}
.tentang-home a.more{
    border: 2px dashed #a3acbd;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-family: 'open_sansbold';
    color: #a3acbd;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.tentang-home a.more:hover{
    border: 2px dashed #FFF;
    color: #FFF;
}

.berita-home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}
.berita-home .side{
    float: right;
    width: 29%;
}
.berita-home .side:nth-child(odd){
    float: left;
    width: 69%;
}
.berita-home .side h1{
    float: left;
    width: 100%;
    font-size: 24px;
    font-family: 'GothamMedium';
    color: #002c68;
    margin-bottom: 30px;
}
.berita-home .side .box{
    float: left;
    width: 31%;
    height: 260px;
    overflow: hidden;
    margin-right: 2%;
}
.berita-home .side .box .pic{
    float: left;
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 15px;
}
.berita-home .side .box .pic img{
    width: 110%;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.berita-home .side .box:hover .pic img{
    opacity: 0.5; 
}
.berita-home .side .box h2{
    width: 100%;
    float: left;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    font-family: 'GothamBold';
    margin-bottom: 10px;
}
.berita-home .side .box h2 a{
    color: #414141;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.berita-home .side .box:hover h2 a{
    color: #d52128;
}
.berita-home .side .box .tgl{
    float: left;
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'GothamBook';
    font-size: 13px;
    color: #414141;
    padding-left: 10%;
    background: url(../images/time.png) no-repeat left;
}
.berita-home .side .box-suku{
    float: left;
    width: 100%;
    overflow: hidden;
}
.berita-home .side .box-suku .icon-suku{
    float: left;
    width: 20%;
    background: #ce000a;
    text-align: center;
    height: 55px;
}
.berita-home .side .box-suku .icon-suku img{
    margin-top: 12px;
}
.berita-home .side .box-suku h1{
    float: left;
    width: 75%;
    padding-left: 5%;
    height: 55px;
    font-size: 16px;
    line-height: 3.5em;
    font-family: 'GothamBold';
    color: #FFF;
    background: #ce000a;
    margin-bottom: 0px;
}
.berita-home .side .box-suku table{
    float: left;
    width: 100%;
}
.berita-home .side .box-suku th{
    border-bottom: 1px solid #FFF;
    font-family: 'GothamBold';
    color: #173983;
    font-size: 14px;
    background: #d7edf7;
    padding: 5%;
}
.berita-home .side .box-suku tr{
    background: #cad5e5;
}
.berita-home .side .box-suku tr:nth-child(odd){
    background: #FFF;
}
.berita-home .side .box-suku td{
    font-family: 'GothamBook';
    color: #173983;
    font-size: 14px;
    padding: 3.5%;
    padding-left: 5.5%;
    padding-right: 5.5%;
    border-bottom: 1px solid #FFF;
}
.berita-home .side .box-suku .foot{
    font-family: 'GothamMedium';
    color: #173983;
    font-size: 13px;
    width: 90%;
    padding: 5%;
    float: left;
    border-right: none;
    background: #cad5e5;
    text-align: right;
    font-style: italic;
}

.map-home{
    float: left;
    width: 100%;
    overflow: hidden;
}

.konten-bawah{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    -webkit-box-shadow: 0px -15px 7px -2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px -15px 7px -2px rgba(0,0,0,0.16);
    box-shadow: 0px -15px 7px -2px rgba(0,0,0,0.16);
}
.konten-bawah img{
    width: 95%;
}

.header-lain{
    float: left;
    width: 100%;
    height: 98px;
    overflow: hidden;
    position: relative;
}
.header-lain .kiri{
    float: left;
    width: 100%;
    margin-top: 35px;
}
.header-lain .kiri h1{
    float: left;
    font-family: 'GothamBook';
    font-size: 14px;
    color: #15a3f7;
}
.box-konten{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
}
.box-konten .top-menu{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.box-konten .top-menu span{
    float: left;
}
.box-konten .top-menu span a{
    float: left;
    margin-left: 8px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #FFF;
    background: #7e7e7e;
    font-family: 'open_sansbold';
    font-size: 18px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
.box-konten .top-menu span a .text{
    float: left;
}
.box-konten .top-menu span a:hover, .box-konten .top-menu span a.active{
    background: #ce000a;
    color: #FFF;
}
.box-konten .teks{
    float: left;
    width: 100%;
    padding-bottom: 15px;
    line-height: 1.5em;
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #474747;
}
.box-konten .teks h2{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'GothamBold';
    text-align: center;
    font-size: 30px;
    color: #000;
}
.box-konten .teks p{
    padding-bottom: 10px;
}
.box-konten .teks li{
    padding-left: 5px;
    margin-left: 10px;
}

.box-konten .area{
    float: left;
    width: 45%;
    margin-right: 5%;
}
.box-konten .area .pic{
    float: left;
    width: 30%;
    overflow: hidden;
}
.box-konten .area .pic img{
    width: 100%;
}
.box-konten .area .kanan{
    float: right;
    width: 61%;
    padding: 2%;
    overflow: hidden;
}
.box-konten .area .kanan h1{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}
.box-konten .area .kanan p{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    color: #464646;
    line-height: 1.5em;
    font-size: 14px;
}
.box-konten .kiri{
    float: left;
    width: 30%;
}
.box-konten .kiri .top-judul{
    float: left;
    width: 90%;
    height: 60px;
    padding-left: 5%;
    padding-right: 5%;
    color: #FFF;
    line-height: 3em;
    font-size: 18px;
    font-family: 'open_sansbold';
    background: url(../images/back-kat.jpg);
}
.box-konten .kiri .top-judul img{
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
.box-konten .kiri .area{
    float: left;
    width: 90%;
    padding: 5%;
    padding-top: 0%;
    background: #FFF;
}

#submenu1,
#submenu1 ul,
#submenu1 li,
#submenu1 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;
}
#submenu1 a {
  padding: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}
#submenu1 {
  width: 100%;
  float: left;
}
#submenu1 > ul > li {
  cursor: pointer;
}
#submenu1 > ul > li > a {
  font-size: 16px;
  display: block;
  color: #222222;
  width: 80%;
  background: #ddecf6;
  line-height:1.8em;
  transition: all 0.5s ease 0s; 
  -webkit-transition: all 0.5s ease 0s;
  border-bottom: 1px solid #aeaeae;
}
#submenu1 > ul > li > a::after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #363636;
    border-right: 3px solid #363636;
    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;
}
#submenu1 > ul > li > a:hover {
  color: #1c87d0;
  border-bottom: 1px solid #aeaeae;
}
#submenu1 > ul > li.active > a {
  color: #1c87d0;
  border-bottom: 1px solid #aeaeae;
}
/* Sub menu */
#submenu1 ul ul {
  padding: 0;
  display: none;
}
#submenu1 ul ul a {
  font-family: 'open_sansbold';  
  display: block;
  padding-left:30px;
  font-size: 14px;
  color: #000;
  transition: all 0.3s ease 0s; 
  -webkit-transition: all 0.3s ease 0s;
  border-bottom: 1px solid #aeaeae;
}
#submenu1 ul ul a:hover {
  border-right: 5px solid #1d7fc0;
}

.box-konten .kanan{
    float: right;
    width: 67%;
    background: #FFF;
}
.box-konten .kanan .pic{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.box-konten .kanan .pic img{
    width: 100%;
}
.box-konten .kanan .top-nama{
    float: left;
    width: 100%;
    font-family: 'GothamBold';
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.box-konten .kanan .teks{
    float: left;
    width: 100%;
    padding-top: 2.5%;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #000;
    line-height: 1.7em;
}
.box-konten .kanan .teks img{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.box-konten .kanan .teks p{
    padding-bottom: 15px;
    line-height: 1.7em;
}
.box-konten .kanan .teks li{
    margin-bottom: 5px;
    padding-left: 5px;
    margin-left: 25px;
}
.box-konten .kanan .teks a.link{
    float: left;
    padding: 10px;
    border-radius: 5px;
    background: #cc0000;
    color: #FFF;
    text-align: center;
    font-family: 'open_sansbold';
    font-size: 15px;
    margin-right: 20px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .kanan .teks a.link:nth-child(odd){
    float: left;
    padding: 10px;
    border-radius: 5px;
    background: #ff7400;
    color: #FFF;
    text-align: center;
    font-family: 'open_sansbold';
    font-size: 15px;
    margin-right: 20px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .kanan .teks a.link:hover{
    background: #000;
}
.box-konten h3{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'open_sansbold';
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}
.box-konten .leftside{
    float: left;
    width: 70%;
}
.box-konten .rightside{
    float: right;
    width: 25%;
}
.box-konten .box-event{
    float: left;
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-konten .box-event .pic{
    float: left;
    width: 40%;
    height: 200px;
    overflow: hidden;
}
.box-konten .box-event .pic img{
    width: 100%;
    min-height: 100%;
}
.box-konten .box-event .kanan{
    float: right;
    width: 57%;
    background: none;
}
.box-konten .box-event .kanan h1{
    float: left;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'GothamBold';
    overflow: hidden;
    text-align: left;
}
.box-konten .box-event .kanan h1 a{
    color: #464646;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .box-event .kanan h1 a:hover{
    color: #000;
}
.box-konten .box-event .kanan .tgl{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'open_sansregular';
    color: #acacac;
}
.box-konten .box-event .kanan .text{
    float: left;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'open_sansregular';
    line-height: 1.5em;
    color: #616161;
    overflow: hidden;
}
.box-konten .box-event .kanan a.link{
    float: left;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    font-family: 'open_sansbold';
    font-size: 15px;
    color: #FFF;
    background: #0188de;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .box-event .kanan a.link:hover{
    color: #FFF;
    background: #000;
}
.box-konten .box-more{
    float: left;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.box-konten .box-more .pic{
    float: left;
    width: 27%;
    overflow: hidden;
}
.box-konten .box-more .pic img{
    width: 100%;
}
.box-konten .box-more .kanan{
    float: right;
    width: 70%;
    background: none;
}
.box-konten .box-more .kanan h1{
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    font-family: 'open_sansregular';
    overflow: hidden;
    text-align: left;
}
.box-konten .box-more .kanan h1 a{
    color: #0566aa;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .box-more .kanan h1 a:hover{
    color: #000;
}
.box-konten .box-more .kanan .tgl{
    float: left;
    width: 100%;
    font-size: 11px;
    font-family: 'open_sansregular';
    color: #616161;
}

.box-konten .box-detail{
    float: left;
    width: 100%;
}
.box-konten .box-detail .side{
    float: right;
    width: 22%;
}
.box-konten .box-detail .side:nth-child(odd){
    float: left;
    width: 70%;
    padding-right: 5%;
    padding-bottom: 20px;
}
.box-konten .box-detail .side h1{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    font-size: 30px;
    color: #22326a;
    padding-bottom: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.box-konten .box-detail .side h3{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    font-size: 15px;
    color: #122d68;
    margin-bottom: 20px;
    text-align: left;
}
.box-konten .box-detail .side .tgl{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'open_sansregular';
    color: #acacac;
}
.box-konten .box-detail .side .sosmed{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.box-konten .box-detail .side .pic{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.box-konten .box-detail .side .pic img{
    width: 80%;
}
.box-konten .box-detail .side p{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'open_sansregular';
    line-height: 1.5em;
    color: #616161;
    padding-bottom: 10px;
}
.box-konten .box-detail .side .box-lain{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.box-konten .box-detail .side .box-lain .pic{
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.box-konten .box-detail .side .box-lain .pic img{
    width: 100%;
}
.box-konten .box-detail .side .box-lain h4{
    float: left;
    width: 100%;
    font-size: 13px;
    font-family: 'open_sansbold';
    line-height: 1.5em;
    padding-bottom: 15px;
    border-bottom: 1px solid #aeaeae;
}
.box-konten .box-detail .side .box-lain h4 a{
    color: #000;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .box-detail .side .box-lain h4 a:hover{
    color: #616161;
}
.box-konten .box-detail .side .box-lain .tgl{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: 'open_sansregular';
    color: #acacac;
}

.box-konten .laporan{
    width: 100%;
    float: left;
    font-family: 'open_sansregular';
    font-size: 15px;
    line-height: 1.5em;
    color: #474747;
}
.box-konten .laporan p{
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.box-konten .laporan .box-report{
    width: 23%;
    height: 280px;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    overflow: hidden;
    position: relative;
}
.box-konten .laporan .box-report .pic{
    width: 100%;
    height: 250px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-bottom: 5px;
}
.box-konten .laporan .box-report .pic img{
    height: 100%;
}
.box-konten .laporan .box-report span{
    float: left;
    font-family: 'open_sansbold';
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #0d3f79;
}
.box-konten .laporan .box-report .back{
    opacity: 0;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.box-konten .laporan .box-report:hover .back{
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
.box-konten .laporan .box-report:hover .back img{
    width: 50px;
    margin-top: 40%;
}

.box-konten .laporan table{
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'open_sansregular';
    color: #474747;
}
.box-konten .laporan th{
    background: #4a5775;
    color: #FFF;
    padding: 10px;
    font-family: 'GothamBold';
    font-size: 16px;
    text-align: center;
}
.box-konten .laporan th:nth-child(odd){
    background: #4a5775;
    color: #FFF;
    padding: 10px;
    padding-left: 20px;
    font-family: 'GothamBold';
    font-size: 16px;
    text-align: left;
}
.box-konten .laporan td{
    padding: 20px;
    line-height: 1.8em;
    -webkit-box-shadow: inset 0px 0px 0px 1px #4a5775;
    -moz-box-shadow: inset 0px 0px 0px 1px #4a5775;
    box-shadow: inset 0px 0px 0px 1px #4a5775;
}
.box-konten .laporan td a{
    color: #ff0000;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: underline;
}
.box-konten .laporan td a:hover{
    color: #000;
    text-decoration: underline;
}
.box-konten .laporan td.center{
    text-align: center;
}

.box-konten .kontak{
    float: left;
    width: 100%;
    margin-top: 50px;
}
.box-konten .kontak .kiri{
    float: left;
    width: 30%;
    overflow: hidden;
}
.box-konten .kontak .kiri .bawah{
    float: left;
    width: 100%;
    background: #FFF;
}
.box-konten .kontak .kiri .bawah b{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: 'open_sansbold';
    margin-bottom: 10px;
}
.box-konten .kontak .kiri .bawah .text{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #616161;
    font-family: 'open_sansregular';
    padding-bottom: 10px;
    line-height: 1.5em;
}
.box-konten .kontak .kiri .bawah .text b{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-family: 'open_sansbold';
}
.box-konten .kontak .kiri .bawah .text tr{
    background: none;
}
.box-konten .kontak .kiri .bawah .text td{
    background: none;
    border-bottom: none;
}
.box-konten .kontak .kiri .bawah .linkmap{
    float: left;
    font-size: 13px;
    color: #FFF;
    padding: 10px;
    background: #cc0000;
    border-radius: 15px;
    font-family: 'open_sansregular';
    margin-bottom: 30px;
}

.box-konten .kontak .kanan{
    float: right;
    width: 60%;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #464646;
    overflow: hidden;
    padding-bottom: 10px;
}
.box-konten .kontak .kanan form{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.box-konten .kontak .kanan .input{
    float:left;
    width:50%;
    padding-left:2%;
    height:45px;
    font-family: 'open_sansregular';
    font-size:14px;
    margin-bottom: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);
}
.box-konten .kontak .kanan .input2{
    float:left;
    width:30%;
    padding-left:2%;
    height: 45px;
    font-family: 'open_sansregular';
    font-size:14px;
    margin-bottom: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);
}
.box-konten .kontak .kanan textarea{
    float:left;
    width:70%;
    padding-top:2%;
    padding-left:2%;
    height:160px;
    font-family: 'open_sansregular';
    font-size:14px;
    margin-bottom: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);
}
.box-konten .kontak .kanan .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:#0188de;
    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;
}
.box-konten .kontak .kanan .submit:hover{
    color:#FFF;
    background:#000;
}
.form-pinjam{
    float:left;
    width:100%;
    overflow:hidden;
}
.form-pinjam .area{
    float:left;
    width:95%;
    margin:2.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:#e57819;
    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;
}

.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;
}

.footer{
    float: left;
    width: 100%;
    padding-top: 30px;
    background: #627fa1; 
    position: relative;
}
.footer .side{
    float: left;
    width: 10%;
}
.footer .side:nth-child(4n+2){
    float: left;
    width: 40%;
}
.footer .side:nth-child(4n+3){
    float: left;
    width: 20%;
    margin-right: 5%;
}
.footer .side:nth-child(4n+4){
    float: left;
    width: 25%;
}
.footer .side h1{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    color: #FFF;
    font-size: 16px; 
    margin-bottom: 10px;
}
.footer .side .text{
    float: left;
    width: 100%;
    color:#FFF;
    font-size:13px;
    line-height: 1.5em;
    font-family: 'open_sansregular';
}
.footer .side .text tr{
    background: none;
    border-bottom: none;
}
.footer .side .text td{
    background: none;
    border-bottom: none;
}
.footer .side .text strong{
    float: left;
    width: 100%;
    color:#FFF;
    font-size:16px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
}
.footer .side .link{
    float: left;
    width: 100%;
    color:#FFF;
    font-size:14px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px dotted #000;
    font-family: 'open_sansregular';
}
.footer .side .link a{
    color:#FFF;
}
.footer .side .ico{
    float:left;
    width:93%;
    margin-bottom:8px;
    padding-top: 2px;
    padding-left:7%;
    color:#FFF;
    font-size:12px;
    font-family: 'open_sansbold';
}
.footer .side .ico2{
    float:left;
    width:31px;
    margin-right:10px;
}
.footer .bawah{
    float:left;
    width:100%;
    overflow:hidden;
    color:#6e6e6e;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size:12px;
    font-family: 'GothamBook';
    background: #FFF;
}
.footer .bawah a{
    color: #6e6e6e;
}
.footer .atas{
    position: absolute;
    top: 22px;
    right: 80px;
}
}
@media screen and (min-width:1190px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}
#cssmenu > ul > li > a {
    padding:16px;
    font-size: 14px;
    text-decoration: none;
    color: #363636;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
}
@media screen and (min-width:1090px) and (max-width:1189px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
}
#cssmenu > ul > li > a {
    padding:16px;
    font-size: 14px;
    text-decoration: none;
    color: #363636;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
}
@media screen and (min-width:990px) and (max-width:1089px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
#cssmenu > ul > li > a {
    padding:16px;
    font-size: 14px;
    text-decoration: none;
    color: #363636;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
}