@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
body {
    font-family: 'Noto sans-serif TC', sans-serif , Helvetica, Arial, 'LiHei Pro', 'Microsoft JhengHei', sans-serif;
    background-color: #fff;
}

header{
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #2cafae;
}

.logo{
    width: 100px;
}

.bg-light{
    background-color: #2cafae!important;
}

.navbar-brand{
    text-align: center;
    margin-right: 0;
    font-size: 28px;
    letter-spacing: 3px;
    color: #0954ef!important;
    font-weight: bold;
    padding: 0 1rem;
}

.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.navbar-light .navbar-nav .nav-link:hover::after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #f39800;
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: -1;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

/*banner*/
.banner{
  position: relative;
  padding-top: 98px;
}

.banner-img img{
  width: 100%;
  min-height: 800px;
  height: 100%;
  object-fit: cover;
}

.banner-item{
    display: flex;
    align-items: center;
}

.banner-text{
    margin-left: 80px;
    margin-bottom: 25px;
}

.banner-text h5 , .banner-text p{
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px 2px #666666;
}

.banner-text h5{
    font-weight: bold!important;
}

.banner-text p{
    font-size: 12px;
}

.banner-icon{
    margin-top: -30px;
    padding: 30px;
    border: 5px solid #ffffff;
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-icon::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #ffffff;
    right: -55px;
}

.banner-icon::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    right: -70px;
}

.banner-icon img{
    width: 85%;
}

.form-container{
    padding: 0 200px;
    width: 100%;
}

.form-position{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.form-title h4{
  color:#212529;
}

.form-title p{
    margin-bottom: 15px;
}

.form-area{
  background-color: #fdf3e680;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.form-size{
  width: 100%;
}

.form-size .form-control{
    border: 0;
    border-radius: 15px;
    height: calc(2.65rem + 2px);
}

.form-contact{
    margin-bottom: 20px;
    text-align: center;
}

.form-contact a{
    background-color: #f39800;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: bold;
}

.form-contact a:last-child{
    background-color: #5dab5b;
}

.form-slogan{
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px #c29d60;
    padding: 5px 10px;
    position: relative;
    margin-bottom: -10px;
    z-index: 1;
}

.form-slogan::after{
    content: '';
    background-color: #f89828;
    transform: skewX(330deg);
    position: absolute;
    width: 103%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.all-btn{
  text-align: center;
}

.all-btn button{
  background-color: #f39800;
  color: #ffffff;
  font-weight: bold;
  padding: 3px 20px;
  margin: 15px 0;
  border-radius: 5px;
}

.all-btn p{
    color: #808183;
    letter-spacing: 10px;
}


@media (max-width:1199px){
    .form-container{
        padding: 0 50px;
    }
}

@media (max-width:991px){
    .banner-left{
        display: flex;
        margin: 45px 0;
        justify-content: center;
    }

    .banner-icon{
        margin-top: auto;
    }

    .banner-item{
        display: block;
        margin-left: -25px;
    }

    .banner-text{
        margin-left: auto;
        margin-bottom: auto;
        margin-top: 30px;
    }

    .banner-icon::before , .banner-icon::after{
        display: none;
    }
}

@media (max-width:767px){
    .form-container{
        padding: 0;
    }

    .banner-icon{
        padding: 20px;
    }

    .banner-item{
        margin-left: -15px;
    }

    .banner-item:first-child{
        margin-left: 0;
    }

    .form-slogan::after{
        width: 100%;
        overflow: hidden;
        transform: skewX(345deg);
    }

}

/*service*/

.service{
    background-color: #f4f3f3;
    padding: 50px 0;
}

.service-title , .about-title{
    position: relative;
    text-align: center;
    z-index: 0;
}

.service-title h2 , .about-title h2{
    color: #238c8b;
    font-weight: bold!important;
    display: inline-block;
    background-color: #f4f3f3;
    padding: 0 15px;
}

.service-title::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2cafae;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
}

.circle{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2cafae;
    position: absolute;
    left: 0;
    top: 8px;
}

.circle.right{
    left: auto;
    right: 0;
}

.service-title p{
    margin: 15px 0;
    color: #3b3333;
    font-size: 18px;
    font-weight:bold;
}

.service-item{
    background-color: #f6a039;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    width: 60%;
    margin: 50px auto;
}

.service-item.green{
    background-color: #2cafae;
}

.service-area{
    position: relative;
    z-index: 0;
}

.service-area::after{
    content: '';
    width: 80%;
    height: 5px;
    background-color: #f6a039;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.service-event{
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    padding: 30px;
    padding-bottom: 15px;
    border-top: 10px solid #fde231;
    box-shadow: 0px 1px 4px 1px #dddddd;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.service-event.orange{
    border-color: #f39800;
}

.service-event img{
    width: 70%;
}

.service-event .text{
    color: #ffffff;
    background-color: #2cafae;
    font-size: 24px;
    padding: 2px 30px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
}

.service-event .text img{
    position: absolute;
    width: 35px;
    top: -20px;
    left: -20px;
}

@media (max-width:991px){
    .service-item{
        font-size: 34px;
        width: 100%;
    }
}

@media (max-width:767px){
    .service-item{
        font-size: 18px;
    }
}

/*about*/

.about{
    background-image: url(../images/about.jpg);
    padding: 100px 0;
}

.about-text h3{
    text-align: center;
    font-weight: bold!important;
    color: #736362;
    margin-top: 30px;
}

.about-text h3 span{
    display: inline-block;
    margin-right: 30px;
}

.about-title h2{
    background-color: transparent;
}

.about-title p{
    color: #d79229;
    font-weight: bold;
    font-size: 18px;
}

.about-title::before {
    content: '';
    width: 40%;
    height: 3px;
    background-color: #2cafae;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: -1;
}

.about-title::after {
    content: '';
    width: 40%;
    height: 3px;
    background-color: #2cafae;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1;
}

@media (max-width:1199px){
    .about-title::after , .about-title::before{
        width: 35%;
    }
}

@media (max-width:767px){
    .about-title::after , .about-title::before{
        width: 70px;
    }
}


@media (max-width:425px){
    .about-text h3 span{
        margin-right: 5px;
    }
}

.contact-icon img{
    width: 60px;
}

.contact-text{
    color: #ffffff;
}

.contact-area{
    background-color: #007bff;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 0;
    border-radius: 15px;
    width: 80%;
}

/*footer*/
footer{
  background-color: #2cafae;
  color: #ffffff;
  padding: 50px 20px;
}

.footer-dacn{
  text-align: center;
  margin-top: 10px;
}

.footer-dacn a{
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.footer-dacn a:hover{
  color: #cf3400;
  text-decoration: underline;
}

.contact{
  float: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.contact img{
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
}

@keyframes hide {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    width: 0;
    height: 0;
  }
}

@keyframes show {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);

  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.de-hide{
    display: none;
}

.hide{
    -webkit-animation: hide .3s linear;
    animation: hide .3s linear;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    margin-bottom: 0!important;
    padding-bottom: 0px!important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.formshow{
    -webkit-animation: show .3s linear;
    animation: show .3s linear;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
    display: block;
}
