
/* Menu Video Kegiatan */
.vid-container {
    position: relative;
    padding-bottom: 52%;
    padding-top: 30px; 
    height: 0; 
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vid-item {
    display: block;
    width: 148px;
    height: 148px;
    float: left;
    margin: 0;
    padding: 10px;
}

.thumb {
    overflow:hidden;
    height: 84px;
}

.thumb img {
    width: 100%;
    position: relative;
    top: -13px;
}

.vid-item .desc {
    color: #21A1D2;
    font-size: 15px;
    margin-top:5px;
}
.videox{
  max-height: 485px;
  overflow-y: hidden;
}
.videox:hover{
  overflow-y: scroll;
}
.horizontal:hover{
  background-color: #cfcfcf;
  cursor: pointer;
}
/* end menu video kegiatan */

/* Galleridetail */
#overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
    
    visibility: hidden;
    opacity: 0;
  }
  #overlay.open {
    visibility: visible;
    opacity: 1;
  }

  #overlay:after { /* X button icon */
    content: "\2715";
    position: absolute;
    color:#fff;
    top: 10px;
    right:20px;
    font-size: 2em;
  }

  .itemslider{
        height: 100vh;
    }

#isitabel {
    /* background-color: #eee; */
    top: 0;
    bottom: 0;
    width: 100%;
    /*margin-left: 4px;*/
    height: calc(100% - 10%) ;
    overflow: auto;
}
.isitabel {
    background-color: #eee;
    width: 100%;
    border: 0.1em solid #33709C;	
    overflow: auto;
    margin-bottom: 10px;
    padding: 5px;

}
/* dengan background transparent agar scroll bar tidak terlihat */
#isitabel::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
#isitabel::-webkit-scrollbar-track {
    background-color:transparent;
    border-radius: 2px;
}
#isitabel::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: transparent;
    transition: all 400ms ease-in-out;
}

/* div di-hover dan scroll bar diberi background solid agar terlihat */
#isitabel:hover::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px;
}
#isitabel:hover::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .4);
    transition: all 400ms ease-in-out;
}
#isitabel:hover::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .6);
}

@media only screen and (max-width: 600px){
    .videox{
        height: 100%;
    }
    .navbar-brand{
        float: left !important;
    }
    .itemslider{
        height: 50vh !important;
    }
    .judulslide{
        font-size: 20px !important;
    }
    .ketslide{
        font-size: 11px !important;
    }

}