.sharing-slideshow {
  position: relative;
  background-color: #ebebeb;
}

.sharing-slideshow > div {
  background: url(../img/sharing_block_bg.png) no-repeat;
  background-position: top center;
  background-size: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .sharing-slideshow > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sharing-slideshow .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .sharing-slideshow .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sharing-slideshow .swiper-thumb {
  margin: 4rem auto 0;
  background: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sharing-slideshow .swiper-thumb {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
  }
}

.sharing-slideshow .swiper-thumb img {
  width: 100%;
}

.sharing-slideshow .swiper-text {
  margin: 1.5rem auto 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .sharing-slideshow .swiper-text {
    margin: 0;
    padding: 5rem 2rem;
    width: 55%;
  }
  .sharing-slideshow .swiper-text:before, .sharing-slideshow .swiper-text:after {
    content: "";
    display: block;
    width: 3.8rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .sharing-slideshow .swiper-text::before {
    background-image: url(../img/close.svg);
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: -1rem;
  }
  .sharing-slideshow .swiper-text::after {
    background-image: url(../img/close-1.svg);
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -2rem;
  }
}

@media screen and (min-width: 1200px) {
  .sharing-slideshow .swiper-text {
    padding: 5rem;
  }
}

.sharing-slideshow .swiper-text .cat {
  color: #8d6017;
  font-size: 1.25rem;
  font-family: 'Catamaran',"Noto Sans TC";
  font-weight: bold;
  margin-bottom: .5rem;
}

.lang--zh-hans .sharing-slideshow .swiper-text .cat {
  font-family: 'Catamaran','Noto Sans SC';
}

.sharing-slideshow .swiper-text .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .75rem;
}

.sharing-slideshow .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebebeb;
  padding: .5rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .sharing-slideshow .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5px;
  }
}

.sharing-slideshow .buttons .btnPrev, .sharing-slideshow .buttons .btnNext {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
}

.sharing-slideshow .buttons .btnPrev .icon, .sharing-slideshow .buttons .btnNext .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.sharing-slideshow .buttons .swiper-pagination {
  position: relative;
}

.sharing-slideshow .buttons .swiper-pagination-bullet-active {
  background-color: #0049AD;
}
