html,body{
	/*font-family: '微軟正黑體' !important;*/
    height: 100% !important;
}
/*垂直置中*/
.vertical-center{
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.absolute-vertical-center{
    transform: translate(-50%, -50%);
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    height: max-content;
}
#navbarIcon .nav-item{
	margin: 0 !important;
}

#navbarIcon .nav-link{
	padding: 10px 0;
}

#navbarIcon img{
	padding-top: 10px;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.home-block-2 img{
    width: 70%;
}
.home-block-4 img{
    max-width: 500px;
}
.home-block-5{
    max-width: 100%;
}

.home-block-5 .item-cover{
    background-position: center center; 
    background-size: cover; 
    width: 100%;
    height: 400px;
}
.prevention .item-cover{
    background-position: center center; 
    background-size: cover; 
    width: 100%;
    height: 400px;
}
#other-page-header .active{
    color: #1a9f5f !important;
}
.tab-title{
  text-align: center;
}
.tab-title div{
  display: inline-block;
  width: 150px;
  height: 35px;
  border: 1px solid #159767;
  margin: 0 20px;
}
.tab-title div a{
  vertical-align: sub;
  text-decoration: none;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}

.home .little-helper .col-lg-3{
	padding: 0 !important;
}
.home .little-helper .portfolio-item{
	max-width: unset !important;
}

.little-helper{
	padding: 0;
}
.text-size-12{
    font-size: 12px !important;
}
.text-size-14{
    font-size: 14px !important;
}
.text-size-16{
    font-size: 16px !important;
}
.text-size-18{
    font-size: 18px !important;
}
.text-size-20{
    font-size: 20px !important;
}
.text-size-22{
    font-size: 22px !important;
}
.text-size-24{
    font-size: 24px !important;
}
/* 標題主色 */
.text-title-color{
    color: #178952 !important;
}
/* 內文顏色 */
.text-content-color{
    color: #414141 !important;
}
/* 按鈕顏色 */
.button-color{
    background-color: #159767 !important;
    color: #fff;
}
.button-color:hover{
    background-color: #178952 !important;
    color: #fff;
}

/* 按鈕顏色 */
.button-outline-color{
    color: #159767;
    border-color: #159767 !important;
}
.button-outline-color:hover,.button-outline-color.active{
    background-color: #178952 !important;
    color: #fff;
}

/* 被景色 */
.bg-color{
    background-color: #159767 !important;
}
.bg-color-2{
    background-color: #178952 !important;
}
.text-weight-600{
    font-weight: 600 !important;
}
.text-weight-700{
    font-weight: 700 !important;
}
.text-weight-800{
    font-weight: 800 !important;
}
.text-weight-900{
    font-weight: 900 !important;
}

.border-rec{
    border: 1px solid #eae6e6;
}
header .container{
    max-width: 1650px;
}
footer .container{
    max-width: 1650px;
}
/* 內容頁 */
.post-content{
  text-align: center;
}
.content-page .swiper-container {
  height: 75%;
  background: #000;
}
.content-page .swiper-slide {
  font-size: 18px;
  color:#fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 60px;
}
.content-page .swiper-slide .title {
  font-size: 41px;
  font-weight: 300;
}
.content-page .swiper-slide .subtitle {
  font-size: 21px;
}
.text {
  height: 25%;
  background-color: #159767;
  padding: 5px 10px;
  overflow: hidden;
}
.content-page .swiper-img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.content-page .slider {
    width: 50%;
    margin: 50px auto;
}

.content-page .slick-slide {
  margin: 0px 20px;
}

.content-page .slick-slide img {
  width: 100%;
}
.content-page .slick-prev:before,
.content-page .slick-next:before {
  color: black !important;
}
.content-page .slick-track{
    display: flex;
    vertical-align: middle;
    align-items: center;
}
/* 遮罩*/
.cover-black{
    background-color: #00000082;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* 首頁 */
.home .little-helper .swiper-button-prev {
    z-index: 20;
    background-color: #159767;
}
.home .little-helper .swiper-button-next{
    z-index: 20;
    background-color: #159767;
}
.home .little-helper .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}
.home .little-helper .swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
}
.home .little-helper .swiper-container {
  width: 100%;
  height: 100%;
}
.home .little-helper .swiper-slide {
  text-align: center;
  font-size: 18px;
  padding: 0;
}
.navBar-scroll-down-hide{
  transition: opacity 1s ease-out;
  opacity: 0;
  display: none !important;
}
#other-page-header{
  background-color: #fff;
}
.other-page-header-downStart{
  height: 0px;
  display: none;
}
.other-page-header-fixed{
  display: block;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.service .portfolio-item{
    height:200px
}
.phone-home-title-img{
  max-width: 500px;
  margin: auto;
}
footer .footer-ifo{
  letter-spacing: 10px;
}
footer #footer-logo{
  width: 250px;
}
footer .open-time{
  letter-spacing: 3px;
  font-size: 16px;
}
.home-block-3 img{
  width: 100px;
}
.phone-footer-icon{
  display: none;
}
.vcf-img{
  max-width: 500px;
}
.service-Process{
  width: 13.5%;
  display: inline-block;
}
.arrow-Process{
  display: none;
}
#contact-bcard{
  max-width: 450px;
}
.font-block{
  font-size: 20px;
  font-weight: 900;
}
.fadeAction-left{
    display: flex;
    vertical-align: middle;
    align-items: center;
    opacity: 0;
    position: relative;
    left: -100%;
    background-color: #dedede;height: 300px;
    -webkit-transform: all 0.5s ease-in-out;
    -moz-transform: all 0.5s ease-in-out;
    -o-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fadeAction-show-down-3{
    opacity: 1 !important;
    bottom: 0 !important;
    -webkit-transform: all 1.5s ease-in-out;
    -moz-transform: all 1.5s ease-in-out;
    -o-transform: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.fadeAction-show-down-2{
    opacity: 1 !important;
    bottom: 0 !important;
    -webkit-transform: all 1s ease-in-out;
    -moz-transform: all 1s ease-in-out;
    -o-transform: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.fadeAction-show-down-1{
    opacity: 1 !important;
    bottom: 0 !important;
    -webkit-transform: all 0.6s ease-in-out;
    -moz-transform: all 0.6s ease-in-out;
    -o-transform: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.fadeAction-right{
    display: flex;
    vertical-align: middle;
    align-items: center;
    opacity: 0;
    position: relative;
    right: -100%;
    /*background-color: #dedede;*/
    /*height: 300px;*/
    -webkit-transform: all 0.5s ease-in-out;
    -moz-transform: all 0.5s ease-in-out;
    -o-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fadeAction-show-left{
    opacity: 1;
    left: 0;
    /*right: 0;*/
    -webkit-transform: all 0.5s ease-in-out;
    -moz-transform: all 0.5s ease-in-out;
    -o-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fadeAction-show-right{
    opacity: 1;
    /*left: 0;*/
    right: 0;
    -webkit-transform: all 0.5s ease-in-out;
    -moz-transform: all 0.5s ease-in-out;
    -o-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fadeAction-down{
/*        display: flex;
    vertical-align: middle;
    align-items: center;*/
    opacity: 0;
    position: relative;
    bottom: -100px;
    /*background-color: #dedede;*/
    /*height: 300px;*/
/*        -webkit-transform: all 0.5s ease-in-out;
    -moz-transform: all 0.5s ease-in-out;
    -o-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}
#post_title{
  font-size: 20px;
}
@media (max-width: 1366px) {
  footer .footer-ifo{
    font-size: 2vw;
  }
  .post-content{
    text-align: unset;
    max-width: 991px;
  }
}
@media (max-width: 1280px) {
  footer .footer-ifo{
    letter-spacing: 6px;
    /*font-size: 18px !important;*/
  }
  footer .right-block img{
    width: 35px;
  }
  footer #footer-logo{
    width: 200px;
  }
  .footer-ifo2{
    font-size: 16px;
  }
  footer .open-time{
    font-size: 12px;
  }
  footer .footer-block{
    padding:20px;   
  }
}
@media (max-width: 1024px) {
  .post-content{
    text-align: unset;
    max-width: 780px;
  }
}
@media (max-width: 991px) {
  .tab-title div {
      width: 130px;
      margin: 0px 2px;
  }
  .content-page .slider {
      width: 80%;
  }
  .arrow-Process{
    display: unset;
  }
  .service-Process{
    width: 20%;
  }
  .about .col-lg-4{
    width: 25%;
  }
  .home-block-3 img{
    width: 80px;
  }

  footer .right-block{
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }
  footer .open-time{
    font-size: 16px;
  }
  .footer-ifo2{
    font-size: 20px;
  }
  footer .right-block img{
    width: 45px;
  }
  footer .footer-ifo{
    font-size: 3vw;
    /*letter-spacing: 13px;*/
    /*font-size: 26px !important;*/
  }
  .home-block-4 img {
      max-width: 100%;
  }
  .home-block-4 .col-lg-6{
    width: 50%;
  }
  .home-block-4{
    max-width: 100%;
  } 
  .phone-home-title-img {
    max-width: 400px;
    margin-right: 35px;
  }
  #other-page-header{
    display: none;
  }
  #mainNav{
    display: none;
  }
  .desktop-home-title-img{
    display: none;
  }
  .home-block-1{
    margin-top: 0;
  }
  footer .col-lg-3{
    width: 50%;
  }
  footer .col-lg-5{
    width: 75%;
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .tab-title div {
      margin: 5px 10px;
  }
  .about .col-lg-4{
    width: 50%;
  }
  footer .footer-ifo{
    letter-spacing: 5px;
    /*font-size: 22px !important;*/
  }
  footer .col-lg-5 {
      width: 90%;
  }
  .home-block-3 .col-md-3{
    width: 50%;
  }
  .home-block-3{
    max-width: 100%;
  }
  .home-block-2 .col-xs-1-5 {
    width: 30%;
    margin: auto;
  }
  .col-xs-1-5 h4{
    font-size: 20px;
  }
  .swiper-button-next {
    right: 20px;
    /*transform: rotate(90deg);*/
  }
  .swiper-button-prev {
    left: 20px;
    /*transform: rotate(90deg);*/
  }

  #navbarNav a:hover{
    background-color: #fff !important;
    color: #000 !important;
  }
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
      outline: none;
      box-shadow: none;
  }
  .contact .tab-content .col-md-4,.contact .tab-content .col-md-8{
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }
}
@media (max-width: 667px) {
  .phone-home-title-img {
      max-width: 280px;
      margin-right: unset;
  }
  .tab-title div {
      margin: 5px 2px;
  }
  .font-block{
    font-size: 16px;
  }
  h2{
    font-size: 24px;
  }
  #contact-bcard{
    max-width: 100%;
  }
  footer .right-block {
      width: 95%;
      /* margin: auto; */
      margin-top: 30px;
      padding: 20px 0;
  }
  footer .number-block h3{
    font-size: 22px;
    letter-spacing: 5px;
  }
  .arrow-Process{
    display: none;
  }
  .service-Process{
    width: 50%;
  }
  .about .col-lg-4{
    width: 100%;
  }
  .about .vcf-img{
    max-width: 100%;
  }
  .about #portfolio .portfolio-item{
    max-width: 15rem;
  }
  .about h4{
    font-size: 20px;
  }
  .phone-footer-icon{
    display: block;
    letter-spacing: 15px;
  }
  .desktop-footer-icon{
    display: none;
  }
  .home-block-2 img{
      width: 30%;
  }
  .home-block-2 .col-xs-1-5 {
    width: 50%;
    margin: auto;
  }
  .home-block-2 .col-xs-1-5 img{
    width: 50%;
  }
  .home-block-3 .col-md-3{
    width: 50%;
  }
  .home-block-4 .col-lg-6{
    width: 100%;
  }
  footer .footer-ifo{
    font-size: 20px;
    letter-spacing: 3px;
    /*font-size: 18px !important;*/
  }
  .footer-ifo2{
    font-size: 18px;
  }
  footer .left-block{
    width: 100%;
  }
  footer .center-block{
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  footer .right-block img{
    width: 50px;
  }
  footer .footer-block{
    padding: 20px 0 !important;
  }
}
@media (max-width: 500px) {
  footer .footer-ifo{
    font-size: 18px;
    letter-spacing: 0px;
    /*font-size: 18px !important;*/
  }

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
    #phone-nav{
      display: none;
    }
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .phone-home-title-img{
      display: none;
    }
    .home-block-1{
      margin-top: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1650px) {

  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1366px;
  }
  .little-helper .container{
    max-width: 100%;
  }
  .service .portfolio-item{
      height:350px
  }
  .service #portfolio .portfolio-item{
    max-width: 100%;
  }
  .service .container {
    max-width: 1366px;
  }
}