/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  /* margin-top: 10px; */
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons a {
  color: #ffffff;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  background: none;
  /* border: 2px solid #ffffff; */
  padding: 0;
  line-height: 49px;
  font-size: 45px;
  position: absolute;
  width: 54px;
  height: 54px;
  top: calc(50% - 27px);
}
@media all and (max-width: 689px) {
  .owl-theme .owl-controls .owl-buttons a {
    top: calc((33vw / 2) - 27px);
  }
}
.owl-prev {
  left: 0;
}
.owl-next {
  /* left: auto; */
  right: 0;
}
.owl-prev i {
  margin-left: -8px;
}
.owl-next i {
  margin-left: 8px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons a:hover,
.owl-theme .owl-controls.clickable .owl-buttons a:focus,
.owl-theme .owl-controls.clickable .owl-buttons a:active {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
  background-color: #8fbc8f;
  border: 2px solid #ffffff;
}
.nav2 .owl-theme .owl-controls.clickable .owl-buttons a:hover,
.nav2 .owl-theme .owl-controls.clickable .owl-buttons a:focus,
.nav2 .owl-theme .owl-controls.clickable .owl-buttons a:active {
  background-color: #2196f3;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid #ff8c00;
}
.owl-theme .owl-controls .owl-page.active {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover,
.owl-theme .owl-controls.clickable .owl-page:focus,
.owl-theme .owl-controls.clickable .owl-page:active {
  background-color: #ff8c00;
  border: 2px solid #ffffff;
  box-shadow: 0 0 5px 0 #ff8c00;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511173103/https://np.cpami.gov.tw/modules/mod_banner_slider/assets/css/AjaxLoader.gif) no-repeat center center;
}
/* from index */
.owl-carousel {
  cursor: move;
  padding: 0;
  overflow: hidden;
  /* background: #111111; */
}
.owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.owl-carousel .owl-controls {
  margin-top: 0;
  z-index: 1;
}
.owl-carousel .owl-pagination .owl-dot {
  cursor: pointer;
  display: inline-block;
}
.owl-carousel .item {
  position: relative;
  /* max-height: 1320px; */
  max-height: 246px;
}
.owl-carousel .item:before {
  /* background: rgba(0,0,0,0.25); 
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;*/
}
.owl-carousel .item .slider-img {
  width: 100%;
  height: auto;
  display: block;
}
.owl-carousel .item .slider-content {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  text-align: left;
  bottom: 118px;
  left: 40px;
  padding: 0 40px 0 0;
  height: auto;
  display: block;
  width: 50%;
}
.owl-carousel .item .slider-content .table-cell {
  display: table-cell;
  vertical-align: middle;
}
/* .owl-carousel .item .slider-content .item-desc {
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
} */
.owl-carousel .item .slider-content .item-title {
  margin-top: 0;
  position: relative;
  margin-bottom: 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.owl-carousel .item .slider-btn {
  margin-top: 24px;
}
.owl-carousel .item .slider-btn i {
  margin-right: 0;
}
.acm-slick.slick-slider {
  margin-bottom: 0;
}
.acm-slick.slick-slider .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.acm-slick.slick-slider .slider-content {
  background: rgba(0, 0, 0, 0.8);
  transform: translate(0px, 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: transform 350ms ease 350ms;
  -o-transition: transform 350ms ease 350ms;
  transition: transform 350ms ease 350ms;
}
.acm-slick.slick-slider .slick-active .slider-content {
  transform: translate(0px, 0);
}

@media screen and (max-width: 689px) {
  .owl-carousel .owl-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .owl-carousel .item .slider-content .table-cell {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (min-width: 690px) and (max-width: 999px) {
  .owl-carousel .owl-pagination {
    background-color: #ffffff;
    padding: 3px 0;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: calc(13vw - 27px);
  }
  .owl-theme .owl-controls .owl-page {
    background: #66665e;
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
  .owl-theme .owl-controls .owl-page.active,
  .owl-theme .owl-controls.clickable .owl-page:hover {
    background: #53a653;
  }
}
@media (min-width: 1000px) {
  .owl-carousel .owl-pagination {
    right: 20px;
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
  .owl-carousel .item .slider-content {
    left: 52.22222222px;
    padding-right: 52.22222222px;
  }
}






/*
     FILE ARCHIVED ON 17:31:03 五月 11, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:37:59 五月 14, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
