.carousel-indicators {
  position: absolute; /*整個計數區域絕對定位*/
  bottom: 10px; /*距容器carousel底部10px*/
  z-index: 15; /*設定其在Z軸的層級*/
  /*讓整個計數區水平居中*/
  left: 50%;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
/*設定當前狀態樣式*/
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 12px;
    background-color: #fff;
}
@media (min-width: 992px) {
  * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft JhengHei;", sans-serif;/*Noto Sans TC", sans-serif;*/
  }
  .detail {
    /* display: none; */
    width: 100%;
    height: 100px;
    background: #f4f5f7;
    position: relative;
    margin-top: 40px;
    z-index: 1
  }
  
  .detail:before {
    content: '';
    width: 0px;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f4f5f7;
    position: absolute;
    top: -40px;
    left: 42px;
  }
  
  #header .header_menu {
      min-height: 80px;
      border-bottom: 1px solid #3D3E3D;
      z-index: 9999
  }
  #header .header_menu .navbar {
      border: 0px solid transparent;
  }
  #header .header_menu .custom_navbar-brand {
      padding-left: 0;
  }
  #header .header_menu .navbar-default {
      background-color: rgba(255, 255, 255, 0);
      border-color: rgba(255, 255, 255, 0);
  }
  #header .header_menu .navbar-default .navbar-nav>.active>a,
  #header .header_menu .navbar-default .navbar-nav>.active>a:focus,
  #header .header_menu .navbar-default .navbar-nav>.active>a:hover {
      background-color: rgba(255, 255, 255, 0);
  }
  #header .header_menu .main_menu {
      padding-top: 20px;
  }
  #header .header_menu ul.main_menu li a {
      color: #393939;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: 'Roboto Slab', serif;
  }
  #header .header_menu ul.main_menu li a:hover {
      color: #3f52a7;
  }
  #header .header_menu ul.main_menu li.active a {
      color: #3f52a7;
  }
  #header .header_menu ul.main_menu li,
  #header .header_menu ul.main_menu li.active a {
      display: inline-block;
      position: relative;
  }
  #header .header_menu ul.main_menu li:after {
      content: '';
      display: block;
      margin: auto;
      height: 3px;
      width: 0px;
      background: transparent;
      transition: width .5s ease, background-color .5s ease;
      margin-top: 6px;
  }
  #header .header_menu ul.main_menu li:hover:after,
  #header .header_menu ul.main_menu li.active:after {
      width: 90%;
      background: #3f52a7;
  }
  .slide-text {
    left: 0;
    /* top: 25%; */
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    /* padding: 10px 85px; */
    
  }
  .h1-1 > h5{    
      padding: 0;
      color: #000000;
      font-size: 50px;
      font-style: normal;
      line-height: 64px;    
      letter-spacing: 1px;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      font-weight:700;
  }

  .h1-1 > p {
      padding: 0;
      color: #000000;
      font-size: 20px;
      line-height: 24px;
      font-weight: 300;
      margin-top: 40px;
      margin-bottom: 20px;
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight:900;
  }

  .h1-2 > h5{    
      padding: 0;
      color: #fff;
      font-size: 64px;
      font-style: normal;
      line-height: 64px;    
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight:700;
  }
  .t2-2 {
    margin-left: 80px;
    margin-top: 40px;
  }

  .t2-3 {
      margin-left: 160px;
      margin-top: 40px;
  }

  .h1-3 > h5{    
      padding: 0;
      color: #fff;
      font-size: 64px;
      font-style: normal;
      line-height: 64px;    
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight:700;
  }

  .t3-2 {
    margin-left: 150px;
    margin-top: 40px;
  }
  
  .title-txt {
      font-size: 60px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight: 700;
  }

  .Content-txt > h3 {
      font-size: 40px;
      font-weight: 700;
  }

  .Content-txt > p {
      font-size: 30px;
  }

  .client .row {
    margin: 100px;
  }
  /* .slide-text > p {
      padding: 0;
      color: #ffffff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 300;
      margin-bottom: 40px;
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
  } */
  .slide-text > a.btn-default{
      color: #000;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      padding: 17px 30px;
      white-space: nowrap;
      letter-spacing: 1px;
      display: inline-block;
      border: none;
      text-transform: uppercase;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

  }
  .slide-text > a.btn-primary{
      color: #ffffff;
      cursor: pointer;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      padding: 17px 30px;
      white-space: nowrap;
      letter-spacing: 1px;
      background: #00bfff;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .slide-text > a:hover,
  .slide-text > a:active {
      color: #ffffff;
      background: #222222;
      -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  }


  .office {
      padding-top: 50px
  }
  .office .title h5 {
      font-size: 32px;
      font-weight: 400;
      text-transform: uppercase;
      padding-bottom: 20px;
      font-family: "Microsoft JhengHei;", sans-serif;
      color: #222222;
      padding-bottom: 38px;
      font-weight: 700;
  }
  .office_location i span {
      padding-left: 18px;
      color: #696969;
      font-size: 18px;
      font-family: "Microsoft JhengHei;", sans-serif;
      font-weight: 500;
  }
  .office_location i {
      padding-bottom: 28px;
      font-size: 18px;
      font-weight:500;
  }
  .office_location {
      color: #696969;
  }
  #contact {
      min-height: 650px;
      background: #eeeeee;
      padding: 80px 0;
  }
  .office_map iframe{
      /* size: 50%; */
      width: 700px;
      height: 550px;
  }

  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  .control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-align: center;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  .control-round:hover .carousel-control{
      opacity: 1;
  }
  .control-round .carousel-control.left {
      left: 1%;
  }
  .control-round .carousel-control.right {
      right: 1%;
  }
  .control-round .carousel-control.left:hover,
  .control-round .carousel-control.right:hover{
      color: #fdfdfd;
      background: rgba(0, 0, 0, 0.5);
      border: 0px transparent;
  }
  .control-round .carousel-control.left>span:nth-child(1){
      left: 45%;
  }
  .control-round .carousel-control.right>span:nth-child(1){
      right: 45%;
  }
  
  
}
@media (max-width: 991px) { 
 
    .client .row {
        margin: 80px;
      }
  .slide-text {
    left: 0;
    bottom: 150px;
    right: 0;
    margin: auto;
    /* padding: 10px; */
    position: absolute;
    text-align: left;
    /* padding: 10px 85px; */
    
  }
  .h1-1 > h5{    
      padding: 0;
      color: #000000;
      font-size: 30px;
      font-style: normal;
      line-height: 64px;    
      letter-spacing: 1px;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      font-weight:700;
  }

  .h1-1 > p {
      padding: 0;
      color: #000000;
      font-size: 14px;
      line-height: 22px;
      font-weight: 200;
      margin-top: 40px;
      margin-bottom: 20px;
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight:900;
  }

  .h1-2 > h5{    
      padding: 0;
      color: #fff;
      font-size: 40px;
      font-style: normal;
      line-height: 34px;    
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight:700;
  }

  .t2-2 {
      margin-left: 80px;
      margin-top: 40px;
  }

  .t2-3 {
      margin-left: 160px;
      margin-top: 40px;
  }

  .h1-3 > h5{    
      padding: 0;
      color: #fff;
      font-size: 34px;
      font-style: normal;
      line-height: 64px;    
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight:700;
  }

  .t3-2 {
    margin-left: 150px;
    margin-top: 40px;
  }
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  .control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-align: center;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  .control-round:hover .carousel-control{
      opacity: 1;
  }
  .control-round .carousel-control.left {
      left: 1%;
  }
  .control-round .carousel-control.right {
      right: 1%;
  }
  .control-round .carousel-control.left:hover,
  .control-round .carousel-control.right:hover{
      color: #fdfdfd;
      background: rgba(0, 0, 0, 0.5);
      border: 0px transparent;
  }
  .control-round .carousel-control.left>span:nth-child(1){
      left: 45%;
  }
  .control-round .carousel-control.right>span:nth-child(1){
      right: 45%;
  }

  .title-txt {
    font-size: 60px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-weight: 700;
}

.Content-txt > h3 {
    font-size: 40px;
    font-weight: 700;
}

.Content-txt > p {
    font-size: 30px;
}

.service-img img{
    display: block;
    margin: auto;
}

  /* .slide-text > p {
      padding: 0;
      color: #ffffff;
      font-size: 20px;
      line-height: 24px;
      font-weight: 300;
      margin-bottom: 40px;
      letter-spacing: 1px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
  } */
  .slide-text > a.btn-default{
      color: #000;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      padding: 17px 30px;
      white-space: nowrap;
      letter-spacing: 1px;
      display: inline-block;
      border: none;
      text-transform: uppercase;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

  }
  .slide-text > a.btn-primary{
      color: #ffffff;
      cursor: pointer;
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      padding: 17px 30px;
      white-space: nowrap;
      letter-spacing: 1px;
      background: #00bfff;
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .slide-text > a:hover,
  .slide-text > a:active {
      color: #ffffff;
      background: #222222;
      -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
      transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  }
  .office {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
  }
  .office .title h5 {
      font-size: 32px;
      font-weight: 400;
      text-transform: uppercase;
      padding-bottom: 20px;
      font-family: "Microsoft JhengHei;", sans-serif;
      color: #222222;
      padding-bottom: 38px;
      font-weight: 700;
  }
  .office_location i span {
      padding-left: 18px;
      color: #696969;
      font-size: 18px;
      font-family: "Microsoft JhengHei;", sans-serif;
      font-weight: 500;
  }
  .office_location i {
      padding-bottom: 28px;
      font-size: 18px;
      font-weight:500;
  }
  .office_location {
      color: #696969;
  }
  #contact {
      min-height: 650px;
      background: #eeeeee;
      padding: 80px 0;
  }   
  .office_map iframe{
      /* size: 50%; */
      width: 700px;
      height: 550px;
  }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
  /* .slide-text {
    left: -60px;
    bottom: 150%;
    position: absolute;
    text-align: left;
    
} */
.client .row {
    margin: 50px;
  }
.slide-text {
  left: -60px;
  bottom: 80px;
  right: 0;
  margin: auto;
  /* padding: 10px; */
  position: absolute;
  text-align: left;
  /* padding: 10px 85px; */
  
}
.h1-1 > h5{    
    padding: 0;
    color: #000000;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;    
    letter-spacing: 1px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight:500;
}

.h1-1 > p {
    padding: 0;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;    
}

.h1-2 > h5{    
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;    
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-weight:500;
}

.t2-2 {
    margin-left: 50px;
    margin-top: 20px;
}

.t2-3 {
    margin-left: 100px;
    margin-top: 20px;
}
/* 
.h1-1, .h1-2, .h1-3 {
  padding-bottom: 5%;
} */

.h1-3 > h5{    
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: 24px;    
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-weight:500;
}

.t3-2 {
  margin-left: 100px;
  margin-top: 30px;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-align: center;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
  .slide-text {
      padding: 10px 50px;
  }
  .slide-text h1 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px;
  }
  .slide-text > p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
  }
  .control-round .carousel-control{
      display: none;
  }
  .office_map iframe{
      /* size: 50%; */
      width: 480px;
      height: 400px;
  }

  
  .service-img img{
    padding-top: 20px;
    display: block;
    margin: auto;
    width: 280px;
  }

  .title-txt {
      font-size: 30px;
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s;
      font-weight: 700;
  }

  .Content-txt > h3 {
      font-size: 22px;
      font-weight: 700;
  }

  .Content-txt > p {
      font-size: 16px;
  }

}
@media  (max-width: 480px) {
    .client .row {
        margin: 30px;
      }
    .slide-text {
      left: -60px;
      bottom: 20px;
      right: 0;
      margin: auto;
      /* padding: 10px; */
      position: absolute;
      text-align: left;
      /* padding: 10px 85px; */
      
    }
    .h1-1 > h5{    
        padding: 0;
        color: #000000;
        font-size: 14px;
        font-style: normal;
        line-height: 24px;    
        letter-spacing: 1px;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        font-weight:500;
    }
    
    .h1-1 > p {
        padding: 0;
        color: #000000;
        font-size: 10px;
        line-height: 22px;
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;    
    }
    
    .h1-2 > h5{    
        padding: 0;
        color: #fff;
        font-size: 20px;
        font-style: normal;
        line-height: 24px;    
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        font-weight:500;
    }
    
    .t2-2 {
        margin-left: 50px;
        margin-top: 20px;
    }
    
    .t2-3 {
        margin-left: 100px;
        margin-top: 20px;
    }
    /* 
    .h1-1, .h1-2, .h1-3 {
      padding-bottom: 5%;
    } */
    
    .h1-3 > h5{    
        padding: 0;
        color: #fff;
        font-size: 20px;
        font-style: normal;
        line-height: 24px;    
        letter-spacing: 1px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
        font-weight:500;
    }
    
    .t3-2 {
      margin-left: 50px;
      margin-top: 30px;
    }
    
    /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
    .control-round .carousel-control {
      top: 47%;
      opacity: 0;
      width: 45px;
      height: 45px;
      z-index: 100;
      color: #ffffff;
      display: block;
      font-size: 24px;
      cursor: pointer;
      overflow: hidden;
      line-height: 43px;
      text-align: center;
      text-shadow: none;
      position: absolute;
      font-weight: normal;
      background: transparent;
      -webkit-border-radius: 100px;
      border-radius: 100px;
    }
    .control-round:hover .carousel-control{
        opacity: 1;
    }
    .control-round .carousel-control.left {
        left: 1%;
    }
    .control-round .carousel-control.right {
        right: 1%;
    }
    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover{
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }
    .control-round .carousel-control.left>span:nth-child(1){
        left: 45%;
    }
    .control-round .carousel-control.right>span:nth-child(1){
        right: 45%;
    }
      /* .slide-text {
          padding: 10px 50px;
      }
      .slide-text h1 {
          font-size: 30px;
          line-height: 40px;
          margin-bottom: 10px;
      }
      .slide-text > p {
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 20px;
      } */
      .control-round .carousel-control{
          display: none;
      }
      .office_map iframe{
          /* size: 50%; */
          width: 350px;
          height: 380px;
      }
    
      
      .service-img img{
        padding-top: 20px;
        display: block;
        margin: auto;
        width: 280px;
      }
    
      .title-txt {
          font-size: 30px;
          -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
          font-weight: 700;
      }
    
      .Content-txt > h3 {
          font-size: 22px;
          font-weight: 700;
      }
    
      .Content-txt > p {
          font-size: 16px;
      }

}