/*
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

body {
  font-family: 'Montserrat', helvetica, arial, sans-serif;
  font-weight: 600;
}
*/

/* bootstrap gak jalan */
.text-center {text-align: center !important;}
.text-right {float:right !important;}
.text-left {float:left !important;}

.pull-right {float:right !important;}
.pull-left {float:left !important;}

.ahref {}
.ahref:hover {text-decoration: none;}

.img-fullwidth {width:100% !important;}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 600;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:hover {
    color: #FFF;
    background-color: #21409A;
}

.top-medsos {
  margin-top: 0px;
    display:inline-block;
    width:24px;
    height:24px;
    padding:0px 4px;
    /*border: 1px solid #FF0000;
    border-radius: 16px;*/
    font-size: 14pt;
    color: #FF0000;
}

.top-medsos a {
    color: #FF0000;
}

.divider-title
  {
      display: block;
      height: 1px;
      border: 0;
      border-top: 2px solid #FF0000;
      margin: 0 0 10px 0;
      padding: 0;
  }

/* med-two-style */
.med-two-style {
  margin-bottom:10px;
}

.med-two-style img {
  width:100%;
  height:250px;
  padding:0;
  margin:0 0 10px 0;
}


.med-two-style .body {
  width:100%;
  height:100px;
}
.med-two-style a {
  color: #000000;
  font-weight:bold;
  font-size:larger;
}

.medina-body {
  height:110px;
  overflow:hidden;
}

/* med-last-style */
.med-last-style {
  margin-bottom:10px;
  display: flex;
}

.med-last-style img, .med-last-style div {
  display: inline-block;
  margin-right:10px;
  float:left;
  width:100px;
  height:100px;
}

.med-last-style .body {
  height: 110px;
  flex:1;
}

.med-last-style a {
  color: #000000;
  font-weight:bold;
}

@media (max-width: 900px) {
  .med-two-style {
    margin-bottom:10px;
  }

  .med-two-style img {
    display: inline-block;
    margin-right:10px;
    float:left;
    width:100px;
    height:100px;
  }

  .med-two-style .body {
    height: 110px;
  }

  .med-two-style a {
    color: #000000;
    font-weight:bold;
    font-size:unset;
  }
}



/* med-popular-style */
.popular-news ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-news li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.popular-news li:last-child {
  border-bottom: none;
}

/* Rank dan konten utama dalam satu baris */
.popular-news .title-container {
  display: flex;
  align-items: flex-start; /* Agar rank tetap di atas teks */
}

/* Rank tetap dalam satu baris dengan judul */
.popular-news .rank {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-right: 10px;
  flex-shrink: 0; /* Agar tidak mengecil */
}

/* Bungkus judul dan source dalam satu kolom */
.popular-news .text-content {
  display: flex;
  flex-direction: column; /* Menyusun judul & source vertikal */
  flex: 1; /* Isi penuh lebar yang tersisa */
}

.popular-news a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
}

.popular-news a:hover {
  color: #0056b3;
}

/* Source selalu di bawah judul */
.popular-news .source {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* Responsive Design */
@media (max-width: 480px) {
  .popular-news .title-container {
      flex-direction: column; /* Rank, judul, dan source jadi vertikal di layar kecil */
  }

  .popular-news .rank {
      margin-bottom: 5px; /* Biar ada jarak antara rank dan judul */
  }
}



/* BANNER */
.banner-container {
  width: 100%;
  display: flex;
  flex-direction: column; /* Agar banner tampil berurut ke bawah */
  gap: 10px; /* Jarak antar banner */
}

.banner-item {
  width: 100%;
}

.banner-img {
  width: 100%; /* Pastikan gambar tidak melebihi container */
  height: auto;
  display: block;
  border: 1px solid #cccccc;
}
/* END BANNER */

/* YOUTUBE NIH */
.med-popular-style {
  margin-bottom:10px;
}
.med-popular-style img {
  width:100%;
  height:195px;
  padding:0;
  margin:0 0 10px 0;
  border:1px solid rgb(221, 221, 221);
}

@media (max-width: 900px) {
  .med-popular-style img {
    width:100%;
    height:200px;
  }
}
.med-popular-style .body {
  width:100%;
  height:100px;
}
.med-popular-style a {
  color: #000000;
  font-weight:bold;
}

#video-player {
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 10px;
}

#video-player .videoarea {
  list-style:none; width:100%; padding: 0px;
}

#video-player .videoarea iframe {
  width:100%;
}

@media (max-width: 900px) {
  #video-player .videoarea iframe {
    width:100%;
    height:auto;
    min-height:200px;
  }
}

#video-player .playlist {
  margin: 0px;
  padding:0px;
  list-style: none;
  position: relative;
}

#video-player .playlist img {
  width: 100%;
  height:150px;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  #video-player .playlist img {
    width: 100%;
    height:200px;
    margin-bottom: 10px;
  }
}

#video-player .playlist a {
  color: #000000;
  font-weight:bold;
}

#video-player .playlist a:hover {
  text-decoration: none;
}

#video-player .playlist li {
  cursor: pointer;
  overflow-y: hidden !important;
  line-height: 17pt;
  border-bottom: 1px dotted #FFFFFF;
  margin-bottom: 5px;
  height:210px;
}
#video-player .index {
  padding: 10px;
  color: #FFFFFF;
  font-weight: bold;
}



/* NAVBAR
-------------------------------------------------- */
.navbar-infobrand {
    font-weight: bold;
    font-size:11pt;
    color: #FFFFFF;
}
@media (max-width: 900px) {
    .navbar-infobrand {
        min-height: 55px;
    }
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    position:relative;
    margin-bottom: 10px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
  z-index: 10;
  width: 100%;
  background-color: #000;
  padding: 10px;
  margin: 0px;
  left:0;
  bottom:0;
}

.carousel-caption h2 {
  font-size: 30pt;
}

@media (max-width: 900px) {
    .carousel-caption {
    }
    .carousel-caption h2 {
      font-size: 12pt;
    }
}

.carousel-caption a {
  color: #FFFFFF;
  text-shadow: 0px 0px 1px rgb(12, 12, 12);
}
.carousel-caption a:hover {
  text-decoration:none;
}

/* Declare heights because of positioning of img element */

#carouselTokoh .carousel-item, #myCarousel .carousel-item {
  height: 32rem;
  background-color: #777;
}
#carouselTokoh .carousel-item > img, #myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

@media (max-width: 900px) {

    #carouselTokoh .carousel-item, #myCarousel .carousel-item {
      height: 16rem;
      background-color: #777;
    }
    #carouselTokoh .carousel-item > img, #myCarousel .carousel-item > img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 16rem;
    }

}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.bannerPost {
  width:100%;
  margin-bottom:10px;
}
.bannerPost .text {
  text-align:center;
  font-size:8pt;
  margin-bottom: 5px;
}
.bannerPost img {
  width:100%;
}

/* BLOG.BLADE.PHP
--------------------------------------------------
*/

.blog-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-container .blog-item {
  display: flex;
  padding: 15px;
  gap: 15px;
  align-items: flex-start;
  border-bottom: 1px solid #CCC;
}

.blog-container .blog-image {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.blog-container .blog-content {
  flex: 1;
}

.blog-container .title {
  margin: 0 0 5px;
  font-size: 16px;
}

.blog-container .title a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

.blog-container .title a:hover {
  color: #0056b3;
}

.blog-container .source {
  font-size: 12px;
  color: #777;
  margin-bottom: 5px;
}

.blog-container .description {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .blog-container .blog-item {
      flex-direction: column;
  }

  .blog-container .blog-image {
      width: 100%;
      height: auto;
      max-height:300px;
  }
}

/* MEDIA NEWS SEBELAH KANAN
--------------------------------------------------
*/

.news-list {
  /*max-width: 300px;  Batasi lebar maksimum agar sesuai */
  padding: 0 10px;
}

.news-list .news-item {
  display: flex;
  align-items: flex-start; /* Pastikan teks tetap sejajar dengan gambar */
  margin-bottom: 15px;
}

.news-list .news-img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 2px; /* Membuat sudut gambar melengkung */
  flex-shrink: 0; /* Pastikan gambar tidak mengecil */
}

.news-list .news-text {
  font-size: 14px;
  color:rgb(0, 0, 0); /* Warna default link Bootstrap */
  text-decoration: none;
  line-height: 1.4;
  flex-grow: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 600;
}

.news-list .news-text:hover {
  text-decoration: underline; /* Tambahkan efek hover agar terlihat seperti link */
}

/*
* News Depan
*/


/* Section Title */
.news-section .section-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 3px solid #d50000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* General News Styling */
.news-section .news-img-wrapper {
  overflow: hidden;
  border-radius: 5px;
}

.news-section .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Berita Utama */
.news-section .main-news .news-img-wrapper {
  height: 270px;
}

.news-section .main-news .news-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
  margin-top: 5px;
  text-align: left;
}

.news-section .main-news .news-title:hover {
  color: #d50000;
}

/* Berita Lainnya - Gambar di Kiri, Teks di Kanan */
.news-section .home-news {
  display: flex;
  align-items: center;
  gap: 10px; /* Jarak antara gambar dan teks */
  margin-bottom: 15px;
}

.news-section .home-news-img-wrapper {
  flex-shrink: 0;
  width: 100px; /* Pastikan gambar memiliki ukuran tetap */
  height: 100px;
  overflow: hidden;
  border-radius: 2px;
}

.news-section .home-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-section .home-news-body {
  flex-grow: 1;
}

.news-section .home-news-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
}

.news-section .home-news-title:hover {
  color: #d50000;
}

/* Responsiveness */
@media (max-width: 768px) {
  .news-section .main-news .news-img-wrapper {
      height: 180px;
  }
  .news-section .main-news .news-title {
      font-size: 14px;
  }

  .news-section .home-news {
      flex-direction: column;
      align-items: flex-start;
  }

  .news-section .home-news-img-wrapper {
      width: 100%;
      height: 180px;
  }

  .news-section .home-news-title {
      font-size: 14px;
  }
}


/*
* postView
*/
@media (max-width: 900px) {
    body {
      font-size:1.2rem;
    }
    .postView {
      font-size:1.2rem;
    }
    .postView .title {
        font-size:18pt !important;
        font-weight: 900;
     }
    .postView img {
        /* width:100% !important; */
        height:initial !important;
     }
}

.postView .detail {
  font-size:10pt;
}

/* LIST POST / NEWS */
.media {
  margin-bottom: 10px;
}

.media-object {
  margin-right: 10px;
  margin-left: 10px;
}

.m-center {
  width: 250px;
  height: 170px;
}

@media (max-width: 900px) {
  .m-center {
    width: 150px;
    height: 100px;
  }
}

.media-body {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 200px;
  font-weight: 600;
}
.media-body a {
    color: #000000;
    font-size: 15pt;
}
.media-body small {
    font-size: 13pt;
}
.media-body a:hover {
    text-decoration: none;
    color: #898989;
}
.mb-small {
  font-size: 10pt;
  line-height: 13pt;
}

@media (max-width: 900px) {
  .mb-small {
    font-size: 14pt;
    line-height:inherit;
  }
}
.mb-verysmall {
  font-size: 10pt;
  line-height: 13pt;
  height: 100px;
}
.mb-medium {
  font-size: 20pt;
  line-height: 15pt;
}
.mo-small {
  width: 120px;
  height: 120px;
}
.mo-verysmall {
  width: 100px;
  height: 100px;
}
.mo-medium {
  width: 250px;
  height: 170px;
}

.moduler {
  color: #00FFFF;
}
.category_title {
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 14pt;
    font-weight:bold;
    padding: 10px;
    border-bottom: 1px solid #000000;
}

.social-media {margin-bottom: 10px;}
.social-media p {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}

.social-media a {
  font-size:15pt;
  padding-right: 10px;
  color: #FFFFFF;
}

.row-space {
    margin-bottom: 10px;
}

footer .footer-bg {
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 10px;
}

footer .footer-bg a {
    color: #FFFFFF;
}

footer .footer-bg a:hover {
    text-decoration: none;
}
footer .nav-link {
    color: #FFFFFF;
}
@media (max-width: 900px) {
footer .nav-link {
    font-size:12pt;
}
}
