.tabelku tr td{
  border-color: rgb(168, 168, 168);
  border-width: 0.05px;
  border-style: solid;
  /* or, of course,
  border: 1px solid #000;
  */
}

.tabelku tr th{
  border-color: rgb(168, 168, 168);
  border-width: 0.05px;
  border-style: solid;
  margin-top :-2px !important
  /* or, of course,
  border: 1px solid #000;
  */
}

.h_padding{
  padding-left: 1%;
}


/* KALO UABH DISINI TOLONG UBAH JUGA DI PRINT CSS NYA */
.cetak_col_kop{
  background: #f3f3f3 !important;
}


.table-kiken {
  border-top: 1px solid #eee !important; 
}
.table-kiken tbody tr td, .table-kiken tbody tr th {
  padding: 8px !important;
  border: 0.5px solid #48abf7 !important; 
}
.table-kiken thead tr th {
  /* padding: 8px !important; */
  border: 0.5px solid #a8dcff !important; 
}


.table-kiken1 {
  border-top: 1px solid #eee; 
}
.table-kiken1 tbody tr td, .table-kiken1 tbody tr th {
  padding: 8px;
  border: 0.5px solid #b6b6b6; 
}
.table-kiken1 thead tr th {
  padding: 8px;
  border: 0.5px solid #b6b6b6; 
}







.agile__dots {
  bottom: 10px;
  flex-direction: column;
  right: 30px;
  position: absolute;
}
.agile__dot {
  margin: 5px 0;
}
.agile__dot button {
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  height: 10px;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  transition-duration: 0.3s;
  width: 10px;
}
.agile__dot--current button, .agile__dot:hover button {
  background-color: #fff;
}

.slide {
  display: block;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
