#bnu_001_t {
  text-align: center;
  margin: 0px 0 20px;

}

@media screen and (min-width: 900px){
  #bnu_001_t {
    padding-top: 200px;
    margin: 0px 0 100px;
  }
}

.bx-wrapper {
  margin: 0 auto;
}


#bnu_001_t {
  overflow: hidden;
  position: relative;
}
.bx-viewport {
  overflow: visible !important;
  height: auto !important;
  z-index: 100;
}


.slider>p {
  margin: 0;
}

.slider a img {
  transition: 0.5s;
  transition-delay: 0.5s;
}

.slider a img:hover {
  opacity: 1;
}

.slider>p[aria-hidden="true"] {
  pointer-events: none;
}

@media screen and (min-width: 900px){
  .slider>p[aria-hidden="true"] img{
    transform: scale(0.8);
    filter: brightness(0.3);
  }
}


/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fffafa;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f7ff04;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls {
  position: relative;
}



.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 48%;
  margin-top: 0;
  outline: 0;
  z-index: 9999;
  text-decoration: none;
  color: #004580;
  font-size: 1.4rem;
  font-weight: 600;
  transform: scale(1,2);
  width: 50px;
  background: #fff;
  border-radius: 50%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}


.bx-wrapper .bx-prev {
  left: -65px;
}

.bx-wrapper .bx-next {
  right: -65px;
}

.bx-wrapper .bx-controls-direction a:hover {
  background: #f7ff04;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

@media screen and (max-width: 899px){
  .bx-wrapper .bx-controls-direction a{
    display: none;
  }
}