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

section{
  margin-bottom: 50px;
}

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

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

.logo{
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.navbar-brand{
    text-align: center;
    margin-right: 0;
    font-size: 16px;
    letter-spacing: 10px;
    color: #808183!important;
}

.navbar-light .navbar-nav .nav-link{
    letter-spacing: 5px;
    color: #ffcc66;
    font-weight: bold;
}

/*banner*/
.banner{
  position: relative;
  padding-top: 75px;
  margin-bottom: 150px;
}

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

.form-container{
    padding: 0 50px;
}

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

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

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

.form-area{
  background-color: #e3e1db;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  height: 600px;
}

.form-contact{
    margin-bottom: 15px;
}

.form-contact a:first-child {
    background-color: #ff7907;
    color: #ffffff;
    padding: 1px 15px;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    margin: 5px 0;
    margin-right: 10px;
}

.form-contact a:last-child {
    background-color: #00c200;
    color: #ffffff;
    padding: 1px 15px;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    margin: 5px 0;
}

.input-group{
    align-items: center;
}

.form-label{
    width: 85px;
    text-align: center;
}

.form-size{
  width: 100%;
}

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

.all-btn button{
  background-color: #f99200;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 15px;
  margin: 15px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #adadad;
}

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

@media (max-width:991px){
    .banner-img{
        background-image: url(../images/banner-phone.jpg);
        min-height: 1000px;
        padding-top: 10px;
    }

    .banner-img .pc{
        display: none;
    }

    .banner-img{
        text-align: center;
    }

    .banner-img .phone{
        width: 55%;
    }

    .form-position{
        top: calc(50% - 250px);
    }
}

@media (min-width:992px){
    .banner-img .phone{
        display: none;
    }
}

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

    .banner-img .phone{
        width: 60%;
    }
}

@media (max-width:767px){
    .banner-img .phone{
        width: 100%;
    }
}

/*service*/

.service{
    position: relative;
    padding-bottom: 150px;
}

.service-bg{
    position: absolute;
    top: -25px;
    text-align: center;
}

.service-bg img{
    width: 45%;
}

.service-img img{
    width: 100%;
    border-radius: 30px;
}

.service-title h4{
    color: #333333;
    font-weight: bold!important;
    line-height: 2;
    margin-bottom: 30px;
}

.service-item p{
    line-height: 2;
    color: #333333;
    font-size: 18px;
}

.service-btn button{
    background-color: #db9f5d;
    color: #ffffff;
    width: 40%;
    letter-spacing: 10px;
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
}

.service-block{
    position: absolute;
    width: 100%;
    right: 0;
    margin-top: 150px;
}

.service-block .container{
    padding: 0 15px;
}

.service-bottom{
    background-color: #333333;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    padding: 30px 10px;
}

.service-contact a img{
    width: 40px;
    margin-right: 10px;
}

.service-contact a:first-child{
    background-color: #05bd05;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 30px;
}

.service-contact a:last-child{
    background-color: #ebebeb;
    color: #333333;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 30px;
}

@media (max-width:439px){
    .service-contact a:first-child{
        margin-right: 0;
    }
}

/*item*/

.item{
    background-image: url(../images/item-bg.png);
    padding: 200px 0;
    padding-top: 300px;
}

.item-title h5{
    font-weight: bold!important;
    color: #007d9d;
    margin-bottom: 30px;
    text-align: center;
}

.item-area{
    text-align: center;
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 20px;
    width: 165px;
    height: 165px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 2px solid #bfbfbf;
}

.item-text{
    color: #333333;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

.item-right{
    text-align: center;
}

.item-right img{
    width: 80%;
}

.item-area:hover{
    border-color: #1154fd;
}

@media (max-width:991px){
    .item-area{
        width: 145px;
        height: 145px;
    }

    .item-img img{
        width: 80px;
    }

    .item-text{
        font-size: 16px;
    }
}

/*case*/

.case{
    padding: 50px 0;
    background-color: #e5e5e5;
}

.case-area{
    background-color: #ffffff;
    padding: 50px 30px;
    border-radius: 30px;
    margin: 15px 0;
}

.case-main{
  display: flex;
  margin-bottom: 50px;
  margin-top: 20px;
}

.case-icon{
  width: 64px;
  height: 64px;
  margin-right: 20px;
}

.case-icon img{
  width: 100%;
  height: 100%;
}

.case-word h4{
  color: #f9ba48;
  font-weight: bold!important;
  margin-right: 20px;
}

.case-letter{
  margin-top: 5px;
}

.case-letter p{
  font-size: 14px;
}

.case-info p{
  font-size: 18px;
  margin: 15px 0;
}

.case-content{
  margin-bottom: 10px;
}

.case-content p{
  color: #0d0d09;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: justify;
}

.case-inline{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px){
  .case-main{
    margin-bottom: 25px;
  }
}

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

.footer-info h4{
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 3px;
}

.footer-info h4::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
}

.footer-info ul{
    list-style: inside;
    margin-bottom: 30px;
}

.footer-info li{
    margin-bottom: 15px;
}

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