body {
    font-family: Noto Sans TC;
    /* font-style: normal; */
}

/*img.lazy {
    opacity: 0;
}*/

img:not(.initial) {
    transition: 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

/*.custom-page7>div {
    opacity: 0;
    transition: .3s;
}*/

/* 圖片懶載入 */
.reloading {
    background-color: #b5b5b5;
    animation-name: exmp;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    min-height: 400px;
    position: relative;
    border-radius: .5rem;
    padding: .5rem;
}

.reloading::before {
    content: "載入中...";
    color: rgb(236, 236, 236);
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vmin;
}

.completeload {
    animation-name: complete;
    animation-duration: .8s;
    animation-iteration-count: 1;
}

/*.lazyload {
    background-color: #b5b5b5;
    animation-name: exmp;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: relative;
}*/

/*.lazyload::before {
    content: "載入中...";
    color: rgb(212, 212, 212);
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vmin;
}*/

@keyframes exmp {
    0% {
        background-color: #b5b5b5;
    }

    50% {
        background-color: #767676;
    }

    100% {
        background-color: #b5b5b5;
    }
}

@keyframes complete {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 圖片懶載入 end */

button:focus {
    outline: 0 !important;
}

/* timeline*/
.jux-tl-item h2 a {
    margin: 0;
    /* color: #bfbfbf; */
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    color: #ffd500 !important;
    font-size: 100% !important;
    font-weight: bold;
}

/* timeline end*/
/* HOME Menu */
#jux_memamenu111 #js-mainnav.megamenu div.megaMenuToggle {
    height: 46px;
}

#jux_memamenu111 #js-mainnav.megamenu {
    border: 0px solid #6c5a5a;
}

#jux_memamenu111 #js-mainnav .jux-fa.jux-fa-bars {
    float: right;
}

#js-mainnav.megamenu.gray ul.level0 li.megacss span.megacss,
#js-mainnav.megamenu.gray ul.level0 li.megacss a.megacss,
#js-mainnav.megamenu.gray .megaMenuToggle {
    border-right: 0px solid #959595;
}

#js-meganav>.megamenu>li {
    width: unset;
    margin-left: 10px !important;
}

.search-advanced {
    background: #1B2D58;
    margin: 1rem 0rem;
    width: 107px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #fff solid;
    border-radius: 16px;
    padding: 0.2rem 0;
}

.search-advanced>a {
    color: #fff;
    text-decoration: none;
}

.nav-pills-mymeun {
    cursor: pointer;
}

.Search_platform_item {
    transform: translateY(0px);
    transition: .5s;
    opacity: 1;
}

.Search_platform_item.active {
    transform: translateY(-40px);
    opacity: 0;
}

.tcdata_title {
    display: none;
}

.Topic-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transition: 0.3s;
}

.Topic-img:hover {
    transform: scale(1.05);
}

.Topic-img>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 100%;
    filter: blur(2px);
}

.Topic-img>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-shadow: 0.1em 0.1em 0.1em black;
    transform: translate(-50%, -50%);
}
#exampleModalCenter{
    display: none;
}
@media (min-width: 768px) {
    .sticky-cutom-top {
        position: sticky;
        top: 0;
    }

    #jux_memamenu111 {
        float: right;
    }

    #megamenucss #js-mainnav.megamenu ul.level0 li.megacss span.megacss,
    #megamenucss #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
        padding: 5px 5px;
        color: rgba(22, 38, 74, 1);
        /* font-weight: 900; */
        font-size: 18px;

    }

    #childcontent-inner clearfix {
        width: 244px !important;
    }

    #megacol column1 first {
        width: 244px !important;
    }

    #megamenucss .gray.megamenu ul.level0>li.megacss:hover,
    #megamenucss .gray.megamenu ul.level0>li.megacss:hover>a,
    #megamenucss .gray.megamenu ul.level0>li.megacss>a:hover,
    #megamenucss .gray.megamenu ul.level0>li.megacss:hover>span,
    #megamenucss .gray.megamenu ul.level0>li.megacss>span:hover {
        color: #FFF !important;
        /* background: #aaa !important; */
        background: #1B2D58 !important;
        /* border-radius: 20px; */
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        /* padding-right: 10px !important; */
        /* padding-left: 10px !important; */
    }

    #js-mainnav.megamenu.gray .childcontent-inner {
        background-color: #1B2D58 !important;
        /* color: #7c7d7f; */
    }

    #megamenucss #js-mainnav.megamenu.gray ul.level0>li.active,
    #megamenucss #js-mainnav.megamenu.gray ul.level0>li.active>a,
    #megamenucss #js-mainnav.megamenu.gray ul.level0>li.active>span {
        background: #1B2D58 !important;
        color: #fff !important;
        border-radius: 20px;
    }

}
@media (max-width: 768px) {
    #jux_memamenu111 #js-mainnav .jux-fa.jux-fa-bars {
        color: #fff;
    }

    #js-mainnav .jux-fa.jux-fa-bars {
        margin-top: 2px !important;
        margin-left: 17px !important;
        margin-right: 17px;
    }

    #megamenucss ul,
    #megamenucss ol {
        background-color: #F1FAF9 !important;
    }

    #js-meganav>.megamenu>li {
        font-size: 25px;
        color: #16264A !important;
    }

    #js-mainnav.megamenu.gray ul.level0 li.megacss span.megacss,
    #js-mainnav.megamenu.gray ul.level0 li.megacss a.megacss,
    #js-mainnav.megamenu.gray .megaMenuToggle {
        color: #16264A !important;
    }

    #js-mainnav.megamenu.gray>ul.level0>li.megacss>a.megacss::before {
        content: "1";

    }

    #js-meganav>.megamenu>li {
        /* width: unset; */
        margin-left: 0px !important;
    }

    .level1 .menu-title {
        color: #4C5364;
    }

    #megamenucss .gray.megamenu ul.level0>li.megacss:hover,
    #megamenucss .gray.megamenu ul.level0>li.megacss:hover>a,
    #megamenucss .gray.megamenu ul.level0>li.megacss>a:hover,
    #megamenucss .gray.megamenu ul.level0>li.megacss:hover>span,
    #megamenucss .gray.megamenu ul.level0>li.megacss>span:hover {
        /* color: #FFF !important; */
        background: #f1faf900 !important;
    }

    .jux-fa-angle-down:before {
        content: "＋" !important;
        color: #16264A !important;
    }

    .jux-fa-angle-up:before {
        content: "－" !important;
        color: #16264A !important;
    }

    .jux-custom-css {
        top: 11px !important;
    }

    #megamenucss .js-megamenu .megamenu .jux-custom-css i.jux-fa {
        border: 2px #16264A solid;
    }

    .jux-custom-css i.jux-fa {
        /* font-size: 18px; */
        transform: translateY(-8px);
    }

    #megamenucss #js-mainnav.megamenu ul.megamenu.level1 span {
        text-align: left !important;
        font-size: 18px !important;
        padding-left: 25px;
        /* padding-right: 25px; */
    }

    /* .level0>li>::before{
        content: "11";
    } */
}

/* HOME Menu end */
/* 搜尋系列 */
.meun-search-width-coum {
    min-width: 350px;
}

.cy_box {
    cursor: pointer;
    background: #FFFFFF;
    /* 按鈕陰影 */

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    font-weight: 900;
    font-size: 12.7338px;
    line-height: 22px;
    /* identical to box height, or 174% */

    text-align: center;
    letter-spacing: 0.18em;
    color: #4C5364;
    background: #FFFFFF;
    /* transition: background 0.3s; */
}

.cy_box:hover {
    background: #bdbdbd;
}

.cy_box.active {
    background: #EFEFEF;
}

.loading-search-results {
    z-index: 1000;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #ffff;
    top: 0;
    left: 0;
    opacity: 0;
}

.user-search-input {
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
}

.input-group-prepend {
    border: 0px;
    background-color: unset;
    padding: 0px;
    margin: 0px;
}

.search-row-bar {
    border-bottom: 1px solid #1B2D58;
    /* border-radius: 10px; */
}

.search-strong {
    font-weight: 300;
    font-size: 12.73px;
    color: #000000;
}

.search-left-bar {
    border-right: 1px rgb(172, 172, 172) solid;
}



.Results-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #16264A;
}

.Results-date {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #969696;
}

.Results-introtext {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4C5364;
}

.Results-row a:hover {
    text-decoration: none !important;
}

.Results-img {
    object-fit: cover;
    width: 100% !important;
    /* height: calc(0.666 * (100% - 2rem)); */
    max-height: 145px;
}

.Results-hr {
    width: 100%;
    height: 2px;
    background: #5DC5C4;
}

.Results-hr::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 55px 0 55px;
    border-color: #5DC5C4 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -55px;
}

.pagination-pages {
    display: flex;
}

.page-link-ul {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    /* border: 1px solid #dee2e6;*/
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.page-link-ul:hover {
    text-decoration: none !important;
}

.page-link-ul.disabled {
    cursor: default;
    color: #5DC5C4 !important;
}

.page-item a {
    font-weight: normal;
    font-size: 32.2726px;
    line-height: 47px;
    /* letter-spacing: 0.89em; */
    color: #000000;
    border: none;
}

.page-item.disabled .page-link {
    color: #B5D2CD;
}

.Previous-one {
    margin-left: -39px;
}

.Previous-one::before {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-left: 40%;
    margin-top: 12px;
}

.Previous-one::after {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-left: 40%;
    margin-top: 11px;
}

.Previous-two {
    margin-left: -4px;
}

.Previous-two::before {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(-45deg);
    /* margin-left: 40%; */
    margin-top: 12px;
}

.Previous-two::after {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(45deg);
    /* margin-left: 40%; */
    margin-top: 11px;
}

.Previous-three {
    margin-left: -39px;
}

.Previous-three::before {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-left: 40%;
    margin-top: 12px;
}

.Previous-three::after {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-left: 40%;
    margin-top: 11px;
}

.Previous-four {
    margin-left: -4px;
}

.Previous-four::before {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(45deg);
    /* margin-left: 40%; */
    margin-top: 12px;
}

.Previous-four::after {
    content: " ";
    width: 29px;
    height: 6px;
    display: block;
    background: #5DC5C4;
    border-radius: 10px;
    transform: rotate(-45deg);
    /* margin-left: 40%; */
    margin-top: 11px;
}

.Results-icon {
    position: absolute;
    right: 61px;
    border: 4px solid #fff;
    height: 19px;
    width: 19px;
    top: 13px;
    border-radius: 24px;
    z-index: 1000;
    cursor: pointer;
}

.Results-icon::before {
    content: " ";
    position: absolute;
    left: 74.16%;
    right: 45.74%;
    top: 98.16%;
    bottom: 35.84%;
    border: 3px solid #FFF;
    transform: rotate(45deg);
    border-radius: 12px;
    width: 14px;
}

.custom-search-phone-bar {
    /* z-index: 105; */
    width: 100%;
    /* height: 100px; */
    top: 0;
    left: 0;
    background: linear-gradient(106.85deg, #1B2D58 28.39%, #4F7BBE 70.57%, #77C9DA 104.69%);
    transform: translateY(-100%);
    transition: transform 0.5s;
    z-index: 9999;
}

.custom-search-input-v2 {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

.custom-search-input-v2>input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.custom-search-input-v2>input:focus {
    background-color: rgb(255 255 255 / 0%);
    border: 0px solid #ffffff;
    color: #fff;
}

.input-group-prepend-v2 {
    border: 0px;
    background-color: unset;
    padding: 0px;
    margin: 0px;
}

.custom-search-v2 {
    background-color: rgb(255 255 255 / 0%);
    border: 0px solid #ffffff;
    color: #fff;
}

.Results-bar-icon {
    right: 10px;
    border: 4px solid #fff;
    height: 20px;
    width: 20px;
    top: 34px;
    border-radius: 20px;
}

.Results-bar-icon::before {
    content: " ";
    position: absolute;
    left: 74.16%;
    right: 45.74%;
    top: 98.16%;
    bottom: 35.84%;
    border: 3px solid #FFF;
    transform: rotate(45deg);
    border-radius: 12px;
    width: 14px;
}

.Results-icon-close {
    cursor: pointer;
}

.error-fot-ajax {
    font-weight: bold;
    font-size: 46px;
    color: #000000;
}

.loading-icon-loop {
    display: none;
}


@media (min-width: 576px) {
    .Results-icon {
        top: 22px;
    }
}

@media (max-width: 800px) {
    .page-item a {
        font-size: 23px;
        line-height: inherit;
        padding: 0;
        letter-spacing: 0.7em;
    }

    .justify-content-center {
        margin-top: 0px;
    }

}

@media (max-width: 768px) {
    .Results-img {
        /* height: calc(0.666 * (100vw - 2rem)); */
        max-height: 329px;
    }
}

@media (max-width: 576px) {
    .Results-img {
        height: calc(0.666 * (100vw - 2rem));
    }

    .page-link-ul {
        padding: 0.5rem 0.3rem;
    }

    .custom-search-input-v2>input {
        font-weight: normal;
        font-size: 22px !important;
    }
}

/* 搜尋系列 end */
/*<<第一區塊>>*/
.custom-top-btn {
    padding-left: 5px;
    padding-right: 7px;
    background-color: white;
    color: black;
    width: 32px;
    height: 32px;
    background: #D6EAE7;
    margin-left: 11px;
    float: left;
    font-weight: 700;
    font-size: 19px;
    color: rgb(22, 38, 74);
    cursor: pointer;
    position: relative;
}

.custom-top-btn-share {
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    position: absolute;
    left: 0;
    width: 32px;
}

.custom-top-btn-share.active {
    display: flex;
}

.custom-top-btn-share>div:first-child {
    margin-top: .5rem;
}

.custom-top-btn-share>div {
    /* background: #D6EAE7; */
    /* width: 32px; */
    /* height: 32px; */
    /* border-radius: 32px; */
    display: flex;
    justify-content: center;
    /* margin-top: 0.5rem; */
}

/* 上導覽按鈕顏色 */
.custom-top-a a,
.custom-top-a a:link {
    color: rgba(214, 234, 231, 1);
    text-decoration: none;
    white-space: nowrap;
}

.custom-top-a2 a,
.custom-top-a2 a:link {
    color: rgb(0 0 0);
    text-decoration: none;
    white-space: nowrap;
}

.custom-about-img {
    z-index: 99;
}

.custom-items-cat1 {
    width: 100%;
    height: 150px;
    background: white;
    bottom: 10%;
}

/* 選單 */
.nav-level1 {
    /* background-color: rgb(77 77 77); */
    margin-left: 3px;
}

.nav-level1>a {
    color: rgb(33 43 75) !important;
    font-weight: 900;
    font-size: 2.2vmin;
}

.carousel-shading {
    width: 100%;
    height: 100%;
    /* background-color: rgb(255 255 255 / 32%); */
    z-index: 1;
    position: absolute;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7)36%, rgba(0, 0, 0, 0)89%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.7)36%, rgba(0, 0, 0, 0)89%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.7)36%, rgba(0, 0, 0, 0)89%);
    background: -o-linear-gradient(0deg, rgba(255, 255, 255, 0.7)36%, rgba(0, 0, 0, 0)89%);
}

.carousel-shading-muen {
    width: 100%;
    background-color: rgb(255 255 255 / 95%);
    z-index: 3;
}

.carousel-shading-title {
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.carousel-shading-title-span1 {
    font-size: 22px;
    font-weight: 500;
    color: rgb(255 255 255);
    background-color: rgb(33 43 75);
    border: 8px solid rgb(33 43 75);
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

.carousel-shading-title-span2 {
    font-size: 72px;
    font-weight: 900;
}

.carousel-shading-title-span3 {
    font-size: 30px;
    font-weight: 900;
}

.navbar-collapse {
    position: relative;
}

.mune-nav-a {
    position: absolute;
    right: 0;
}

.mune-nav-a>li>a {
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .carousel-shading-muen {
        width: 100%;
        z-index: 3;
    }

    .nav-level1 {
        background-color: unset;
        margin-left: unset;
    }

    .nav-level1>a {
        color: rgb(0 0 0) !important;
    }

    .mune-nav-a {
        position: unset;
    }
}

/* 搜尋 */
.custom-search {
    background-color: rgb(255 255 255);
    border: 0px solid #ffffff;
}

.custom-search-input>input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #717171;
    opacity: 1;
    /* Firefox */
}

.custom-search-input>input:focus {
    background-color: rgb(255 255 255);
    border: 0px solid #ffffff;
    color: rgb(0 0 0);
}

.meun-homeicon {
    position: absolute;
    z-index: 100;
    margin-top: 14px;
    margin-left: -42px;
}

.home_banner .owl-dots {
    /* background: aqua; */
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 40px;
    text-align: center;
}

.home_banner .owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #BDBDBD;
    padding-left: 10px;
    margin-left: 10px;
    border-radius: 30px;
    /* box-shadow: 0px 0px 6px 5px #00000047; */
}

.home_banner .owl-dots .active {
    background-color: #1B2D58 !important;
}

.home_banner>.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.home_banner>.owl-nav>.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 1%;
    pointer-events: auto;
}

.home_banner>.owl-nav>.owl-prev div {
    /* width: 44px;
    height: 44px;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
    transform: rotate(180deg);
    border-radius: 44px; */

}

.home_banner>.owl-nav>.owl-prev::before {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
}

.home_banner>.owl-nav>.owl-prev::after {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(140deg);
    position: absolute;
    top: 0%;
}

.home_banner>.owl-nav>.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    pointer-events: auto;
    right: 1%;
}

.home_banner>.owl-nav>.owl-next div {
    /* width: 44px; */
    /* height: 44px; */
    /* border: 3px solid #FFFFFF; */
    /* box-sizing: border-box; */
    /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6)); */
    /* transform: rotate(180deg); */
    /* border-radius: 44px; */

}

.home_banner>.owl-nav>.owl-next::before {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0%;
}

.home_banner>.owl-nav>.owl-next::after {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(140deg);
    position: absolute;
    top: 50%;
}

.phone-logo {
    display: none;
}

@media (max-width: 992px) {
    .meun-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .meun-homeicon {
        display: none;
    }

    /* .page-bar { */
    /* display: none; */
    /* } */

    .carousel-shading-muen {
        background: linear-gradient(106.85deg, #1B2D58 28.39%, #4F7BBE 70.57%, #77C9DA 104.69%);
    }

    #js-mainnav.megamenu.gray {
        background: rgba(255, 255, 255, 0);
    }

    .comput-logo {
        display: none;
    }

    .phone-logo {
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        padding: 7px;
    }


}

/*<<第一區塊 end>>*/

/*<<第二區塊>>*/
.owl-item-auto {
    margin: auto;
}

.owl-dots {
    /* background: aqua; */
    /* position: absolute; */
    width: 100%;
    height: 30px;
    bottom: 40px;
    text-align: center;
}

.owl-dots button:first-child {
    margin-left: 0px !important;
}

.owl-dots button {
    width: 15px;
    height: 15px;
    background-color: #BDBDBD !important;
    padding-left: 10px;
    border-radius: 30px;
    margin-left: 2rem;
    /* box-shadow: 0px 0px 6px 5px #00000047; */
}

.owl-dots .active {
    background-color: #1B2D58 !important;
}

.page2-tabs-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.am-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 42px;
    cursor: pointer;
    pointer-events: auto;
}

.am-next::before {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0%;
}

.am-next::after {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(140deg);
    position: absolute;
    top: 50%;
}

.am-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 42px;
    cursor: pointer;
    pointer-events: auto;
}

.am-prev::before {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(140deg);
    position: absolute;
    top: 0%;
}

.am-prev::after {
    content: " ";
    width: 35px;
    height: 6px;
    border-radius: 6px;
    background-color: #8496AD;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
}

.page2-tabs-one-img img {
    object-fit: cover;
    width: 100% !important;
    /* height: 280px !important; */
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 11px 0px #0000002b;
}

.page2-tabs-one>div {
    margin-top: 10px;
    text-align: center;
}

.page2-tabs-one-span1 {
    font-size: 27px;
    color: rgba(22, 38, 74, 1);
    font-style: normal;
    font-weight: bold;
}

.page2-tabs-one-span2 {
    color: rgba(76, 83, 100, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
}

.page2-tabs-one2-headerImg {
    background-image: url('/images/stories/CharityProjectIcon/page2-tabs-one2-headerImg1.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 201px;
    height: 71px;
    font-size: 27px;
    font-style: normal;
    font-weight: bold;
    color: rgb(22, 38, 74);
    text-align: center;
    line-height: 2.3;
}

.page2-tabs-one2-Img {
    text-align: center;
}

.page2-tabs-one2-Img>img {
    width: 100%;
    max-width: 236px;
    display: unset !important;
}

.page2-tabs-one2-span {
    text-align: center;
}

.page2-tabs-one2-span-count {
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    color: #16264A;
}

.page2-tabs-one2-title {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #16264A;
    width: 100%;
}

.page2-tabs-one2-span-title {
    color: #16264A;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
}

.page2-tabs-one2-span-count2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #16264A;
}

.page2-tabs-one2-span-title2 {
    color: #16264A;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

.page2-tabs-one2-hr {
    width: 100%;
    height: 2px;
    background: #5DC5C4;
}

.page2-tabs-one2-hr::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 26px 0 26px;
    border-color: #5dc5c3 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -26px;
}

.page2-tabs-one2-btu {
    width: 100%;
    /* height: 100%; */
    text-align: center;
    box-shadow: 0px 0px 9px 6px #96969621;
    height: 78px;
    font-size: 27px !important;
    font-weight: 700 !important;
    border-radius: 15px;
    display: ruby-text;
    color: #fff;
    background: #04346C;
    align-items: center;
    display: flex;
    justify-content: center;
}

.page2-tabs-one2-btu:hover {
    background: #587291;
    color: #fff;
}

.page2-tabs-one2-btu>img {
    width: 48px !important;
    height: 48px !important;
    margin-right: 12px;
}

.page2-tabs-one2>.owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.page2-tabs-one2>.owl-nav>.owl-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    pointer-events: auto;
}

.page2-tabs-one2>.owl-nav>.owl-prev::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(-45deg);
}

.page2-tabs-one2>.owl-nav>.owl-prev::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-top: 13px;
}

.page2-tabs-one2>.owl-nav>.owl-next {
    position: absolute;
    top: 50%;
    right: -5%;
    pointer-events: auto;
}

.page2-tabs-one2>.owl-nav>.owl-next::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(45deg);
}

.page2-tabs-one2>.owl-nav>.owl-next::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-top: 13px;
}

/* 123 */
.page2-tabs-three>.owl-nav {
    /* display: block !important; */
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.page2-tabs-three>.owl-nav>.owl-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    pointer-events: auto;
}

.page2-tabs-three>.owl-nav>.owl-prev::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(-45deg);
}

.page2-tabs-three>.owl-nav>.owl-prev::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-top: 13px;
}

.page2-tabs-three>.owl-nav>.owl-next {
    position: absolute;
    top: 50%;
    right: -5%;
    pointer-events: auto;
}

.page2-tabs-three>.owl-nav>.owl-next::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(45deg);
}

.page2-tabs-three>.owl-nav>.owl-next::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: #8496AD;
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-top: 13px;
}

/* 123 */
.custom-page2-text {
    text-align: center;
    font-size: 20px;
    color: rgb(33 43 75);
    font-weight: 900;
}

.custom-page2-tab-ul {
    display: flex;
}

.test-tabs>.owl-stage-outer {
    margin-top: -25px;
    padding-top: 25px;
    margin-bottom: -25px;
    padding-bottom: 25px;
}

/*自訂分頁標籤*/
.tabs {
    cursor: pointer;
    /* background-color: antiquewhite; */
    height: 42px;
    box-shadow: 0px -6px 5px 0px #96969621;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: rgb(33 43 75);
    text-align: center;
    line-height: 1.8;
    font-size: 25px;
    font-weight: 500;
}

.tabs.active {
    background-color: rgb(33 43 75) !important;
    color: rgb(255 255 255);
    height: 51px;
    margin-top: -9px;
}

.tabs.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -24px;
    height: 24px;
    width: 100%;
    background-image: url('/images/removebg-preview1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.tabs:hover {
    background-color: #ececec;
}

.tabs-1 {
    display: none;
}

.tabs-1.active {
    display: flex !important;
}

.tabs-1.active.page2-tabs-cards {
    display: block !important;
}

.tabs-item-1 {
    float: left;
    width: 14%;
    cursor: pointer;
}

.tabs-item-1>a>img:first-child {
    position: absolute;
}

.tabs-item-1>a>img:first-child:hover {
    opacity: 0;
}


.tabs-item-1>img {
    width: 100% !important;
}

.page2-tabs-one3-row {
    text-align: center;
}

.page2-tabs-one3-img {}

.page2-tabs-one3-text {
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 39px;
    color: #16264A;
    /* white-space:nowrap; */
}

.page2-tabs-one3-left::after {
    content: " ";
    width: 34px;
    height: 15px;
    display: block;
    background: #D6EAE7;
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-top: 0px;
    margin-left: 40%;
}

.page2-tabs-one3-left::before {
    content: " ";
    width: 34px;
    height: 15px;
    display: block;
    background: #D6EAE7;
    border-radius: 10px;
    transform: rotate(45deg);
    margin-left: 40%;
}

.page2-tabs-one3-cotnet {
    box-shadow: 0px 0px 8px 5px #96969621;
    padding: 32px 24px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 23px;
    color: #1B2D58;
    background-color: #5DC5C4;
}

.page2-tabs-one3-cotnet:hover {
    background-color: #D6EAE7;
}

.page2-tabs-one3-cotnet2 {
    box-shadow: 0px 0px 8px 5px #96969621;
    padding: 12px 12px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 23px;
    color: #1B2D58;
    background-color: #5DC5C4;
}

.page2-tabs-one3-cotnet2:hover {
    background-color: #D6EAE7;
}

.page2-tabs-one4-card {
    border-radius: 23px;
    padding: .50rem;
}


.page2-tabs-one4-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.page2-tabs-one4-card-cotnet {
    padding: 5px 20px;
    background: #04346C;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.page2-tabs-one4-span1 {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
}

.page2-tabs-one4-span2 {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
}

.page2-tabs-one4-icon {
    text-align: center;
}

.page2-tabs-one4-icon-img>img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: inherit;
    padding-right: inherit;
}

.page2-tabs-one4-icon-img>img:first-child:hover {
    opacity: 0;
}

.page2-tabs-one4-icon-title {
    color: #16264A;
    font-weight: bold;
    font-size: 23px;
}

.page2-tabs-one4-icon-cotnet {
    font-weight: 500;
    font-size: 16.6949px;
    color: #4C5364;
}

.page2-tabs-one5-btu {
    box-shadow: 0px 0px 8px 5px #96969621;
    padding-bottom: 11%;
    padding-top: 11%;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #16264A;
    height: 123px;
}

.page2-tabs5-item {
    box-shadow: 0px 0px 8px 5px #96969621;
    border-radius: 20px;
    background: #04346C;
}

.page2-tabs5-item-img {
    text-align: end;
}

.page2-tabs5-item-img>img {
    padding: initial;
    max-width: 100%;
}

.page2-tabs5-item-a1 {
    text-decoration: none;
}

.page2-tabs5-item-a1:hover {
    text-decoration: none;
}

.page2-tabs5-item-a {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.page2-tabs5-item-a>div {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.page2-tabs-annotation {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #4C5364;
}

.page2-tabs-one5-btu img {
    width: 100%;
}

.page2-tabs-one5-content {
    padding-top: 5px;
    margin-left: -7px;

}

.tabs1-item-list-title {
    color: #4C5364;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-decoration-line: underline;
}
.mapid-cover-title-block{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    margin-top: 56px;
}
.mapid-cover-news-title{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    background: #fff;
    color: #1B2D58;
    max-width: 320px;
    width: 100%;
    margin: 4px 0;
    line-height: 49px;
    text-align: center;
}
.mapid-cover-news-hr{
    max-width: 600px;
    width: 100%;
    border: 1px dashed #30559F;
    height: 1px;
}
.mapid-cover-news-more{
    margin-left: 16px;
}
.mapid-cover-news-more a{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #30559F;
}
.mapid-cover-news-more a:hover {
    color: #4F7BBE;
}
@media (max-width: 1200px) {
    .page2-tabs-one5-btu {
        font-size: 20px;
        height: 106px;
    }
}

@media (max-width: 992px) {
    .tabs-item-1 {
        width: 19%;
    }

    /* .page2-tabs-one4-card-row1 {
        padding-right: 30%;
    } */

    .page2-tabs-one4-card-row2 {
        padding-left: 30%;
    }

}
@media(max-width: 800px){
    .mapid-cover-title-block{
        margin-bottom: 8px;
        margin-top: 20px;
    }
    .mapid-cover-title-block{
        display: block;
        text-align: center;
        position: relative;
    }
    .mapid-cover-news-title{
        font-size: 24px;
        max-width: 200px;
        margin: 0 auto;
        padding: 0 4px;
    }
    .mapid-cover-news-hr{
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
        max-width: inherit;
        width: 95vw;
    }
    .mapid-cover-news-more{
        margin-left: inherit;
        margin-top: 8px;
    }
    .map-title{
        margin-top: 24px;
    }

}
@media (max-width: 768px) {
    .tabs1-item-right-piont {
        border-right: 2px #BDBDBD dashed;
    }

    .page2-tabs5-item-img>img {
        width: 80%;
    }
    .page2-tabs-one-span1 {
        font-size: 18px;
    }

    .page2-tabs-one-span2 {
        font-size: 13px;
    }

    .page2-tabs-one2-title {
        font-size: 14px;
    }

    .page2-tabs-one-img {
        max-width: 100%;
    }

    .page2-tabs-one2-span-count {
        font-size: 30px;
    }

    .page2-tabs-one2-span-count2 {
        font-size: 23px;
    }

    .page2-tabs-one2-headerImg {
        font-size: 22px;
        line-height: 3.3;
    }

    .tabs {
        line-height: 2;
        font-size: 21px;
    }

    .tabs-item-1 {
        width: 25%;
    }

    .page2-tabs-one2>.owl-nav>.owl-prev {
        position: absolute;
        top: 50%;
        left: 0%;
        pointer-events: auto;
        /* margin-left: -65px; */
    }

    .page2-tabs-one2>.owl-nav>.owl-next {
        position: absolute;
        top: 50%;
        right: 0%;
        pointer-events: auto;
        /* margin-right: -65px; */
    }

    .page2-tabs-one2-hr {
        /* margin-top: 55px; */
    }

    /* .page2-tabs-one4-card-row1 {
        padding: 7%;
    } */
    .page2-tabs5-item-a>div {
        font-size: 13px;
    }

    .page2-tabs-annotation {
        font-size: 12px;
    }

    .page2-tabs-one4-card-row2 {
        padding: 7%;
    }

    .page2-tabs-one2-headerImg {
        background-size: 90%;
    }
}

@media (max-width: 576px) {
    .tabs-item-1 {
        width: 32%;
    }

    .page2-tabs-one3-left::after {
        content: " ";
        width: 40px;
        height: 15px;
        display: block;
        background: #5DC5C4;
        border-radius: 10px;
        transform: rotate(-45deg);
        margin-top: -14px;
        margin-left: 48%;
    }

    .page2-tabs-one3-left::before {
        content: " ";
        width: 40px;
        height: 15px;
        display: block;
        background: #5DC5C4;
        border-radius: 10px;
        transform: rotate(48deg);
        margin-left: 40%;
    }
}

.custom-page3-sum {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #16264A;
}

/*<<第二區塊 end>>*/

/*<<第三區塊 >>*/
.start-map-btu {
    cursor: pointer;
    /* position: absolute; */
    width: 100%;
    z-index: 1200;
    background-color: #fff;
    transition: opacity 0.8s;
    display: none;
}

.start-map-btu-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1201;
    /* background-color: rgba(0, 0, 0, 0.6); */
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}

.start-map-btu-hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    filter: blur(20px);
    z-index: -1;
    /* debug用的紅色背景 */
}

.start-map-btu-hover:hover {
    opacity: 1;
}

.starting-map {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1201;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}

.starting-map>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-page3-span-text {
    text-align: center;
    font-size: 30px;
    color: rgb(33 43 75);
}

.custom-page3-span-text>span {
    font-weight: 900;
}

.map-left-btu {
    position: absolute;
    top: 0px;
    font-size: 40px;
    color: #000;
    left: -64px;
    background: rgb(255 255 255);
    height: 42px;
    width: 42px;
    line-height: 1;
    cursor: pointer;
    border: 1px #868686 solid;
    border-radius: 11px;
}

.page-link {
    cursor: pointer;
}
@media (max-width: 800px) {
    .starting-map{
        height: 100vh;
    }
    .mapid-cover{
        height: 100% !important;
    }
}
@media (max-width: 576px) {
    .mapid-cover {
        position: relative;
        width: 100%;
        height: 50vh;
        display: block;
        /*padding-bottom: 0;*/
    }
}

/*<<第三區塊 end>>*/

/*<<第四區塊 >>*/
.custom-page4-span-text {
    text-align: center;
    font-size: 30px;
    color: rgb(33 43 75);
    font-weight: 900;
}

.custom-page4-span-text>span::before {
    content: "";
    position: absolute;
    bottom: -13px;
    margin-left: -11px;
    height: 2px;
    width: 140px;
    background-color: rgb(33 43 75);
    border-radius: 10px;
}

.page4-about-btu {
    text-align: center;
    font-weight: bold;
    font-size: 27px;
}

.page4-about-btu>a {
    width: 78%;
    box-shadow: 0px 0px 6px 8px #9696961f;
    background-color: #1B2D58;
    color: #fff;
    border-color: #fff;
    border-radius: 15px;
    font-weight: bold;
    font-size: 24px;
    padding: 0.6rem 0;
}

.page4-about-text {
    /* font-size: 20px; */
    /* 輔助色 */
    color: #4C5364;
}

.page4-about-btu>a:hover {
    background-color: #587291;
}

.page4-about-text {
    text-align: center;
}

.page2-tabs-one4-card-img {}

.page2-tabs-one4-card-cotnet {}

/*<<第四區塊 end>>*/

/*<<第五區塊 >>*/

.custom-page5-span-text {
    text-align: center;
    font-size: 30px;
    color: rgb(33 43 75);
    font-weight: 900;
}

.custom-page5-span-text>a {
    color: rgb(33 43 75);
    text-decoration: none;
}

.custom-page5-span-text>a::before {
    content: "";
    position: absolute;
    bottom: -13px;
    margin-left: -11px;
    height: 2px;
    width: 140px;
    background-color: rgb(33 43 75);
    border-radius: 10px;
}

.page5-img {
    padding-left: 79px;
}

.page5-img>img {
    width: 100%;
}

.page5-img::before {
    content: "";
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    top: -40px;
    background-color: #D6EAE7;
    border-radius: 480px;
    left: 0px;
    z-index: -1;
}

.title1 {
    background-color: #F1FAF9;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    color: #4C5364;
}

.title2 {
    background-color: #FBFBFB;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    color: #4C5364;
}

.table-text1 {
    background-color: #F1FAF9;
    padding: 3px;
    color: #4C5364;
}

.table-text2 {
    background-color: #FBFBFB;
    padding: 3px;
    color: #4C5364;
}

.owl-thumb-item {
    background-color: #fff;
    border: unset;
    opacity: 0.4;
}

.owl-thumb-item.active {
    background-color: rgba(0, 0, 0, 0.11);
    opacity: 1;
}

.tabs-1_news_img_cover {
    width: 100%;
    height: 0;
    padding-bottom: 56.65%;
    position: relative;
}

.tabs-1_news_img_cover>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .page5-img::before {
        width: 320px;
        height: 320px;
        top: -28px;
        border-radius: 300px;
        left: 8px;
    }
}
@media (max-width: 992px) {
    .page5-img::before {
        top: -70px;
        left: -23px;
        width: 300px;
        height: 300px;
        border-radius: 300px;
    }

    .page5-img {
        padding-left: 0px;
    }
}

@media (max-width: 768px) {
    .custom-page5-img>div {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .custom-page5-cotnet_ptop {
        /* padding-top: 80px; */
    }

    .page5-img::before {
        width: 320px;
        height: 320px;
        border-radius: 320px;
        top: -29px;
        left: -26px;
    }

    .page5-img {
        /* margin-bottom: 3em; */
        /* padding: 50px; */
    }

    .page5-img>img {
        width: 90% !important;
    }

    .tabs-1_news_img_cover {
        width: 82%;
        height: 0;
        padding-bottom: 49.65%;
        position: relative;
        /* padding: 0% 22% 56.65% 4%; */
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .page5-img::before {
        width: 58vmin;
        height: 58vmin;
        border-radius: 300px;
        top: -5%;
        left: 2%;
    }

    .tcnews-row {
        width: 100vw;
    }

    .tabs-1_news_img_cover {
        padding-bottom: 52.65%;
    }

}


/* 更改為tabs 區塊 */
/* .tabs_news {
    cursor: pointer;
    background-color: antiquewhite;
    height: 42px;
    box-shadow: 0px -6px 5px 0px #96969621;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: rgb(33 43 75);
    text-align: center;
    line-height: 1.8;
    font-size: 25px;
    font-weight: 500;
}
.tabs_news.active {
    background-color: rgb(33 43 75) !important;
    color: rgb(255 255 255);
    height: 51px;
    margin-top: -9px;
} */
.tabs-1_news {
    display: none;
}

.tabs-1_news.active {
    display: flex !important;
}

.tabs-1_news_img {
    display: none;
}

.tabs-1_news_img.active {
    display: flex !important;
}

.tabs_news {
    background-color: #fff;
    border: unset;
    opacity: 0.4;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
}

.tabs_news.active {
    background-color: rgba(0, 0, 0, 0.11);
    opacity: 1;
}

.tcnews-owl img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

/*<<第五區塊 end>>*/

/*<<第六區塊 >>*/

.media {
    padding-left: 60px;
    padding-right: 60px;
}

/* .media-img {
    width: 40%;

} */

.media-img>img {
    object-fit: cover;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
}

.owl-carousel2>.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.owl-carousel2>.owl-nav>.owl-next {
    right: 0;
    position: absolute;
    width: 60px;
    height: 100%;
    pointer-events: auto;
}

.owl-carousel2>.owl-nav>.owl-next>span {
    font-size: 100px;
}

.owl-carousel2>.owl-nav>.owl-prev {
    position: absolute;
    width: 60px;
    height: 100%;
    pointer-events: auto;
}

.owl-carousel2>.owl-nav>.owl-prev>span {
    font-size: 100px;
}

.media-body {}

.page-card-title {
    color: #16264A;
    font-weight: bold;
    font-size: 46px;
    text-align: center;
}

.page-card-title>hr {
    background-color: rgb(33 43 75);
    height: 1px;
    margin-top: -8px;
}

.custom-page6-btn {
    display: block;
    width: 100%;
    background: rgb(255 255 255);
    color: rgb(33 43 75);
    font-weight: 900;
    box-shadow: 1px 1px 20px 6px #96969647;
    border: 0px solid transparent;
    border-radius: 14px;
}

.owl-carousel2>.owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.owl-carousel2>.owl-nav>.owl-prev.disabled {
    display: none !important;
}

.owl-carousel2>.owl-nav>.owl-prev {
    position: absolute;
    /* top: 50%; */
    left: 37%;
    pointer-events: auto;
}

.owl-carousel2>.owl-nav>.owl-prev::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(-45deg);
}

.owl-carousel2>.owl-nav>.owl-prev::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(45deg);
    margin-top: 13px;
}

.owl-carousel2>.owl-nav>.owl-next.disabled {
    display: none !important;
}

.owl-carousel2>.owl-nav>.owl-next {
    position: absolute;
    /* top: 50%; */
    right: -6%;
    pointer-events: auto;
}

.owl-carousel2>.owl-nav>.owl-next::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(45deg);
    margin-left: 24px;
}

.owl-carousel2>.owl-nav>.owl-next::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-top: 13px;
    margin-left: 24px;
}

.page-card-content {
    font-weight: 500;
    font-size: 20px;
    color: #4C5364;
}

@media (max-width: 992px) {
    .media {
        padding-left: 0px;
        padding-right: 0px;
    }

    .media-img>img {
        width: 280px !important;
        height: 280px !important;
        border-radius: 50%;
    }

    .owl-carousel2>.owl-nav>.owl-prev {
        position: absolute;
        /* top: 50%; */
        left: 0%;
        pointer-events: auto;
    }

    .owl-carousel2>.owl-nav>.owl-next {
        right: 0%;
    }
}

@media (max-width: 768px) {
    .media-img>img {
        width: 200px !important;
        height: 200px !important;
    }
}

/*<<第六區塊 end>>*/

/*<<第七區塊>>*/
.custom-page7-span-text {
    text-align: center;
    font-size: 30px;
    color: rgb(33 43 75);
    font-weight: 900;
}

.custom-page7-span-text>span::before {
    content: "";
    position: absolute;
    bottom: -13px;
    margin-left: -11px;
    height: 2px;
    width: 140px;
    background-color: rgb(33 43 75);
    border-radius: 10px;
}

.card_carousel>.owl-stage-outer>.owl-stage>.owl-item.card {
    border: 0px !important;
}

.card_carousel>.owl-stage-outer {
    margin-bottom: -40px;
    padding-bottom: 40px;
    margin-top: -25px;
    padding-top: 25px;
    margin-left: -5px;
    padding-left: 5px;
    margin-right: -5px;
    padding-right: 5px;
}

.page7-card>.row {
    box-shadow: 0px 0px 5px 3px #96969647;
}

.page7-card-row {
    border-radius: 20px;
    box-shadow: 0px 0px 5px 3px #96969647;
    height: 100%;
}

.page7-card-row img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.page7-card-contnet-row {
    padding: 35px;
}

.page7-card-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #16264A;
}

.page7-card-text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4C5364;
}

.page7-card-about {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #969696;
}

.card_carousel>.owl-stage-outer>.owl-stage>.owl-item {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    /* .card_carousel>.owl-stage-outer>.owl-stage>.owl-item.active {
        transform: translateY(30px);
        transition: transform 0.5s;
    }

    .card_carousel>.owl-stage-outer>.owl-stage>.owl-item.active.center {
        transform: translateY(0px);
    } */
}

/*<<第七區塊 end>>*/

/*<<第八區塊 >>*/
.custom-page8-hr {
    border: 1px solid #16264A;
}

.custom-page8-span-text {
    text-align: center;
    font-size: 30px;
    color: rgb(33 43 75);
    font-weight: 900;
}

.custom-page8-span-text>span::before {
    content: "";
    position: absolute;
    bottom: -13px;
    margin-left: -11px;
    height: 2px;
    width: 140px;
    background-color: rgb(33 43 75);
    border-radius: 10px;
}

.custom-page8-span-title {
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 39px;
    color: #16264A;
    line-height: 2;
}

.custom-page8-span-contnet {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #4C5364;
}

/* @media (max-width: 768px) {
    .custom-page8-img>div {
        flex: 0 0 25%;
        max-width: 25%;
    }
} */

/*<<第八區塊 end>>*/

/*<<區塊九(志工故事)>>*/

.media {
    padding-left: 60px;
    padding-right: 60px;
}

/* .media-img {
    width: 40%;

} */

.media-img>img {
    object-fit: cover;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
}

.owl-carousel3>.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.owl-carousel3>.owl-nav>.owl-next {
    right: 0;
    position: absolute;
    width: 60px;
    height: 100%;
    pointer-events: auto;
}

.owl-carousel3>.owl-nav>.owl-next>span {
    font-size: 100px;
}

.owl-carousel3>.owl-nav>.owl-prev {
    position: absolute;
    width: 60px;
    height: 100%;
    pointer-events: auto;
}

.owl-carousel3>.owl-nav>.owl-prev>span {
    font-size: 100px;
}

.media-body {}

.page9-card-title {
    color: #16264A;
    font-weight: bold;
    font-size: 46px;
    text-align: center;
}

.page9-card-title>hr {
    background-color: rgb(33 43 75);
    height: 1px;
    margin-top: -8px;
}

.custom-page9-btn {
    display: block;
    width: 100%;
    background: rgb(255 255 255);
    color: rgb(33 43 75);
    font-weight: 900;
    box-shadow: 1px 1px 20px 6px #96969647;
    border: 0px solid transparent;
    border-radius: 14px;
}

.owl-carousel3>.owl-nav {
    display: block !important;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.owl-carousel3>.owl-nav>.owl-prev.disabled {
    display: none !important;
}

.owl-carousel3>.owl-nav>.owl-prev {
    position: absolute;
    /* top: 50%; */
    left: 37%;
    pointer-events: auto;
}

.owl-carousel3>.owl-nav>.owl-prev::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(-45deg);
}

.owl-carousel3>.owl-nav>.owl-prev::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(45deg);
    margin-top: 13px;
}

.owl-carousel3>.owl-nav>.owl-next.disabled {
    display: none !important;
}

.owl-carousel3>.owl-nav>.owl-next {
    position: absolute;
    /* top: 50%; */
    right: -6%;
    pointer-events: auto;
}

.owl-carousel3>.owl-nav>.owl-next::before {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(45deg);
    margin-left: 24px;
}

.owl-carousel3>.owl-nav>.owl-next::after {
    content: " ";
    width: 36px;
    height: 8px;
    display: block;
    background: rgb(181, 210, 205);
    border-radius: 10px;
    transform: rotate(-45deg);
    margin-top: 13px;
    margin-left: 24px;
}

.page9-card-content {
    font-weight: 500;
    font-size: 20px;
    color: #4C5364;
}

@media (max-width: 992px) {
    .media {
        padding-left: 0px;
        padding-right: 0px;
    }

    .media-img>img {
        width: 280px !important;
        height: 280px !important;
        border-radius: 50%;
    }

    .owl-carousel3>.owl-nav>.owl-prev {
        position: absolute;
        /* top: 50%; */
        left: 0%;
        pointer-events: auto;
    }

    .owl-carousel3>.owl-nav>.owl-next {
        right: 0%;
    }
}

@media (max-width: 768px) {
    .media-img>img {
        width: 200px !important;
        height: 200px !important;
    }
}


/*<<區塊九(志工故事) end>>*/
.footer-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;

}

.footer-title>a {
    color: #16264A;
    text-decoration: none;
}

.footer-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgb(33 43 75);
    border-radius: 10px;
    top: 29px;
}

.footer-content {
    line-height: 2;
    font-weight: 500;
    font-size: 18px;
    color: #16264A;
}

.footer-content>a {
    color: #16264A;
    text-decoration: none;
}

.footer-btn {
    display: block;
    width: 100%;
    background: rgb(255 255 255);
    color: rgb(33 43 75);
    font-weight: 900;
    box-shadow: 1px 1px 20px 6px #96969647;
    border: 0px solid transparent;
    border-radius: 20px;
}

.footer-btn img {
    max-width: 48px;
}

.footer-btn-div>div {
    padding: 4px;
}

.footer-link-title {
    font-weight: bold;
    font-size: 20px;
    color: #16264A;
}

.footer-link-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 90%;
    background-color: rgb(33 43 75);
    border-radius: 10px;
    top: 29px;
}

.footer-bg {
    background: url('/images/home/footer-bg.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.btu-collapse.collapsed {
    background: #16264A !important;
    color: rgb(255 255 255);
    font-weight: 500;
}

.btu-collapse {
    width: 100%;
    text-align: left;
    /* height: 34px; */
    background: #fff;
    color: #16264A;
    border-width: 0px;
    padding: 13px;
    font-weight: 500;
}

.btu-collapse1 {
    width: 50px;
    /* height: 34px; */
    background: #16264A;
    position: absolute;
    color: #fff;
    top: 0px;
    right: 0;
    border-width: 0px;
    margin-top: 4px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    padding: 11px;
}

.footer-link-ul>li {
    font-weight: 500;
    font-size: 18px;
    color: #16264A !important;
    padding: 10px;
}

.footer-link-ul>li>a {
    color: #16264A !important;
    padding: 10x;
}

.footer-hr {
    border: 1px solid #16264A;
}

.OpenSource {
    font-weight: 500;
    font-size: 19px;
    color: #16264A;
}

@media (max-width: 576px) {
    .footer-link-ul {
        line-height: 3;
    }

    .footer-link-title::before {
        content: "";
        width: 100%;
    }

    .footer-link-ul {
        background: #fff;
        margin-top: -50px;
    }
}

/* footer */

/* footer ends */

/*breadcrumbs*/
.breadcrumbs {
    max-width: 1350px;
    margin: 0 auto;

}

.breadcrumbs li {
    margin-right: 10px;
}

.breadcrumbs li a,
.breadcrumbs li span {
    color: #16264A;
    font-size: 20px;
}

.breadcrumb {
    background-color: #fff;
}

.breadcrumb li.active {
    text-decoration: underline;
    text-underline-position: under;
}

/*breadcrumbs END*/
