.banner {
  position: relative;
  padding: 1.5rem 0 2.65rem 0;
padding-bottom: 1.65rem !important;
}
/* .tax-linh-vuc .banner {
	padding: 6.63rem 0 2.65rem 0;
} */
.home .banner {
	margin-top:5rem;
}


.smaller-banner {
margin-top:5rem;
 height: 17.625rem;
}

.page-template-danh-sach-tai-lieu 
.smaller-banner,
.tax-linh-vuc .smaller-banner{
 height: 33.3125rem;
}
.banner .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-text-container {
	position:relative;
  margin-left: auto;
  width: 30.375rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
}

.banner-text-container-right {
  margin-left: 0;
  margin-right: auto;
  width: 47.875rem;
  margin-bottom: 2.5rem;
  padding-top: 2rem;
	position:relative;
	z-index:3;
}

.banner-text-container h1 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  margin-bottom: 1rem;
}

.banner-text-container p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-bottom: 2rem;
}

.banner-text-container a.register-free {
	display:block;
  width: 100%;
  padding: 0.75rem 1.875rem;
  border-radius: 0.25rem;
  background-color: var(--green-600);
  box-shadow: 0px 0px 20px 0px rgba(198, 255, 189, 0.25);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-align: center;
}

.swiper-banner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.swiper-banner .swiper-slide {
  height: 13.4rem;

	
}

.swiper-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit:cover;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-radius:0.75rem;
}

.swiper-banner-pagination-container {
  display: flex;
  margin-top: 1.5rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.swiper-banner-pagination-container > * + * {
  margin-left: 0.375rem;
}

.swiper-banner-pagination-bar {
  width: 2rem;
  height: 0.25rem;
  background-color: #ececec;
}

@media (max-width: 768px) {
  .banner {
    padding: 4rem 0 2.75rem 0;
    height: auto !important;
	margin-top: 0 !important;
  }
  .banner-text-container {
    width: 100%;
    margin-bottom: 2.75rem;
  }
  .smaller-banner {
    padding: 4.5rem 0 2.75rem 0;
  }
  .smaller-banner .banner-text-container {
    padding-top: 1.25rem;
  }
  .banner-text-container h1 {
    margin-bottom: 0.5rem;
  }
  .banner-text-container p {
    text-align: justify;
    margin-bottom: 1.25rem;
  }
  .swiper-banner-pagination-container {
    margin-top: 1rem;
  }
  .swiper-banner-pagination-container > * + * {
    margin-left: 0.25rem;
  }
  .swiper-banner-pagination-bar {
    width: 1rem;
    height: 0.25rem;
    background-color: #ececec;
  }
  .swiper-banner {
    margin: 0 -0.7rem;
  }
}