.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}
form#views-exposed-form-van-ban-page-2 {
  display: grid;
  padding: 5px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2,1fr);
}

@media (max-width:600px){
  form#views-exposed-form-van-ban-page-2{
    display: block; 
    padding: 5px; 
  }
    form#views-exposed-form-van-ban-page-2 > * {
    margin-bottom: 10px; 
  }
}

@media (max-width:600px){
  form#views-exposed-form-van-ban-page-1{
    display: block; 
    padding: 5px; 
  }
    form#views-exposed-form-van-ban-page-1 > * {
    margin-bottom: 10px; 
  }
}