/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  margin: auto;
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-pager.bx-default-pager {
  text-align: center;
  bottom: 132px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  left: 50%;
  transform: translateX(-450px);
}

/* PAGER */
.bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 3px;
    outline: 0;
    border: 1px solid #afafaf;
}
.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: #afafaf;
}
.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;
}

.bx-wrapper .bx-prev {
  width: 60px;
  height: 60px;
  background: url(../images/arrow01-left.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 15px);
  left: 33.12%;
}
.bx-wrapper .bx-next {
  width: 60px;
  height: 60px;
  background: url(../images/arrow01-right.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 14px);
  right: 33.12%;
}

@media screen and (max-width: 736px) {
.bx-wrapper .bx-prev {
  width: 20px;
  height: 38px;
  background: url(../images/arrow01-left.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 14px);
  left: -25px;
}
.bx-wrapper .bx-next {
  width: 20px;
  height: 38px;
  background: url(../images/arrow01-right.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 14px);
  right: -25px;
}}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/* top-machine */
.top-machine .bx-controls-direction{width: 664px;margin:0 auto;position: relative;bottom: 180px;}
.top-machine .bx-wrapper .bx-controls-direction a {outline: 0;text-indent: -9999px;border: 0.5px solid #0f1935;border-radius: 100px;}
.top-machine .bx-wrapper .bx-controls-direction .bx-prev{left: 0;}
.top-machine .bx-wrapper .bx-controls-direction a.bx-next{right: 0;}
.top-machine .bx-wrapper .bx-pager.bx-default-pager a:hover, .top-machine .bx-wrapper .bx-pager.bx-default-pager a.active, .top-machine .bx-wrapper .bx-pager.bx-default-pager a:focus{background: #0f1935;}
.top-machine .bx-pager.bx-default-pager a{width: 15px;height: 15px;margin: 0 6px;}
.top-machine .bx-wrapper .bx-pager, .top-machine .bx-wrapper .bx-controls-auto{position: absolute;bottom: -50px;left: 50%;-moz-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);}

@media screen and (max-width: 736px) {

/* top-machine */
.top-machine .bx-controls-direction{width: 100%;bottom: 65vw;}
.top-machine .bx-wrapper .bx-controls-direction a {width: 50px;height: 50px;}
.top-machine .bx-wrapper .bx-controls-direction .bx-prev{left: -6vw;}
.top-machine .bx-wrapper .bx-controls-direction a.bx-next{right: -6vw;}
.top-machine .bx-pager.bx-default-pager a{width: 15px;height: 15px;margin: 0 6px;}
.top-machine .bx-wrapper .bx-pager, .top-machine .bx-wrapper .bx-controls-auto{bottom: -40px;width: 100%;}
.top-machine .bx-viewport {overflow: visible !important;width: 90% !important;margin: 0 auto;}


}
