  .img-thumb {
    object-fit: cover;
    height: 250px !important;
    width: 100% !important;
  }
  .img-konten{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:80%;
    height: auto;
  }
  .truncate-teks {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   line-height: 1.5em;
    min-height: 4.5em;
    max-height: 4.5em;
  }
  .truncate-campaign{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   -webkit-box-pack: center;
    line-height: 1.5em;
    min-height: 3em;
    max-height: 3em;
  }
  .truncate-header{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
    line-height: 1.5em;
    min-height: 4.5em;
    max-height: 4.5em;
  }
  .font-judul{
    font-size: 20px;
  }
  .font-konten{
    font-size: 14px;
  }
  .font-terkumpul{
    font-size: 14px;
  }
  .font-judul-berita{
    font-size: 15px;
  }
  @media (min-width: 250px) and (max-width: 479px) {
    .font-judul{
      font-size: 14px !important;
    }
    .font-konten{
      font-size: 11px !important;
    }
    .font-terkumpul{
      font-size: 11px !important;
    }
    .hide-xs{
      display: none !important;
    }
    .font-judul-berita{
      font-size: 12px !important;
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {
    .font-judul{
      font-size: 18px !important;
    }
    .font-konten{
      font-size: 14px !important;
    }
    .font-terkumpul{
      font-size: 12px !important;
    }
    .font-judul-berita{
      font-size: 14px !important;
    }
  }
  @media (max-width: 480px){
    .text-footer{
      font-size: 12px !important;
    }
  }

  #mobileshow { 
    display:none; 
}
#mobilehide { 
    display:block; 
}
@media screen and (max-width: 900px) {
    #mobileshow { 
        display:block; 
        padding: 13px 5px; 
    }
    #mobilehide { 
        display:none; 
    }
}
.openSearchBtn{
    cursor: pointer;
}
.layout{
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}
.layout-content {
    position: relative;
    top: 12%;
    width: 80%;
    margin-top: 30px;
    margin: auto;
    max-height: 85%;
    overflow-y: auto;
}
.layout .layoutclosebtn {
    position: absolute;
    right: 45px;
    font-size: 45px;
    cursor: pointer;
    color: white;
}
.layout .layoutclosebtn:hover {
    color: #ccc;
}
.layout input[type=text]:hover {
    background: #f1f1f1;
}
.layout button {
    padding: 15px;
}
.layout button:hover {
    background: #bbb;
}  
.bg-blue-sky {
  background-color: #87cefa6e !important;
}