.logo {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    display: inline-block;
    color: #bdbdbd;
    max-width: 285px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  .logo h1,
  .logo h2,
  .logo h5 {
    margin: 0;
    text-transform: uppercase;
  }
  
  .logo h1 {
    font-family: 'Teko', Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 27px;
  }
  .logo h2 {
    font-family: 'Teko', Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 27px;
  }
  
  .logo h5 {
    background-color: #bdbdbd;
    color: #212121;
    display: inline-block;
    font-size: 0.6em;
    font-weight: 700;
    line-height: 18px;
    padding: 0 20px;
    position: relative;
  }
  
  .logo h5:before,
  .logo h5:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    border-width: 9px 5px;
    border-style: solid;
    opacity: 0.8;
  }
  
  .logo h5:before {
    right: 100%;
    border-color: #bdbdbd #bdbdbd #bdbdbd transparent;
  }
  
  .logo h5:after {
    left: 100%;
    border-color: #bdbdbd transparent #bdbdbd #bdbdbd;
  }
  
  .logo h6 {
    margin: 0;
    color: #bdbdbd;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }
  
  .logo h6:before,
  .logo h6:after {
    position: absolute;
    height: 2px;
    content: '';
    width: 30px;
    top: 50%;
    border-top: 2px solid 	#bdbdbd;
    border-bottom: 2px solid 	#bdbdbd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .logo h6:before {
    left: -35px;
  }
  
  .logo h6:after {
    right: -35px;
  }
  
  .logo i {
    font-size: 22px;
    line-height: 36px;
  }

.nav-item{
    padding: 0px 1rem;
}
.nav-link{
    color: white;
    font-size: 18px;
}
.hero-top{
    background: black;
}
.bg{
    background-image: url(../img/logobanner.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10%;
    width: 100%;
}
.banner{
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
.hero{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;  /*超出部分隱藏*/
}
.banner-slide{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.slide-active{
	display:block;
}
.slide1{
    background-image:url(../img/bg/0.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.slide2{
	background-image:url(../img/bg/1.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.slide3{
	background-image:url(../img/bg/3.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.button{
    position: absolute;
    transform:rotate(180deg);
    top: 50%;
    left: 244px;
    height: 80px;
    width: 40px;
    margin-top:-40px;
    background:url(../img/arrow.png) center center no-repeat;
}
.button:hover{
	/*background:#333;這樣不行，背景顏色會覆蓋上面的背景圖片，要寫下面的背景顏色*/
	background-color:#333;
	opacity: 0.8;
	/* filter:alpha(opacity=80); */
}
.banner-text{
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1rem;
  text-align: left;
  width: auto;
  height: auto;
  color: white;
  position: absolute;
  left: 5%;
  top: 40%;
}
.banner-text h2{
  font-size: 55px;
  font-weight: 700;
}
.banner-text h3{
  letter-spacing: 0.3rem;
}
.link-btn{
  background-color: transparent;
  border: 1px solid white;
  color: white;
  margin: 20px auto;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 30px;
}
.link-btn2{
  background-color: transparent;
  border: 1px solid white;
  color: rgba(255,255,255,.75);
  margin: 0px auto;
  padding: 0.5em 0.5em;
  border-radius: 50px;
  font-size: 12px;
}
.link-btn:hover{
  background-color: rgba(255, 255, 255, 1);
  color: black;
}
.link-btn2:hover{
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(255,255,255, 1);
}
.dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	text-align: right;
	padding-right: 24px;
	line-height: 12px;
}
.dots span {
	display: inline-block;
	width: 50px;
	height: 10px;
	border-radius: 10%;
	margin-left: 8px;
	background-color: rgba(7, 17, 27, 0.4);
	cursor: pointer;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
}
.dots span.active{
	box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
	background-color: #fff;
}

a{
    text-decoration: none;
    color: red;
}
a:hover{
    color: blue;
}

.top{
  display: none;
}
.top:hover img{
    cursor: pointer;
}

.article-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 28px;
    padding-top: 0;
    background-color: #ffffff;
    border-radius: 36px;
    border: 6px solid rgba(215, 162, 151, 0.5);
    overflow: hidden;
    margin-bottom: 4vh;
}
.article-content h1{
    font-weight: 600;
    padding: 24px 16px;
    width: fit-content;
    background-color: rgba(215, 162, 151, 0.5);
    border-radius: 0 0 20px 20px;
    margin-bottom: 24px;
}
.article-text{
    text-align: left;
}
.article-text h3{
    display: inline-block;
    background-color: #FAD689;
    font-weight: 600;
    font-size: 25px;
}
.article-text p{
    font-size: 20px;
    line-height: 28px;
    font-family: 'Noto Serif TC', serif;
}

.article{
  display: block;
  margin: 0 auto;
}
.article ul{
  margin: 0 auto;
  padding-left: 2.5rem;  
}
.article li{
  background-image: url(../img/home_results2_icon_star.png);
  background-repeat: no-repeat;
  background-position: left 15%;
  font-size: 20px;
  line-height: 45px;
  width: 100%;
  margin-bottom: 10px;
}
.article li a{
  padding: 10px 0px 10px  35px;
  width: 100%;
  border-bottom: 1px dashed #da9c9f;
}
.icon{
  font-size: 30px !important;
}

.list{
    font-size: 20px;
}

.lio{
    list-style-type: decimal;
    font-size: 20px;
}

.write{
    background-image: url(../img/icon_list2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}
.service-icon{
    background-image: url(../img/icons8-service-100.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}

.lin{
    margin: 0 auto;
    height: 90%;
    border-right: 1px solid black;
}


.Dividing-line{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-bottom: 2px solid palevioletred;
    margin-bottom: 40px;
}
.en{
    font-size: 20px;
    line-height: 1em;
    padding: 5px 20px;
    margin-bottom: -15px;
    background-color: #F8F8F8;
}


figure.snip1091 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-height: 310px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1091 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 img {
  opacity: 0.1;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

figure.snip1091 figcaption {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: rotate(0deg) translateY(-50%) scale(1);
  transform: rotate(0deg) translateY(-50%) scale(1);
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
}

figure.snip1091 figcaption h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}

figure.snip1091 figcaption h2 span {
  font-weight: 800;
}

figure.snip1091 figcaption:before,
figure.snip1091 figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 figcaption:before {
  left: 0;
  top: 0;
}

figure.snip1091 figcaption:after {
  bottom: 0;
  right: 0;
}

figure.snip1091.blue {
  background: #091b27;
}

figure.snip1091.red {
  background: #2e0e0a;
}

figure.snip1091.yellow {
  background: #4f3204;
}

figure.snip1091.green {
  background: #061c10;
}

figure.snip1091.navy {
  background: #000000;
}

figure.snip1091 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1091:hover img,
figure.snip1091.hover img {
  opacity: 0.7;
}

figure.snip1091:hover figcaption,
figure.snip1091.hover figcaption {
  -webkit-transform: rotate(-45deg) translateY(-50%) scale(0.9);
  transform: rotate(-45deg) translateY(-50%) scale(0.9);
}

figure.snip1091:hover figcaption:before,
figure.snip1091.hover figcaption:before,
figure.snip1091:hover figcaption:after,
figure.snip1091.hover figcaption:after {
  width: 200%;
}

.contact-box{
  background-color:	#E0E0E0;
  padding: 2rem;
  text-align: center;
}

.contact-link{
  font-size: 2.5rem;
}

.float-set {
  position: fixed;
  right: 25px;
  bottom: 50px;
  width: 65px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.float-set .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55px;
  height: 55px;
  position: relative;
  margin-top: 30px;
}

.float-set .float-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.float-set .float-item .float-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(15, 37, 64, 0.7);
  border-radius: 10px;
  margin-top: 12px;
  position: relative;
}

.float-set .float-item .float-arrow::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.float-set .float-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mobile-br{
  display: none;
}


@media(max-width:1025px){
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .hero-top{
        margin-top: 90px;
    }
    .banner{
        height:100vh;
    }
    .slide3{
        background-position: 0% 50%;
    }
    .dots {
        bottom: 10px;
    }
    .article-main{
      margin-top: 100px;
    }
    .lin{
        height: 90%;
        border-right: 1px solid black;
    }
    .write{
        padding-bottom: 20%;
    }
    .service-icon {
      padding-bottom: 20%;
    }
    .float-set {
      position: fixed;
      right: 0px;
      bottom: 120px;
    }
}
@media(max-width:911px){
  .mobile-view{
    padding: 15px 1rem;
  }
}
@media(max-width:767px){
    .logo{
        max-width: 210px;
    }
    .logo h1 {
      font-family: 'Teko', Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 27px;
    }
    .logo h2 {
        font-family: 'Teko', Arial, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 27px;
    }
    .logo h6{
      font-size: 14px;
    }
    .navbar-brand{
        width: 75%;
    }
    .hero-top{
        margin-top: 90px;
    }
    .banner{
        padding-top: 10%;
        height:100%;
    }
    .slide1{
        padding-bottom: 100%;
    }
    .slide2{
        padding-bottom: 100%;
    }
    .slide3{
        background-position: 0% 50%;
        padding-bottom: 100%;
    }
    .dots {
        display: none;
    }
    .lin{
        margin: 0 auto;
        height: 90%;
        border-right: 0px;
        border-bottom: 1px solid black;
    }
    .p-right{
        margin: 0 10px;
    }
    .write{
        padding-bottom: 40%;
    }
    .service-icon {
      padding-bottom: 35%;
    }
    .article li{
      background-image: url(../img/home_results2_icon_star.png);
      background-repeat: no-repeat;
      background-position: left 5%;
    }
    figure.snip1091 {
      max-height: 200px;
    }
    .banner-text{
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      padding: 1rem;
      text-align: left;
      width: auto;
      height: auto;
      color: white;
      position: absolute;
      left: 0%;
      bottom: 0;
    }
    .banner-text h2{
      font-size: 35px;
    }
    .banner-text h3{
      font-size: 18px;
    }
    .float-set {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: fixed;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 80px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-color: rgba(15, 37, 64, 0.7);
    }
    .float-set .float-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc( 100% / 3);
      margin-top: -15px;
    }
    .float-set .float-item .float-arrow {
      margin-top: 0;
    }
    .float-set .float-item img:hover {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    .low{
      padding-bottom: 100px !important;
    }
    .mobile-br{
      display: block;
  }
}
