section {
    padding-top: 60px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .navbar-brand.visible-xs {
        width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand.visible-xs {
        width: 75%;
    }
}

.btn {
    border-radius: 0;
    font-size: 16px;
}

i.fa.fa-caret-right {
    padding: 0 5px;
    color: red;
}

.section01 {
    position: relative;
    min-height: 600px;
    line-height: 2em;
}

.section01 h2 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
}

.section01 .AU {
    font-size: 40px;
    color: #f9caca;
    letter-spacing: 5px;
    font-family: arial;
    font-weight: bold;
    padding-left: 40px;
}

.section01 h4 {
    font-weight: bold;
}

.section01 .ABOUT_INFO {
    font-size: 18px;
    line-height: 1.8em;
}

.section01 .ABOUTIMG {
    top: 280px;
    position: absolute;
    z-index: 99;
}

@media screen and (max-width: 768px) {
    .section01 .ABOUTIMG {
        position: initial;
        padding: 15px 0 15px;
    }
}

.section01 a.btn.btn-default {
    width: 120px;
    height: 44px;
}

.section02 {
    position: relative;
    background-color: #bc4949;
    min-height: 600px;
    padding-top: 100px;
    z-index: 2;
}

.section02 h2 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
    text-align: center;
    color: #fff;
}

.section02 .EVENT {
    font-size: 40px;
    color: #f8caca;
    letter-spacing: 5px;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}

.section02 .vline {
    display: block;
    width: 1px;
    height: 60px;
    border: 1px solid #e5ecf5;
    margin: auto;
    margin-bottom: 20px;
}

.section02:after {
    content: '';
    width: 100%;
    height: 110px;
    background: #bc4949;
    position: absolute;
    bottom: -51px;
    display: block;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: -1;
}

.section02 .NEWSLIST {
    line-height: 1.8em;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.8rem 0.8rem 2rem;
    padding: 0.8rem;

    flex: 1;
}

.section02 .NEWSLIST img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.section02 .NEWSLIST a {
    color: #3052b4;
    text-decoration: none;
}

.section02 .NEWSLIST ul {
    padding: 15px;
}

.section02 .NEWSLIST ul .EVENT_DATE {
    color: #3052b4;
}

.section02 .NEWSLIST ul .EVENT_TITLE {
    font-size: 22px;
    letter-spacing: 1px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.section02 .NEWSLIST ul .decline {
    border-top: 1px solid #3052b4;
    width: 90px;
    margin-bottom: 20px;
}

.section02 .NEWSLIST ul .NEWSICON {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff282f), to(#b8002f));
    background-image: -webkit-linear-gradient(top, #ff282f 0%, #b8002f 100%);
    background-image: -o-linear-gradient(top, #ff282f 0%, #b8002f 100%);
    background-image: linear-gradient(180deg, #ff282f 0%, #b8002f 100%);
    color: #fff;
    border-radius: 10%;
    font-size: 13px;
    padding: 1px 6px 1px;
    text-align: center;
}

.section02 a.btn.btn-default {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
}

.section03 {
    min-height: 200px;
    text-align: center;
}

.section03 h2 {
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 10px;
}

.section03 .CONTACT_TITLE {
    font-size: 40px;
    color: #b1b3b3;
    letter-spacing: 5px;
    font-family: arial;
    font-weight: bold;
}

.section04 {
    position: relative;
    z-index: -1;
    min-height: 550px;
    background: #ffffff;
    /* background: url('../../images/contact_bg.jpg');
    background-size: cover;
    background-position: center; */
}
@media (max-width: 768px) {
    .section04 {
        min-height: 650px;
    }
}

.section04 h3 {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: 0px 0px 12px #222;
    letter-spacing: 2px;
}

.section04 .footerbox {
    background-color: rgb(255, 255, 255);
    color: #2d2d2d;
    padding: 40px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer i {
    display: block;
    padding-right: 10px;
    text-align: center;
    width: 30px;
}

.footerbox {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 420px;
    color: #fff;
    padding: 20px;
    position: relative;
    padding-top: 40px;
    width: 100%;
    margin-top: 20px;
}

.copyright {
    height: 50px;
    background-color: #5d5d5d;
    color: #fff;
    text-align: center;
    margin: -20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.FOOTER_INFO {
    line-height: 2.5em;
}

.FOOTER_INFO h4 {
    font-weight: bold;
}
.FOOTER_INFO .spacing {
    letter-spacing: 1.5px;
}

.FOOTER_INFO .decline {
    border: 0.05em solid #fff;
    margin: 20px 0 20px;
    width: 66px;
}

.jumbotron {
    background-color: #49a7bc;
    color: #fff;
    background: url(../../images/topbgbanner.jpg);
    background-position: right;
    background-size: cover;
}

.navbar-nav li {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}

@media screen and (max-width: 320px) {
    .EMAIL {
        display: block;
        white-space: nowrap;
    }
}

/* contact修改(公司名會超出畫面)  0315 Crisly  */
@media (max-width: 1026px) and (min-width: 768px) {
    .panel-title2 .label .co-name {
        display: block;
    }
}
@media (max-width: 503px) {
    .panel-title2 .label .co-name {
        display: block;
    }
}
.label {
    text-align: left;
}
.panel-title2 .co-word {
    display: block;
}

.news-container {
    display: flex;
}
.news-container a {
    width: 100%;
}
@media (max-width: 768px) {
    .news-container {
        flex-direction: column;
    }
}
