
h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans TC', sans-serif;
}
p,a,input,label,textarea,span,ul,li,table{
    font-family: 'Open Sans', sans-serif;
}
#navbar{
    padding: 8px;
    padding-bottom: 8px;
    background-color:#a2c2c7; 
    width: 100%;
    height: 100%; 
    box-shadow: 0px 5px 5px 0px rgb(95, 94, 94);
}
body{
    background: url(Cover_1920X1080px_NEW.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #004D58;
    background-position: center top -7vw;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100% auto;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
.row{
    margin: 0;
}
header img{
    width: 100px;
    margin-right: 6px;
}
header li{
    font-size: 15px;
    padding-right: 25px;
    color: #004D58;
}
#intro .jumbotron{
    height:70vh;
    margin-bottom: 95px;
    background-color: transparent;
}
#intro h1{
    color: #F05A28;
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.3;
}
#intro h2{
    color: #F05A28;
    text-align: center;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.3;
}
#intro .page{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: center;
}
#intro .container{
    position: relative;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#intro .down {background-color: transparent;
    width: 112px;
    height: 65px;
    border-color: transparent;
    transform: scale(0.6);
}
#intro .down:hover{
    transform: scale(0.7);
}
#intro button{
    background-color: transparent;
    border-color: transparent;
}
#section-second .jumbotron{
    background-color: rgb(243, 242, 242);
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
}
#section-second h3{
    color: #F05A28;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
}
#section-second h4{
    color: #F05A28;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
    padding-bottom: 40px;
}
#section-second h5{
    color: #F05A28;
    font-size: 20px;
    font-weight: 12px;
    line-height: 0.9;
}
#section-second .lead{
    color: #F05A28;
    font-size: 17px;
    font-weight: 10px;
    line-height: 1.2;
    padding-bottom: 40px;
}
#section-second p{
    color: #F05A28;
    font-size: 16px;
    font-weight: 10px;
    line-height: 1.5;
}
#section-second .card{
    background-color: rgb(231, 230, 230);
    width: 100%;
    height: 100%;
    padding: 26px;
    border-radius: 25px;
    border-color: transparent;
}
#section-second img{
    background-color: transparent;
    width: 188px;
    height: 188px;
    transform: scale(0.9); 
}
#section-third .jumbotron{
    background-color: #004D58;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    padding-bottom: 40px;
}
#section-third h3{
    color: rgb(231, 231, 231);
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
}
#section-third h4{
    color: rgb(231, 231, 231);
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
    padding-bottom: 40px;
}
#section-third h5{
    color: rgb(231, 231, 231);
    font-size: 30px;
    font-weight: 12px;
    line-height: 1.2;
}
#section-third .lead{
    color: rgb(231, 231, 231);
    font-size: 25px;
    font-weight: 12px;
    line-height: 1.2;
    padding-bottom: 40px;
}
#section-third a{
    color: rgb(231, 231, 231);
    font-size: 18px;
    font-weight: 12px;
}
#section-third button{
    background-color: #004D58;
    width: 130px;
    color: white;
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
}
#section-third button:hover {
    background-color: white;
    color: #004D58;
}
#section-third button:active {
    background-color: white;
    color: rgb(127, 136, 138);
}
#section-four .jumbotron{
    background-image: url(Resize_about_pic_274597178.png);
    width: 100%;
    height: 100%;
    background-repeat: initial;
    background-attachment: fixed;
    background-size: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-position: right;
}
#section-four .textbox{
    background-color: rgb(231, 231, 231);
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    border: 0;
    padding: 11vw;
}
#section-four .col-md-6{
    padding-right: 0;
    padding-left: 0;
}
#section-four h3{
    color: #F05A28;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
}
#section-four h4{
    color: #F05A28;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
    padding-bottom: 40px;
}
#section-four p{
    color: black;
    font-size: 18px;
    font-weight: 10px;
    line-height: 2;
    padding-bottom: 20px;
}
footer .jumbotron{
    background-color: rgb(179, 179, 179);
    width: 100%;
    height: 100%;
    margin-bottom: 0 ;
    border-radius: 0;
    text-align: center;
    padding-top: 60px;
    margin: 0;
}
footer .row{
    margin-right: 0;
    padding-bottom: 15px;
}
footer h3{
    color: white;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
}
footer h4{
    color: white;
    font-size: 45px;
    font-weight: 12px;
    line-height: 1.2;
    padding-bottom: 50px;
}
footer .lead{
    color: white;
    font-size: 25px;
}
footer .text{
    color: white;
    font-size: 16px;
    line-height: 1.5;
}
footer h6{
    color: white;
    font-size: 25px;
}
th, td {
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
footer img{
    width: 350px;
    height: 100%;
    background-image: cover;
}
footer .map{
    width: 100%;
    height: 370px; 
    border: 0;
}
@media screen and (max-width: 500px) {
    body{
        background: url(Cover_1920X1080px_NEW.png);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #004D58;
        background-position: center top -20vw;
        background-repeat: no-repeat;
        position: absolute;
        background-size: 1420px auto;
        background-attachment: fixed;
    }
    footer .lead{
        color: white;
        font-size: 18px;
    }
    footer .text{
        color: white;
        font-size: 12px;
        line-height: 1.2;
}