html,
body,
.view
{
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}



@media (max-width: 740px) {
  html,
  body,
  .carousel 
  {
    height: 1000px;
  }

  
}

@media (min-width: 800px) and (max-width: 850px) {
  html,
  body,
  .carousel 
  {
    height: 650px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
     background: #253c80!important;
  }
}

@media only screen and (max-width: 768px) 
{
  .navbar 
  {
    background-color: #253c80; 
  } 
  
}

.navbar {
  background-color: rgba(37,60,128,0.8); }

.top-nav-collapse {
  background-color: #253c80; }

.page-footer {
  background-color: #253c80; 
  bottom: 0;
}


.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.nav-item li > a {
    padding: 10px 15px;
    color: #000;
}

.nav-item .active a:focus,
.nav-item li a:focus ,
.navbar > .show > a:focus{
    background: #feb600;
    outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
    word-wrap: break-word  !important;
}

.nav-item li a:hover
{
  background: #feb600;
}

.scrolling-navbar 
{
      transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.blok-2
{
  /*background: #e7e7e7;*/
  
}

.carousel 
{
  height: 100vh;
}

.carousel img 
{
  max-width: 100%;
}

.infografis
{
  height: 100%;
}
.carousel .carousel-inner 
{
    height: 100%; 
}
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active 
{
  height: 100%; 
}

.sticky-gpr 
{
  position:-webkit-sticky; 
  position:sticky; 
  top:60px !important;
}

.blok-3
{
  background: #e7e7e7;
}



/* */
.banner-tengah{
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px;
  text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    /*width: 100%;*/
    font-size: 23px;
    display: block;
    text-transform: capitalize;
    max-width: 100%;
}

.banner-tengah li{
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 20px 15px;
  /*background-color: #f8f8f8;  */
  /*background: #f8f8f8;*/
  /*border: 1px solid #ccc;*/
  max-width: 100%;
  text-align: center;
  border-radius: 5px;

}

.banner-tengah li .spark{
  margin-right: 10px;
}

.banner-tengah li .banner-text{
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  color: white;
}

.banner-tengah li .banner-text span{
  display: block;
  font-size: 16px;
  margin-bottom: 0px;

}

.banner-tengah li i{
  font-size: 65px;
  margin-right: 10px;
}

.banner-tengah li .dial{
  margin-right: 10px !important;
}
/* */

.blok-4
{
  background: #253c80;
}

.banner-tengah li:hover{
  border: 1px solid #ccc;
}

.bgberita
{
  /*background: green !important;*/
}

carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      /*top: 100px !important;*/
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      /*background: url(nav-icon.png) no-repeat scroll 0 0;*/
      left: -33px;
  }
  .owl-carousel .next-slide{
      /*background: url(nav-icon.png) no-repeat scroll -24px 0px;*/
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }

.animated
{
  /*background-color: #bfcbd6;*//*
  -webkit-box-shadow: -1px 0px 9px 2px #bfcbd6; 
  box-shadow: -1px 0px 9px 2px #bfcbd6;*/
  /*opacity: 0.9;*/
  background-color: rgba(242, 246, 250,0.5);
  position: absolute;
  margin-top: -18%;
  z-index: 100;
  top: 95%;

}
/*991px*/

@media (min-width: 850px) and (max-width: 991px) {
  .animated
  {
    /*background: red;*/
    -webkit-box-shadow: -1px 0px 9px 2px #bfcbd6; 
    box-shadow: -1px 0px 9px 2px #bfcbd6;
    /*opacity: 0.9;*/
    background-color: rgba(242, 246, 250,0.5);
    margin-top: -19%;
    z-index: 100;
  }
  .ukuran
  {
    max-width: 98%;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  .animated
  {
    /*background: red;*/
    -webkit-box-shadow: -1px 0px 9px 2px #bfcbd6; 
    box-shadow: -1px 0px 9px 2px #bfcbd6;
    /*opacity: 0.9;*/
    background-color: rgba(242, 246, 250,0.5);
    margin-top: -19%;
    z-index: 100;
  }
  .ukuran
  {
    max-width: 98%;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
   /* Css untuk layout tablet  di tulis pada bagian ini */
  .animated
  {
    /*background: red;*/
   /* -webkit-box-shadow: -1px 0px 9px 2px #bfcbd6; 
    box-shadow: -1px 0px 9px 2px #bfcbd6;*/
    /*opacity: 0.9;*/
    background-color: rgba(242, 246, 250,0.5);
    margin-top: -28%;
    z-index: 100;
  }
  .ukuran
  {
    max-width: 98%;
  }

}
 
@media  (min-width: 480px) and (max-width: 767px) {
   /* Css untuk layout wide mobile di tulis pada bagian ini */
  .animated
  {
    /*background: #bfcbd6;*/
    /*-webkit-box-shadow: -1px 0px 9px 2px #bfcbd6; 
    box-shadow: -1px 0px 9px 2px #bfcbd6;*/
    /*opacity: 0.9;*/
    background-color: rgba(242, 246, 250,0.5);
    margin-top: -20%;
    z-index: 100;
  }
  .ukuran
  {
    max-width: 98%;
  }

  
}

@media (min-width: 360px) and (max-width: 480px) {
   /* Css untuk layout wide mobile di tulis pada bagian ini */
  .animated
  {
    /*background: #bfcbd6;*/
    /*-webkit-box-shadow: -1px 0px 9px 2px #bfcbd6; 
    box-shadow: -1px 0px 9px 2px #bfcbd6;*/
    /*opacity: 0.9;*/
    background-color: rgba(242, 246, 250,0.5);
    margin-top: -20%;
    z-index: 100;
  }

  .ukuran
  {
    max-width: 98%;
  }

}

.objek-tengah
{
  margin: auto;
}


.schedule-warp{
    padding-right:20px;
    padding-left:20px;
    padding: 20px 30px;
    border: solid 1px #ddd;
    background-color: #f5f5f5;
    -webkit-transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
    transition: all 0.7s cubic-bezier(0.11, 0.6, 0.24, 0.89);
}
.schedule{
    background-color:#fff;
}
.schedule-warp:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    border: solid 1px rgba(100,40,145,.97);
}
.schedule{
    padding:100px 0px;
    background-color: #ecedf0;
     font-family: 'Titillium Web';
}
.schedule-tag{
    color:#fff;
    background-color: #6164b2;
    padding:3px 8px;
    margin-right: 15px;
    width: 90px;
    font-family: 'Titillium Web';
    text-align: center;
}
.schedule-header span{
    display: inline-block;
    margin-right:25px;
}
.schedule-header{
    margin-bottom:80px;
}
.schedule-card{
    position: relative;
    margin-bottom: 0.7em;
}
.schedule-card:hover .insidebox {
    transform: scale(1.033);
    /* box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.schedule-card:hover:after {
    background: #8a56d1;
    width: 25px;
}
.schedule-card:after {
    height: 2px;
    width: 22px;
    background: #ddd;
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    transition: all 0.3s ease-in;
}
.insidebox { 
    box-shadow: 0 0px 5px rgba(0,0,0,.07);
    background: #ffffff;
    width: 100%;
    height: auto;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -o-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 20px;
    color: #6164B2;
    transition: all 0.2s ease-in;
/*    justify-content: center;*/
}

.day-one{
    margin-bottom:50px;
    font-weight: bold;
    font-size: 20px;
    color: #6164B2;    
    }

.post-slide{
    overflow: hidden;
    margin-right: 15px;
    background-color:#fff !important;


}
.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    background: #ec3c6a;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8;
}
.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:12px;
    line-height:21px;
    color:#444454;
}
.owl-theme .owl-controls{
    margin-top: 10px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}
@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }

    .ukuran
    {
      max-width: 98%;
    }
}

.ukuran
{
  max-width: 98%;
}

.panel.date {
    margin: 0px;
    width: 60px;
    text-align: center;
}

.panel.date .month {
    padding: 2px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.panel.date .day {
    padding: 3px 0px;
    font-weight: 700;
    font-size: 1.5em;
}

.blok-date
{
   background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  
}

.panel-searching
{
  font-size: 10pt;
}

.panel-searching li i
{
  font-size: 40px;
  margin-right: 10px;
}

#news-slider .owl-stage-outer
{
  height: 380px !important; 
}

.dropdown-menu .show { max-height: 500px; overflow-y: auto;  background-attachment: local, local, scroll, scroll;}

/*.dropdown-item .show{ white-space: normal; }*/
