.vanban {
	max-height: 400px;

}
.vanban{
      overflow-x: auto;
  overflow-y: auto;
}

 .tablelist td a {
    font-size: 12px;
}

.tablelist th {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    background: #F6F6F6;
    
    position: sticky;
    top: 0;
    z-index: 10;
}

.tablelist td {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    padding: 10px;
    text-align: left;
}    

.tablelist th {
    text-align: center;
}

.tablelist .link_vanban {
    display: flex !important;
}
.link_vanban {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link_vanban > a {
  flex: 0 0 98%;
  text-decoration: none;
  color: inherit;
}

.tablelist td a {
    font-size: 12px;
    padding-right: 15px;
    text-align: justify;
}

.vb_file {
    flex: 0 0 2%;
  text-decoration: none;
  color: inherit;
}

.vb_file_link a {
  color: transparent;
  position: relative;
  
max-width: 1px;
}

.vb_file_link a:hover {
    color: transparent; 
}

.vb_file_link a::before {
  font-family: 'fontawesome-alloy';
  content: "\f019";
  color: #007bff; /* hoặc màu bạn muốn */
  position: absolute;
  left: 0;
  top: 0;
max-width: 50px;
}


.vb_file {
  display: flex;
  align-items: flex-start;      /* đẩy lên trên */
  justify-content: center;      /* căn giữa ngang */
                /* hoặc bất kỳ chiều cao nào bạn cần */
}

.tablelist td:nth-child(2),
.tablelist th:nth-child(2) {
  display: none;
}

.tablelist td:nth-child(1),
.tablelist th:nth-child(1) {
  width: 20%;
  text-align: center;     /* Căn ngang */
  vertical-align: middle; /* Căn dọc */
}


.tablelist th {
  height: 30px;
}