video {
    width: 100% !important;
    height: auto !important;
    -webkit-filter: opacity(50%) grayscale(50%) !important;

  }

  .isi_berita img{
    max-width: 100% !important;
    height: auto !important;

}


  .container1 { position:relative !important; }
  .container1 video {
      position:relative !important;
      z-index:0 !important;
  }
  .overlay1 {
      position:absolute !important;
      top:0 !important;
      left:0 !important;
      z-index:1 !important;
      
  }


  .inputku {
    width: 100% !important;
    padding: 12px 20px !important;
    margin: 8px 0 !important;
    display: inline-block !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
  }

  .input-container {
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  
  .icon {
    padding: 15px !important;
    background: dodgerblue !important;
    color: white !important;
    min-width: 50px !important;
    height: 42px !important;
    text-align: center !important;
  }
  
  .input-field {
    width: 100% !important;
    padding: 10px !important;
    outline: none !important;
    border: 1px solid #ccc !important;
    height: 20px !important;
  }


.bayangan{
  box-shadow: 1px 1px 10px #0485cf;
  border-radius: 2%;
}
  












  .container1 {
    position: relative;
    text-align: center;
    color: white;
  }
  
  /* Bottom left text */
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  /* Top left text */
  .top-left {
    position: absolute;
    top: 8px;
    left: 16px;
  }
  
  /* Top right text */
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  /* Bottom right text */
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  /* Centered text */
  /* .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */

  .centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .text-overrlay1{
      color: white;
      font-size : 250%;
      font-weight: bold;
      text-shadow: 2px 2px 8px #777777;

  }
  .text-overrlay2{
    color: white;
    font-size : 200%;
    font-weight: bold;
    text-shadow: 2px 2px 8px #777777;

}

.text-overrlay3{
    color: white;
    font-size : 100%;
    font-weight: bold;
    text-shadow: 2px 2px 8px #777777;

}



.gambar-card{
  height: 250px !important;
}

.gambar-card1{
  height: 300px !important;
}



table{
  width: 100% !important;
} /*sedikit bayangan yang soft*/


.padding_modal {
  padding-left: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  /* color: white; */
}

div.modal_main {
  position: relative;
  height: 100%;
  /* border: 3px solid #8AC007; */
}

div.modal_footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  /* border: 3px solid #8AC007; */
} 

div.modal_body {
  padding: 3, 5, 6, 7;
} 


.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}



/* ================================================ MODAL ========================================== */



.modalku {
  /* padding-top: 13% !important; */
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* modalku Content */
.modalku-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
}


  @media (min-width: 1200px) {
    .modal-kecil {
      width: 30%; 
   }
    .modal-sedang {
       width: 50%; 
    }
    .modal-besar {
        width: 75%; 
    }
   .modal-jumbo {
        width: 90%; 
    }
  }


/* The Close Button */
.close {
  /* color: #aaaaaa; */
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 2%;
}

.modalku-header{
  padding-top:2%; padding-bottom:2%; padding-left:2%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* ================================================ MODAL ========================================== */


/* ============================== DIV SAMA TINGGI =============================== */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/* ============================== DIV SAMA TINGGI =============================== */