/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    height: 119px;
    padding-left: 6%;
    padding-right: 5%;}
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    text-align: center;
    top: 23%;    
     }
  .owl-carousel .item{
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: inline-block;
    color: #333;
    margin-top: 5px;
  }
  .owl-carousel .item i.fas{
    font-size: 1.5em;
    vertical-align: middle;
    display: inline;
  }
  .owl-carousel .item:hover{
    background-color: #1d2a63;
    color: #fff;
  }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    width: 12%;
    min-width: 27px; }
  .owl-carousel .owl-nav .disabled,
  .owl-carousel .owl-dots .disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; 
    display: none;}
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
.owl-carousel h4{
  display: inline-block;
  vertical-align: middle;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
}
.owl-theme .owl-dots .owl-dot{
  display: none!important;
}
.owl-theme .owl-controls {
    display: none;
  }
  @media screen and (max-width: 1200px){
    .owl-carousel .item {
    height: 40px;
    line-height: 40px;
}
}
  @media screen and (max-width: 992px){
   
}
@media screen and (max-width: 576px){
.owl-carousel .item {
    height: 30px;
    line-height: 30px;
}
.owl-carousel h4 {
    font-size: 14px;
}
}
 @media screen and (max-width: 450px){
.owl-carousel .owl-stage-outer {
    top: 12%;
}
.owl-carousel .item {
    margin-top: 2px;
    display: -webkit-inline-box;
}
.owl-carousel .item i.fas{
    display: inline-block;
    font-size: 1em;
  }
  .owl-carousel h4 {
    font-size: 18px;
}
  .owl-carousel {
    height: 49px;   
    margin-top: 4%;
}
.ableft {
    width: 90%;
}
.abright {
    width: 100%;
}
p.abtitle {
    width: 56%;
    font-size: 18px;
}
.owl-carousel .item:hover {
    background-color: #fff0;
    color: #1d2a63;
}
}
 @media screen and (max-width: 450px){
  .owl-carousel h4 {
    font-size: 17px;
}
  }
/*-----------------------------------------------------------*/
.owl-carousel1, .owl-carousel1 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel1 {
    display: none;
    width: 100%;
    z-index: 1;
}
  .owl-carousel1 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel1 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel1 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    text-align: center;
    padding-bottom: 10px;  
     }
  
  .owl-carousel1 .item img{
    border-radius: 20px;
    box-shadow: -1px 1px 6px 1px #a7a1a1;
  }
  .owl-carousel1 .owl-wrapper,
  .owl-carousel1 .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel1 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel1 .owl-item img {
    width: 100%;
    min-width: 27px; }
  .owl-carousel1 .owl-nav .disabled,
  .owl-carousel1 .owl-dots .disabled {    
    }
    .owl-carousel1 .owl-dots {
    display: none;
    }
  .owl-carousel1 .owl-nav .owl-prev,
  .owl-carousel1 .owl-nav .owl-next,
  .owl-carousel1 .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel1 .owl-nav button.owl-prev,
  .owl-carousel1 .owl-nav button.owl-next,
  .owl-carousel1 button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;}
  .owl-carousel1 .owl-nav{
    position: relative;
  }
.owl-carousel1 .owl-nav button.owl-prev{
  position: absolute;
    top: -112px;
    left: 0;
    font-size: 55px;
    color: #fff;
    outline:none;

}
  .owl-carousel1 .owl-nav button.owl-next{
    position: absolute;
    top: -112px;
    right: 0;
    font-size: 55px;
    color: #fff;
     outline:none;
  }
  .owl-carousel1.owl-loaded {
    display:block; 
    margin-bottom: 2%;}
  .owl-carousel1.owl-loading {
    opacity: 0;
    display:block; }
  .owl-carousel1.owl-hidden {
    opacity: 0; }
  .owl-carousel1.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel1.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel1.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel1.owl-rtl {
    direction: rtl; }
  .owl-carousel1.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel1 {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel1 .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel1 .owl-animated-in {
  z-index: 0; }

.owl-carousel1 .owl-animated-out {
  z-index: 1; }

.owl-carousel1 .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel1 .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel1 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel1 .owl-item .owl-lazy[src^=""], .owl-carousel1 .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel1 .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel1 .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel1 .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel1 .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel1 .owl-video-playing .owl-video-tn,
.owl-carousel1 .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel1 .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel1 .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

  .owl-carousel1 .item {
    /*width: 100%;
    display: inline-block;*/
}
.owl-carousel1 h4{
  display: inline-block;
  vertical-align: middle;
  font-family: 'Noto Sans TC', sans-serif;
}
.owl-theme1 .owl-controls {
    
  }
  .owl-theme1 .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 20px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
  @media screen and (max-width: 1200px){
    .owl-carousel1.owl-loaded {
    margin-bottom: 5%;
}
    .owl-carousel1 .item {
    height: 46px;
    line-height: 46px;
}
.owl-carousel1 .owl-stage-outer {
    padding-bottom: 54px;
}
.owl-carousel1 .owl-nav button.owl-prev{
    top: -69px;
  }
  .owl-carousel1 .owl-nav button.owl-next{
    top: -69px;
  }
}
  @media screen and (max-width: 992px){    
   .owl-carousel1 .item {
    height: 40px;
    line-height: 40px;
}
.owl-carousel1 .owl-nav button.owl-prev{
    top: -79px;
  }
  .owl-carousel1 .owl-nav button.owl-next{
    top: -79px;
  }
}
  @media screen and (max-width: 768px){
  .owl-carousel1 .owl-stage{
    padding-left: 0;
  }
.owl-carousel1 .owl-stage-outer {
    padding-bottom: 96px;
}
.owl-carousel1 .owl-nav button.owl-prev{
    top: -137px;
  }
  .owl-carousel1 .owl-nav button.owl-next{
    top: -137px;
  }
}
@media screen and (max-width: 576px){
.owl-carousel1 .item {
    height: 30px;
    line-height: 30px;
}
.owl-carousel1 h4 {
    font-size: 14px;
}
.owl-carousel1 .item img {
    border-radius: 10px;
}
.owl-carousel1 .owl-stage-outer {
    padding-bottom: 57px;
}
.owl-carousel1 .owl-nav button.owl-prev{
    top: -99px;
  }
  .owl-carousel1 .owl-nav button.owl-next{
    top: -99px;
  }
}
 @media screen and (max-width: 450px){

.owl-carousel1 .owl-stage-outer {
    top: 0;
    padding-bottom: 54px;
}
.owl-carousel1 .owl-item img {
    width: 96%;
    min-width: auto;
    }
.owl-carousel1 .owl-nav button.owl-prev{
    top: -67px;
    font-size: 35px;
  }
  .owl-carousel1 .owl-nav button.owl-next{
    top: -67px;
    font-size: 35px;
}

}
@media screen and (max-width: 365px){
.owl-carousel .item i.fas {
    display: inline-block;
    font-size: 1em;
}
.owl-carousel1 .owl-nav button.owl-prev {
    top: -105px;
}
.owl-carousel1 .owl-nav button.owl-next{
    top: -105px;
}
.owl-carousel1 .owl-stage {
    padding-left: 8%;
}
}