.breadcrumbs {
  margin-top: 90px;
  margin-bottom: 100px;
}

.about-photo {
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  margin-top: 100px;
  margin-bottom: 100px;
  max-width: 1920px;
  width: 100%;
  margin-left: 0;
}
/* 資料介紹 */
.grid-container {
  margin-bottom: 0;
}
.global-title-en {
  font-size: 0.875rem;
  color: #191f23;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.global-title {
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
}
.global-text-wrapper {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.global-text-block {
  margin-left: 0.9375rem;
  margin-right: 3.9375rem;
  margin-bottom: 5rem;
  padding-right: 3.125rem;
  width: calc(100vw / 4 - 30px);
  font-size: 0.875rem;
  width: 100%;
  padding-right: 0;
}
.global-text-block,
.global-text-block * {
  line-height: 2.1;
}
.global-text-block .inside {
  padding-top: 1.875rem;
  padding-right: 1.5rem;
}
.global-text-block .cont {
  padding-right: 1.5rem;
  border-top: 1px solid #7d7d7d;
  line-height: 20px;
  padding-top: 1.5rem;
}
.global-text-block .cont li {
  font-weight: 400;
  line-height: 2.3;
}
.global-text-block .block-title {
  font-size: 1.125rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.global-text-block .sub-block{
  margin-top: 30px;
}
.global-text-block p:nth-child(2) {
  padding-right: 20px;
  text-align: justify;
}
/* // */
/* 圖搭數字 */
.intro-img {
  position: relative;
  margin-bottom: 70px;
}
.intro-img:before {
  content: '';
  display: block;
  padding-top: 112.28%;
}
.intro-img img {
  position: absolute;
  top: 0;
  display: block;
}
.intro-img .data-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.intro-img .box {
  width: 50%;
  color: #fefefe;
  background-color: #1a191d;
  font-size: 0.875rem;
  padding: 0px 10px 28px 25px;
}
.intro-img .box img{
  position: relative;
  display: inline-block;
  top: -12px;
  margin-right: 10px;
}
.intro-img .box i {
  margin-right: 7px;
  display: block;
}
.intro-img .box i::before {
  color: #fff;
}
.intro-img .box:nth-child(1) {
  background-color: #7d5141;
}
.intro-img .box .num {
  font-weight: 700;
  font-size: calc(64/1920*100vw);
}
.intro-img .box .text {
  line-height: 1.5;
  letter-spacing: 1px;
  margin-left: 55px;
  display: inline-block;
}
/* // */
/* 輪播1*/

.about-photo-carousel .swiper-slide {
  width: 690px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.about-photo-carousel .swiper-slide.swiper-slide-active,
.about-photo-carousel .swiper-slide.swiper-slide-duplicate-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-photo-carousel .swiper-button-prev {
  left: calc(50% - 360px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 53%;
}
.about-photo-carousel .swiper-button-next {
  right: calc(50% - 360px);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 53%;
}

/* 輪播2 */
.about-award-client > div:nth-child(1) {
  margin-bottom: 15em;
}
.about-award-client > div:nth-child(2) {
  position: relative;
  padding-top: 4.75rem;
  margin-bottom: 50px;
}

.about-award-client > div:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 3px;
  background: #000;
}
.about-award .cont {
  position: relative;
}
.about-award .swiper-pagination {
  left: -51%;
  bottom: -120px;
}
.about-client .cont {
  position: relative;
}
.about-client .swiper-wrapper {
  padding-top: 115px;
}
.about-client .swiper-pagination {
  display: flex !important;
  justify-content : flex-end !important;
  position: absolute;
  top: 0%;
}
.clearBoth {
  clear: both;
}

.swiper-button-next.swiper-button-circle,
.swiper-button-prev.swiper-button-circle {
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  outline: none;
}

.swiper-box .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  margin-right: 14px;
  margin-left: 5px;
  background: 0 0;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet::after {
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  border: 2px solid #1e1e1e;
  -webkit-transition: all, 0.5s, 0s;
  transition: all, 0.5s, 0s;
  background-color: #fff;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #1e1e1e;
  border: 0 solid #fff;
}
/* // */
/* RWD */
@media only screen and (min-width: 700px) {
  .intro-img .data-box {
    bottom: -100px;
    left: -77px;
  }
}
@media only screen and (min-width: 1000px) {
  .intro-img .box i {
    display: inline;
    font-size: 35px;
  }
}
@media screen and (min-width: 1300px) {
  .global-text-block {
    width: 278px;
  }
}
@media screen and (min-width: 1300px) {
  .global-text-block .sub-block {
    margin-top: 120px;
  }
}

/* 我的RWD */

@media screen and (min-width: 1600px) {

}
@media (max-width: 1600px) and (min-width: 1300px) {
  .banner .text-box {
    margin-left: 12%;
    margin-right: 12%;
  }

  .grid-container{
    margin-left: 2%;
    margin-right: 2%;
  }
  /* .about-client .swiper-pagination{
    left: 45%  !important;
  } */
}

@media (max-width: 1300px) and (min-width: 1000px) {
  .banner .text-box {
    margin-left: 10%;
    margin-right: 10%;
  }
  .scroll-down {
    left: -2%;
  }
  .grid-container{
    margin-bottom: 90px;
    margin-left: 3.5%;
    margin-right: 3.5%;
  }
  .intro-img .box{
    padding-top:10px ;
  }
  .intro-img .box .num{
    display: block;
  }
  .intro-img .box img{
    position: relative;
    display: inline-block;
    top: 0px;
    margin: 3px 10px 10px 0px;
  }
  .intro-img .box .text{
    margin-left: 0;
  }
}
@media (max-width: 1000px) and (min-width: 700px) {
  .banner .text-box {
    margin-left: 12%;
    margin-right: 12%;
  }
  .banner .title {
    font-size: 3.375rem;
    width: 65%;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .scroll-down {
    left: -2%;
  }

  .grid-container {
    margin-bottom: 90px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .breadcrumbs {
    margin-bottom: 50px;
  }

  .swiper-container {
    min-height: 250px;
  }
  .grid-margin-x > .auto {
    height: 250px;
    margin-top: 30px;
  }
  .intro-img .data-box {
    padding: 0 30px;
    bottom: -90px;
  }
  .intro-img .box {
    height: 180px;
    padding-top: 17px;
  }
  .intro-img .box img{
    position: relative;
    top: 0px;
    margin-right: 10px;
    display: block;
    width: 20px;
    margin-bottom: 7px;
  }
  .intro-img .box i {
    font-size: 20px;
  }
  .intro-img .box .text{
    margin-left: 0;
  }

  .about-award-client > div:nth-child(1) {
    margin-bottom: 0px;
  }
  .about-award .swiper-pagination {
    left: 15px;
    bottom: 70px;
  }
}
@media screen and (max-width: 700px) {
  .banner .text-box {
    margin-left: 30px;
    margin-right: 30px;
  }
  .banner .title {
    font-size: 3.375rem;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .banner .num {
    font-size: 1.8rem;
    bottom: 30px;
  }
  .scroll-down {
    display: none;
  }

  .breadcrumbs {
    margin-bottom: 50px;
  }
  .grid-container {
    margin-bottom: 50px;
    margin-left: 6%;
    margin-right: 6%;
  }
  .grid-margin-x > .auto {
    min-height: 280px;
  }
  .intro-img .data-box {
    padding: 0 30px;
    bottom: -90px;
  }
  .intro-img .box {
    height: 180px;
    padding-top: 17px;
  }
  .intro-img .box .num{
    font-size: 30px;
  }
  .intro-img .box img{
    display: block;
    width: 20px;
    margin-top: 12px;
    margin-left: 3px;
  }
  .intro-img .box i {
    font-size: 20px;
  }
  .intro-img .box .text{
    margin-left: 0;
  }
  .about-photo{
    margin-bottom: 0px;
  }
  .about-photo .swiper-container{
    min-height: 600px;
  }
  #about-photo-carousel .swiper-button-next, #about-photo-carousel .swiper-button-prev{
    width: 50px;
    height: 50px;
  }
  .about-award-client > div:nth-child(1) {
    margin-bottom: 0px;
  }
  .about-award .swiper-container {
    top: 25%;
  }
  .about-award .swiper-pagination {
    left: 15px;
    bottom: 30px;
  }
  .swiper-box .swiper-pagination .swiper-pagination-bullet {
    margin-right: 3px;
    margin-left: 3px;
  }
  /* .about-client .swiper-pagination{
    left: 49% !important;
    bottom: 200px !important;
  } */

}
