thead tr th{
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-responsive {
    height:350px;
    overflow-y:scroll;
}