@font-face {
  font-family: "helvetica";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/helvetica_neue.eot");
  src: url("../fonts/helvetica_neue.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/helvetica_neue.woff") format("woff"), 
        url("../fonts/helvetica_neue.ttf") format("truetype"), 
        url("../fonts/helvetica_neue.svg#helvetica_neue") format("svg"); 
}
#dl-menu{
    display: none;
  }
#submenu{
  display: none;
}
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: inherit;
}
h3{
  font-size: 16px;
  text-transform: uppercase;
  color: #1874c7;
  text-align: left;
}
h2{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #01509b;
}
hr{
  border-color: #eee transparent #eee transparent;
}

body{
  font-family: "helvetica";
  margin: 0; 
  font-size: 12px;
  color: #615C5C;
  margin-top: 20px;
  margin-bottom: 20px;
  
  line-height: 17px;
}
ul{
  padding: 0;
}
ul li{
  list-style-type: none;
}

#ScrollToTop{
  text-align:center; 
  position:fixed; 
  bottom:0px; 
  right:3px; 
  cursor:pointer;
  display: none;
  z-index: 50;
}
.container{
    width: 100%;
    max-width: 1171px;
    margin: auto;
    left: 0px;
    right: 0px;
    position: relative;
    overflow: hidden;
}

/* HEADER */
#header{
    width: 100%;
    background-repeat: no-repeat;
    background-position: 102% -8px;
    background-size: 250px;
}
#header div img{
    position: absolute;
    /*top: 25px;
    right: -23px;
    width: 250px;*/
    top: 50px;
    right: 0px;
    width: 125px;
}
#search_form{
    width: 252px;
    height: 55px;  
    margin-top: 40px;
    margin-bottom: 20px;
}
.search{
    width: 252px;
    height: 38px;
    border-radius: 7px;
    border: solid 1px #999;
    padding-left: 8px;
    
    box-shadow: inset 0px 0px 10px 0px rgba(71, 71, 71, 0.5);
}
.search_btn {
  width: 20px;
  position: absolute;
  top: 9px;
  right: -3px;
  cursor: pointer;
} 
.clearfix{
  clear: both;
}
/* END HEADER */

/* CONTENT */
.top_line{
  width: 100%;
  height: 17px;
  background-image:  url('../img/patterngaris_top.png');
  background-repeat: repeat-x;
  position: relative;
  margin-top: 10px;
}
.bottom_line{
  width: 100%;
  height: 17px;
  background-image:  url('../img/patterngaris_bottom.png');
  background-repeat: repeat-x;
  position: relative;
  margin-bottom: 10px;
}
#content{
  width: 100%;
  min-height: 700px;
  height: 100%;
  background-color: #fff;
}
#promo_thumbnail{
    width: 100%;
    margin: 15px;
    left: 0px;
    right: 0px;
    position: relative;
    text-align: left;
}
#promo_thumbnail ul{
  padding:0; 
  width: 100%;
  position: relative;
  margin: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 15px;
}
#promo_thumbnail ul li{
  display: inline-block;
  list-style-type: none;
  width: 283px;  
}
.left_promo{
  margin-right: 9px; 
}
#promo_thumbnail2{
    width: 100%;
    margin: auto;
    left: 0px;
    right: 0px;
    position: relative;
    text-align: left;
    color: #01509B;
}
#promo_thumbnail2 ul{
  padding:0; 
  width: 100%;
  position: relative;
  margin: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 15px;
}
#promo_thumbnail2 ul li{
  display: inline-block;
  list-style-type: none;
  width: 290px;  
}
#promo_thumbnail3{
    width: 82%;
    margin: auto;
    left: 0px;
    right: 0px;
    position: relative;
    text-align: justify;
}
#promo_thumbnail3 ul{
  padding:0; 
  width: 100%;
  position: relative;
  margin: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 15px;
}
#promo_thumbnail3 ul li{
  display: inline-block;
  list-style-type: none;
  width: 283px;  
}

#news_thumbnail{
  position: relative;
  clear: both;
  margin-top: 20px;
}
#news_thumbnail #left_div{
  display: inline-block;
  clear: both;
}
#news_thumbnail #left_div .left_title {
    position: absolute;
background-color: #015098;
color: #FFF;
padding-left: 16px;
clear: both;
width: 584px;
}
#news_thumbnail #left_div .news_title_big{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 60px;
    width: 1170px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;
}
#news_thumbnail #left_div .news_title_big label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_thumbnail #left_div .news_title_big .overview{
    margin-top: 5px;
}

#news_thumbnail #left_div .news_title{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.60);
  color: #fff;
  font-size: 16px;
  clear: both;
  bottom: 6px;
  height: 60px;
  width: 584px;
  padding-top: 20px;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 22px;
}
#news_thumbnail #left_div .news_title label{
  font-size: 21px;
  text-transform: uppercase;
}
#news_thumbnail #left_div .news_title .overview{
  margin-top: 5px;
}
#news_thumbnail #right_div{
  display: inline-block;
  clear: both;
  vertical-align: top;
}
#news_thumbnail #right_div ul{
  padding: 0;
  margin: 0;

}
#news_thumbnail #right_div ul li{
  list-style-type: none;
  position: relative;
}
#news_thumbnail #right_div ul li img{
  width: 582px;
}
#news_thumbnail #right_div ul li div{
 position: absolute;
 width: 80%;
 text-transform: uppercase;
 top: 60%;
 left: 10px;
 color: #ffffff;
 font-size: 14px;
}
@media only screen and (min-width: 769px) {
  #product_thumbnail{
	margin: 0 auto;
	width: 800px !important;
  }
}
#product_thumbnail ul li{
  display: inline-block;
  max-width: 348px;
  margin: 20px;
  vertical-align: top;
}

#product_thumbnail ul li div{
  color: #615C5C;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 17px;
}
.btn_product{
  vertical-align: bottom;
}
#product_icon{
  margin-top: 20px;
}
#product_icon ul li{
  margin-left: 13px;
  margin-right: 13px;
}
.right_content{
  width: calc(100% - 278px);
  text-align: left;
  margin-left: 285px;
  position: relative;
}
.content_lokasi{
width: 60%;
float: left;
margin-left: 30px;
margin-top: -15px;
}

.by_location{
  height: 40px;
  border-radius: 5px;
  border: solid 1px #999;
  padding-left: 8px;
  width: 190px;
  max-width: 250px;
  margin-top: 4px;
}
#weather img{
  position: absolute;
  left: 175px;
  margin-top: 10px;
  cursor: pointer;
}

.cari{
  height: 40px;
  font-size: 14px;
  margin-top: 4px;
  background-color: #FF7200;
  border: solid 1px #fff;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin-right: 9px;
  margin-left: 8px;
}

.bottom_margin{
  margin-bottom: 20px;

}
.detail_promo{
  position: relative;
  float: right;
  right: 0px;
  width: 35%;
  font-size: 14px;
  margin-right: 10px;
  line-height: 20px;
}
.list_produk{
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
}
.list_produk img{
  margin-bottom: 15px;
}
.list_produk .readmore{
  margin-top: 15px;
}

#mapcontainer{
height: 600px;
width: 100%;
position: relative;
background-color: #E5E3DF;
overflow: hidden;
}

#map2{
  border: solid 2px;
  border-color: #609AD0;
  max-height: 605px;
  height: 100%;
  border-radius: 3px;
}

#office{
  margin:0 auto;
  width:80%;
  height: 100%;
  }
#kiri{
width:45%;
float:left;
height: 200px;
}
#kanan{
width:45%;
float:right;
height: 200px;
}
#contact{
  margin:0 auto;
  width:50%;
  height: 100%;  
}
#contactimage{
  float: left;
  width:50%;
  height: 100%;  
}
#contkiri{
width:45%;
float:left;
}
#contkanan{
width:45%;
float:left;
margin-top: 25px;
}
/* END CONTENT */

/* FOOTER */
#footer{
  width: 100%;
}
#footer #blue{
  width: 100%;
  background-color: #015098;
  height: 115px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
  padding-top: 10px;
}
#footer ul li{
  display: inline-block;
}
#img_footer{
  height: 25px;
  margin: 5px;
}
span.transbox
{
    /*margin: 30px;*/
    /*border: 1px solid black;*/
    opacity: 0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}
span.transbox div
{
    /*margin: 5%;*/
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6f9ac4;
    width: 300px;
    height: 136px;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
}
span.transboxbig
{
    /*margin: 30px;*/
    /*border: 1px solid black;*/
    opacity: 0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    vertical-align: bottom;
}
span.transboxbig div
{
    /*margin: 5%;*/
    font-weight: bold;
    color: #FFFFFF;
    background-color: #6f9ac4;
    width: 300px;
    height: 136px;
    font-size: 15px;

}

.beritainnertext{
    padding: 10px 0px 0px 20px;
}

.text_promo{
    color:#02519c;
    font-size: 16px;
}
.twitter{
    background-color: #01509b;
}

.aplikasi_left{
    float: left;
    width:50%;
}
.aplikasi_right{
    float: right;
    width:50%;
}
.kontak_left{
    display: inline-block;
    width: 101px;
    margin: 20px;
    height: 114px;
}
.kontak_right{
    display: inline-block;
    width: 201px;
    height: 114px;
    vertical-align: top;
    margin: 20px;
    padding:20px 0px 0px 0px;
}
.berita{
    margin: 0;
    width: 100%;
    height: 100%;
}
.berita_left{
    float: left;
    width:60%;
}
.berita_right{
    float: left;
    width:40%;
}

.kontak{
    padding: 0px 0px 0px 200px;
}
#news_row1 #left_div_row1 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row1 #left_div_row1 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row1 #left_div_row1 .news_title_big_row .overview{
    margin-top: 5px;
}

#news_row2 #left_div_row2 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row2 #left_div_row2 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row2 #left_div_row2 .news_title_big_row .overview{
    margin-top: 5px;
}

#news_row3 #left_div_row3 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row3 #left_div_row3 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row3 #left_div_row3 .news_title_big_row .overview{
    margin-top: 5px;
}

#news_row4 #left_div_row4 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row4 #left_div_row4 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row4 #left_div_row4 .news_title_big_row .overview{
    margin-top: 5px;
}

#news_row5 #left_div_row5 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row5 #left_div_row5 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row5 #left_div_row5 .news_title_big_row .overview{
    margin-top: 5px;
}

#news_row6 #left_div_row6 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row6 #left_div_row6 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row6 #left_div_row6 .news_title_big_row .overview{
    margin-top: 5px;
}

#news_row7 #left_div_row7 .news_title_big_row{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 16px;
    clear: both;
    bottom: 4px;
    height: 30px;
    width: 30px;
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;

}
#news_row7 #left_div_row7 .news_title_big_row label{
    font-size: 24px;
    text-transform: uppercase;
}
#news_row7 #left_div_row7 .news_title_big_row .overview{
    margin-top: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 390px) {

#mapcontainer{
max-height: 300px;
height: 100%;
width: 88%;
position: absolute;
background-color: #E5E3DF;
overflow: hidden;
}
#map2{
  border: solid 2px;
  border-color: #609AD0;
  height: 305px;
  border-radius: 3px;
}
}

@media only screen and (min-width:0px) and (max-width: 779px) {


#right_div ul li div {
    position: absolute;
    width: 127%;
    text-transform: uppercase;
    top: 77%;
    left: 10px;
    color: #ffffff;
    font-size: 15px;
}

body{
    margin-bottom: 0;
}

.aplikasi_right {
    float: left;
     text-align: center;
    margin-left: 27%;
}

.aplikasi_right div img {
    width: 50%;
    
}

#news_thumbnail #left_div {
  display: none;
}
   
#contkanan {
    width: 45%;
    float: left;
    position: absolute;
    bottom: 26%;
    width: 100%;
}

#promo_thumbnail2 {
    width: 100%;
    margin: auto;
    left: 0px; 
    right: 0px;
    position: relative;
    text-align: center;
        margin-bottom: -11px;

}

#news_thumbnail #right_div ul li div {
    position: absolute;
    width: 96%;
    text-transform: uppercase;
    top: 40%;
    left: 10px;
    color: #ffffff;
    font-size: 9px;

}
#news_thumbnail #left_div .news_title {
    position: static;
    background-color: rgba(0, 0, 0, 0.60);
    color: #fff;
    font-size: 0px;
    clear: both;
    bottom: 4px;
    height: 60px;
    width: 321px;
    padding-top: 7px;
    padding-bottom: 8px;
    text-align: center;
}
#product_thumbnail ul li {
    display: inline-block;
    max-width: 348px;
    margin: 20px;
    vertical-align: top;
    margin-left: 3px;
    margin-top: -9px;
}

.search_btn {
    width: 13px;
    position: absolute;
    top: 7px;
    right: 186px;
    cursor: pointer;
}  

#footer #blue {
    width: 100%;
    background-color: #015098;
    height: 132px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    padding-top: 0px;
}

.btn_product {
    vertical-align: bottom;
    width: 195px;
}

#main_slider #slider li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 106px;
    background: #ccc;
    text-align: 1171px;
    line-height: 0px;
}

.right_content {
    width: calc(100% - 278px);
    text-align: right;
    margin-left: -7px;
    position: relative;
}

#product_icon {
    margin-top: -200px;
    visibility: hidden;
}

#news_thumbnail #left_div .left_title img {
    width: 313px;
}

#news_thumbnail #right_div ul li img {
    width: 100%;
    height: auto;
    margin-left: 3px;
}

.bottom_margin {
    margin-bottom: 14px;
    margin-top: 4px;
    width: 310px;
    margin-left: -4%;
}

#right_div{
  width: 100%;
}

#content {
    min-height: 593px;
    height: 100%;
    background-color: #fff;
    margin-bottom: -700px;
     width: 90%;
  margin: auto;
  left: 0;
  right: 0px;
}

 #promo_thumbnail {
    width: none;
    margin: auto;
    left: 0px;
    right: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

#promo_thumbnail3 {
    width: 90%;
    margin: auto;
    left: 0px;
    right: 0px;
    position: relative;
    text-align: left;
}
#kanan {
    width: 45%;
    float: right;
    height: 200px;
    margin-bottom: 150px;
}
#main_slider {
    width: 1171px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    height: 466px;
}
#kanan {
    width: 45%;
    float: right;
    height: 200px;
    margin-bottom: 220px;
}
#kiri {
    width: 45%;
    float: right;
    height: 200px;
    margin-bottom: -100%;
    margin-right: 61%;
}
#menu {
    margin-top: 9px;
}
#footer {
    width: 100%;
}

.top_line {
    width: 100%;
    height: 17px;
    /* background-image: url('../img/patterngaris_top.png'); */
    background-repeat: repeat-x;
    position: relative;
    margin-top: -23px;
}

.hidden {
    display: none;
}

#product_thumbnail {
    text-align: center;
}
.detail_promo{
    position: relative;
    float: left;

     right: 0; 
    width: 0; 
   font-size: 0; 
     margin-right: 0; 
     line-height: 0; 
}
.detail_promo p{
  margin-top: 40px;
}
 .right_content{
   margin-left: 0px;
   width: 100%;
   text-align: center;
 }
 #promo_thumbnail {
     width: none; 
 }

 h3 {
   width: 100%;
   padding-left: 10px;
 }

 h2 {
     padding-left: 10px;
 }

 .right_content{
   margin-left: 0px;
   width: 100%;
   text-align: center;
 }

 h3 {
   width: 100%;
   padding-left: 0px;
 }

 h2 {
     padding-left: 0px;
 }

.aplikasi_left img{
    
  float: left;
  width: 101%;
  margin-bottom: -43px;
}

.aplikasi_left {
    float: left;
    width: 97%;
  }

.berita_right {
    float: right;
    width: 40%;
    display: none;
}

.content_lokasi {
    margin-top: -1px;
}


.aplikasi_right div img {
    width: 51%;
    margin:0 auto
}

.berita_left .news_row .left_div_row img {
    width: 175%;
    margin: auto;
    text-align: center;
    margin-left: -7px;

}

#hotdetailimg {
  width: 100%;
}

#right_content #promo_thumbnail{
  width: 100%;
}

}

@media only screen and (min-width:0px) and (max-width: 750px) {


#right_div ul li div {
    position: absolute;
    width: 127%;
    text-transform: uppercase;
    top: 77%;
    left: 10px;
    color: #ffffff;
    font-size: 15px;
}

}

@media only screen and (min-width: 643px)  and (max-width: 856px) {
#news_thumbnail #right_div ul li div {
    position: absolute;
    width: 96%;
    text-transform: uppercase;
    top: 77%;
    left: 10px;
    color: #ffffff;
    font-size: 16px;
}

.aplikasi_left img {
    float: left;
    width: 64%;
    margin-bottom: -43px;
    margin-left: 141px;
}

.aplikasi_right div img {
    margin: 0 auto;
}

.bottom_margin {
    margin-bottom: 14px;
    margin-top: 4px;
    width: 310px;
    margin-left: 2%;
}

}
