@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Roboto|Roboto+Condensed|Ubuntu&display=swap');


/*header logo*/

.navbar-brand img{
    width:160px;
}


.nav-link{
    font-size: 16px;
    color:black !important;
}

.nav-link:hover{
    color: #ffffff !important;
    background-color: #000000;
    /*border-radius: 5px;*/
}

.active .nav-link{
    color: #ffffff !important;
    background-color: #000000;
    /*border-radius: 10px;*/
}

.menu-right-btn{
    padding: 8px 59px;
    background-color: transparent;
    transition: all 300ms ease-in;
   
}

.menu-right-btn:hover{
    color :whitesmoke;
    background-color:black;
    
}




/*section-1*/

.berita-headline{
    background-image: url(stock/chart1.jpg);
    background-size:cover;

}

.berita-headline-1{
    background-image: url(stock/tambang1.jpg);
    background-size:cover;

}

.berita-headline-2{
    background-image: url(stock/online_payment.jpg);
    background-size:cover;

}

.header-berita{
    color:whitesmoke;
    padding-top: 100px;
    padding-bottom:124px;
    /*padding-left:50px;*/
    background-color: rgba(0, 0, 0, 0.20);
}


.berita-1 a{
    font-size: 16px;
}


/*section-2*/

.section-2{
    /*padding-top: 20px;*/
    padding-bottom:20px;
}
.content-1{
    font-size: 13px;
}

.content-1 a{
    font-size: 10px;
    margin-bottom: 8px;
    
}


 .swiper-container {
      width: 100%;
      height: 100%;
    }


.news-1{
    background-image:url(stock/hotel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.news-2{
    background-image:url(stock/restoran.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.news-3{
    background-image:url(stock/hiburan.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-4{
    background-image:url(stock/parking.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-5{
    background-image:url(stock/water.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-6{
    background-image:url(stock/bphtb.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-7{
    background-image:url(stock/pbb.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-8{
    background-image:url(stock/retribusi.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-9{
    background-image:url(stock/lainnya.jpeg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.subcontent-1{
    color: whitesmoke;
    background-color: rgba(0, 0, 0, 0.39);
    height: 100%;
    padding-bottom :33px;
    padding-top: 50px;
}

.subcontent-1 a{
    font-size:10px;
}

.liputan-heading{
    margin-bottom:20px;
}

iframe{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    margin-top: 16px;
    height:324px;
    width:100%;
}

.video-liputan{
    /*font-size-adjust: auto;*/
    font-size: 12px;
}

/*section-3*/

.pengumuman{
    background-image:url(stock/online_payment.jpg);
    color : whitesmoke;
}



/*section-4*/

.card-desc{
    font-size:14px;
}

.card-body a{
    font-size:12px;
}

.swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background:whitesmoke;
    }



@media screen and (max-width: 320px){
    
    .section-2 .col-md-7 iframe{
        width:288px;
        height:188px;
    }
}