@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
    font-family: 'Noto Sans TC', sans-serif;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, li, p, a {
    font-family: 'Noto Sans TC', sans-serif;
}

.nopad {
    padding: 0;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0;
}

.row {
    padding: 0;
    margin: 0;
}

.navbar {
    background: #C21316;
    color: #fff;
}

.breadbrumbs a {
    color: red !important;
}

.video {
    padding: 0;
    margin-top: 0;
    position: relative;
}

.video .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 300px 100px;
}

.video h1 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 60px;
    line-height: 1.3;
}

.index-left-news {
    padding: 60px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.index-left-news .col-sm-6 {
    padding: 30px;
}

.index-left-news h2 {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 500;
}

.index-left-news .news-date {
    color: #777;
}

.index-left-news .news1 {
    background-image: url(../images/news1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    max-height: 300px;
}

.index-left-news .news2 {
    background-image: url(../images/news2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    max-height: 300px;
}

.bg-red {
    /* Rectangle 8: */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E9343B), color-stop(60%, #B71417));
    background-image: -webkit-linear-gradient(top, #E9343B 0%, #B71417 60%);
    background-image: -o-linear-gradient(top, #E9343B 0%, #B71417 60%);
    background-image: linear-gradient(-180deg, #E9343B 0%, #B71417 60%);
}

.gradient-grey {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F6F6), color-stop(97%, #CCCCCC));
    background-image: -webkit-linear-gradient(top, #F7F6F6 0%, #CCCCCC 97%);
    background-image: -o-linear-gradient(top, #F7F6F6 0%, #CCCCCC 97%);
    background-image: linear-gradient(-180deg, #F7F6F6 0%, #CCCCCC 97%);
}

.index-right-news {
    padding: 60px;
    padding-left: 90px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.index-right-news h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    margin-top: 30px;
    z-index: 2;
}

.index-right-news p {
    color: #fff;
    line-height: 30px;
    width: 250px;
    margin-top: 25px;
    z-index: 2;
}

.index-right-news img {
    position: absolute;
    right: -50px;
    bottom: 0;
    z-index: 1;
}

.arrow-btn {
    /* Rectangle 5: */
    background: #C21316;
    /* 閱讀更多: */
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.33px;
    height: 56px;
    line-height: 56px;
    width: 120px;
    text-align: center;
    float: left;
    margin-top: 30px;
    border-radius: 0;
    position: relative;
}

.arrow-btn:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 29px 28px !important;
    border-color: transparent transparent transparent #c21316;
    top: 0px;
    bottom: 0;
    left: 100%;
    -webkit-transition-duration: 0.15s !important;
    -o-transition-duration: 0.15s !important;
    transition-duration: 0.15s !important;
    -webkit-transition-timing-function: ease-in-out !important;
    -o-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
}

.arrow-btn:hover:before {
    border-color: transparent transparent transparent #ab1113;
    -webkit-transition-duration: 0.15s !important;
    -o-transition-duration: 0.15s !important;
    transition-duration: 0.15s !important;
    -webkit-transition-timing-function: ease-in-out !important;
    -o-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important;
}

.arrow-btn:hover {
    color: #fff;
    background: #ab1113;
}

.white-btn {
    background: #fff;
    color: #c21316;
}

.white-btn:hover {
    background: #d9d9d9;
    color: #c21316;
}

.white-btn:before {
    border-color: transparent transparent transparent #fff;
}

.white-btn:hover:before {
    border-color: transparent transparent transparent #d9d9d9;
}

.img1 {
    background-image: url(../images/img1.png);
    width: 100%;
}

.goal {
    padding: 140px 70px;
}

.goal h3 {
    letter-spacing: 2px;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.goal p {
    float: right;
}

.group {
    position: relative;
}

.group .text-box {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #fff;
    z-index: 10;
    font-weight: 300;
    width: 90%;
}

.group .text-box h3 {
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 15px;
}

.group1 {
    background-image: url(../images/group1.png);
    background-size: cover;
    position: relative;
    letter-spacing: 2px;
    height: 350px;
}

.group2 {
    background-image: url(../images/group2.png);
    background-size: cover;
    letter-spacing: 2px;
    position: relative;
    letter-spacing: 2px;
    height: 350px;
}

.group3 {
    background-image: url(../images/group3.png);
    background-size: cover;
    position: relative;
    letter-spacing: 2px;
    height: 350px;
}

.group-overlay {
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.bottom-slider {
    background-image: url(../images/bottom-slider1.jpg);
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 0;
}

.bottom-slider .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.bottom-slider .text-box {
    position: absolute;
    top: 160px;
    left: 100px;
    z-index: 10;
    font-size: 20px;
    letter-spacing: 2px;
}

.bottom-slider .text-box h3 {
    font-size: 40px;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .bottom-slider .text-box h3{
    font-size: 1.75rem;
  }
  .bottom-slider .text-box{
    font-size: 1rem;
  }
  .content-box .row_contact{
    margin-left: -26px;
  }
}

.footer {
    /* Rectangle 3: */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #B1B1B1), color-stop(99%, #878787));
    background-image: -webkit-linear-gradient(top, #B1B1B1 61%, #878787 99%);
    background-image: -o-linear-gradient(top, #B1B1B1 61%, #878787 99%);
    background-image: linear-gradient(-180deg, #B1B1B1 61%, #878787 99%);
    padding: 40px;
}

.footer .logo {
    padding: 30px;
    background-repeat: no-repeat;
    margin-left: 0;
    background-image: url(../images/logo.png);
    width: 90px;
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto 190px auto auto 110px;
    border-bottom: 1px #000 solid;
    margin-top: 30px;
}

.footer-grid h4 {
    font-size: 17px;
    font-weight: 500;
}

.footer-grid ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 20px;
}

.footer-grid li {
    line-height: 2;
    font-size: 15px;
    letter-spacing: 0.8px;
}

.footer-grid li a {
    color: #242424;
}

.footer-grid li a:hover {
    color: #575757;
}

.copyright p {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 2px;
    font-size: 14px;
}

.mobile-footer {
    display: none;
}

.navbar .navbar-brand {
    padding: 10px 25px;
}

.navbar .navbar-collapse {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-right: 30px;
}

.navbar .mr-auto {
    margin-right: 0 !important;
}

.navbar .mr-auto li {
    margin-left: 25px;
}

.navbar .special-color-dark {
    background: #C21316 !important;
}

.navbar .special-color {
    background: #999 !important;
}

.navbar .mega-dropdown {
    position: static !important;
}

.navbar .dropdown-menu.mega-menu {
    width: 100%;
    border: none;
    border-radius: 0;
}

.navbar .dropdown-menu.mega-menu.v-2 a {
    padding: 15px 10px 10px 35px;
}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2 {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff !important;
}

.navbar .dropdown-menu.mega-menu.v-2 a.news-title-2:hover {
    color: #d0d6e2 !important;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul {
    list-style: none;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu ul.caret-style li a:after {
    font-family: "fontAwesome";
    content: '\f0da';
    position: absolute;
    left: 0.5rem;
    font-size: 12px;
    top: 1rem;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item {
    color: #fff !important;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-menu a.menu-item:hover {
    color: #fff !important;
}

.navbar .dropdown-menu.mega-menu.v-2 .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid;
}

.navbar .dropdown-menu.mega-menu.v-2 .font-small {
    font-size: 0.85rem;
}

.navbar .dropdown-menu.mega-menu.v-2 a {
    padding: 5px 5px 15px 25px;
}

.navbar .dropdown-menu.mega-menu.v-2 a:after {
    top: 7px !important;
}

@media screen and (max-width: 576px) {
    .index-left-news {
        padding: 20px;
    }

    .index-right-news {
        padding: 50px;
    }

    .index-right-news h2 {
        font-size: 28px;
    }

    .index-right-news p {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .index-right-news img {
        display: none;
    }

    .group {
        height: 450px !important;
    }

    .group1, .group2, .group3 {
        margin-top: 10px;
    }

    .bottom-slider {
        position: static;
        margin-top: 640px;
    }

    .bottom-slider .text-box {
        left: 20px;
        width: 360px;
        padding: 30px;
        top: 50px;
    }

    .footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        padding: 40px;
    }

    .mobile-footer .footer-btn {
        color: #242424;
        display: block;
        text-align: center;
        border: #242424 1px solid;
        width: 100%;
        padding: 10px;
    }

    .mobile-footer .footer-btn:hover {
        color: #646464;
        border-color: #646464;
    }

    .mobile-footer .copyright {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .video .video-box {
        padding: 100px 30px;
    }
}

@media screen and (max-width: 992px) {
    .video h1 {
        bottom: 50px;
        font-size: 30px;
    }
}

.breadcrumbs-wrapper {
    text-align: center;
}

.content-box {
    padding: 60px 40px;
}

.content-box img {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
}
.content-box li{
  word-break: break-word;
}

.content-page .content-logo {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 460px;
}


.content-page .content-box h2 {
    color: red;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.content-page .content-box h6 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.content-page .content-box p {
    letter-spacing: 1px;
    line-height: 28px;
}

.contact h1 {
    font-size: 43px;
    color: red;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.contact h6 {
    font-size: 14px;
    margin-bottom: 40px;
}

@media (max-width: 1025px) {
    .stepper.timeline-simple li {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.stepper.timeline-simple li a {
    padding: 0px;
    left: 50%;
}

.stepper.timeline-simple li a .circle {
    margin-top: 0.9rem;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -12px;
    background-color: #aaa;
    z-index: 2;
}

.stepper.timeline-simple li .step-content {
    width: 45%;
    float: left;
    border-radius: 2px;
    position: relative;
}

.stepper.timeline-simple li .step-content:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e0e0e0;
    border-right: 0 solid #e0e0e0;
    border-bottom: 15px solid transparent;
    content: " ";
}

.stepper.timeline-simple li .step-content:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.stepper.timeline-simple li.timeline-inverted {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.stepper.timeline-simple li.timeline-inverted .step-content {
    float: right;
}

.stepper.timeline-simple li.timeline-inverted .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.stepper.timeline-simple li.timeline-inverted .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.stepper.stepper-vertical.timeline-simple li:not(:last-child):after {
    content: " ";
    position: absolute;
    width: 2px;
    background-color: #9e9e9e;
    left: 50%;
    top: 32px;
    height: 100%;
    margin-left: -1.5px;
}

@media (max-width: 450px) {
    .stepper.timeline-simple li a {
        left: 6%;
    }
}

@media (min-width: 451px) and (max-width: 1025px) {
    .stepper.timeline-simple li a {
        left: 6%;
    }
}

@media (max-width: 450px) {
    .stepper.timeline-simple li .step-content {
        width: 80%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right;
    }

    .stepper.timeline-simple li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .stepper.timeline-simple li .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (min-width: 451px) and (max-width: 1025px) {
    .stepper.timeline-simple li .step-content {
        width: 85%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right;
    }

    .stepper.timeline-simple li .step-content:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .stepper.timeline-simple li .step-content:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

@media (max-width: 450px) {
    .stepper.stepper-vertical.timeline-simple li:not(:last-child):after {
        left: 6%;
    }
}

@media (min-width: 451px) and (max-width: 1025px) {
    .stepper.stepper-vertical.timeline-simple li:not(:last-child):after {
        left: 6%;
    }
}

.stepper.stepper-vertical.timeline-simple li:not(:last-child):after {
    background-color: red;
}

.timeline-simple .grey {
    background-color: #fff !important;
    border: red 2px solid;
}

.ul-circle {
    list-style-type: circle !important;
}

.organization .content-box ul {
    list-style-type: none;
    border-left: 2px #ccc solid;
}

.organization .content-box .row .col-sm-6 {
    margin-bottom: 40px;
    padding-left: 60px;
}

.weblink {
    margin-top: 60px;
}

.weblink a {
    color: red;
    font-weight: 700;
    font-size: 18px;
}

.content-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    color: #4a4a4a;
}

.awards .content-box ul {
    list-style: none;
}

.awards .content-box ul li {
    background: url(../images/trophy.svg) no-repeat 0 12px;
    padding-left: 40px;
    margin: 3px 0;
    line-height: 60px;
}
.awards_list span{
  padding-left: 66px;
}
@media screen and (max-width: 575px) {
  .awards_list span{
    padding-left: 0px;
  }
  .awards .content-box ul li{
    line-height: 50px;
  }
}
.mt40 {
    margin-top: 40px;
}

.media-contact h2.media-contact-title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
}

.media-contact h1.media-contact-title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: 500;
  color: red;
  margin-top: 30px;
}

.media-contact h6 {
    margin-bottom: 90px !important;
}

.media-contact .col-sm-6 {
    margin-bottom: 40px;
}

.news h1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-weight: 500;
    color: red;
    margin-top: 30px;
}

.news .news-item p.date {
    color: #999;
    margin-bottom: 0;
}

.news .news-item a.news-title {
    font-size: 22px;
    color: #222;
}

.news .news-item {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
    padding-top: 20px;
}

.news .content-box {
    margin-bottom: 60px;
}

.news-inside p.date {
    margin-bottom: 0;
    margin-top: 50px;
}

.news-inside h1 {
    margin-top: 0;
    margin-bottom: 50px;
}

.recruit .recruit-1 {
    background-image: url(../images/recruit-1.png);
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.recruit .recruit-2 {
    background-image: url(../images/recruit-2.png);
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.recruit .recruit-3 {
    background-image: url(../images/recruit-3.png);
    background-size: cover;
    background-position: center center;
    min-height: 400px;
}

.recruit .recruit-box {
    margin-top: 30px;
    font-size: 16px;
}

.recruit .recruit-box ul, .recruit .recruit-box ol {
    padding: 5px;
}

.recruit .recruit-link {
    text-align: center;
    margin-top: 30px;
}

.recruit .recruit-link a {
    color: red;
    font-weight: bold;
}

.recruit .recruit-link li {
    line-height: 40px;
    display: inline-block;
    padding-right: 20px;
}

.recruit .recruit-link li:after {
    content: ".";
    color: rgba(255, 255, 255, 0);
    background-image: url(../images/icon_arrow.png);
    background-repeat: no-repeat;
    width: 50px;
    display: inline-block;
    left: 20px;
    margin-left: 20px;
}

.csr h1 {
    font-size: 64px;
    color: red;
    text-align: center;
    margin-top: 50px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.csr .content-box h6 {
    font-size: 24px;
    color: #4a4a4a;
    text-align: center;
    font-weight: normal;
}

.csr .content-box h2 {
    border-bottom: 2px red solid;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

/* news list pager by stanoo*/
nav.pager {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* major_events */
.major_events p{
  font-size: 20px !important;
}

.content-page iframe{
    width: 100% !important;
    max-width: 1060px !important;
    height: 547px !important;
    max-height: 547px !important;
}

.content-box{
    overflow: hidden;
}
