@charset "utf-8";
/* CSS Document */
@media screen and (min-width:990px) {
.waico{
    position: fixed;
    bottom: 100px;
    right: 10px;
    width: 157px;
    z-index: 10;
}   
.waico img{
    width: 145px;
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}  

body{
  	margin: 0px;
  	background: #FFF;
}
.menu-mobile{
	 display:none;
}
#menumob{
	 display:none;
}

.header-atas{
  	float: left;
  	width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
  	overflow: hidden;
  	background: #FFF;
}
.header-atas .kiri{
    float: left;
    margin-top: 10px;
    width: 290px;
    overflow: hidden;
}
.header-atas .kiri img{
    width: 100%;
}
.header-atas .menuatas{
    float: right;
    margin-top: 45px;
    margin-right: 30px;
    color: #727272;
    font-size: 14px;
    font-family: 'Roboto-Medium';
}
.header-atas .menuatas a{
    float: right;
    color: #727272;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #aaaaaa;
}
.header-atas .menuatas a:nth-last-child(1){
    float: right;
    color: #727272;
    padding-left: 20px;
    margin-left: 20px;
    border-left: none;
}
.header-atas .kanan{
    float: right;
    width: 45px;
}
.header-atas .kanan img{
    float: left;
    width: 100%;
}

ul#menu{
    float: right;
    background: #092d76;
    color: #FFF;
    font-family: 'Roboto-Black';
    font-size: 14px;
    margin-top: 12px;
    position: relative;
    z-index: 10;
}
ul#menu > li{
    float: right;
    list-style-type: none;
    position: relative;
    border: 1px solid #46639f;
    margin-left: -2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
label{
    position: relative;
    display: block;
    padding: 0 30px 0 12px;
    line-height: 2.1em;
    transition: background 0.3s;
    cursor: pointer;
}
label:after{
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid #FFF;
    border-bottom: 0 solid rgba(255,255,255,.5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition:border-bottom .1s, border-top .1s .1s;
}
label.calc:hover,
input:checked ~ label{background:rgba(0,0,0,.3);}

input:checked ~ label:after{
    border-top:0 solid rgba(255,255,255,.5);
    border-bottom:4px solid rgba(255,255,255,.5);
    transition:border-top .1s, border-bottom .1s .1s;
}
input:checked ~ ul.submenu{
    max-height:300px;
    transition:max-height 0.5s ease-in;
}
ul.submenu{
    max-height:0;
    padding:0;
    overflow:hidden;
    list-style-type:none;
    background:#444;
    box-shadow:0 0 1px rgba(0,0,0,.3);
    transition:max-height 0.5s ease-out;
    position:absolute;
    min-width:100%;
}
ul.submenu li a{
    display:block;
    padding:15px;
    font-size: 13px;
    color:#ddd;
    text-decoration:none;
    box-shadow:0 -1px rgba(0,0,0,.5) inset;
    transition:background .3s;
    white-space:nowrap;
}
ul.submenu li a:hover{
    background:rgba(0,0,0,.3);
}

.header-bawah{
    float: left;
    width: 100%;
    background: #092d76;
    position: relative;
    z-index: 10;
}
#navbar {
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 60px;
}

#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: 'Roboto-Black';
    line-height: 1;
    color: #000;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #FFF;
    background: #0072a1;
}
#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 > li > a {
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #FFF;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}

.home1_left{
    float: left;
    width: 65.777%;
    height: 350px;
    overflow: hidden;
    margin: 0.5%;
    margin-right: 0%;
    background: #000;
}
.home1_left img{
    width: 100%;
    height: 100%;
}
.home1_right{
    float: right;
    width: 32.666%;
    height: 350px;
    overflow: hidden;
    margin: 0.5%;
    margin-left: 0%;
    background: #DDD;
    text-align: center;
}
.home1_right .button{
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background: #000;
    color: #FFF;
    font-family: 'Roboto-Medium';
    font-size: 30px;
}

.product_home{
    float: left;
    width: 32.666%;
    height: 400px;
    margin: 0.5%;
    margin-right: 0%;
    margin-top: 0%;
    overflow: hidden;
    position: relative;
    background: #000;
}
.product_home img{
    width: 100%;
    height: 100%;
}
.product_home .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(255,255,255,0.5);
    font-family: 'Roboto-Black';
    font-size: 15px;
    color: #000;
    text-align: center;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(242,144,69,0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.product_home:hover .overlay {
    height: 100%;
}
.product_home .text h1{
    font-family: 'Roboto-Black';
    color: #FFF;
    font-size: 25px;
    margin-bottom: 20px;
}
.product_home .text {
    font-family: 'Roboto-Medium';
    color: #FFF;
    font-size: 17px;
    width: 70%;
    float: left;
    margin-top: 100px;
    margin-left: 15%;
    text-align: center;
    line-height: 1.5em;
}

.info_home{
    float: left;
    width: 45%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 2.5%;
    -webkit-box-shadow: 4px 0px 0px 0px rgba(98,208,221,1);
    -moz-box-shadow: 4px 0px 0px 0px rgba(98,208,221,1);
    box-shadow: 4px 0px 0px 0px rgba(98,208,221,1);
}
.info_home:nth-last-child(odd){
    float: left;
    width: 45%;
    text-align: center;
    margin-top: 40px;
    padding: 2.5%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.info_home .pic{
    float: left;
    width: 100%;
    height: 110px;
    text-align: center;
    margin-bottom: 10px;
}
.info_home .pic img{
    height: 110px;
}
.info_home h1.name{
    font-family: 'open_sansbold';
    font-size: 40px;
    color: #00006f;
    margin-bottom: 10px;
}
.info_home .text{
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #484848;
}

.berita_home{
    float: left;
    width: 90%;
    padding: 5%;
    background: #faf4f4;
}
.berita_home .old_news{
    float: left;
    width: 40%;
}
.berita_home .old_news .title{
    float: left;
    margin-top: 5px;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}
.berita_home .old_news .more{
    float: right;
    margin-top: 7px;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #c65900;
}
.berita_home .old_news .box{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.berita_home .old_news .box .pic{
    float: left;
    width: 35%;
    height: 90px;
    overflow: hidden;
}
.berita_home .old_news .box .pic img{
    width: 100%;
    height: 100%;
}
.berita_home .old_news .box .desc{
    float: right;
    width: 60%;
    height: 90px;
    overflow: hidden;
}
.berita_home .old_news .box .desc .date{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'open_sansregular';
    color: #383838;
    font-size: 11px;
}
.berita_home .old_news .box .desc .name{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    color: #092d76;
    font-size: 13px;
}
.berita_home .old_news .box:hover .desc .name{
    color: #000;
}
.berita_home .new_news{
    float: right;
    width: 50%;
    padding: 2.5%;
    background: #FFF;
    -webkit-box-shadow: inset 0px 0px 2px 1px rgba(222,218,218,1);
    -moz-box-shadow: inset 0px 0px 2px 1px rgba(222,218,218,1);
    box-shadow: inset 0px 0px 2px 1px rgba(222,218,218,1);
}
.berita_home .new_news .title{
    float: left;
    width: 100%;
    font-family: 'Roboto-Bold';
    font-size: 20px;
    color: #8a8a8a;
    margin-bottom: 10px;
}
.berita_home .new_news .pic{
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
}
.berita_home .new_news .pic img{
    width: 100%;
    height: 100%;
}
.berita_home .new_news .name{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    color: #343434;
    font-size: 18px;
    margin-bottom: 10px;
}
.berita_home .new_news .date{
    float: left;
    font-family: 'open_sansregular';
    color: #383838;
    font-size: 11px;
}
.berita_home .new_news .more{
    float: right;
    font-family: 'open_sansbold';
    font-size: 11px;
    color: #0066b3;
}

.map_home{
    float: left;
    width: 100%;
}

.link{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFF;
}
.link .slideico{
    float: left;
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
}
.link .box{
    float: left;
    width: 80%;
    height: 90px;
    margin: 10%;
    text-align: center;
    overflow: hidden;
}
.link .box img{
    width: 100%;
    height: 100%;
}

.about_page{
    float: left;
    width: 99%;
    margin: 0.5%;
}
.about_page .pic{
    float: left;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
}
.about_page .pic img{
    width: 100%;
    height: 100%;
}
.about_page .text{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #484848;
}
.about_page .text .title{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
    font-size: 24px;
    color: #00006f;
}
.about_page .text p{
    padding-bottom: 15px;
    line-height: 1.7em;
}
.about_page .text li{
    padding-left: 5px;
    margin-left: 20px;
}

.produk_page{
    float: left;
    width: 99%;
    margin: 0.5%;
}
.produk_page .pic{
    float: left;
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.produk_page .pic img{
    width: 100%;
    height: 100%;
}
.produk_page .pic .back{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; 
    top: 0;
    background: rgba(0,0,0,0.5);
}
.produk_page .pic .back .desc{
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-family: 'open_sansregular';
}
.produk_page .pic .back .desc .title{
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 48px;
    font-family: 'Roboto-Bold';
    margin-bottom: 20px;
}
.produk_page .text{
    float: left;
    width: 100%;
    overflow: hidden;
}
.produk_page .text .leftside{
    float: left;
    width: 75%;
    overflow: hidden;
    color: #484848;
    line-height: 1.7em;
    font-size: 15px;
    font-family: 'open_sansregular';
}
.produk_page .text .leftside strong{
    float: left;
    width: 100%;
    color: #00006f;
    font-size: 24px;
    font-family: 'Roboto-Bold';
    margin-bottom: 10px;
}
.produk_page .text .leftside p{
    padding-bottom: 15px;
}
.produk_page .text .leftside li{
    padding-left: 5px;
    margin-left: 15px;
}
.produk_page .text .leftside table{
    float: left;
    width: 200%;
    overflow-x: scroll;
}
.produk_page .text .leftside tr{
    color: #484848;
    line-height: 1.2em;
    font-size: 12px;
    font-family: 'open_sansregular';
}
.produk_page .text .leftside td{
    padding: 5px;
}
.produk_page .text .leftside .link{
    float: left;
    margin-top: 30px;
    width: 160px;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
    background: #f58634;
    font-family: 'open_sansbold';
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.produk_page .text .leftside .link:hover{
    background: #000;
    color: #FFF;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    float: left;
    margin-left: 30%;
    position: relative;
    background-color: #fefefe;
    width: 40%;
    padding-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
h1.orderform{
    float: left;
    width: 90%;
    background: #666666;
    font-family: 'open_sansbold';
    color: #FFF;
    font-size: 14px;
    padding: 2.5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h1.sugest{
    float: left;
    width: 90%;
    background: #092d76;
    font-family: 'open_sansbold';
    color: #FFF;
    font-size: 16px;
    padding: 2.5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
}
h1.sugest img{
    float: left;
    margin-right: 10px;
}
form.pesan{
    float: left;
    width: 90%;
    margin-left: 5%;
}
.inputform{
    float: left;
    width: 98%;
    height: 40px;
    padding-left: 2%;
    border-radius: 5px;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    border: none;
    font-family: 'open_sansregular';
    font-size: 13px;
    margin-bottom: 10px;
    color: #282828;
}
.label{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    margin-bottom: 10px;
    color: #282828;
}
textarea.formorder{
    float: left;
    width: 98%;
    height: 100px;
    padding-top: 2%;
    padding-left: 2%;
    border-radius: 5px;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    box-shadow: inset 0px 0px 0px 1px rgba(221,221,221,1);
    border: none;
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #282828;
    margin-bottom: 10px;
}
.form-style-1 input:required, .form-style-1 textarea:required{
    background: #f5f5f5;
}
.submit{
    float: left;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-family: 'open_sansbold';
    font-size: 15px;
    color: #FFF;
    background: #f58634;
    border: none;
    border-radius: 5px;
    margin-bottom: 20px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: #FFF;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    float: right;
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    margin-right: -10px;
    margin-top: -40px;
    position: relative;
    text-align: center;
}
.close:hover,
.close:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
.close1 {
    color: #FFF;
    background: #000;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    float: right;
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
    position: absolute;
    text-align: center;
    right: 10px;
    top: 10px;
}
.close1:hover,
.close1:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.produk_page .text .rightside{
    float: right;
    width: 20%;
    overflow: hidden;
}
.produk_page .text .rightside .title{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'open_sansbold';
    font-size: 14px;
    color: #303030;
    margin-bottom: 15px;
}

.produk_page .product_more{
    float: left;
    width: 100%;
    height: 215px;
    overflow: hidden;
    position: relative;
    background: #000;
    margin-bottom: 10px;
}
.produk_page .product_more img{
    width: 100%;
    height: 100%;
}
.produk_page .product_more .name{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(255,255,255,0.5);
    font-family: 'Roboto-Black';
    font-size: 15px;
    color: #000;
    text-align: center;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(242,144,69,0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.produk_page .product_more:hover .overlay {
    height: 100%;
}
.produk_page .product_more .text h1{
    font-family: 'Roboto-Black';
    color: #FFF;
    font-size: 15px;
    margin-bottom: 20px;
}
.produk_page .product_more .text {
    font-family: 'Roboto-Medium';
    color: #FFF;
    font-size: 14px;
    width: 80%;
    float: left;
    margin-top: 30px;
    margin-left: 10%;
    text-align: center;
    line-height: 1.3em;
}

.news_page{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.news_page .top{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #00006f;
    font-family: 'open_sansbold';
}
.news_page .box{
    float: left;
    width: 31%;
    margin-right: 2%;
    height: 420px;
    margin-bottom: 30px;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e9e9e9;
    -moz-box-shadow: inset 0px 0px 0px 1px #e9e9e9;
    box-shadow: inset 0px 0px 0px 1px #e9e9e9;
}
.news_page .box .pic{
    float: left;
    width: 100%;
    height: 230px;
    overflow: hidden;
    text-align: center;
}
.news_page .box .pic img{
    width: 100%;
    height: 100%;
}
.news_page .box .caption{
    float: left;
    width: 90%;
    height: 160px;
    overflow: hidden;
    margin: 5%;
}
.news_page .box .caption h1.title{
    float: left;
    width: 100%;
    height: 40px;
    color: #3a3a3a;
    font-size: 16px;
    font-family: 'open_sansbold';
    margin-bottom: 10px;
    overflow: hidden;
    text-align: left;
    margin-top: 0px;
}
.news_page .box .caption .text{
    float: left;
    width: 100%;
    height: 55px;
    color: #838383;
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-family: 'open_sansregular';
}
.news_page .box .caption a.more{
    float: right;
    color: #FFF;
    font-size: 11px;
    padding: 10px;
    background: #f58634;
    font-family: 'open_sansbold';
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.news_page .box .caption a.more:hover{
    background: #000;
}
.news_page .leftdetail{
    float: left;
    width: 65%;
}
.news_page .leftdetail .titledetail{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    color: #00006f;
    font-family: 'open_sansbold';
}
.news_page .leftdetail .date{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    color: #727272;
    font-family: 'open_sansregular';
}
.news_page .leftdetail .date .share{
    float: right;
}
.news_page .leftdetail .pic{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.news_page .leftdetail .pic img{
    width: 100%;
}
.news_page .leftdetail .text{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #484848;
}
.news_page .leftdetail .text p{
    padding-bottom: 15px;
    line-height: 1.7em;
}
.news_page .leftdetail .text li{
    padding-left: 5px;
    margin-left: 20px;
}
.news_page .rightdetail{
    float: right;
    width: 30%;
    overflow: hidden;
}
.news_page .rightdetail .title{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'open_sansbold';
    font-size: 14px;
    color: #00006f;
    margin-bottom: 15px;
}
.news_page .rightdetail .boxmore{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.news_page .rightdetail .boxmore .pic{
    float: left;
    width: 30%;
    height: 70px;
    overflow: hidden;
}
.news_page .rightdetail .boxmore .pic img{
    width: 100%;
    height: 100%;
}
.news_page .rightdetail .boxmore .desc{
    float: right;
    width: 65%;
    height: 70px;
    overflow: hidden;
}
.news_page .rightdetail .boxmore .desc .date{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'open_sansregular';
    color: #383838;
    font-size: 11px;
}
.news_page .rightdetail .boxmore .desc .name{
    float: left;
    width: 100%;
    font-family: 'open_sansbold';
    color: #092d76;
    font-size: 13px;
}
.news_page .rightdetail .boxmore:hover .desc .name{
    color: #000;
}

.news_page .rightdetail .menu{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.news_page .rightdetail .menu .name{
    float: left;
    width: 100%;
    color: #092d76;
    font-size: 19px;
    font-family: 'Roboto-Black';
    margin-bottom: 20px;
    line-height: 1.7em;
}
.news_page .rightdetail .menu .name img{
    float: left;
    margin-right: 10px;
}
.news_page .rightdetail .menu a.link{
    float: left;
    width: 84%;
    padding: 4.5%;
    padding-left: 8%;
    border-radius: 10px;
    position: relative;
    background: #EEE;
    font-family: 'open_sansbold';
    font-size: 14px;
    color: #000;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(171,171,171,1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(171,171,171,1);
    box-shadow: inset 0px 0px 0px 1px rgba(171,171,171,1);
    margin-bottom: 10px;
    transition: all 0.5s ease 0s; 
    -webkit-transition: all 0.5s ease 0s;
}
.news_page .rightdetail .menu a.link:after {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: none;
    border-right: none;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_page .rightdetail .menu a.link:hover, .news_page .rightdetail .menu a.link.active{
    background: #1a2cac;
    color: #FFF;
    -webkit-box-shadow: inset 0px 0px 0px 1px #1a2cac;
    -moz-box-shadow: inset 0px 0px 0px 1px #1a2cac;
    box-shadow: inset 0px 0px 0px 1px #1a2cac;
}
.news_page .rightdetail .menu a.link:hover:after, .news_page .rightdetail .menu a.link.active:after {
    position: absolute;
    top: 19px;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 3px solid #05adfb;
    border-right: 3px solid #05adfb;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_page .leftdetail .report{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.news_page .leftdetail .report .name{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #092d76;
    font-size: 16px;
    font-family: 'open_sansbold';
}
.news_page .leftdetail .report table{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.news_page .leftdetail .report th{
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-family: 'open_sansbold';
    background: #0566aa;
    border: 1px solid #b2b2b2;
}
.news_page .leftdetail .report td{
    margin-top: -1px;
    padding: 10px;
    text-align: left;
    color: #000;
    font-size: 14px;
    font-family: 'open_sansregular';
    background: #FFF;
    border: 1px solid #b2b2b2;
}

.location_page{
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}
.location_page .top{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #00006f;
    font-family: 'open_sansbold';
}
.location_page .pic{
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 10px;
    border: 4px solid #aadaff;
}
.location_page .pic img{
    width: 100%;
    height: 100%;
}
.location_page .desc{
    float: left;
    margin-left: 50px;
    font-family: 'open_sansregular';
    color: #000;
    line-height: 1.7em;
    font-size: 14px;
}
.location_page .desc b{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #3a3a3a;
    font-family: 'open_sansbold';
    font-size: 16px;
    font-style: normal;
}

.simulasi{
    width:99%;
    float:left;
    border:1px solid #CCC;
    border-radius:8px;
    margin-top:20px;
    overflow:hidden;
}
.simulasi .judul{
    width:100%;
    height:40px;
    float:left;
    overflow:hidden;
    text-align:center;
    color:#FFF;
    font-family: 'open_sansbold';
    font-size:16px;
    background:#3e3e3e;
    line-height:2.4em;
}
.judul_bawah{
    width:100%;
    float:left;
    overflow:hidden;
    color:#000;
    font-family: 'open_sansbold';
    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: 'open_sansbold';
    font-size:16px;
    line-height:2.4em;
}
.simulasi_dua .judul_bawah{
    width:100%;
    float:left;
    overflow:hidden;
    color:#000;
    font-family: 'open_sansregular';
    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: 'open_sansregular';
    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: 'open_sansregular';
    font-size:13px;
    line-height:1.6em;
}
tbody tr.angsuran_dua {
    background:#3e3e3e;
    border-radius:8px;
    border:1px solid #fff;
    font-family: 'open_sansregular';
    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: 'open_sansregular';
    font-size:13px;
}
tbody tr.isi:nth-child(odd) td{
    background: #f6f6f6;
}

.frame_simulasi{
    width:439px;
    margin:0 auto;
    padding-top:20px;
    font-family: 'open_sansregular';
}
.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{
    width:180px;
    float:left;
    margin-right:5px;
    margin-bottom:10px;
    overflow:hidden;
}
.frame_simulasi .tengah .input{
    width:170px;
    height:27px;
    padding-left:8px;
    background:#FFF;
    border:1px solid #CCC;
    font-family: 'open_sansregular';
}
.frame_simulasi .tengah select{
    width:180px;
    height:27px;
    padding-left:8px;
    background:#FFF;
    border:1px solid #CCC;
    font-family: 'open_sansregular';
}
.frame_simulasi .tengah 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: 'open_sansregular';
}
.frame_simulasi .tengah select.tgl_dua{
    width:50px;
    height:27px;
    float:left;
    padding-left:5px;
    background:#FFF;
    border:1px solid #CCC;
    font-style:normal;
    font-size:13px;
    font-family: 'open_sansregular';
}
.frame_simulasi .tengah select.tgl_tiga{
    width:60px;
    height:27px;
    float:left;
    padding-left:2px;
    background:#FFF;
    margin-left:5px;
    border:1px solid #CCC;
    font-style:normal;
    font-size:13px;
    font-family: 'open_sansregular';
}
.frame_simulasi .tengah label {
    font-family: 'open_sansregular';
    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: 'open_sansregular';
}
.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 .submit{
    width:140px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius:5px;
    text-align:center;
    margin-top:40px;
    margin-bottom:20px;
    background:#3e3e3e;
    border:1px solid #3e3e3e;
    color:#FFF;
    font-family: 'open_sansbold';
    -webkit-transition: background-color 0.9s, color 0.9s;
    transition: background-color 0.9s, color 0.9s;
}
.frame_simulasi .tengah .submit:hover{
    background: #000;
    -webkit-transition: background-color 0.9s, color 0.9s;
    transition: background-color 0.9s, color 0.9s;
}

.footer{
    float: left;
    width: 100%;
    border-top: 5px solid #f58634;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #092d76;
}
.footer .logo_bawah{
    float: left;
    width: 290px;
    overflow: hidden;
}
.footer .logo_bawah img{
    width: 100%;
}
.footer .kontak_bawah{
    float: left;
    width: 350px;
    overflow: hidden;
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #FFF;
    margin-left: 100px;
    padding-left: 10px;
}
.footer .kontak_bawah .title{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #00fcff;
    margin-bottom: 10px;
}
.footer .kontak_bawah .info i{
    float: left;
    width: 10px;
    margin-right: 15px;
    margin-top: 3px;
    text-align: center;
}
.footer .kontak_bawah .info{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.footer .sosmed_bawah{
    float: right;
    width: 290px;
    overflow: hidden;
}
.footer .sosmed_bawah .title{
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Roboto-Medium';
    font-size: 14px;
    color: #00fcff;
    margin-bottom: 10px;
}
.footer .sosmed_bawah i{
    float: left;
    color: #FFF;
    font-size: 35px;
    margin-right: 10px;
}
.footer .bottom{
    float: left;
    width: 100%;
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #FFF;
    margin-top: 20px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(../images/top.png) no-repeat center #e6212a;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
}
#back-to-top:hover {
    opacity: 0.5;
}
#back-to-top.show {
    opacity: 1;
}

.paging{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paging ul{
    float: left;
    width: 100%;
}
.paging li{
    float: left;
    list-style: none;
    margin-right: 5px;
}
.paging li a.pag{
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #909090;
    background: #FFF;
    color: #909090;
    font-size: 15px;
    line-height: 2.3em;
    font-family: 'Roboto-Medium';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.paging li a.pag:hover, .paging li a.pag.active{
    border: 1px solid #1a2cac;
    background: #1a2cac;
    color: #FFF;
}

.customNavigation{
    float: left;
    width: 90%;
    margin-left: 5%;
}
#prev{
    width: 25px;
    height: 43px;
    background: transparent url(../images/kiri.png) no-repeat;
    position: relative;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    margin-top: -90px;
    float: left;
    opacity: 0.8;
}
#prev:hover{
    opacity:1;
}
#next{
    width: 25px;
    height: 43px;
    background: transparent url(../images/kanan.png) no-repeat;
    position: relative;
    text-indent: -9000px;
    cursor: pointer;
    z-index: 1;
    margin-top: -90px;
    float: right;
    opacity: 0.8;
}
#next:hover{
    opacity:1;
}
}
@media screen and (min-width:1180px){
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 1110px;
}
}
@media screen and (min-width:1090px) and (max-width:1179px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
}
}
@media screen and (min-width:990px) and (max-width:1079px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
}