/* ============================================================
   web-footer  —  頁尾 footer   〔積木說明〕
   各欄連結、語言切換、追蹤/合作 icon、版權、手機版摺疊(.footers-*/.footer-*)
   （由 all.css 拆分；純樣式區塊，改這裡不影響其他積木）
   ============================================================ */

/* Footer */
.footers-pc-menus {
    width: 17%;
}

.footers-pc-googles {
    width: 35%;
    margin-right: 34px;
}

.footers-pc-googles .footers-pc-link {
    display: flex !important;
}

.footers-pc-copyright-announcement {
    width: 19%;
    text-align: justify;
}

.footers-pc-copyright-announcement p {
    font-size: 12px;
    line-height: 23px;
    color: #fff;
}

.footers-pc-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footers-pc-title span {
    font-size: 15px;
}

.footers-pc-title .fa-angle-down {
    display: none;
}

.footers-pc-title .fa-angle-up {
    display: none;
}

.footers-pc-link a {
    color: #fff;
    font-size: 14px;
}

.footers-pc-link i {
    margin-right: 8px;
}

.footers-pc-link {
    margin-bottom: 25px;
}

.footers-pc-link p {
    margin-bottom: 10px;
}

.footers-tracking a {
    display: inline-block;
    width: 33px;
    margin-right: 10px;
}

.footers-tracking a img {
    width: 100%;
}

.footers-cooperation a {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footers-cooperation a img {
    width: 100%;
}

.footers-pc-link li {
    float: left;
    margin-right: 20px;
}

.footer-Follow-li {
    display: inline-block;
    text-align: center;
}

.footer-language {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 15px;
}

.footer-language a {
    display: inline-block;
    margin-left: 10px;
}

.footer-language a img {
    vertical-align: middle;
}

.images-after {
    display: none;
}

.footer-texts {
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}

@media (min-width: 1080px) {
    .footer-language a:hover .images-after {
        display: inline-block;
    }

    .footer-language a:hover .images-before {
        display: none;
    }
}

@media (min-width: 992px) {
    .footers-pc-link {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .footers-pc-copyright-announcement {
        width: 100%;
    }

    .footers-pc-menus {
        width: 100%;
    }

    .footers-pc-googles {
        width: 100%;
        margin-right: unset;
    }

    .footers-pc-googles .footers-pc-link {
        display: flex !important;
    }

    .heads-phone-footer {
        display: block !important;
        position: static;
    }

    .footers-bottom {
        padding: 0px;
        padding: 10px 0px;
    }

    .footers-pc-groups-small {
        width: 100%;
    }

    .footers-pc-groups-big {
        width: 100%;
    }

    .footers-pc-link {
        display: none;
    }

    .footers-pc-title {
        line-height: 18px;
        border-top: 1px solid #fff;
        padding: 13px 10px;
        margin: 0px;
    }

    .footers-pc-title i {
        display: inline-block;
        line-height: 18px;
    }

    .footers-pc-title,
    .footers-pc-title span {
        font-size: 14px;
    }

    .footers-pc-title .fa-angle-down {
        display: block;
    }

    .footers-pc {
        padding: 0px;
    }

    .footer-texts {
        border-top: 1px solid #fff;
        padding-top: 10px;
    }

    .footers-pc-link {
        background: #111111;
        margin-bottom: 0px;
        padding: 0px 10px 13px 10px;
    }

    .footers-pc-link p:last-child {
        margin-bottom: 0px;
    }

    .footers-pc-title-hover {
        background: #111111;
    }

    .footers-pc-title-hover .fa-angle-down {
        display: none;
    }

    .footers-pc-title-hover .fa-angle-up {
        display: block;
    }

    .footers-pc-link li {
        margin: 0px;
        width: 25%;
        text-align: center;
    }
}

.footers-pc-link iframe {
    width: 450px;
    height: 300px;
}

@media (max-width: 450px) {

    .fix-fb-btn,
    .fix-line-btn,
    .fix-top {
        display: none;
    }

    .footer-fix-login-students li {
        width: 20%;
    }
}

.select2-container--open {
    z-index: 9999999
}

/* 2021 02 18 新加樣式 */
.footer-background-gray {
    background: #cfd0d0;
    height: 50px;
}

.footer-background-red {
    background: #ad1729;
    height: 50px;
}

.footers {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .footer-background-gray {
        height: 10px;
    }

    .footer-background-red {
        height: 10px;
    }
}

/* Footer END*/
.head-icon-join img {
    height: 40px !important;
}

