.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 10s infinite;
    border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

/* 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'); }
}

.header-slideshow {
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

@media (max-width: 768px) {
    .header-slideshow {
    content: "";
    display: block;
    width: 150px;     
    height: 80px;
    background-size: 100% 100%;
      border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	}
  .banner .text .main-title {
        font-size: 1rem !important;
    }
  .img-wrap::before {
    width: 25%;     
    height: 100%;
    border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
  }
}
@media (max-width: 991px) {
    	.gva-offcanvas-inner .gva-navigation .gva_menu > li ul.menu.sub-menu {
        display: block;
    }
	.gva-offcanvas-inner .gva-navigation .gva_menu li a .icaret {
        display:none;
	}
}