/* Start Banner */
.section-banner .pointer-mouse #scroll-to-intro {
  animation: mouse-wheel-move 3s infinite;
  transition: all 0.3s ease;
  transform: translateY(-30px);
  display: inline-block;
}

@keyframes mouse-wheel-move {
  0% {
    transform: translateY(-30px);
    opacity: 1;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-30px);
    opacity: 1;
  }
}
/* End Banner */

/* Start section Lịch tuần */
.section-calendar .my-custom-slider .col-inner {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* End section Lịch tuần */
