@charset "UTF-8";

/* =========================================================
   BXSLIDER LAYOUT
========================================================= */

.bx-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background: #ffffff;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.bxslider {
  margin: 0;
  padding: 0;
}

.bx-viewport {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* =========================================================
   SLIDE IMAGE
========================================================= */

.bx-wrapper img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center center;
  background-color: #1f1f1f;
}

/* =========================================================
   PAGER
========================================================= */

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.bx-wrapper .bx-pager-item {
  display: inline-block;
}

.bx-wrapper .bx-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #666;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a:focus,
.bx-wrapper .bx-pager a.active {
  background: #000000;
}

/* =========================================================
   CAPTION
========================================================= */

.bx-wrapper .bx-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(80, 80, 80, 0.75);
}

.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #ffffff;
  font-size: 0.85em;
}

/* =========================================================
   LOADER
========================================================= */

.bx-wrapper .bx-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  z-index: 2000;
  background:
    url("../images/top/slide/bx_loader.gif")
    center center
    no-repeat
    #ffffff;
}

/* =========================================================
   DIRECTION CONTROLS
========================================================= */

.bx-wrapper .bx-prev {
  background:
    url("../images/top/slide/controls.jpg")
    no-repeat
    0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background:
    url("../images/top/slide/controls.jpg")
    no-repeat
    -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* =========================================================
   AUTO CONTROLS
========================================================= */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start,
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
}
