#main-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/header-index.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#news-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/header_news.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#blog-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/header_blog.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#project-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/header_project.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#detail-banner {
    width: 100%;
    height: 328px;
    margin: 0 auto;
    /* background-image: url(../images/header-detail.jpg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#about-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/about-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#location-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/header_location.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#building-banner {
    width: 100%;
    height: 780px;
    margin: 0 auto;
    background-image: url(../images/header_building.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    margin-bottom: 10px
}

.banner-subtitle {
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif
}
@media (min-width: 991px){
.banner-subtitle {
    padding: 0 10px;
}
}
