/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
    --primary: #2048B0;
    --primary-15: rgba(32, 72, 176, 0.15);
    --primary-25: rgba(32, 72, 176, 0.25);
    --primary-50: rgba(32, 72, 176, 0.5);
    --primary-70: rgba(32, 72, 176, 0.7);
    --primary-s15: #dee4f3;
    --primary-s25: #c7d1eb;
    --primary-s50: #8fa3d7;
    --primary-s70: #637fc8;
    --primary-medium: #1f4096;
    --primary-dark: #002e92;
    --secondary: #F27644;
    --secondary-15: rgba(242, 118, 68, 0.15);
    --secondary-25: rgba(242, 118, 68, 0.25);
    --secondary-50: rgba(242, 118, 68, 0.5);
    --secondary-70: rgba(242, 118, 68, 0.7);
    --secondary-s15: #fdebe3;
    --secondary-s25: #fcddd0;
    --secondary-s50: #f8baa1;
    --secondary-s70: #f69f7c;
    --secondary-medium: #f26830;
    --secondary-dark: #f26220;
    --info: #0487D9;
    --info-15: rgba(4, 135, 217, 0.15);
    --success: #2CBF6C;
    --success-15: rgba(44, 191, 108, 0.15);
    --warning: #F2A03D;
    --warning-15: rgba(242, 160, 61, 0.15);
    --danger: #E23434;
    --danger-15: rgba(226, 52, 52, 0.15);
    --white: #FFFFFF;
    --white-25: rgba(255, 255, 255, 0.25);
    --white-50: rgba(255, 255, 255, 0.5);
    --gray-01: #F4F4F4;
    --gray-02: #F2F2F2;
    --gray-06: #E8E8E8;
    --gray-10: #DDDDDD;
    --gray-25: #B9B9B9;
    --gray-45: #878787;
    --gray-65: #565656;
    --gray-85: #242424;
    --font-family: "Noto Sans TC", "Heiti TC", "å¾®è»Ÿæ­£é»‘é«”", "Microsoft JhengHei";
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    position: relative;
    background-color: #ffffff;
    color: var(--gray-85);
    font-family: var(--font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

:focus {
    outline: none;
}

@media (min-width: 768.01px) {
    :focus {
        outline: 1px dashed var(--primary) !important;
    }
}


/* === COLOR === */
.bg-light {
    background-color: var(--gray-02) !important;
}

.bg-gray-25 {
    background-color: var(--gray-25) !important;
}

.bg-primary-light {
    background-color: var(--primary-15) !important;
}

/* === UTILITY === */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

i.left {
    padding-right: 0.25rem;
}

i.right {
    padding-left: 0.25rem;
}

.mask-content {
    display: none;
    position: fixed;
    top: auto;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 28, 28, .8);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 101;
}

.img-thumbnail {
    border: none;
    padding: 0;
}


/* download file */
.download-file {
    display: inline-block;
    width: calc(1rem * 1.5);
    height: calc(1rem * 1.5);
    background-color: var(--primary);
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

    .download-file:hover, .download-file:focus {
        background-color: var(--secondary);
    }

    .download-file:active {
        background-color: var(--secondary-dark);
    }

.download-pdf {
    -webkit-mask-image: url("/fontawesome/svgs/regular/file-pdf.svg");
    mask-image: url("/fontawesome/svgs/regular/file-pdf.svg");
}

.download-word {
    -webkit-mask-image: url("/fontawesome/svgs/regular/file-word.svg");
    mask-image: url("/fontawesome/svgs/regular/file-word.svg");
}

.download-excel {
    -webkit-mask-image: url("/fontawesome/svgs/regular/file-excel.svg");
    mask-image: url("/fontawesome/svgs/regular/file-excel.svg");
}

.download-jpg {
    -webkit-mask-image: url("/fontawesome/svgs/regular/file-image.svg");
    mask-image: url("/fontawesome/svgs/regular/file-image.svg");
}

.download-multi {
    -webkit-mask-image: url("/fontawesome/svgs/regular/copy.svg");
    mask-image: url("/fontawesome/svgs/regular/copy.svg");
}

.noscript {
    background-color: var(--secondary-15);
    padding: 1rem;
}


/* === GRID === */
.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* === TEXT === */
a {
    color: var(--primary);
    cursor: pointer;
}

    a:hover {
        color: var(--primary-dark);
        text-decoration: none;
    }

.text-sm {
    font-size: 0.875rem !important;
}

.text-md {
    font-size: 1.25rem !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-muted {
    color: var(--gray-45) !important;
}

ul {
    padding-left: 0;
}

    ul li {
        list-style: none;
        line-height: 1.5;
    }

    ul.list-styled {
        margin-left: 2rem;
    }

        ul.list-styled > li {
            list-style: disc;
        }

ol li {
    line-height: 1.5;
}

    ul li:not(.list-group-item):not(:last-of-type), ol li:not(:last-of-type) {
        margin-bottom: 0.75rem;
    }


/* === NAVBAR === */
.navbar {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 1000;
}

    .navbar .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--gray-85);
    }

        .navbar .navbar-brand img {
            width: 36px;
            margin-right: 0.5rem;
        }


    /* Desktop - navbar-top */
    .navbar .navbar-top, .navbar .navbar-bottom {
        padding: 0 3rem;
    }

.navbar-top, .navbar-bottom, .navbar-mobile .mobile-topnav {
    background-color: var(--white);
    border-bottom: 1px solid var(--gray-02);
}

.navbar-top {
    display: none;
    height: 80px;
}

    .navbar-top .navbar-brand h1, .navbar-mobile .navbar-brand span {
        margin-bottom: 0;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .navbar-top .navbar-nav {
        margin-left: auto;
        color: var(--gray-85);
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 80px;
        cursor: pointer;
    }

        .navbar-top .navbar-nav a {
            position: relative;
            margin: 0 .5rem;
            color: var(--gray-85);
        }

            .navbar-top .navbar-nav a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 3px;
                width: 100%;
                background: var(--gray-85);
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
                transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
                -o-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
                transition: transform .4s cubic-bezier(.215, .61, .355, 1);
                transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
                -webkit-transform-origin: 100% 0;
                -ms-transform-origin: 100% 0;
                transform-origin: 100% 0;
            }

            .navbar-top .navbar-nav a:hover:after {
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                -webkit-transform-origin: 0 0;
                -ms-transform-origin: 0 0;
                transform-origin: 0 0;
            }

        .navbar .font-size-mode, .navbar-top .navbar-nav .search {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: auto 0.125rem auto;
            border-radius: 50%;
        }

.navbar .font-size-mode {
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

    .navbar .font-size-mode:first-of-type {
        margin-left: 1rem;
    }

    .navbar .font-size-mode:last-of-type {
        margin-right: 0;
    }

.navbar-top .navbar-nav .font-size-mode:hover {
    background-color: var(--primary-15);
}

.navbar-top .navbar-nav .font-size-mode.active {
    color: var(--white);
    background-color: var(--primary);
}

.navbar-top .navbar-nav .search {
    height: 2.5rem;
    width: 2.5rem;
    margin-left: 0.5rem;
    background-color: var(--primary);
    color: var(--white);
}

    .navbar-top .navbar-nav .search:hover {
        background-color: var(--primary-medium);
    }

    .navbar-top .navbar-nav .search:focus, .navbar-top .navbar-nav .search:active {
        background-color: var(--primary-dark);
    }

/* navbar-headerï¼š banneræš«ä¸ä½¿ç”¨ */
/*.navbar-header {*/
/*    display: block;*/
/*    margin-top: calc(1rem * 1.75 + 0.5rem * 2); !* navbar-top line-height + padding-y*!*/
/*}*/

/*.navbar-header .navbar-banner {*/
/*    width: 100%;*/
/*    margin-top: 2rem;*/
/*}*/

/*.navbar-header .navbar-brand {*/
/*    position: absolute;*/
/*    top: 3.5rem;*/
/*    left: 3rem;*/
/*    color: var(--gray-85);*/
/*}*/

/*.navbar-header .navbar-brand img {*/
/*    width: 3rem;*/
/*    margin-right: 1rem;*/
/*}*/


/* Desktop - navbar-bottom */
.navbar-bottom {
    display: none;
    position: relative;
    width: 100%;
    height: 60px;
    padding: .5rem 1rem 0 1rem;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .navbar-bottom.sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

@media (min-width: 900px) {
    .navbar-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-bottom {
        display: block;
    }
}

.nav-content {
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .nav-content > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin: auto;
        margin-bottom: 0 !important;
    }

@media (min-width: 992px) {
    .nav-content > ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: auto;
        padding: 0;
    }
}

@media (min-width: 1440px) {
    .nav-content > ul {
        width: 85%;
    }
}

.nav-content > ul > .nav-item {
    margin-bottom: 0 !important;
}

.nav-tab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 60px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    pointer-events: auto;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .nav-tab a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background: var(--primary);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(.215, .61, .355, 1);
        transition: -webkit-transform 0.4s cubic-bezier(.215, .61, .355, 1);
        -o-transition: transform 0.4s cubic-bezier(.215, .61, .355, 1);
        transition: transform 0.4s cubic-bezier(.215, .61, .355, 1);
        transition: transform 0.4s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.4s cubic-bezier(.215, .61, .355, 1);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .nav-tab a:hover:after, .nav-tab a:focus:after {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

@media (min-width: 900px) {
    .nav-tab a {
        padding: 1rem 1.25rem
    }
}

.nav-item .dropdowns {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: left;
    border-top: 1px solid var(--gray-06);
    border-bottom: 1px solid var(--gray-06);
    background-color: var(--white);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -webkit-transition: top 0.4s ease;
    -o-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

@media (min-width: 576px) {
    .nav-item .dropdowns {
        padding: 0 0.75rem;
    }
}

.secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 3rem;
}

    .secondary-nav::after {
        content: "";
        display: table;
        clear: both;
    }

@media (min-width: 1200px) {
    .secondary-nav {
        max-width: 1600px;
        margin: auto;
    }
}

.sec-item {
    float: left;
    width: calc(99.9% / 5);
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    border-radius: 0.5rem;
    color: var(--primary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .sec-item:hover, .sec-item:focus {
        background-color: var(--primary-15);
    }

.sec-tit a {
    position: relative;
    display: block;
    line-height: 1.5;
    font-size: 1.125rem;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*.navbar-bottom .navbar-nav {*/
/*    justify-content: space-between;*/
/*    width: 75%;*/
/*    margin: auto;*/
/*}*/

/*.navbar-bottom .navbar-nav .nav-item {*/
/*    margin-bottom: 0;*/
/*}*/

/*.navbar-bottom .navbar-nav .nav-link {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    height: 60px;*/
/*    padding: 1rem 1.25rem;*/
/*    margin-bottom: auto;*/
/*    margin-top: auto;*/
/*    color: var(--gray-85);*/
/*    font-size: 1.125rem;*/
/*    font-weight: 700;*/
/*    cursor: pointer;*/
/*    transition: 0.3s ease;*/
/*}*/

/*.navbar-bottom .navbar-nav .nav-link:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 3px;*/
/*    width: 100%;*/
/*    background: var(--primary);*/
/*    transform: scaleX(0);*/
/*    transition: transform 0.4s cubic-bezier(.215, .61, .355, 1);*/
/*    transform-origin: 100% 0;*/
/*}*/

/*.navbar-bottom .navbar-nav .nav-link:hover:after {*/
/*    transform: none;*/
/*    transform-origin: 0 0;*/
/*}*/


/* Search area */
.navbar .search-content {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    width: 100%;
    background-color: var(--white);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: default;
    z-index: 10000;
}

.navbar .search-form {
    position: relative;
}

    .navbar .search-form input {
        padding: 0 5.5rem 0 1rem;
        border: 1px solid var(--gray-06);
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .navbar .search-form button {
        position: absolute;
        right: 0;
        top: 0;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border: 1px solid var(--primary);
        background-color: var(--primary);
        font-size: 1rem;
        color: var(--white);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .navbar .search-form button:hover {
            background-color: var(--primary-medium);
        }

        .navbar .search-form button:focus, .navbar .search-form button:active {
            background-color: var(--primary-dark);
        }

.navbar .search-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: var(--gray-85);
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .navbar .search-close:hover {
        color: var(--primary);
    }

    .navbar .search-close:focus, .navbar .search-close:active {
        color: var(--primary-dark);
    }

/* Desktop - Search area */
.navbar-top .search-content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Mobile - Search area */
.navbar-mobile .search-form {
    width: 80%;
}

@media (min-width: 576px) {
    .navbar .search-close {
        top: 24px;
        right: 2rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 1080px) {
    .navbar-top .navbar-nav .search, .navbar-top .search-close {
        display: none;
    }

    .navbar-top .search-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        top: unset;
        left: unset;
        height: unset;
        width: unset;
        background-color: unset;
        z-index: unset;
    }

    .navbar-top .search-form {
        height: 40px;
        width: 240px;
        margin: auto 0 auto 1rem;
    }

        .navbar-top .search-form input, .navbar-top .search-form button {
            height: 100%;
        }

        .navbar-top .search-form button {
            padding-top: 0;
            padding-bottom: 0;
        }
}


/* Mobile - navbar */
.navbar-mobile {
    width: 100%;
    display: block;
    max-width: 600px; /* 你可以根據需要調整這個值 */
    margin: 0 auto; /* 將手機導覽置中 */
}

.mobile-topnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 64px;
    padding: 0 1.25rem;
    z-index: 100;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.navbar-mobile .navbar-brand {
    margin-left: auto; 
    margin-right: auto;
}

    .navbar-mobile .navbar-brand img {
        width: 30px;
    }

    .navbar-mobile .navbar-brand span {
        font-size: 1.125rem;
    }

.topnav-right > span, .mobile-topnav > .menu-open, .mobile-accordion .menu-close {
    color: var(--gray-85);
    font-size: 1.25rem;
    cursor: pointer;
}

    .topnav-right > span:hover, .mobile-topnav > .menu-open:hover, .mobile-accordion .menu-close:hover {
        color: var(--primary);
    }

.mobile-accordion .menu-close {
    padding-left: 2rem;
}

.mobile-accordion .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}

.topnav-right > a:not(:first-child) {
    margin-left: 1rem;
}

.topnav-right .menu-open[aria-expanded="false"] i.fa-times {
    display: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.topnav-right .menu-open[aria-expanded="true"] i.fa-bars {
    display: none;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.navbar-mobile .search-content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-accordion {
    width: 80vw;
    height: 100vh;
    /*padding-top: 64px;*/
    background-color: var(--white);
    overflow-y: auto;
}

.slide {
    position: fixed;
    left: -100vw;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
    z-index: 101;
    max-width: 100%; 
}

    .slide.in {
        left: 0;
    }

.slide-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(28, 28, 28, .8);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 101;
}


.mobile-accordion .nav-custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    background: var(--primary);
    border-bottom: 1px solid var(--white);
}

.mobile-accordion li {
    margin-bottom: 0 !important;
}

.mobile-accordion .nav-custom > a {
    padding: 0.5rem 1rem;
    border-bottom: none;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.5;
}

.mobile-accordion .nav-custom .font-size-mode {
    display: none;
    color: var(--white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .mobile-accordion .nav-custom .font-size-mode:hover {
        background-color: var(--secondary-s50);
    }

    .mobile-accordion .nav-custom .font-size-mode.active {
        background-color: var(--secondary);
    }

.mobile-accordion li a {
    padding: 0.75rem 2rem;
    color: var(--gray-85);
    border-bottom: 1px solid var(--gray-06);
    font-size: 1.125rem;
    line-height: 1.5;
}

.mobile-accordion .nav-has-submenu > a[aria-expanded="true"] {
    color: var(--white);
    background-color: var(--primary);
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.mobile-accordion .nav-has-submenu > a:before {
    float: right;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.mobile-accordion .nav-has-submenu > a[aria-expanded="true"]:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-accordion ul.mobile-submenu > li a {
    padding-left: 3rem;
    background-color: var(--primary-15);
}

.mobile-accordion ul.mobile-submenu > li:hover a, .mobile-accordion ul.mobile-submenu > li:focus a {
    background-color: var(--primary-25);
    color: var(--primary);
}

.mobile-accordion ul.mobile-submenu .nav-link {
    border-bottom: 1px solid var(--primary-25);
}

.mobile-accordion ul.mobile-submenu li:last-child .nav-link {
    border-bottom: none;
}


@media (min-width: 900px) {
    .navbar-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-accordion .nav-custom > a:hover {
        color: var(--secondary);
    }

    .mobile-accordion .nav-custom .font-size-mode {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (min-width: 576px ) {
    .mobile-topnav {
        padding: 0 2rem;
        height: 80px;
    }

    .navbar-mobile .navbar-brand img {
        width: 36px;
    }

    .navbar-mobile .navbar-brand h1 {
        font-size: 1.25rem;
    }

    .mobile-accordion {
        width: 60vw;
    }

        .mobile-accordion .nav-top {
            height: 80px;
        }

        .mobile-accordion .nav-custom > a {
            padding: 0.75rem 1.5rem;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .mobile-accordion li a {
            padding: 1rem 2rem;
        }

    .navbar-mobile .search-form {
        width: 50%;
    }
}


/* === ACCESSKEY === */
.accesskey {
    position: absolute;
    /*z-index: 10000;*/
    color: var(--gray-25);
    left: -20px;
    top: 0;
}

    .accesskey:focus {
        color: var(--primary);
    }

    .accesskey.u {
        top: 8px;
        left: 4px;
    }

    .accesskey.c {
        left: -20px;
    }


.content-full .accesskey.c {
    left: -20px; /* pl + åŽŸå®šä½ */
}

/* skip to main */
.jump-to-main {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    .jump-to-main:focus, a.jump-to-main:active {
        color: white;
        background-color: var(--primary-s70);
        left: 50%;
        width: 200px;
        height: auto;
        overflow: auto;
        margin: 1rem auto;
        padding: 0.5rem;
        border-radius: 0.5rem;
        text-align: center;
        font-size: 1rem;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        z-index: 999;
    }

@media (max-width: 768px) {
    .accesskey, .jump-to-main {
        display: none;
    }
}

@media (min-width: 992px) {
    .accesskey.c {
        left: calc(272px - 20px); /* pl + åŽŸå®šä½ */
    }
}


/* === BUTTON === */
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover {
        background-color: var(--primary-dark);
        border-color: var(--primary-dark);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: var(--primary-medium);
        border-color: var(--primary-medium);
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: var(--primary-medium);
        border-color: var(--primary-medium);
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        background-color: var(--primary-dark);
        border-color: var(--primary-dark);
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
        ;
    }

    .btn-outline-primary:hover {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

    .btn-secondary:hover {
        background-color: var(--secondary-dark);
        border-color: var(--secondary-dark);
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        background-color: var(--secondary-medium);
        border-color: var(--secondary-medium);
    }

    .btn-secondary.focus, .btn-secondary:focus {
        background-color: var(--secondary-medium);
        border-color: var(--secondary-medium);
    }

.more {
    margin-bottom: 1rem;
    text-align: center;
}

/* === MAIN === */
main {
    position: relative;
}

.main-content {
    padding-top: 64px; /* nav height */
}

.container {
    position: relative;
}

h2.title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

section {
    position: relative;
    padding-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 576px) {
    .main-content {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    h2.title {
        margin-bottom: 1.25rem;
        font-size: 2rem;
        font-weight: 400;
    }
}

@media (min-width: 900px) {
    .main-content {
        padding-top: 140px;
    }
}

@media (min-width: 992px) {
    h2.title {
        margin-bottom: 1.5rem;
    }

    section {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}


@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}


/* === CONTENT === */
.content-wrap {
    position: relative;
}


    .content-wrap.content-full {
        padding-left: 0;
    }

    .content-wrap .header {
        position: relative;
        display: block;
        margin-bottom: 2rem;
    }


        .content-wrap .header h2.title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0;
        }

        .content-wrap .header nav {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .content-wrap .header .breadcrumb {
            margin-bottom: 1rem;
        }

    .content-wrap .content {
        min-height: calc(100vh - 140px - 40px * 2 - 2rem - 1.75rem * 1.2 - 303px);
    }

.content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.content-wrap .header .breadcrumb li,
.content-wrap .content .content-header h3 {
    margin-bottom: 0;
}


@media (min-width: 576px) {
    .content-wrap .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*flex-direction: row-reverse;*/
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

        .content-wrap .header .breadcrumb {
            margin: 1rem 0;
        }

        .content-wrap .header h2.title {
            font-size: 1.75rem;
        }
}

@media (min-width: 992px) {
    .content-wrap {
        padding-left: 272px;
    }
}


/* content submenu */
.content-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5rem -0.5rem;
}

    .content-submenu li {
        position: relative;
        margin: 0.5rem;
        width: 100%;
    }

        .content-submenu li > a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1rem 1.5rem;
            font-size: 1.25rem;
            width: 100%;
            height: 100%;
            white-space: normal;
            text-align: center;
            color: var(--gray-85);
            background: var(--gray-06);
            border-radius: 0.5rem;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
        }

            .content-submenu li > a:hover, .content-submenu li > a:focus {
                background: var(--primary-15);
                color: var(--primary);
                -webkit-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
            }

.content p {
    line-height: 2;
}

@media (min-width: 576px) {
    .content-submenu li {
        width: calc(100% / 2 - 1rem);
    }
}

@media (min-width: 768px) {
    .content-submenu li {
        width: calc(100% / 3 - 1rem);
    }
}

/* announcement content */
.content-wrap .content h2.content-title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}

.content-wrap .content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

    .content-wrap .content h3:not(:first-of-type) {
        margin-top: 2rem;
    }

.content-wrap .content h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

    .content-wrap .content h4:not(:first-of-type) {
        margin-top: 1.5rem;
    }

.content-wrap .content .content-info {
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--gray-06);
    color: var(--gray-65);
}


.content-wrap .content .content-detail {
    margin-bottom: 1rem;
    /*border-bottom: 1px solid var(--gray-06);*/
    padding-bottom: 2rem;
}

.content-detail h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .content-wrap .content h2.content-title {
        font-size: 1.75rem;
        font-weight: 400;
    }

    .content-wrap .content h3 {
        font-size: 1.5rem;
    }

    .content-wrap .content h4 {
        font-size: 1.25rem;
    }

    .content-wrap .content .content-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem;
        padding-top: 1rem;
        border-top: 1px solid var(--gray-06);
        color: var(--gray-65);
    }

    .content-info .info-front, .content-info .info-end {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content-info .info-front {
        margin-right: 1rem;
    }

        .content-info .info-front div:not(:first-child):before {
            content: '';
            display: inline-block;
            position: relative;
            width: 1px;
            height: .875rem;
            margin: 0 0.5rem;
            vertical-align: middle;
            background: var(--gray-10);
        }
}

/* content file */
.content-detail .attachment {
    margin-top: 2rem;
}

/* content picture */
.content-detail .attachment-photo {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

    .content-detail .attachment-photo li {
        display: inline-block;
        width: 33%;
        padding: 0.25rem;
    }

    .content-detail .attachment-photo.photo-sm li {
        width: 10%;
    }

.content-wrap .content .content-footer, .c-nav-tab .tab-content .tab-pane .tab-pane-footer {
    padding-top: 1rem;
    border-top: 1px solid var(--gray-06);
    color: var(--gray-65);
    line-height: 1.5;
}

@media (min-width: 1400px) {
    .content-detail .attachment-photo li {
        width: 25%;
    }
}

/* school intro */
.c-nav-tab .tab-content .tab-pane .tab-pane-footer {
    margin-top: 3rem; /* ref .content-detail bottom distance */
}


/* activity content */
.activity-list li {
    margin-bottom: 0 !important;
}

    .activity-list li > a {
        display: block;
    }

.activity-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid var(--gray-06);
}

    .activity-block .activity-img {
        width: 100%;
    }

        .activity-block .activity-img figure,
        .content-detail .attachment-photo li a,
        .content-detail .attachment-photo li .more-container {
            display: block;
            width: 100%;
            padding-bottom: 66.67%;
            margin-bottom: 0;
            position: relative;
            border-radius: 0.5rem;
            overflow: hidden;
        }

        .activity-block .activity-img svg {
            padding: 0;
        }

        .activity-block .activity-img figure > img,
        .content-detail .attachment-photo li a > img {
            display: block;
        }

.content-detail .attachment-photo li.more {
    display: none;
}

.activity-block .activity-img figure > img,
.activity-block .activity-img figure > div.img-thumbnail,
.content-detail .attachment-photo li a > img,
.content-detail .attachment-photo li .more-container > span {
    position: absolute;
}

.activity-block .activity-img figure > img,
.activity-block .activity-img figure > div.img-thumbnail,
.content-detail .attachment-photo li a > img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.activity-block .activity-img figure > div.img-thumbnail {
    background-color: var(--gray-02);
}

    .activity-block .activity-img figure > div.img-thumbnail > span {
        position: absolute;
        top: 10%;
        left: 10%;
        color: var(--gray-65);
        font-size: 80%;
    }

    .activity-block .activity-img figure > div.img-thumbnail:before {
        content: '';
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/vector/mt-10.svg) no-repeat bottom var(--secondary-15);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease
    }

.content-detail .attachment-photo li .more-container > span {
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.content-detail .attachment-photo.square li a {
    padding-bottom: 100%;
}

    .content-detail .attachment-photo.square li a > img {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-object-fit: contain;
        object-fit: contain;
    }

.activity-block .activity-info {
    width: 100%;
    padding-top: 1rem;
    color: var(--gray-85);
}

.content-wrap .content .activity-info h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
}

.activity-block:hover .activity-info .activity-title {
    color: var(--primary);
}

.activity-info .activity-note {
    margin-bottom: 0.5rem;
    color: var(--gray-65);
    line-height: 1.5;
}

    .activity-info .activity-note > span:not(:first-child):before {
        content: '';
        display: inline-block;
        position: relative;
        width: 1px;
        height: .875rem;
        margin: 0 0.5rem;
        vertical-align: middle;
        background: var(--gray-06);
    }

.activity-info p {
    margin-bottom: 0;
}

.activity-info p {
    display: none;
    max-height: 6rem;
    line-height: 1.5;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 576px) {
    .activity-block {
        padding: 1.5rem 1rem;
    }

        .activity-block .activity-img {
            width: 25%;
        }

            .activity-block .activity-img figure {
                -webkit-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
            }

        .activity-block:hover .activity-img figure {
            -webkit-transform: translate(0, -8px);
            -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
            -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
            box-shadow: 0 0 0 .2rem var(--primary-25);
        }

        .activity-block .activity-info {
            width: 75%;
            padding-left: 1.5rem;
            padding-top: 0;
        }

    .content-wrap .content .activity-info h3 {
        font-size: 1.5rem;
    }

    .activity-info .activity-note {
        margin-bottom: 0.5rem;
    }

    .activity-info p {
        display: -webkit-box;
    }
}

@media (min-width: 992px) {
    /* only show top 5 items */
    .content-detail .attachment-photo li.item:nth-child(n+6) {
        display: none;
    }

    .content-detail .attachment-photo li a > img {
        opacity: 0.75;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .content-detail .attachment-photo li a:hover > img {
        opacity: 1;
    }

    .content-detail .attachment-photo li.more {
        display: block;
    }
}

/* logo intro */
.logo {
    margin-bottom: 3rem;
    text-align: center;
}

    .logo img {
        height: 10rem;
    }

@media (min-width: 576px) {
    .logo img {
        height: 20rem;
    }
}


/* director intro */
.director-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.director-img {
    position: relative;
    overflow: hidden;
}

    .director-img::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 75%;
    }

    .director-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.director-info {
    padding: 1rem;
    color: var(--gray-85);
    background: var(--primary-15);
}

.director-info-title {
    color: var(--gray-65);
    font-size: 1.25rem;
}

.director-info-name {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gray-25);
    font-size: 2rem;
}

.director-info-text {
    margin-top: 1rem;
}

    .director-info-text > span {
        display: block;
        color: var(--gray-65);
        font-size: 1rem;
    }

.director-title {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.5;
}

.director-content {
    /*margin-bottom: 2rem;*/
    padding-left: 1.25rem;
    line-height: 2;
}

@media (min-width: 768px) {
    .director-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .director-img, .director-info {
        width: 50%;
    }

    .director-info {
        padding: 1.5rem;
    }

    .director-info-name {
        padding-bottom: 2rem;
        font-size: 2.5rem;
    }

    .director-info-title {
        font-size: 1.5rem;
    }

    .director-info-text {
        margin-top: 1.5rem;
    }

        .director-info-text > span {
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
        }

    .director-content {
        padding-left: 1.5rem;
    }
}

/* === ORGANIZATION === */
.org-chart {
    margin-bottom: 3rem;
}

    .org-chart .level {
        position: relative;
        display: block;
        margin-bottom: 1rem;
        text-align: center;
    }

        .org-chart .level:not(:last-of-type) > div:before {
            content: "";
            position: absolute;
            bottom: -1rem;
            left: 50%;
            height: 1rem;
            width: 5px;
            background-color: var(--primary);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .org-chart .level:nth-last-child(2) > div:before {
            background-color: var(--secondary);
        }

        .org-chart .level a {
            display: block;
            width: 100%;
            border-radius: 0.5rem;
            margin: 0.25rem;
            padding: 1rem;
            background-color: var(--primary-15);
            color: var(--white);
        }

        .org-chart .level.has-section {
            background-color: var(--secondary-15);
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

        .org-chart .level > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .org-chart .level .has-section {
            padding: 0.5rem;
            background-color: var(--secondary-15);
            border-radius: 0.5rem;
        }

.level.one a {
    background-color: var(--primary-dark);
    color: var(--white);
}

.level.two a {
    background-color: var(--primary);
    color: var(--white);
}

.level.three a {
    background-color: var(--primary-50);
}

    .level.one a:hover, .level.two a:hover, .level.three a:hover {
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

.level.four a {
    background-color: var(--primary-25);
    color: var(--primary);
}

    .level.four a:hover {
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-50);
        box-shadow: 0 0 0 .2rem var(--primary-50);
    }

.level.five a {
    background-color: var(--secondary);
}

.level.six a {
    background-color: var(--secondary-70);
}

    .level.five a:hover, .level.six a:hover {
        -webkit-box-shadow: 0 0 0 .2rem var(--secondary-25);
        box-shadow: 0 0 0 .2rem var(--secondary-25);
    }

@media (min-width: 576px) {
    .org-chart .level a {
        display: inline-block;
        width: 15rem;
    }

    .org-chart .level > div {
        display: block;
    }
}


/* Traffic */
.content-wrap .content.traffic h4 {
    position: relative;
    padding-left: 1rem;
}

    .content-wrap .content.traffic h4:before {
        content: '';
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 0;
        width: 4px;
        height: 1.25rem;
        background: var(--primary);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/* contact */
.custom-control-label:before {
    border-color: var(--gray-25);
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: var(--primary-15);
    border-color: var(--primary-15);
}

.custom-checkbox.invalid .custom-control-label {
    color: var(--danger);
}

    .custom-checkbox.invalid .custom-control-label:before {
        border-color: var(--danger);
    }

.custom-checkbox.valid .custom-control-label {
    color: var(--success);
}

    .custom-checkbox.valid .custom-control-label:before {
        border-color: var(--success);
        background-color: var(--success);
    }

#sendForm .form-group {
    margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
    #sendForm input, #sendForm select, #sendForm textarea {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    #sendForm .invalid-feedback, #sendForm .form-text {
        padding-left: 7.5px;
    }

    #sendForm .form-group {
        margin-right: 7.5px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) {
    #sendForm .invalid-feedback, #sendForm .form-text {
        padding-left: 33.333333%;
    }
}

@media (min-width: 1200px) {
    #sendForm .invalid-feedback, #sendForm .form-text {
        padding-left: 25%;
    }
}


.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.row > .col-form-label {
    padding-left: 0;
}

.row.custom-radio .form-check:first-of-type {
    padding-left: 0.5rem;
}


/* === SIDEBAR === */
.sidebar {
    display: none;
    position: relative;
    float: left;
    width: 240px;
    z-index: 10;
}

    .sidebar .filter {
        border-radius: 0.5rem;
        border: 1px solid var(--primary);
    }

    .sidebar .sidebar-title {
        margin-bottom: 0;
        border-radius: 0.5rem 0.5rem 0 0;
        background-color: var(--primary);
        color: var(--white);
        font-size: 1.5rem;
        font-weight: 700;
    }

    .sidebar .filter .sidebar-title {
        background-color: transparent;
        color: var(--gray-85);
        font-size: 1.25rem;
    }

    .sidebar .sidebar-title,
    .sidebar .panel a {
        padding: 0.75rem 2rem;
    }

    .sidebar .sidebar-panel {
        background-color: var(--primary-15);
        border-radius: 0 0 0.5rem 0.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sidebar .filter .sidebar-panel {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        background-color: transparent;
    }

    .sidebar .panel,
    .sidebar .filter .panel {
        position: relative;
        margin-bottom: 0;
    }

        .sidebar .filter .panel:not(:last-of-type):before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: calc(100% - 2rem * 2);
            height: 1px;
            background-color: var(--gray-06);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .sidebar .filter .panel > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: var(--primary);
        }

        .sidebar .panel:hover {
            background-color: var(--primary-25);
        }

        .sidebar .panel a {
            display: block;
            color: var(--gray-85);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .sidebar .panel.active a {
            color: var(--primary);
            font-weight: 700;
        }

        .sidebar .panel a:before {
            content: "\f0da";
            position: absolute;
            top: 0.75rem;
            left: 0.5rem;
            padding-right: 0.5rem;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sidebar .panel:hover a:before, .sidebar .panel.active a:before {
            left: 2rem;
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sidebar .panel:hover a, .sidebar .panel.active a {
            padding-left: 3rem;
        }

@media (min-width: 992px ) {
    .sidebar {
        display: block;
    }
}


/* === BREADCRUMB === */
.breadcrumb {
    padding: 0;
    margin-bottom: 1.5rem;
    background-color: unset;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: var(--gray-45);
}

.breadcrumb-item.active {
    color: var(--gray-85);
}

.breadcrumb-item a {
    color: var(--gray-45);
}

    .breadcrumb-item a:hover {
        color: var(--primary);
    }

@media (min-width: 576px) {
    .breadcrumb {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
    }
}

/* === JUMBOTRON === */
.jumbotron {
    position: relative;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: var(--gray-06);
}

    .jumbotron h2 {
        position: relative;
        /*padding-left: calc(36px + 0.5rem);*/
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

.animation-section {
    position: absolute;
    left: 15px;
    top: 0;
}


@media (min-width: 576px) {
    .jumbotron {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

        .jumbotron h2 {
            /*padding-left: calc(50px + 0.5rem);*/
            font-size: 3rem;
            font-weight: 400;
        }
}


@media (min-width: 992px) {
    .jumbotron {
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .jumbotron {
        padding-top: 2.5rem;
    }

    .animation-section {
        top: calc(3rem + (3.5rem * 1.2 - 50px) / 2);
    }

    .jumbotron h2 {
        position: absolute;
        /*left: calc(50px + 0.5rem + 15px);*/
        top: 3rem;
        width: calc(50% - 1rem);
        height: 40%;
        padding-left: 0;
        font-size: 3.5rem;
        z-index: 100;
    }
}

#activity-carousel {
    padding-top: 0;
}

    #activity-carousel .jumbotron {
        background: var(--primary-15);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    #activity-carousel.secondary .jumbotron {
        background: var(--secondary-15);
    }

    /* Jumbotron nav */
    #activity-carousel .nav {
        float: right;
        position: relative;
        z-index: 100;
        margin-bottom: 1rem;
    }

        #activity-carousel .nav .nav-item .nav-link {
            color: var(--primary);
            font-weight: 700;
        }

    #activity-carousel .nav-item:not(:first-of-type) .nav-link {
        margin-left: 0.5rem;
    }

    #activity-carousel .nav-item:nth-of-type(2) .nav-link {
        color: var(--secondary);
    }

    #activity-carousel .nav-item .nav-link:hover {
        background: var(--primary-15);
    }

    #activity-carousel .nav-item:nth-of-type(2) .nav-link:hover {
        background: var(--secondary-15);
    }

    #activity-carousel .nav-item .nav-link.active {
        color: var(--white);
        background: var(--primary);
    }

    #activity-carousel .nav-item:nth-of-type(2) .nav-link.active {
        color: var(--white);
        background: var(--secondary);
    }

.p-5-2 {
    padding: .5rem 0.2rem;
    font-size: 0.875rem;
}

.nav-link-down.active {
    padding: 7px;
    color: white;
    background-color: #2048b0;
}

@media (min-width: 768px) {
    #activity-carousel .nav {
        position: absolute;
        right: 0;
        top: calc(3rem * 1.2 / 2);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) {
    #activity-carousel .nav {
        position: relative;
    }
}

/* jumbotron loading default height */
@media (min-width: 1200px) {
    .tab-pane {
        /* ç®—å‡º.owl-carouselé«˜åº¦ï¼š.containerå¯¬ / 2 å† * 4/6ï¼ˆç…§ç‰‡æ¯”ä¾‹é«˜ï¼‰ + padding-top + .nav-doté«˜ */
        min-height: calc(1140px / 2 * 4 / 6 + 4rem + 1rem);
    }

    .m-h {
        max-height: calc(1140px / 2 * 4 / 6 + 4rem + 1rem);
    }
}

@media (max-width: 576px) {
    .tab-pane {
        /* ç®—å‡º.owl-carouselé«˜åº¦ï¼š.containerå¯¬ * 4/6ï¼ˆç…§ç‰‡æ¯”ä¾‹é«˜ï¼‰+ ç…§ç‰‡margin + padding-top + .nav-doté«˜ */
        min-height: calc((100vw - 30px) * 4 / 6 + 4px + 3.5rem + 10px + 1rem + 20px);
    }

    .m-h {
        max-height: calc((100vw - 30px) * 4 / 6 + 4px + 3.5rem + 10px + 1rem + 20px);
    }
}


/* Jumbotron Carousel*/
.owl-carousel.owl-news {
    padding-top: 3.5rem;
}

    .owl-carousel.owl-news .owl-item {
        margin: 2px 0;
    }

        .owl-carousel.owl-news .owl-item:focus {
            border: 1px dashed var(--primary) !important;
        }

    .owl-carousel.owl-news .item {
        display: -webkit-box;
        display: -ms-flexbox;
        width: 478px;
        display: flex;
    }

    .owl-carousel.owl-news a.item:hover {
        color: var(--white);
    }

    .owl-carousel.owl-news .carousel-image {
        position: relative;
        width: 100%; 
        height: 100%; 
    }


        .owl-carousel.owl-news .carousel-image figure {
            display: block;
            width: 100%;
            padding-bottom: calc(100%);
            margin-bottom: 0;
            position: relative;
            overflow: hidden;
        }

        .owl-carousel.owl-news .carousel-image img {
            display: block;
            width: auto;
            max-width: 100%;
            height: 100%;
            position: absolute;
            left: 40%;
            top: 50%;
            transform: translate(-50%, -50%);
            object-fit: fill;
        }

/* 海報手機版 */
@media (max-width: 767px) {
    .owl-carousel.owl-news .carousel-image {
        position: relative;
        width: 100%;
        height: 100%;
    }


        .owl-carousel.owl-news .carousel-image figure {
            display: block;
            width: 80%;
            padding-bottom: calc(85%);
            margin-bottom: 0;
            position: relative;
            overflow: hidden;
        }

        .owl-carousel.owl-news .carousel-image img {
            display: block;
            width: auto;
            max-width: 100%;
            height: 100%;
            position: absolute;
            left: 40%; 
            top: 50%;
            transform: translate(-50%, -50%);
            object-fit: fill;
        }
}

.owl-carousel.owl-news .carousel-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
    color: var(--white);
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    z-index: 10;
}

    .owl-carousel.owl-news .carousel-content h3 {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.375;
        margin-bottom: 0;
    }

    .owl-carousel.owl-news .carousel-content p {
        display: none;
        margin-bottom: 0;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.owl-carousel.owl-news .owl-dots {
    padding-top: 1rem;
}

.owl-carousel.owl-news .owl-nav {
    position: absolute;
    top: calc((100% + 3.5rem - 26.5px - 1rem) / 2); /* 100% + .owl-carousel pt - .owl-dots height & pt */
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

    .owl-carousel.owl-news .owl-nav button.owl-next,
    .owl-carousel.owl-news .owl-nav button.owl-prev,
    .owl-carousel.owl-links .owl-nav button.owl-next,
    .owl-carousel.owl-links .owl-nav button.owl-prev {
        color: var(--white);
        font-size: 1.5rem;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .owl-carousel.owl-news .owl-nav button.owl-next > i {
            padding-left: 0.25rem;
        }

        .owl-carousel.owl-news .owl-nav button.owl-prev > i {
            padding-right: 0.25rem;
        }

        .owl-carousel.owl-news .owl-nav button.owl-next:hover,
        .owl-carousel.owl-news .owl-nav button.owl-prev:hover {
            background-color: var(--primary);
            color: var(--white);
        }

        .owl-carousel.owl-news .owl-nav button.owl-next:active,
        .owl-carousel.owl-news .owl-nav button.owl-prev:active {
            background-color: var(--primary-dark);
        }

@media (min-width: 768px) {
    .owl-carousel.owl-news {
        padding-top: 0;
    }

        .owl-carousel.owl-news a.item:hover {
            color: var(--primary);
        }

        .owl-carousel.owl-news .carousel-content h3 {
            font-size: 1.25rem;
            font-weight: 700;
        }

        .owl-carousel.owl-news .owl-nav button.owl-next, .owl-carousel.owl-news .owl-nav button.owl-prev {
            width: 3.5rem;
            height: 3.5rem;
            margin-right: 1rem;
            margin-left: 1rem;
            font-size: 2rem;
        }

        .owl-carousel.owl-news .owl-nav {
            top: calc((100% - 26.5px - 1rem) / 2); /* 100% - owl-dots height & pt */
        }
}

@media (max-width: 374.99px) {
    .owl-carousel.owl-news {
        padding-top: 6rem;
    }
}

@media (min-width: 1200px) {
    .owl-carousel.owl-news {
        padding-top: 2rem;
    }
}

@media (min-width: 1024px) {
    .owl-carousel.owl-news .carousel-content {
        position: relative;
        width: 50%;
        padding: 1rem;
        margin-right: 0.5rem;
        margin-top: auto;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0.5rem;
        color: var(--gray-85);
        text-align: left;
    }

        .owl-carousel.owl-news .carousel-content h3 {
            margin-bottom: 1rem;
        }

        .owl-carousel.owl-news .carousel-content p {
            display: -webkit-box;
            /*display: -ms-flexbox;*/
            /*display: flex;*/
        }

    /*.owl-carousel.owl-news .carousel-image {
        width: 50%;
    }*/

    .owl-carousel.owl-news .owl-nav {
        position: absolute;
        top: calc((100% + 4rem - 26.5px - 1rem) / 2); /* 100% + .owl-carousel pt - owl-dots height & pt */
    }

        .owl-carousel.owl-news .owl-nav button.owl-next,
        .owl-carousel.owl-news .owl-nav button.owl-prev {
            color: var(--gray-45);
        }

        .owl-carousel.owl-news .owl-nav button.owl-next {
            margin-right: -3.5rem;
        }

        .owl-carousel.owl-news .owl-nav button.owl-prev {
            margin-left: -3.5rem;
        }
}


/* Links Section */
#links .owl-carousel .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem; /* for shadowing */
    border-radius: 0.5rem;
    background: var(--white);
    color: var(--gray-85);
    font-size: 1.25rem;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    #links .owl-carousel .owl-item .item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        /*padding: 1rem;*/
        text-align: center;
    }


#links .item.default:after {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/vector/mt-10.svg) no-repeat bottom var(--secondary-15);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

#links .item.default:hover:after {
    background: url(../img/vector/mt-11.svg) no-repeat bottom var(--primary-50);
}

#links .item .item-text {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.7);
    color: var(--gray-85);
    white-space: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transform: translate(calc(-50% + 1rem), calc(-50% + 1rem));
    -ms-transform: translate(calc(-50% + 1rem), calc(-50% + 1rem));
    transform: translate(calc(-50% + 1rem), calc(-50% + 1rem));
    z-index: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}

#links .item.default:hover .item-text,
#links .item.upload:hover .item-text {
    color: var(--primary);
    background: rgba(255, 255, 255, 0.9);
}

#links .item figure {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: calc((2 / 5) * 100%);
    margin-bottom: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#links .item img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}


#links .owl-carousel .owl-nav {
    position: absolute;
    display: none;
    top: calc((100% - 37px) / 2); /* 100% - owl-dots height */
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

@media (min-width: 576px) {
    #links .owl-item:hover, #links .owl-item:focus {
        -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        transform: translate(0, -8px);
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

    #links .item:hover {
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

    #links .item:focus {
        border: 1px dashed var(--primary);
    }
}

@media (min-width: 768px) {
    .owl-carousel.owl-links .owl-nav button.owl-next,
    .owl-carousel.owl-links .owl-nav button.owl-prev {
        width: 2rem;
        height: 2rem;
        font-size: 1.25rem;
        background: var(--gray-45);
    }

        .owl-carousel.owl-links .owl-nav button.owl-next:active,
        .owl-carousel.owl-links .owl-nav button.owl-prev:active {
            background: var(--primary);
            color: var(--white);
        }

    .owl-carousel.owl-links .owl-nav button.owl-next {
        margin-right: -1.25rem;
    }

    .owl-carousel.owl-links .owl-nav button.owl-prev {
        margin-left: -1.25rem;
    }

    .owl-carousel.owl-links .owl-nav button.owl-next > i {
        padding-left: 0.125rem;
    }

    .owl-carousel.owl-links .owl-nav button.owl-prev > i {
        padding-right: 0.125rem;
    }
}

@media (min-width: 992px) {
    #links .owl-carousel .owl-nav {
        display: block;
    }
}


#often-link .card {
    margin-bottom: 1rem;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    #often-link .card:hover {
        -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
        transform: translate(0, -8px);
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

#often-link .card-header {
    border: none;
    color: var(--gray-85);
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#often-link .card:hover .card-header {
    color: var(--primary);
    white-space: normal;
}


/* Announcement Section */
@media (max-width: 575.99px) {
    #announcement .c-tb-title > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

#announcement .c-tb-title .badge {
    margin-left: 0.5rem;
}


/* === NAV TAB === */
ul.nav li.nav-item {
    margin-bottom: 0;
    font-size: 0.99rem;
}

.c-nav-tab .nav {
    position: relative;
}

.nav-link:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #eba00e;
    transform: scaleX(0);
    transform-origin: left;
    transition: none;
}

.nav-link.active:after {
    transform: scaleX(1);
    background-color: inherit;
}

.c-nav-tab.secondary .nav:after {
    background-color: var(--secondary);
}

.c-nav-tab .nav-item {
    width: 33.3333%;
}

.c-nav-tab .nav-link {
    height: 100%;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .c-nav-tab .nav-link:hover {
        background-color: var(--primary-15);
        color: var(--primary);
    }

    .c-nav-tab .nav-link.active:hover {
        color: var(--white);
    }

.c-nav-tab.secondary .nav-link {
    color: var(--secondary);
}


    .c-nav-tab.secondary .nav-link:hover {
        background-color: var(--secondary-15);
        color: var(--secondary);
    }


/* 最新消息 */
.nav-link.color1.active {
    color: white;
    background-color: #c34242;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* 鑑定資訊 */
.nav-link.color2.active {
    color: #4d4d4d;
    background-color: #c2e8ab;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* 資優活動 */
.nav-link.color3.active {
    color: #4d4d4d;
    background-color: #b7cdf3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* 成果交流 */
.nav-link.color4.active {
    color: #4d4d4d;
    background-color: #ffaa67;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* 資優輔導團 */
.nav-link.color5.active {
    color: #4d4d4d;
    background-color: #fee28e;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.News_type_1 {
    font-size: 1rem;
    text-align: center;
    width: 86px; /* 初始寬度設置為 86px 或其他你認為適合的值 */
    min-width: 86px; /* 設置最小寬度為 100px 或其他你想要的值 */
    line-height: 1.69;
    background-color: #c2e8ab;
    border-radius: 4px;
    color: #4d4d4d;
    border: 0;
    padding: 6px;
}

.News_type_2 {
    font-size: 1rem;
    text-align: center;
    width: 86px; /* 初始寬度設置為 86px 或其他你認為適合的值 */
    min-width: 86px; /* 設置最小寬度為 100px 或其他你想要的值 */
    line-height: 1.69;
    background-color: #b7cdf3;
    border-radius: 4px;
    color: #4d4d4d;
    border: 0;
    padding: 6px;
}

.News_type_3 {
    font-size: 1rem;
    text-align: center;
    width: 86px; /* 初始寬度設置為 86px 或其他你認為適合的值 */
    min-width: 86px; /* 設置最小寬度為 100px 或其他你想要的值 */
    line-height: 1.69;
    background-color: #ffaa67;
    border-radius: 4px;
    color: #4d4d4d;
    border: 0;
    padding: 6px;
}

.News_type_4 {
    font-size: 1rem;
    text-align: center;
    width: 102px; /* 初始寬度設置為 86px 或其他你認為適合的值 */
    min-width: 102px; /* 設置最小寬度為 100px 或其他你想要的值 */
    line-height: 1.69;
    background-color: #fee28e;
    border-radius: 4px;
    color: #4d4d4d;
    border: 0;
    padding: 6px;
}


.c-nav-tab.secondary .nav-pills .nav-link.active,
.c-nav-tab.secondary .nav-pills .show > .nav-link {
    background-color: var(--secondary);
    color: var(--white);
}

.c-nav-tab table tbody tr:first-of-type td {
    border-top: none;
}

.c-nav-tab table.table-bordered tbody tr:first-of-type td {
    border-top: 1px solid var(--primary-s50);
}

.c-nav-tab .table .td-organization {
    white-space: nowrap;
}

.c-nav-tab .table .td-date {
    width: 7rem;
}

@media (min-width: 576px) {
    .c-nav-tab .nav-item {
        width: unset;
    }
}


/* === PAGINATION === */
.pagination {
    width: 100%;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-item.disabled {
    opacity: 0.65;
}

.page-item .page-link {
    color: var(--primary);
    border: none;
    line-height: 1.125;
    text-align: center;
    margin: 0.125rem;
}

.page-item .page-link {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .page-item.active .page-link,
    .page-item .page-link:hover,
    .page-item .page-link:active {
        height: 2rem;
        width: 2rem;
        border-radius: 50%;
        background-color: var(--primary);
        border-color: var(--primary);
        color: #ffffff;
    }

    .page-item .page-link:active {
        background-color: var(--primary);
    }


.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.secondary .page-item .page-link {
    color: var(--secondary);
}

    .secondary .page-item.active .page-link,
    .secondary .page-item .page-link:hover,
    .secondary .page-item .page-link:active {
        background-color: var(--secondary);
        border-color: var(--secondary);
        color: var(--white);
    }

    .secondary .page-item .page-link:active {
        background-color: var(--secondary);
    }

/* === FOOTER === */
footer {
    padding-top: 40px;
}

/* footer nav */
.footer-nav-control {
    position: relative;
    text-align: center;
}

    .footer-nav-control > a {
        display: block;
        margin: 0 auto;
        padding-top: calc((45px - 1rem) / 2);
        text-align: center;
        width: 90px;
        height: 45px;
        border-radius: 45px 45px 0 0;
        color: var(--gray-85);
        background-color: var(--gray-02);
        -webkit-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
        cursor: pointer;
    }

    .footer-nav-control a > i {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.footer-nav-content {
    background-color: var(--gray-02);
    width: 100%;
    overflow: hidden;
}

    .footer-nav-content .container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

.footer-nav.show .footer-nav-control > a {
    color: var(--white);
    background-color: #373e57;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer-nav.show .footer-nav-control a > i {
    padding-left: 0;
    padding-right: 0.25rem;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-nav-content a {
    color: var(--gray-65);
}

.footer-nav-item {
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 16%;
    max-width: 20%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footer-nav-title {
    margin-bottom: 0.5rem;
}

    .footer-nav-title a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 0;
        border-bottom: 1px solid var(--gray-65);
        font-size: 1.25rem;
        font-weight: 600;
    }

.footer-nav-list {
    padding: 0 0 0.5rem;
    font-size: 0.875rem;
}

    .footer-nav-list li {
        margin-bottom: 0 !important;
    }

    .footer-nav-list a {
        display: block;
        padding: 0.25rem 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .footer-nav-title a:hover, .footer-nav-list a:hover {
            padding-left: 1rem;
            color: var(--primary);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

@media (max-width: 767.99px) {
    .footer-nav {
        display: none;
    }
}

/* footer info */
.footer {
    background-color: #373e57;
    color: var(--white);
    padding-top: 45px;
    font-size: 0.875rem;
}

    .footer a {
        color: var(--white);
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

        .footer a:hover {
            color: var(--secondary);
        }

    .footer .footer-main {
        margin-bottom: 1rem;
    }

    .footer .footer-info {
        text-align: left;
        font-size: 1rem; 
        font-weight: bold; 
    }

    .footer .footer-link {
        text-align: center;
        padding-bottom: 2rem;
    }

        .footer .footer-link a {
            line-height: 2;
        }

            .footer .footer-link a:not(:first-child)::before {
                content: '';
                display: inline-block;
                position: relative;
                width: 1px;
                height: .875rem;
                margin: 0 0.5rem;
                vertical-align: middle;
                background: var(--white);
            }

    .footer .copyright {
        text-align: center;
        font-size: 0.75rem;
        padding: 1rem 0 1.25rem;
    }

    .footer .footer-icon {
        padding-top: 1.5rem;
        font-size: 0; /* clear space */
        text-align: center;
    }

        .footer .footer-icon a {
            display: inline-block;
            height: 2.5rem;
            margin-right: 0.5rem;
        }

            .footer .footer-icon a:last-of-type {
                padding-right: 0;
            }

            .footer .footer-icon a img {
                height: 100%;
            }

/*首頁底部標題底線*/

.bottom-title {
    border-bottom: 4px solid white;
    padding-bottom: 4px;
    /*display: inline-block;*/
    font-size: 1.875rem;
    font-weight: bold; 
}

    .bottom-title .bottom-title-en {
        padding-bottom: 4px;
        display: inline-block;
        font-size: 1.25rem; 
        font-weight: bold; 
    }

.bottom-info {
    display: flex;
    align-items: center; /* 將元素垂直置中 */
    margin-top: 20px;
}

    .bottom-info img {
        margin-right: 10px; /* 調整圖片與文字之間的間距 */
        margin-left: 5px;
    }

    .bottom-info .bottom-text p {
        margin: 0; /* 移除段落間距 */
        margin-left: 10px; /*與圖片產生間距*/
    }
/*首頁底部排版*/
.centered {
    display: flex;
    justify-content: left; /* 水平置中 */
    align-items: center; /* 垂直置中 */
    height: 100%; /* 設定元素高度，以便垂直置中 */
}

.scroll-top {
    position: fixed;
    display: none;
    right: 2rem;
    bottom: 2rem;
    transition: 0.4s ease;
    z-index: 999;
}

    .scroll-top:hover, .scroll-top:focus {
        bottom: calc(2rem + 8px);
    }

    .scroll-top .scroll-top-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        color: var(--white);
        background-color: #960670;
        font-size: 1.125rem;
        transition: 0.4s ease;
    }

        .scroll-top .scroll-top-btn:hover,
        .scroll-top .scroll-top-btn:focus {
            color: var(--white);
            background-color: #e078ce;
            -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
            box-shadow: 0 0 0 .2rem var(--primary-25);
        }

        .scroll-top .scroll-top-btn > span {
            position: absolute;
            font-size: 0.75rem;
            color: transparent;
        }


@media (max-width: 575.98px) {
    .footer {
        font-size: 1rem;
    }

    .footer-info {
        text-align: center;
    }

    .scroll-top {
        bottom: 4rem;
    }

        .scroll-top:hover, .scroll-top:focus {
            bottom: calc(4rem + 8px);
        }

        .scroll-top .scroll-top-btn:hover, .scroll-top .scroll-top-btn:focus {
            background-color: var(--primary-dark);
            box-shadow: none;
        }
}

@media (min-width: 768px) {
    .footer .footer-icon a {
        height: 3rem;
    }
}

@media (min-width: 992px) {
    .footer .footer-icon {
        padding: 1rem 0;
        text-align: right;
    }
}


/* === TABLE === */
.table {
    color: var(--gray-85);
}

.table-hover tbody tr:hover {
    background-color: var(--gray-02);
}

.table.table-bordered th {
    border-top: 1px solid var(--gray-06);
}

.table > h1,
.table > h2,
.table > h3,
.table > h4,
.table > h5,
.table > h6 {
    margin-bottom: 0;
}

.table th {
    border-top: none;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid var(--primary);
}

.table td {
    border-top: 1px solid var(--gray-06);
}

.table th, .table td {
    vertical-align: middle;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.table-btn {
    color: var(--primary);
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .table-btn:hover, .table-btn.active {
        color: var(--primary-dark);
    }

.tr-with-link tr {
    cursor: pointer;
}

.td-organization {
    white-space: nowrap;
}

.td-type {
    white-space: nowrap;
}


.table-toolbar {
    float: right;
    margin-bottom: 1rem;
}

.table td[data-th="é¡žåž‹"] a {
    white-space: nowrap;
}

    .table td[data-th="é¡žåž‹"] a:hover {
        color: var(--secondary);
    }

    .table td[data-th="é¡žåž‹"] a.btn.btn-outline-primary {
        color: var(--primary);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .table td[data-th="é¡žåž‹"] a.btn.btn-outline-primary:hover {
            color: var(--white);
            border-color: var(--secondary);
            background-color: var(--secondary);
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
        }

.table td a {
    color: var(--gray-85);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .table td a:hover {
        color: var(--primary);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

@media (max-width: 575.99px) {
    .table-toolbar .btn {
        width: 100%;
    }
}


/* table bordered */
.table.table-bordered thead th,
.table.table-bordered tbody th,
.table.table-bordered tbody td {
    border: 1px solid var(--primary-s50);
}

    .table.table-bordered thead th:not(:first-child) {
        border-left-color: var(--gray-25);
    }

    .table.table-bordered thead th:not(:last-child) {
        border-right-color: var(--gray-25);
    }

@media (min-width: 576px) {
    .table.table-bordered-sm thead th,
    .table.table-bordered-sm tbody th,
    .table.table-bordered-sm tbody td {
        border: 1px solid var(--primary-s50);
    }
}

/* table striped */
.table.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: var(--primary-15);
}

.table.table-striped.table-hover tbody tr:nth-of-type(2n+1):hover {
    background-color: var(--gray-02);
}

/* å…§æ–‡ä¸­table */
.content .table thead tr {
    background-color: var(--primary);
    color: var(--white);
    text-align: center;
}

.content .table thead th, .content .table tbody td {
    text-align: center;
}

.content .tab-pane .table thead th {
    border-bottom-color: var(--gray-10);
}

/* table collapse */
.table tbody .collapse td, .content .table tbody .collapse td {
    text-align: left;
}

.table .collapse td ol {
    margin-bottom: 0;
}

.table .collapse td li:not(:last-child) {
    padding-bottom: 0.5rem;
}

a.collapse-toggler[aria-expanded="true"] {
    color: var(--primary);
}

a[aria-expanded="false"] span > i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a[aria-expanded="true"] span > i {
    padding-right: 0.25rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* Custom Table */
.c-tb-table {
    margin-bottom: 1rem;
}

.c-tb-thead, .c-tb-tbody {
    vertical-align: middle;
}

.c-tb-thead {
    display: table-header-group;
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    background: var(--primary);
    color: var(--white);
}

.c-nav-tab .c-tb-thead {
    border-top: none;
    border-bottom-width: 2px;
    background-color: transparent;
    color: var(--primary);
}

.c-tb-tbody .c-tb-tr {
    padding: 1rem;
    background-color: var(--white);
    color: var(--gray-85);
}

.c-tb-hover .c-tb-tbody .c-tb-tr:hover {
    background-color: var(--primary-s15);
}

.c-tb-tbody .c-tb-tr:hover .c-tb-title {
    color: var(--primary);
}

.c-tb-tbody .c-tb-tr:active .c-tb-title {
    color: var(--primary-dark);
}

.secondary .c-tb-hover .c-tb-tbody .c-tb-tr:hover {
    background-color: var(--secondary-15);
}

.secondary .c-tb-tbody .c-tb-tr:hover .c-tb-title {
    color: var(--secondary);
}

.secondary .c-tb-tbody .c-tb-tr:active .c-tb-title {
    color: var(--secondary-dark);
}

.c-tb-bordered {
    border-bottom: 1px solid var(--gray-06) !important;
}

.c-tb-th {
    font-weight: 700;
}

.c-tb-td a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: var(--gray-85);
    vertical-align: middle;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .c-tb-td a:hover, .c-tb-td a:focus {
        color: var(--primary);
    }

    .c-tb-td a:active {
        color: var(--primary-dark);
    }

.secondary .c-tb-td a:hover, .secondary .c-tb-td a:focus {
    color: var(--secondary);
}

.secondary .c-tb-td a:active {
    color: var(--secondary-dark);
}

.c-tb-td a.btn.btn-outline-primary {
    color: var(--primary);
}

    .c-tb-td a.btn.btn-outline-primary:hover,
    .c-tb-td a.btn.btn-outline-primary:focus {
        background-color: var(--primary);
        color: var(--white);
    }

/* å¤šæª” list-group*/
.c-tb-td .list-group .list-group-item {
    border-color: var(--primary);
    border-bottom-color: var(--primary-25);
    background-color: transparent;
}

    .c-tb-td .list-group .list-group-item:last-of-type {
        border-bottom-color: var(--primary);
    }

    .c-tb-td .list-group .list-group-item:hover {
        background-color: var(--primary-15);
    }

.c-tb-title {
    text-align: left !important;
}

.c-tb-nowrap {
    white-space: nowrap;
}

.c-tb-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-tb-table .collapse .c-tb-td ol {
    margin-bottom: 0;
}

/* ç„¡éšœç¤™éœ€æ±‚ï¼šdesktopåˆè‡³æ¨™é¡Œtdä¸­ */
.c-tb-td.c-tb-type {
    display: none !important;
}

@media (min-width: 576px) {
    .c-tb-table {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    .c-tb-thead, .c-tb-tbody {
        vertical-align: middle;
        border-color: inherit;
    }

    .c-tb-thead {
        display: table-header-group;
        background-color: var(--primary);
        color: var(--white);
    }

    .c-tb-tbody {
        display: table-row-group;
    }

        .c-tb-tbody .c-tb-tr {
            padding: 0;
        }

    .c-tb-tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    .c-tb-thead .c-tb-th, .c-tb-tbody .c-tb-th, .c-tb-tbody .c-tb-td {
        display: table-cell;
        padding: 0.75rem;
        text-align: center;
        vertical-align: middle;
    }

    .c-tb-truncate {
        white-space: normal;
    }

    .c-tb-col-6 {
        width: 60px;
    }

    .c-tb-col-8 {
        width: 80px;
    }

    .c-tb-col-10 {
        width: 100px;
    }

    .c-tb-col-11 {
        width: 110px;
    }

    .c-tb-col-12 {
        width: 120px;
    }

    .c-tb-col-15 {
        width: 150px;
    }

    .c-tb-col-18 {
        width: 180px;
    }
}

@media (max-width: 575.99px) {
    .c-tb-xs-none {
        display: none;
    }

    .c-tb-tbody .c-tb-tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .c-tb-tbody .c-tb-tr.collapse:not(.show) {
            display: none;
        }

    .c-tb-title a {
        display: flex;
    }

    .c-tb-title {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .c-tb-date,
    .c-tb-sector,
    .c-tb-counter,
    .c-tb-td.c-tb-type,
    .c-tb-category {
        display: inline-block;
        margin: 0.25rem 0.5rem 0 0;
    }

    .c-tb-sector,
    .c-tb-category {
        padding: 0.25rem 0.5rem !important;
        border-radius: 0.25rem;
        color: white;
        text-align: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .c-tb-sector {
        background-color: var(--primary-70);
        font-size: 0.875rem;
    }

    .c-tb-category {
        background-color: var(--secondary-70);
        font-size: 0.875rem;
    }

    .c-tb-date {
        padding: 0.25rem 0.25rem 0 0 !important;
        color: var(--gray-65);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .c-tb-counter {
        display: none;
        padding: 0.25rem 0.25rem 0 0 !important;
        color: var(--gray-65);
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

        .c-tb-counter:before {
            content: attr(data-label);
            color: var(--primary);
        }

    .c-tb-type {
        padding: 0.25rem 0.25rem 0 0 !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }


    /* traditional table rwd under tablet view */
    .c-tb-responsive table thead {
        display: none;
    }

    .c-tb-responsive .table thead th, .c-tb-responsive .table tbody td {
        text-align: left;
    }

    .c-tb-responsive .table.table-striped tbody tr:nth-of-type(2n+1) {
        background-color: unset;
    }

    .c-tb-responsive table tr,
    .c-tb-responsive table td {
        display: block;
    }

    .c-tb-responsive table tr {
        position: relative;
        margin-bottom: 1rem;
        border: 1px solid var(--primary-15);
        border-radius: 0.5rem;
        -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
        box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .c-tb-responsive table.table-hover tr:focus,
    .c-tb-responsive table.table-hover tr:active,
    .c-tb-responsive .table.table-hover.table-striped tbody tr:focus,
    .c-tb-responsive .table.table-hover.table-striped tbody tr:active {
        background-color: var(--primary-50);
    }

    .c-tb-responsive table td {
        min-height: 3rem;
        padding-left: 30%;
        padding-right: 1.25rem;
        border-top: none;
    }

    .c-tb-responsive.c-tb-pl-4 table td {
        padding-left: 40%;
    }

    .c-tb-responsive.c-tb-pl-5 table td {
        padding-left: 50%;
    }

    .c-tb-responsive table td:nth-child(1) {
        padding-top: 1.25rem;
    }

    .c-tb-responsive table td:last-child {
        padding-bottom: 1.25rem;
        min-height: 3.5rem;
    }

    .c-tb-responsive table td:before {
        content: attr(data-th);
    }

    .c-tb-responsive table td:before {
        position: absolute;
        left: 1.25rem;
        font-weight: bold;
    }
}


/* å–®ä½ä»‹ç´¹ > å„ç´šå­¸æ ¡ > åŸºæœ¬è³‡æ–™ */
@media (max-width: 575.99px) {
    #school-info .table th {
        display: none;
    }
}


/* ç§‘å®¤æ¥­å‹™ï¼žäººå“¡æ¥­å‹™è·æŽŒ */
@media (min-width: 576px) {
    .division-business tbody tr td {
        white-space: nowrap;
        vertical-align: top;
    }

        .division-business tbody tr td[data-th="æ¥­å‹™åŸ·æŽŒ"] {
            text-align: left;
            white-space: normal;
        }

    .division-business .division-section td {
        color: var(--white);
        background-color: var(--primary-70);
        font-weight: 600;
    }
}

@media (max-width: 575.99px) {
    .division-business .division-section td {
        padding-left: 1.25rem;
    }

    .division-business .division-section:nth-of-type(even) {
        background-color: var(--primary);
        border-color: var(--primary);
        color: var(--white);
    }

    .division-business .division-section:nth-of-type(odd) {
        background-color: var(--secondary);
        border-color: var(--secondary);
        color: var(--white);
    }

    .division-business td ol {
        padding-left: 1.5rem;
    }
}


/* Sitemap */
kbd {
    display: inline-block;
    font-weight: 400;
    font-size: .875rem;
    text-align: center;
    padding: .5rem .75rem;
    margin: .25rem;
    line-height: 1.5;
    min-width: 2.5rem;
    vertical-align: middle;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), inset 0 -2px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2), inset 0 -2px 0 rgba(0, 0, 0, .06);
    background-color: var(--white);
    color: var(--gray-65)
}

.sitemap-row {
    display: block;
}

.content .sitemap h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

    .content .sitemap h3 a:hover {
        color: var(--primary-dark);
    }

ul.sitemap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ul.sitemap-item > li {
        width: 100%;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

        ul.sitemap-item > li > a {
            display: block;
            padding: 0.5rem 1rem;
            color: var(--white) !important;
            background-color: var(--primary);
            border: 1px solid var(--primary);
            border-radius: 0.5rem;
        }

    ul.sitemap-item li a {
        color: var(--gray-85);
    }

        ul.sitemap-item li a:hover {
            color: var(--primary);
        }

    ul.sitemap-item > li > a:hover {
        background-color: var(--primary-dark);
        border-color: var(--primary-dark);
    }

.sitemap-item-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .sitemap-item-2 > li {
        padding-left: 1rem;
    }

#sitemap .sitemap-item-2 > li:last-child {
    padding-bottom: 0;
}

@media (min-width: 576px) {
    ul.sitemap-item > li {
        width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    ul.sitemap-item > li {
        width: 25%;
    }
}


/*===== COLLAPSE =====*/
a[aria-expanded="false"] .rotate-icon {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a[data-toggle][aria-expanded="true"] .rotate-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a[data-toggle][aria-expanded="true"] .left.rotate-icon {
    padding-left: 0.5rem;
    padding-right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


/* === FORM === */
label {
    font-weight: 600;
    color: var(--gray-85);
}

    label.required::after {
        content: ' *';
        color: var(--danger);
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

.form-control {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    color: var(--gray-85);
    border: 1px solid var(--gray-25);
}

    .form-control:focus {
        color: var(--gray-65);
        border-color: var(--primary);
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem var(--primary-25);
        box-shadow: 0 0 0 .2rem var(--primary-25);
    }

    .form-control::-webkit-input-placeholder,
    .form-control::-moz-placeholder,
    .form-control:-ms-input-placeholder,
    .form-control::-ms-input-placeholder,
    .form-control::placeholder {
        color: var(--gray-45);
    }

.top-bar {
    padding: 1rem 1rem 0;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    background-color: var(--primary-15);
}

    .top-bar.top-bar-keyword .form-group {
        /* btn px*2 + i + text + text pl + border */
        width: calc(100% - (0.75rem * 2 + 1rem + 2.25rem + 2px) - 1rem);
    }

    .top-bar .form-group.form-daterange .form-daterange-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .top-bar .form-group.form-daterange .form-control {
        width: 45%;
    }

    .top-bar .form-group.form-daterange .form-daterange-group span {
        width: 10%;
        text-align: center;
    }

    .top-bar .btn {
        margin-bottom: 1rem;
        margin-top: 0;
    }

    .top-bar:not(.expand) .btn.h-label {
        margin-top: calc(1rem * 1.5 + 0.5rem); /* label height */
    }

    .top-bar .more-btn {
        display: block;
        margin-bottom: 1rem;
        color: var(--primary);
        text-align: center;
    }

form > .card {
    padding: 1.5rem;
}

.card {
    border-radius: 0.5rem;
}


@media (max-width: 575.99px) {
    .top-bar .btn {
        width: 100%;
    }

    .top-bar.top-bar-keyword .btn {
        width: auto;
    }
}

@media (max-width: 765.99px) {
    .top-bar .btn:after {
        content: "æœå°‹";
        padding-left: 0.25rem;
    }
}

@media (min-width: 576px) {
    .top-bar .more-btn {
        display: none;
    }

    .top-bar .collapse:not(.show) {
        display: block;
    }
}

@media (min-width: 768px) {
    .top-bar .btn.h-md-label {
        margin-top: calc(1rem * 1.5 + 0.5rem) !important; /* label height */
    }

    .top-bar.top-bar-keyword .form-group {
        width: calc(100% - (0.75rem * 2 + 1rem + 2px) - 1rem); /* btn px*2 + i + border */
    }

    form > .card {
        padding: 2.5rem 4rem;
    }
}

@media (min-width: 1200px) {
    form > .card {
        padding: 2.5rem 8rem;
    }
}


/* === Animation === */
/* Mountain In */
.MT-animation-wrapper {
    display: none;
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
}

.MT {
    position: absolute;
    bottom: 0;
}

.MT-left-in.MT-1 {
    -webkit-animation: MT-1 linear infinite;
    animation: MT-1 linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: calc(var(--scroll) * -1s);
    animation-delay: calc(var(--scroll) * -1s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.MT-right-in.MT-2 {
    -webkit-animation: MT-2 linear infinite;
    animation: MT-2 linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: calc(var(--scroll) * -1s);
    animation-delay: calc(var(--scroll) * -1s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.MT-left-in.MT-3 {
    -webkit-animation: MT-3 linear infinite;
    animation: MT-3 linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: calc(var(--scroll) * -1s);
    animation-delay: calc(var(--scroll) * -1s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.MT-right-in.MT-4 {
    -webkit-animation: MT-4 linear infinite;
    animation: MT-4 linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: calc(var(--scroll) * -1s);
    animation-delay: calc(var(--scroll) * -1s);
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.MT.MT-1 {
    width: 60%;
    left: 5%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

    .MT.MT-1 svg path {
        fill: var(--secondary-s70);
    }

.secondary .MT.MT-1 svg path {
    fill: var(--primary-s70);
}

.MT.MT-2 {
    width: 50%;
    right: -10%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

    .MT.MT-2 svg path {
        fill: var(--secondary-s25);
    }

.secondary .MT.MT-2 svg path {
    fill: var(--primary-s25);
}

.MT.MT-3 {
    width: 50%;
    left: -20%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

    .MT.MT-3 svg path {
        fill: var(--secondary-s50);
    }

.secondary .MT.MT-3 svg path {
    fill: var(--primary-s50);
}

.MT.MT-4 {
    width: 50%;
    right: 26%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

    .MT.MT-4 svg path {
        fill: var(--secondary-s15);
    }

.secondary .MT.MT-4 svg path {
    fill: var(--primary-s15);
}


@media (min-width: 576px) {
    .MT-animation-wrapper {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .MT-animation-wrapper {
        display: block;
    }
}

@-webkit-keyframes MT-1 {
    to {
        left: 10%;
    }
}

@keyframes MT-1 {
    to {
        left: 10%;
    }
}

@-webkit-keyframes MT-2 {
    to {
        right: 10%;
    }
}

@keyframes MT-2 {
    to {
        right: 10%;
    }
}

@-webkit-keyframes MT-3 {
    to {
        left: 0;
    }
}

@keyframes MT-3 {
    to {
        left: 0;
    }
}

@-webkit-keyframes MT-4 {
    to {
        right: 0;
    }
}

@keyframes MT-4 {
    to {
        right: 0;
    }
}

@-webkit-keyframes MT-right-in-4 {
    to {
        right: -10%;
        right: 25%;
    }
}

@keyframes MT-right-in-4 {
    to {
        right: -10%;
        right: 25%;
    }
}


/* index bg parallax */
[class^="gm-"] {
    position: absolute;
}

    [class^="gm-"] path {
        fill: var(--primary-25);
    }

.gm-01 {
    bottom: 120px;
    left: -66px;
    width: 240px;
}

.gm-02 {
    bottom: 57px;
    left: 30px;
    width: 122px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.gm-03 {
    top: -53px;
    right: 108px;
    width: 108px;
}


.gm-04 {
    top: -42px;
    right: 200px;
    width: 100px;
}

.gm-05 {
    top: -16px;
    right: 288px;
    width: 88px;
}

.gm-06 {
    bottom: 12px;
    right: 75px;
    width: 144px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}


@media (max-width: 576px) {
    .gm-01 {
        top: -20px;
        left: -82px;
    }

    .gm-03 {
        top: -5px;
        right: 14px;
        width: 72px;
    }

    .gm-04 {
        top: -21px;
        right: 71px;
        width: 67px;
    }

    .gm-05 {
        top: -2px;
        right: 122px;
        width: 59px;
    }
}

/* === BADGE === */
.badge {
    font-weight: 400;
    line-height: 1.25;
}

.badge-md {
    font-size: 0.875rem;
    font-weight: 600;
}

.badge-primary {
    color: var(--gray-85);
    border: 1px solid var(--primary);
    background-color: var(--primary-15);
}

.badge-secondary {
    color: var(--gray-85);
    border: 1px solid var(--secondary);
    background-color: var(--secondary-15);
}

.badge-outline-secondary {
    color: var(--secondary);
    border: 1px solid var(--secondary);
    background-color: transparent;
}

.badge-success {
    color: var(--gray-85);
    border: 1px solid #97D799;
    background-color: var(--success-15);
}

.badge-warning {
    color: var(--gray-85);
    border: solid 1px #ECC384;
    background-color: var(--warning-15);
}

.badge-danger {
    color: var(--gray-85);
    border: 1px solid #F69189;
    background-color: var(--danger-15);
}

.badge-info {
    color: var(--gray-85);
    border: solid 1px #6BB8F4;
    background-color: var(--info-15);
}


/* === INFO BAR, MARQUEE === */
.info-bar {
    background-color: var(--gray-85);
    color: #ffffff;
    text-align: center;
    padding: 0.5rem 0;
}

    .info-bar a {
        color: var(--secondary);
    }

        .info-bar a:hover {
            color: var(--secondary-dark);
            text-decoration: underline;
        }

/* === MARQUEE === */
.marquee-wrapper {
    padding: 0.5rem 0 0 0;
}

.marquee {
    position: relative;
    height: 2.5rem;
    overflow: hidden;
}

    .marquee:after {
        content: "";
        display: block;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 0;
        background: url("../img/vector/bullhorn.svg") no-repeat center var(--white);
        color: var(--primary);
    }

    .marquee .item {
        color: var(--primary);
        margin-right: 3rem;
    }

        .marquee .item:hover {
            color: var(--secondary);
        }

.js-marquee {
    padding-top: 0.25rem;
}

@media (min-width: 576px) {
    .marquee-wrapper {
        padding: 0.75rem 0 0.25rem 0;
    }

    .marquee:after {
        width: 3rem;
    }
}

/* === TOOLTIP === */
.tooltip-inner {
    background-color: var(--secondary);
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--secondary);
}


/* === GRID_ROW === */
[class~="row"], [class*="row-"], [class*="row_"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -.5rem
}

[class~="col"], [class*="col-"], [class*="col_"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5rem 1rem;
    max-width: 100%
}

[class~="col"], [class*="col_"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

[class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

[class~="row"][class~="col"], [class~="row"][class*="col-"], [class~="row"][class*="col_"], [class*="row-"][class~="col"], [class*="row-"][class*="col-"], [class*="row-"][class*="col_"], [class*="row_"][class~="col"], [class*="row_"][class*="col-"], [class*="row_"][class*="col_"] {
    margin: 0;
    padding: 0;
}

[class~="row"] > [class*="col-1"], [class*="row-"] > [class*="col-1"], [class*="row_"] > [class*="col-1"] {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

[class~="row"] > [class*="col-2"], [class*="row-"] > [class*="col-2"], [class*="row_"] > [class*="col-2"] {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

[class~="row"] > [class*="col-3"], [class*="row-"] > [class*="col-3"], [class*="row_"] > [class*="col-3"] {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

[class~="row"] > [class*="col-4"], [class*="row-"] > [class*="col-4"], [class*="row_"] > [class*="col-4"] {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

[class~="row"] > [class*="col-5"], [class*="row-"] > [class*="col-5"], [class*="row_"] > [class*="col-5"] {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

[class~="row"] > [class*="col-6"], [class*="row-"] > [class*="col-6"], [class*="row_"] > [class*="col-6"] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

[class~="row"] > [class*="col-7"], [class*="row-"] > [class*="col-7"], [class*="row_"] > [class*="col-7"] {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

[class~="row"] > [class*="col-8"], [class*="row-"] > [class*="col-8"], [class*="row_"] > [class*="col-8"] {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

[class~="row"] > [class*="col-9"], [class*="row-"] > [class*="col-9"], [class*="row_"] > [class*="col-9"] {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

[class~="row"] > [class*="col-10"], [class*="row-"] > [class*="col-10"], [class*="row_"] > [class*="col-10"] {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

[class~="row"] > [class*="col-11"], [class*="row-"] > [class*="col-11"], [class*="row_"] > [class*="col-11"] {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

[class~="row"] > [class*="col-12"], [class*="row-"] > [class*="col-12"], [class*="row_"] > [class*="col-12"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    [class~="row"] > [class*="_sm-1"], [class*="row-"] > [class*="_sm-1"], [class*="row_"] > [class*="_sm-1"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    [class~="row"] > [class*="_sm-2"], [class*="row-"] > [class*="_sm-2"], [class*="row_"] > [class*="_sm-2"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    [class~="row"] > [class*="_sm-3"], [class*="row-"] > [class*="_sm-3"], [class*="row_"] > [class*="_sm-3"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    [class~="row"] > [class*="_sm-4"], [class*="row-"] > [class*="_sm-4"], [class*="row_"] > [class*="_sm-4"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    [class~="row"] > [class*="_sm-5"], [class*="row-"] > [class*="_sm-5"], [class*="row_"] > [class*="_sm-5"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    [class~="row"] > [class*="_sm-6"], [class*="row-"] > [class*="_sm-6"], [class*="row_"] > [class*="_sm-6"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    [class~="row"] > [class*="_sm-7"], [class*="row-"] > [class*="_sm-7"], [class*="row_"] > [class*="_sm-7"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    [class~="row"] > [class*="_sm-8"], [class*="row-"] > [class*="_sm-8"], [class*="row_"] > [class*="_sm-8"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    [class~="row"] > [class*="_sm-9"], [class*="row-"] > [class*="_sm-9"], [class*="row_"] > [class*="_sm-9"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    [class~="row"] > [class*="_sm-10"], [class*="row-"] > [class*="_sm-10"], [class*="row_"] > [class*="_sm-10"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    [class~="row"] > [class*="_sm-11"], [class*="row-"] > [class*="_sm-11"], [class*="row_"] > [class*="_sm-11"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    [class~="row"] > [class*="_sm-12"], [class*="row-"] > [class*="_sm-12"], [class*="row_"] > [class*="_sm-12"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    [class~="row"] > [class*="_md-1"], [class*="row-"] > [class*="_md-1"], [class*="row_"] > [class*="_md-1"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    [class~="row"] > [class*="_md-2"], [class*="row-"] > [class*="_md-2"], [class*="row_"] > [class*="_md-2"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    [class~="row"] > [class*="_md-3"], [class*="row-"] > [class*="_md-3"], [class*="row_"] > [class*="_md-3"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    [class~="row"] > [class*="_md-4"], [class*="row-"] > [class*="_md-4"], [class*="row_"] > [class*="_md-4"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    [class~="row"] > [class*="_md-5"], [class*="row-"] > [class*="_md-5"], [class*="row_"] > [class*="_md-5"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    [class~="row"] > [class*="_md-6"], [class*="row-"] > [class*="_md-6"], [class*="row_"] > [class*="_md-6"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    [class~="row"] > [class*="_md-7"], [class*="row-"] > [class*="_md-7"], [class*="row_"] > [class*="_md-7"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    [class~="row"] > [class*="_md-8"], [class*="row-"] > [class*="_md-8"], [class*="row_"] > [class*="_md-8"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    [class~="row"] > [class*="_md-9"], [class*="row-"] > [class*="_md-9"], [class*="row_"] > [class*="_md-9"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    [class~="row"] > [class*="_md-10"], [class*="row-"] > [class*="_md-10"], [class*="row_"] > [class*="_md-10"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    [class~="row"] > [class*="_md-11"], [class*="row-"] > [class*="_md-11"], [class*="row_"] > [class*="_md-11"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    [class~="row"] > [class*="_md-12"], [class*="row-"] > [class*="_md-12"], [class*="row_"] > [class*="_md-12"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    [class~="row"] > [class*="_lg-1"], [class*="row-"] > [class*="_lg-1"], [class*="row_"] > [class*="_lg-1"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    [class~="row"] > [class*="_lg-2"], [class*="row-"] > [class*="_lg-2"], [class*="row_"] > [class*="_lg-2"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    [class~="row"] > [class*="_lg-3"], [class*="row-"] > [class*="_lg-3"], [class*="row_"] > [class*="_lg-3"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    [class~="row"] > [class*="_lg-4"], [class*="row-"] > [class*="_lg-4"], [class*="row_"] > [class*="_lg-4"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    [class~="row"] > [class*="_lg-5"], [class*="row-"] > [class*="_lg-5"], [class*="row_"] > [class*="_lg-5"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    [class~="row"] > [class*="_lg-6"], [class*="row-"] > [class*="_lg-6"], [class*="row_"] > [class*="_lg-6"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    [class~="row"] > [class*="_lg-7"], [class*="row-"] > [class*="_lg-7"], [class*="row_"] > [class*="_lg-7"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    [class~="row"] > [class*="_lg-8"], [class*="row-"] > [class*="_lg-8"], [class*="row_"] > [class*="_lg-8"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    [class~="row"] > [class*="_lg-9"], [class*="row-"] > [class*="_lg-9"], [class*="row_"] > [class*="_lg-9"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    [class~="row"] > [class*="_lg-10"], [class*="row-"] > [class*="_lg-10"], [class*="row_"] > [class*="_lg-10"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    [class~="row"] > [class*="_lg-11"], [class*="row-"] > [class*="_lg-11"], [class*="row_"] > [class*="_lg-11"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    [class~="row"] > [class*="_lg-12"], [class*="row-"] > [class*="_lg-12"], [class*="row_"] > [class*="_lg-12"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1440px) {
    [class~="row"] > [class*="_xl-1"], [class*="row-"] > [class*="_xl-1"], [class*="row_"] > [class*="_xl-1"] {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }

    [class~="row"] > [class*="_xl-2"], [class*="row-"] > [class*="_xl-2"], [class*="row_"] > [class*="_xl-2"] {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }

    [class~="row"] > [class*="_xl-3"], [class*="row-"] > [class*="_xl-3"], [class*="row_"] > [class*="_xl-3"] {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    [class~="row"] > [class*="_xl-4"], [class*="row-"] > [class*="_xl-4"], [class*="row_"] > [class*="_xl-4"] {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }

    [class~="row"] > [class*="_xl-5"], [class*="row-"] > [class*="_xl-5"], [class*="row_"] > [class*="_xl-5"] {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }

    [class~="row"] > [class*="_xl-6"], [class*="row-"] > [class*="_xl-6"], [class*="row_"] > [class*="_xl-6"] {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    [class~="row"] > [class*="_xl-7"], [class*="row-"] > [class*="_xl-7"], [class*="row_"] > [class*="_xl-7"] {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }

    [class~="row"] > [class*="_xl-8"], [class*="row-"] > [class*="_xl-8"], [class*="row_"] > [class*="_xl-8"] {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }

    [class~="row"] > [class*="_xl-9"], [class*="row-"] > [class*="_xl-9"], [class*="row_"] > [class*="_xl-9"] {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    [class~="row"] > [class*="_xl-10"], [class*="row-"] > [class*="_xl-10"], [class*="row_"] > [class*="_xl-10"] {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }

    [class~="row"] > [class*="_xl-11"], [class*="row-"] > [class*="_xl-11"], [class*="row_"] > [class*="_xl-11"] {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }

    [class~="row"] > [class*="_xl-12"], [class*="row-"] > [class*="_xl-12"], [class*="row_"] > [class*="_xl-12"] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
