.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}
/* Tạo slideshow bằng pseudo-element */
.header-slideshow {
    content: "";
    display: block;
    width: 460px;     
    height: 120px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    animation: slide-header 12s infinite;
}
.header-slideshow {
  mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

/* Animation đổi hình */
@keyframes slide-header {
    0%   { background-image: url('/sites/default/files/other/1.png'); }
    50%  { background-image: url('/sites/default/files/other/2.png'); }
    100%  { background-image: url('/sites/default/files/other/3.png'); }
}

@media (max-width: 768px) {
    .header-slideshow {
    content: "";
    display: block;
    width: 150px;     
    height: 80px;
    background-size: 100% 100%;
      display:none;
	}
  /*.banner .text .main-title {
        font-size: 1rem !important;
    }*/
}
@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; 
  }
}