@import '../vendor/bootstrap/css/bootstrap.min.css';
@import '../vendor/owl.carousel/css/owl.carousel.min.css';
@import 'font-awesome.min.css';
@import 'font-face.css';
@import 'theme.css';
@import 'owl-berita-pilihan.css';
@import 'nav.css';
@import 'nav-responsive.css';
@import 'sidemenu-widgets.css';
@import 'pagination.css';
@import 'comment.css';

/* 
body {    
    margin-top: 84px;
}

@media (max-width:380px){  
    body{
        margin-top: 145px;
    }
} */

/** custom header navbar **/
body{
    font-family: Poppins, sans-serif;
}


@media (min-width:991px){
    .header-main-menu .main-menu-container.navbar { 
        background-color: #fdfdfd !important;
    }

    .search {
        margin-left: 10px;
        padding: 14px 0px;
        
      }
      img {
        vertical-align: middle;
        height: auto;
        max-width: 200%;
    }
      .img-article {
        width: 190px;
        height: 110px;
        border-radius: 4px; 
        padding: 5px 0;
      }
      .img-article img {
        width: 190px;
        height: 120px;
        border-radius: 4px;
        object-fit: cover;
        object-position: top;
      }
}

@media (max-width:990px){
    .header-main-menu .main-menu-container.navbar { 
        background-color: #ffffff !important;
    }
}

/** custom main slider **/
#carouselHero .image-container {
    background-position:center !important;    
}

#carouselHero .carousel-content .image-container {
    height: 350px;
}

#carouselHero .carousel-content .carousel-caption {

    cursor: pointer;
} 
 

/** custom main slider untuk mobile/responsive **/
@media (max-width: 767px) {  
    #carouselHero .image-container {
        background-position:center !important;
        background-size:cover !important;    
        /* height:150px; */
    }

    #carouselHero .carousel-content .bg-image-container{
        background-color: #F0F8FF	;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #carouselHero .carousel-caption .caption-content-container{
        padding: 10px 20px 10px 20px;
     
    }
    #carouselHero .carousel-caption .caption-title {
        margin-top: 10px;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {   
    #carouselHero .carousel-content .image-container {
        height: 380px;
    }

    #carouselHero .carousel-caption {
        background: #f5f5f5;
    }
}
/** untunk pencarian **/
.header-main-menu .container {
    position: relative;
}

.form-header-search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

.form-header-search .input-search {
    width: 100%;
}
.form-search-float {
    padding: 20px 0;
    width: 100%;
    border-radius: 3px;
}
.btn-header-search-desktop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: transparent;
    z-index: 10;
    border-radius: 0;
}

.main-menu .form-header-search .input-text {
    border-radius: 10px;
}

.btn-form-search {
    background: #ef2d36;
    border: 0;
    width: 150px;
    border-radius: 10px;
    margin: 0 50px 0 20px;
}

.header-search {
    position: absolute;
    right: 0;
    top: 10px;
    height: 40px;
    width: 40px; 
}

.main-menu-container .menu, 
.main-menu {
    width: 100%;
}
@media (max-width: 767px) {  
    .logo-header img{
        max-height: 29px;
    }
}

@media (max-width: 990px) {  
   .header .container{  /* <- tambahan*/
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 991px) {
    .search-nav {
        position: absolute;
        right: 0;
    }
}

/** update iklan **/
#carouselAtas .carousel-inner { 
  border-radius: 0px;
}
#carouselAtas ol.carousel-indicators {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

#carouselAtas ol.carousel-indicators li{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #FF8C00;
  color: #d2d2d2;
  text-indent: 0;
  text-align: center;
  line-height: 0.5;
  font-size: 12px;
  font-weight: bold;
}
 
 

@media (max-width:990px){
    .fixed-top-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

.responsive-devider {
    margin-top: auto;
}
@media (max-width:990px){
    .responsive-devider {
        margin-top: 60px;
    }
}

.carousel-control-next, 
.carousel-control-prev {
    z-index: 99;
}

.carousel-control .control-icon {
    font-size: 32px;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    color: #000;
}

.widget .title-wrapper,
.section .section-container .title-wrapper {
    color: #dbdb1b;
    text-transform: uppercase;
    font-weight: 500;
}

.section.featured .title-wrapper{
    margin-bottom: 15px;
    color: #fff;
}