.navbar-light .navbar-nav .nav-link {
    color: rgb(248 245 245);
}

.bg-light {
    background-color: #f1f9fa !important;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-primary:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

    .btn.btn-light:hover {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

    .btn.btn-dark:hover {
        color: var(--bs-primary);
        background: var(--bs-light);
    }


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #4b4c4c;
}

@media (max-width: 991px) {
    .navbar {
        /*padding: 20px 0;*/
    }

        .navbar .navbar-nav .nav-link {
            padding: 0;
        }

        .navbar .navbar-nav .nav-item {
            display: flex;
            padding: 20px;
            flex-direction: column;
            justify-content: start;
            align-items: start;
        }

        .navbar .navbar-nav .nav-btn {
            display: flex;
            justify-content: start;
        }

        .navbar .navbar-nav {
            width: 100%;
            display: flex;
            margin-top: 20px;
            padding-bottom: 20px;
            background: var(--bs-light);
            border-radius: 1px;
        }

        .navbar.navbar-expand-lg .navbar-toggler {
            border-radius: 2px;
            padding: 8px 15px;
            border: 2px solid #e5e7e8;
            color: #dcddde;
        }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(75 75 755);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.dropdown-item {
    border-bottom: dotted 1px #ccc;
}

@media (min-width: 992px) {
    .navbar {
        /*padding: 20px 0;*/
    }

        .navbar .nav-btn {
            display: flex;
            align-items: center;
            justify-content: end;
        }

        .navbar .navbar-nav {
            width: 100%;
            align-items: center;
            color: #fff;
        }

            .navbar .navbar-nav .nav-btn {
                width: 100%;
                display: flex;
                margin-left: auto;
            }

        .navbar .nav-item .dropdown-menu {
            display: block;
            visibility: hidden;
            top: 100%;
            transform: rotateX(-75deg);
            transform-origin: 0% 0%;
            border: 0;
            border-radius: 1px;
            transition: .5s;
            opacity: 0;
        }

        .navbar .nav-item:hover .dropdown-menu {
            transform: rotateX(0deg);
            visibility: visible;
            margin-top: 1px;
            background: var(--bs-light);
            transition: .5s;
            opacity: 1;
        }
}

.dropdown-menu 
{
    font-size: 1.25rem;
}

/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 400px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: -5px;
    left: 70%;
    transform: translateX(-50%);
    margin-left: 30px;
}

.header-carousel .owl-nav .owl-next {
    bottom: -5px;
    right: 70%;
    transform: translateX(-50%);
    margin-right: 30px;
}

    .header-carousel .owl-nav .owl-prev:hover,
    .header-carousel .owl-nav .owl-next:hover {
        box-shadow: inset 0 0 100px 0 var(--bs-secondary);
        color: var(--bs-white);
    }

.header-carousel .header-carousel-item .carousel-caption {/**/
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    padding:0;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

    .bg-breadcrumb .breadcrumb {
        position: relative;
    }

        .bg-breadcrumb .breadcrumb .breadcrumb-item a {
            color: var(--bs-white);
        }
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

    .feature .feature-item:hover {
        background: var(--bs-primary);
    }

    .feature .feature-item .feature-icon {
        position: relative;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--bs-light);
    }

    .feature .feature-item:hover .feature-icon i {
        z-index: 9;
    }

    .feature .feature-item .feature-icon::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--bs-dark);
        transition: 0.5s;
        z-index: 1;
    }

    .feature .feature-item:hover .feature-icon::after {
        height: 100%;
    }

    .feature .feature-item .feature-icon {
        color: var(--bs-primary);
    }

    .feature .feature-item .feature-icon,
    .feature .feature-item h4,
    .feature .feature-item p {
        transition: 0.5s;
    }

    .feature .feature-item:hover .feature-icon {
        color: var(--bs-white);
    }

    .feature .feature-item:hover h4,
    .feature .feature-item:hover p {
        color: var(--bs-white);
    }

    .feature .feature-item:hover a.btn {
        background: var(--bs-white);
        color: var(--bs-primary);
    }

        .feature .feature-item:hover a.btn:hover {
            background: var(--bs-dark);
            color: var(--bs-white);
        }
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}

    .service .service-item .service-img {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .service .service-item .service-img img {
            transition: 0.5s;
        }

    .service .service-item:hover .service-img img {
        transform: scale(1.1);
    }

    .service .service-item .service-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(1, 95, 201, .2);
        transition: 0.5s;
        z-index: 1;
    }

    .service .service-item:hover .service-img::after {
        height: 100%;
    }

    .service .service-item .service-img .service-icon {
        position: absolute;
        width: 70px;
        bottom: 0;
        right: 25px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: var(--bs-light);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 9;
    }

        .service .service-item .service-img .service-icon i {
            color: var(--bs-primary);
            transition: 0.5s;
        }

    .service .service-item:hover .service-img .service-icon i {
        transform: rotateX(360deg);
        color: var(--bs-white);
    }

    .service .service-item:hover .service-img .service-icon {
        bottom: 0;
        color: var(--bs-white);
        background: var(--bs-primary);
    }

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

    .service .service-item .service-content .service-content-inner .h4,
    .service .service-item .service-content .service-content-inner p {
        transition: 0.5s;
    }

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

    .service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
        color: var(--bs-white);
        background: var(--bs-dark);
    }

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

    .faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
        color: var(--bs-primary);
        background: var(--bs-light);
    }
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

    .blog .blog-item:hover {
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    }

        .blog .blog-item:hover .blog-content {
            background: var(--bs-white);
        }

    .blog .blog-item .blog-img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
        overflow: hidden;
    }

        .blog .blog-item .blog-img img {
            transition: 0.5s;
        }

    .blog .blog-item:hover .blog-img img {
        transform: scale(1.2);
    }

    .blog .blog-item .blog-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: rgba(1, 95, 201, .2);
        transition: 0.5s;
        z-index: 1;
    }

    .blog .blog-item:hover .blog-img::after {
        height: 100%;
    }

    .blog .blog-item .blog-img .blog-categiry {
        position: absolute;
        bottom: 0;
        right: 0;
        border-top-left-radius: 10px;
        display: inline-flex;
        color: var(--bs-white);
        background: var(--bs-primary);
        z-index: 9;
    }

    .blog .blog-item .blog-content {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: var(--bs-light);
    }

        .blog .blog-item .blog-content a.btn {
            color: var(--bs-dark);
        }

    .blog .blog-item:hover .blog-content a.btn:hover {
        color: var(--bs-primary);
    }
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .team .team-item .team-img img {
        transition: 0.5s;
    }

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

    .team .team-item .team-title h4 {
        color: var(--bs-white);
    }

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-prev:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

    .testimonial .owl-nav .owl-next:hover {
        background: var(--bs-dark);
        color: var(--bs-white);
    }
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

    .contact .contact-img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        background: rgba(255, 255, 255, 0.9);
        z-index: 1;
        animation-name: image-efects;
        animation-duration: 10s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transition: 0.5s
    }

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
    }

    50% {
        border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
    }

    75% {
        border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
    }

    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #98D2C0;
}

    .footer .footer-item {
        display: flex;
        flex-direction: column;
    }

        .footer .footer-item a {
            line-height: 35px;
            color: var(--bs-body);
            transition: 0.5s;
        }

        .footer .footer-item p {
            line-height: 35px;
        }

        .footer .footer-item a:hover {
            color: var(--bs-primary);
        }

        .footer .footer-item .footer-btn a,
        .footer .footer-item .footer-btn a i {
            transition: 0.5s;
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-white);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-primary);
                }


        .footer .footer-item .footer-instagram {
            position: relative;
            overflow: hidden;
        }

            .footer .footer-item .footer-instagram img {
                transition: 0.5s;
            }

            .footer .footer-item .footer-instagram:hover img {
                transform: scale(1.2);
            }

            .footer .footer-item .footer-instagram .footer-search-icon {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: 0.5s;
                opacity: 0;
            }

            .footer .footer-item .footer-instagram:hover .footer-search-icon {
                opacity: 1;
                background: rgba(0, 0, 0, .6);
            }

        .footer .footer-item .footer-btn a {
            background: var(--bs-light);
            color: var(--bs-primary);
        }

            .footer .footer-item .footer-btn a:hover {
                background: var(--bs-primary);
            }

                .footer .footer-item .footer-btn a:hover i {
                    color: var(--bs-white);
                }
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: #F6F8D5;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/

table thead th {
    background-color: rgb(81, 130, 187);
    color: #fff;
    border-bottom-width: 0;
}

/* Column Style */
table td {
    color: #000;
}
/* Heading and Column Style */
table tr, table th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(81, 130, 187);
}

/* Padding and font style */
table td, table th {
    padding: 5px 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #267B99;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.dx-datagrid-borders > .dx-pager {
    margin-top: -1px;
    border: solid 1px #267b99;
}



/*.box-OuterResource {
    background-image: 
        linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)),
        url(/images/26649244.png);
    background-size: auto, cover;
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, no-repeat;
}*/

.box-OuterResource {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0)), url(/images/top-bg.png);
    background-position: center top;
    border-top: solid 60px #fff;
    background-color: transparent;
    background-repeat: repeat-x;
    align-items: center;
    position: relative;
}

    /*.box-OuterResource {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url(/images/top-bg.png);
    background-size: cover;*/ /* 讓圖片覆蓋整個區域 */
    /*background-position: center top;
    background-repeat: no-repeat;
    height: 250px;*/ /* 依需求調整高度 */
    /*width: 100%;
}*/

    .box-OuterResource .breadcrumb {
        margin-top: 0px; /* 調整數值 */
    }

.box-footer {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0)), url(/images/footer.png);
    background-size: auto, cover;
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, no-repeat;
}

@media (min-width: 992px) {
    .navbar .navbar-nav {
        border-radius: 0.125rem;
    }
}

.dx-texteditor-input {
    border-radius: 0.125rem;
}

.fixed-top {
    background-color: #267B99 !important;
}



.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.center-logo {
    width: 100%; /* 必須設定寬度，否則元素會佔滿 100% 寬度，置中無意義 */
    margin-left: auto; /* 左邊界自動 */
    margin-right: auto; /* 右邊界自動 */
    /* 簡寫：margin: 0 auto; 垂直邊界 0，水平邊界自動 */
    margin: 0 auto;
    display: flex; /* 啟用 Flex 佈局 */
    justify-content: center; /* 沿主軸（預設為水平）置中子元素 */
}

.outer-page-title {
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
    border-bottom: 3px solid #607D8B;
    background-color: #f1f9fa !important;
    padding: 15px 10px 10px 10px;
}

.mobile-hidden {
    display: block;
}

/* 媒體查詢：當視口寬度小於或等於 768px 時，隱藏此元素 (適用於手機和平板) */
@media screen and (max-width: 768px) {
    .mobile-hidden {
        display: none; /* 在手機版隱藏 */
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
}

.svgTitle {
    width: 25px;
}

.navbar-toggler {
    border-radius: 2px;
    padding: 8px 15px;
    border: 2px solid #e5e7e8;
    color: #dcddde;
}

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);
    }



/* 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 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: 345px;
    height: 100vh;
    background: rgb(240 236 236);
    -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: 2px solid #ccc;
    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 #bcbec5;
}

.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%;
    }
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
