  @charset "UTF-8";
.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.line1-ellipsis {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    color: var(--bs-gray-600);
}

.line2-ellipsis {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    max-height: 70px;
    color: var(--bs-gray-600);
}

.line3-ellipsis {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    max-height: 35px;
}

/* ul預設樣式清除
----------*/
.ul-style-clear {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*****
常用 e.
******/
/*****
container-1600 s.
******/
.container-1600 {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1600px;
}

@media (max-width: 575.98px) {
    .container-1600 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container-1600 {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .container-1600 {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .container-1600 {
        width: 100%;
    }
}

@media (max-width: 1399.98px) {
    .container-1600 {
        width: 100%;
    }
}
/*****
container-1600 e.
******/

a.sr-only1 {
    padding: 0.5rem;
    background: #2b358c;
    color: #fff;
    position: absolute;
    top: -2.5rem;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

    a.sr-only1:focus {
        position: absolute;
        left: 0;
        top: 0;
        outline-color: transparent;
        -webkit-transition: top .1s ease-in;
        transition: top .1s ease-in;
        border: #ffbf47 solid 0.4rem;
        background: #ffbf47;
        color: #000;
        font-weight: 700;
    }

.access_footer_link {
    color: rgba(255, 255, 255, 0);
    text-decoration: none;
    display: block;
}

    .access_footer_link:focus {
        color: #111;
        text-decoration: none;
        display: block;
    }

/*****
background color s.
******/

.bg-lightGrey {
    background-color: rgba(204, 204, 204, 0.3);
}

.content-typeAll .lg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #f2f2f2 60%, transparent 100%);
    z-index: -1;
}

.content-typeAll .sidebar {
    width: 334px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 21px 45px rgba(0, 0, 0, 0.25);
}

    .content-typeAll .sidebar .title {
        font-weight: 500;
        font-size: 2rem;
        padding: 32px;
        margin-bottom: 0;
        background-image: url("/Content/assets/images/1.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--color-primary);
        color: white;
    }

    .content-typeAll .sidebar .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 500;
        padding: 20px 25px 20px 47px;
        color: #1F1F1F;
    }

        .content-typeAll .sidebar .nav-link:hover {
            background-color: var(--color-primary);
            color: white;
        }

.content-typeAll .submenu {
    background-color: #F0F0F0;
    list-style-type: none;
    padding-left: 0;
}

    .content-typeAll .submenu .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: #5E5E5E;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 60px;
        position: relative;
    }

        .content-typeAll .submenu .nav-link::before {
            content: '-';
            position: absolute;
            left: 40px;
        }

.content-typeAll .wrap .breadcrumb-item {
    font-size: 1rem;
    color: #5D5D5D;
}

.content-typeAll .content .ul-title {
    font-size: .9rem;
    font-weight: bold;
    color: var(--color-primary);
    margin-top: 32px;
    margin-bottom: 32px;
}

.content-typeAll .content .ul-style-clear {
    list-style-type: none;
    padding-left: 0;
}

.content-typeAll .content li {
    background: rgba(205, 205, 205, 0.3);
    border-radius: 6px;
    padding: 14px 32px;
    margin-bottom: 16px;
    position: relative;
}

    .content-typeAll .content li:last-child {
        margin-bottom: 0;
    }

    .content-typeAll .content li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 6px;
        height: 100%;
        background-color: #CDCDCD;
        border-radius: 4px;
    }

    .content-typeAll .content li:hover::before {
        background-color: var(--color-secondary);
    }

.content-typeAll .content .title {
    font-size: 1.2rem;
    margin: 6px 0;
    color: #000000;
    text-decoration: none;
    margin-right: auto;
}

.content-typeAll .content .dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .content-typeAll .content .dl a {
        display: flex;
        align-items: center;
        font-size: 1.2rem;
        margin: 6px 0;
        text-decoration: none;
        color: #000000;
    }

.content-typeAll .content li:hover .title {
    color: var(--color-primary);
}

.content-typeAll .content .dl a:not(:last-child) {
    margin-right: 25px;
}

.content-typeAll .file {
    display: inline-block;
    width: 32px;
    height: 38px;
    margin-right: 12px;
    background-size: 100%;
}

    .content-typeAll .file.doc {
        background-image: url("/Content/assets/images/file/doc.png");
    }

    .content-typeAll .file.docx {
        background-image: url("/Content/assets/images/file/docx.png");
    }

    .content-typeAll .file.pdf {
        background-image: url("/Content/assets/images/file/pdf.png");
    }

    .content-typeAll .file.ppt {
        background-image: url("/Content/assets/images/file/ppt.png");
    }

    .content-typeAll .file.ppsx {
        background-image: url("/Content/assets/images/file/ppsx.png");
    }

    .content-typeAll .file.png {
        background-image: url("/Content/assets/images/file/png.png");
    }

    .content-typeAll .file.jpg {
        background-image: url("/Content/assets/images/file/jpg.png");
    }

    .content-typeAll .file.gif {
        background-image: url("/Content/assets/images/file/gif.png");
    }

    .content-typeAll .file.txt {
        background-image: url("/Content/assets/images/file/txt.png");
    }

    .content-typeAll .file.odt {
        background-image: url("/Content/assets/images/file/odt.png");
    }

    .content-typeAll .file.ods {
        background-image: url("/Content/assets/images/file/ods.png");
    }

    .content-typeAll .file.odp {
        background-image: url("/Content/assets/images/file/odp.png");
    }

    .content-typeAll .file.odg {
        background-image: url("/Content/assets/images/file/odg.png");
    }

    .content-typeAll .file.zip {
        background-image: url("/Content/assets/images/file/zip.png");
    }

    .content-typeAll .file.xls {
        background-image: url("/Content/assets/images/file/xls.png");
    }

    .content-typeAll .file.xlsx {
        background-image: url("/Content/assets/images/file/xlsx.png");
    }

.content-typeAll .wrap .active-box {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

    .content-typeAll .wrap .active-box li:first-child button {
        margin-left: 0px;
    }

    .content-typeAll .wrap .active-box button {
        color: white;
        border-radius: 6px;
        margin-left: 8px;
        padding: 0.4rem 0.4rem;
    }

        .content-typeAll .wrap .active-box button i {
            font-size: 1.125rem;
        }

        .content-typeAll .wrap .active-box button.print {
            background-color: #BD620D;
        }

        .content-typeAll .wrap .active-box button.fb {
            background-color: #2B6ED3;
        }

        .content-typeAll .wrap .active-box button.line {
            background-color: #06C755;
        }

.content-typeAll .wrap .active-btn button {
    border-radius: 5px;
    font-weight: 700;
    padding: 11px 42px;
}

.content-typeAll .wrap .active-btn .btn-primary {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    border: 0;
}

.content-typeAll .wrap .active-btn .btn-light {
    background-color: rgba(205, 205, 205, 0.5);
    color: #5E5E5E;
    border-radius: 0;
    padding: 10px 40px;
}

.content-typeAll .pn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px;
}

@media (max-width: 767.98px) {
    .content-typeAll .pn {
        justify-content: center;
    }
}

.content-typeAll .pn .total {
    font-size: 1rem;
    color: #5E5E5E;
    margin-right: 20px;
}

    .content-typeAll .pn .total p {
        margin-bottom: 0px;
    }

    .content-typeAll .pn .total span {
        display: inline-block;
    }

.content-typeAll .pn .pagination-container .pagination a {
    border-radius: 50%;
    background-color: var(--color-primary);
    color: white;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.content-typeAll .pagination-container .pagination {
    /*padding-left:30px;*/
    margin-bottom: 0;
}

    .content-typeAll .pagination-container .pagination .PagedList-skipToNext {
        background-color: transparent;
        border-radius: initial;
        padding: initial;
        position: initial;
    }

        .content-typeAll .pagination-container .pagination .PagedList-skipToNext:before {
            display: none;
        }

    .content-typeAll .pagination-container .pagination .PagedList-skipToPrevious {
        /*padding-left: 30px;*/
        padding-right: 8px;
    }

    .content-typeAll .pagination-container .pagination .disabled {
        display: none;
    }

.content-typeAll .datepicker td,
.content-typeAll th {
    text-align: center;
    padding: 8px 12px;
    font-size: 0.875em;
}

.content-typeAll .input-group .dropdown-menu {
    display: block !important;
}

.content-typeAll .input-group.date .input-group-text {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.content-typeAll .img-link {
    width: 100%;
    height: 84px;
}

.content-typeAll .card_list {
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    transition: .2s all;
}

    .content-typeAll .card_list .card-body {
        display: flex;
    }

    .content-typeAll .card_list .card_list_content .card-title {
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.875rem;
        color: #1F1F1F;
    }

    .content-typeAll .card_list .card_list_content .card-text {
        color: #606060;
    }

    .content-typeAll .card_list .card_list_content .card-date {
        font-weight: 500;
        color: var(--color-primary);
    }

    .content-typeAll .card_list .card_list_content .btn-more {
        font-weight: 500;
        color: #5E5E5E;
        background: rgba(205, 205, 205, 0.5);
        border-radius: 5px;
        padding: 10px 40px;
    }

    .content-typeAll .card_list:hover {
        box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.09);
    }

        .content-typeAll .card_list:hover .card_list_content .btn-more {
            background-color: var(--color-secondary);
            color: var(--color-primary);
        }

        .content-typeAll .card_list:hover .card_list_content .card-title {
            color: var(--color-primary);
        }

    .content-typeAll .card_list.pic .card_list_sm {
        flex: 0 0 26%;
        height: 215px;
        border-radius: 6px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 50%;
    }

        .content-typeAll .card_list.pic .card_list_sm img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
        }

    .content-typeAll .card_list.pic .card_list_content {
        width: 74%;
        display: grid;
        padding: 0 14px 0 20px;
    }

        .content-typeAll .card_list.pic .card_list_content .card-title {
            margin-bottom: 8px;
        }

        .content-typeAll .card_list.pic .card_list_content .card-text {
            margin-bottom: 50px;
        }


.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-right: 0;
}


.content-typeAll .input-group.date .input-group-text {
    border: 1px solid #ced4da;
    background-color: transparent;
    background-color: white;
}

    .content-typeAll .input-group.date .input-group-text i {
        color: var(--color-primary);
    }

@media (max-width: 767.98px) {
    .content-typeAll .card_list .card-body {
        flex-wrap: wrap;
    }

    .content-typeAll .card_list .card_list_sm {
        width: 100% !important;
    }

    .content-typeAll .card_list .card_list_content {
        width: 100% !important;
        padding: 16px 0px 0 0px !important;
    }

    .content-typeAll .card_list.pic .card_list_sm {
        flex: 0 0 100%;
        height: auto;
    }

    .content-typeAll .card_list.pic .card_list_content .card-text {
        margin-bottom: 20px;
    }

    .content-typeAll .card_list.viedo .card_list_sm iframe {
        height: 250px;
    }

    .content-typeAll .card_list.viedo .card_list_content .card-title {
        margin-bottom: 16px;
    }

    .content-typeAll .card_list.viedo .card_list_content .card-text {
        margin-bottom: 30px;
    }
}

.pagination-container .pagination li {
    display: none;
}

    .pagination-container .pagination li.PagedList-skipToPrevious {
        display: block;
    }

        .pagination-container .pagination li.PagedList-skipToPrevious.disabled {
            display: none;
        }

    .pagination-container .pagination li.PagedList-skipToNext {
        display: block;
    }

        .pagination-container .pagination li.PagedList-skipToNext.disabled {
            display: none;
        }



.badge-color0 {
    background-color: #6fc373;
}

.badge-color1 {
    background-color: #FF5733;
}

.badge-color2 {
    background-color: #efb600;
}

.badge-color3 {
    background-color: #FF9933;
}

.badge-color4 {
    background-color: #FF4D4D;
}

.badge-color5 {
    background-color: #FF00CC;
}

.badge-color6 {
    background-color: #CC00FF;
}

.badge-color7 {
    background-color: #9933FF;
}

.badge-color8 {
    background-color: #4D4DFF;
}

.badge-color9 {
    background-color: #00CCFF;
}

.badge-color10 {
    background-color: #01e086;
}

.badge-color11 {
    background-color: #40dc0b;
}

.badge-color12 {
    background-color: #db7c8d;
}

.badge-color13 {
    background-color: #c86c6c;
}

.badge-color14 {
    background-color: #daab4c;
}

.badge-color15 {
    background-color: #f3bc59;
}

.badge-color16 {
    background-color: #48c748;
}

.badge-color17 {
    background-color: #3abcb3;
}

.badge-color18 {
    background-color: #40d2c1;
}

.badge-color19 {
    background-color: #8b8be8;
}

.badge-color20 {
    background-color: #b566ff;
}

.badge-color21 {
    background-color: #f84fa3;
}

.badge-color22 {
    background-color: #ea146a;
}

.badge-color23 {
    background-color: #FF0033;
}

.white {
    color: #fff;
}

.youtube-lazyload {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}


    .youtube-lazyload .ytp-large-play-button-circle {
        fill: var(--color-primary);
    }

    .youtube-lazyload:hover .ytp-large-play-button .ytp-large-play-button-circle {
        fill: var(--color-secondary);
    }

    .youtube-lazyload:hover .ytp-large-play-button .ytp-large-play-button-path {
        fill: #fff;
    }

    .youtube-lazyload:hover .ytp-large-play-button-circle {
        fill: var(--color-secondary);
    }

    .youtube-lazyload img {
        width: 100%;
        top: -16.75%;
        left: 0;
        opacity: 1;
        cursor: pointer;
    }

    .youtube-lazyload .ytp-button {
        border: none;
        background-color: transparent;
        padding: 0;
        color: inherit;
        text-align: inherit;
        font-size: 100%;
        font-family: inherit;
        cursor: pointer;
        line-height: inherit;
    }

        .youtube-lazyload .ytp-button::-moz-focus-inner {
            padding: 0;
            border: 0;
        }

    .youtube-lazyload .ytp-large-play-button {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        z-index: 1;
    }

        .youtube-lazyload .ytp-large-play-button svg {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }


    .youtube-lazyload iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .youtube-lazyload img,
    .youtube-lazyload iframe {
        position: absolute;
    }

    .youtube-lazyload .ytp-button:focus,
    .youtube-lazyload .ytp-button {
        outline: 0;
    }
/* 更多消息 */

.read_more {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #1f1f1f;
    display: inline-flex;
    padding-right: 20px;
}

.decorate_icon {
    position: relative;
    width: 44px;
    height: 10px;
    text-align: right;
    display: block;
    top: 3px;
    left: 15px;
}

    .decorate_icon::before {
        width: 8px;
        height: 2px;
        background: #1f1f1f;
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        right: 2px;
        transform: rotate(38deg);
    }

    .decorate_icon::after {
        width: 44px;
        height: 2px;
        background: #1f1f1f;
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        right: 2px;
    }

.read_more_box {
    text-align: right;
    line-height: 64px;
}

a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

a.read_more:hover .decorate_icon::after {
    background: var(--color-primary);
}

a[accesskey] {
    display: none;
}


@media (max-width: 480px) {
    .content-typeAll .pn {
        margin-top: 0;
    }

    .fa-magnifying-glass:before, .fa-search:before {
        display: none;
    }
}
