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

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

.logo{
  height: 40px;
  margin-right: 20px;
  width: 180px;
}

.logo img{
  width: 100%;
  height: 100%;
}

.navbar-brand{
  color: #070707!important;
  font-weight: bold;
  font-size: 26px;
}

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

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

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

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

.banner-img::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.form-position{
  position: absolute;
  top: calc(50% - 210px);
  right: 0;
  z-index: 1;
  width: 100%;
}

.form-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: #3f3d56;
}

.form-area{
  background-color: #ffffffcc;
  padding: 10px 5%;
  width: 80%;
  height: 480px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 2px 12px 3px #ffffff;
}

.form-size{
  width: 100%;
}

.banner-left img{
    width: 100%;
}

@media (min-width: 1200px){
    .form-position .container{
        max-width: 1500px;
    }
}

.form-size .input-group{
    margin-bottom: 10px;
    align-items: center;
}

.form-size .input-group p{
    margin-right: 10px;
}

.form-size .input-group input{
    text-align: center;
}

.form-size .input-group select{
    text-align-last: center;
}

.all-btn{
  text-align: right;
  padding-top: 15px;
  border-top: 1px solid #a0a0a0;
  margin-top: 30px;
}

.all-btn button{
  background-color: #f99200;
  padding: 1px 15px;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #b58802;
}

.form-info a{
    display: block;
    color: #000000;
}

.form-link{
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
}

.form-link img{
    width: 30px;
    margin-right: 10px;
}

.form-link a:first-child{
    width: 40%;
    background-color: #f99300;
    padding: 3px 15px;
    padding-left: 5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    justify-content: center;
}

.form-link a:last-child{
    width: 40%;
    border: 1px solid  #f99300;
    color: #f99300;
    padding: 3px 15px;
    padding-left: 5px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
}

.form-link a:first-child:hover{
    background-color: #feae3c;
}


.form-link a:last-child:hover{
    background-color: #ffe4bd;
}

@media (max-width:1400px){
    .form-area{
        width: 100%;
    }
}

@media (max-width:1200px){
    .form-area{
        height: auto;
    }
}

@media (max-width:991px){
    .form-position{
        top: auto;
        bottom: 50px;
    }

    .banner-img img{
        min-height: 1000px;
    }
}

@media (max-width:767px){
    .form-area{
        width: 100%;
        height: auto;
    }

    .form-position{
        top: auto;
        bottom: 190px;
    }

    .form-link a:first-child{
        width: auto;
    }

    .form-link a:last-child{
        width: auto;
    }

    .form-area{
        padding: 10px;
    }

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

    .c-banner{
        display: none;
    }
}

@media (min-width:768px){
    .m-banner{
        display: none;
    }
}

/*service*/

.service-img img{
    width: 100%;
}

/*advantage*/

.advantage{
    margin: 100px 0;
}

.advantage-title{
    text-align: center;
    padding: 0 15px;
}

.advantage-title h5:first-child{
    margin-bottom: 15px;
    color: #fe671f;
    font-weight: bold!important;
}

.advantage-title h5:nth-child(2){
    margin-bottom: 50px;
    color: #152082;
}

.advantage-title p{
    margin-bottom: 10px;
    color: #4c4c50;
}

.advantage-title p:last-child{
    margin-bottom: 80px;
}

.advantage-area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.advantage-item{
    text-align: center;
    margin: 0 50px;
    margin-bottom: 30px;
}

.advantage-item img{
    width: 30px;
}

/*case*/

.case{
    background-image: url(../images/case.jpg);
    padding-top: 50px;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.case-success{
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 50px;
    padding-top: 30px;
}

.case-all{
    background-color: #ffffff;
    padding: 30px 0;
    margin-bottom: 30px;
}

.case-area{
    text-align: center;
}

.case-title{
    font-size: 22px;
    margin-bottom: 25px;
    color: #161635;
    text-align: center;
}

.case-item{
    color: #ff671f;
}

.case-item p{
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.case-area{
    height: 280px;
    overflow: hidden;
}

.case-area p{
    padding-bottom: 15px;
    height: 45px;
}


/*number*/

.number{
    background-image: url(../images/number.jpg);
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.number-area img{
    width: 100%;
}

.number-aera{
    text-align: center;
    margin-bottom: 30px;
}

.number-aera p:first-child{
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.number-aera p:nth-child(2){
    color: #f9db5d;
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
}

.number-aera span{
    font-size: 18px;
}

/*footer*/
footer{
  background-color: #161635;
  color: #ffffff;
  padding: 100px 20px;
}

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

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

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

.footer-contact{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-text{
    width: 80%;
    margin: 0 auto;
    letter-spacing: 3px;
}

.footer-text div p:first-child{
    font-size:20px;
    margin-bottom:30px;
}

.footer-text div p:nth-child(2){
    margin-bottom:50px;
}

.contact-area{
    padding: 10px 30px;
    text-align: center;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 0 15px;
    margin-bottom: 20px;
}

.contact-area img {
    width: 30px;
    margin-right: 10px;
}

.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;
}

@media (max-width:767px){
    .footer-text{
        width: 100%;
    }
}

/**/

@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;
}
