.custom-controls .owl-slider-controls .owl-slider-nav [class*='owl-'] {
    position: absolute;
    top: 50%;/*箭頭位置*/
    margin-top: -22px;
    pointer-events: auto;
    color: rgba(255,255,255,0.6);
    line-height: 1;
    font-size: 40px;/*箭頭大小*/
}
.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-prev {left: 10px}
.custom-controls .owl-slider-controls .owl-slider-nav .owl-slider-next { right: 10px}
/* Core Owl Carousel CSS File*/
.owl-carousel {
  display: none;
  width: 1000px; /*調整  整個的大小*/
 
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;*/
}
.owl-carousel .owl-item img {
  display: block;
  width: 60%;/*圖片大小*/
  /*-webkit-transform-style: preserve-3d;*/
}




