@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,700,700i,800,900&display=swap');

.trunk-body {
    background-color: #fff;
    font: 14px 'Montserrat', 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    color: #000;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: none;
    -ms-font-smoothing: antialiased;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

.trunk-body .trunk-container {
    background-color: transparent;

    /*  Prevents Flickering  */
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

#header {
    height: 70px;
    background-color: transparent;
    z-index: 1002;
    font-family: 'Montserrat', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
}

.menu-bg {
    display: none;
    background-color: #fff;
    opacity: 0.94;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 520px;
}

.top-header {
    width: 100%;
    align-items: center;
    display: flex;
    padding: 0 7.5vw;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.top-header .left {
    padding: 0 8px;
    text-align: left;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}


.top-header .right {
    text-align: right;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}

.top-header .left,
.top-header .right {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (max-width: 480px){
    .top-header .left{
        display: none;
    }
}

.top-header a {
    padding: 0 8px 0 8px;
    line-height: 28px;
}

.top-header a:hover {
    animation: dark-neon .08s ease-in-out infinite alternate;
}

.top-header a:hover img {
    animation: neon-img .08s ease-in-out infinite alternate;
}

.tracking-button {
    background-color: #0dcde9;
    color: #fff;
    text-transform: uppercase;
    height: 28px;
    padding: 0px 16px;
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-radius: 14px;
}

@keyframes dark-neon {
    from {
        text-shadow:
            0 0 6px rgba(202, 228, 225, 0.92),
            0 0 30px rgba(202, 228, 225, 0.34),
            0 0 12px rgba(128, 235, 243, 0.52),
            0 0 21px rgba(128, 235, 243, 0.92),
            0 0 34px rgba(128, 235, 243, 0.78),
            0 0 54px rgba(128, 235, 243, 0.92);
    }

    to {
        text-shadow:
            0 0 6px rgba(202, 228, 225, 0.98),
            0 0 30px rgba(202, 228, 225, 0.42),
            0 0 12px rgba(128, 235, 243, 0.58),
            0 0 22px rgba(128, 235, 243, 0.84),
            0 0 38px rgba(128, 235, 243, 0.88),
            0 0 60px rgba(128, 235, 243, 1);
    }
}

@keyframes neon-img {
    from {
        box-shadow:
            0 0 6px rgba(202, 228, 225, 0.92),
            0 0 30px rgba(202, 228, 225, 0.34),
            0 0 12px rgba(30, 132, 242, 0.52),
            0 0 21px rgba(30, 132, 242, 0.92),
            0 0 34px rgba(30, 132, 242, 0.78),
            0 0 54px rgba(30, 132, 242, 0.92);
    }

    to {
        box-shadow:
            0 0 6px rgba(202, 228, 225, 0.98),
            0 0 30px rgba(202, 228, 225, 0.42),
            0 0 12px rgba(30, 132, 242, 0.58),
            0 0 22px rgba(30, 132, 242, 0.84),
            0 0 38px rgba(30, 132, 242, 0.88),
            0 0 60px rgba(30, 132, 242, 1);
    }
}

@media screen and (max-width: 968px) {
    .top-header .right a.sns-tooltip {
        display: none;
    }
}

.header-bar {
    margin: 0 0 0 7.5vw;
    height: 100%;
    flex-wrap: nowrap;
}

.trunk-body header h1 {
    color: #129ec1;
    text-align: left;
    font-size: 27px;
    line-height: 60px;
    font-weight: bold;
    padding-left: 20px;
}

.trunk-body header .logo {
    position: relative;
    height: 74px;
    width: 40%;
    min-width: 477px;
    background-image: url(../img/logo2024.png?ver=1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}


nav.drawer.css-hover li a {
    color: #1a3a6f
}

nav.drawer li:hover a {
    color: #0dcde9
}


.css-hover .logo {
    background-image: url(../img/logo2024.png?ver=1) !important;
}

.top-bar {
    position: fixed;
    width: 100%;
    height: 54px;
    z-index: 8000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-bar.open-menu {
    /*width: calc(100% - 280px);*/
    -webkit-transform: translate3d(280px, 0, 0);
    -webkit-animation: open 0.5s ease-in-out;
    -moz-transform: translate3d(280px, 0, 0);
    -moz-animation: open 0.5s ease-in-out;
    transform: translate3d(280px, 0, 0);
    animation: open 0.5s ease-in-out;
}

.top-bar.scroll {
    background-color: rgba(26, 58, 111, 0.48) !important;
    transition: background-color 1s linear;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 54px;
    width: 100%;
}

.sticky.scroll {
    background-color: rgba(255, 255, 255, 0.48) !important;
    transition: background-color 1s linear;
}

.sticky.scroll .logo {
    background-image: url(../img/logo2024.png) !important;
}

.sticky.scroll li a {
    color: #1a3a6f
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content-container {
    padding-top: 0;
    overflow: hidden;
}

.trunk-body .burger {
    position: relative;
    float: left;
    margin: 12px 20px;
    padding: 0px;
    display: none;
}

.trunk-body .burger li {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    margin: 5px 0;
}

.sticky.scroll .burger li {
    background-color: #1a3a6f;
}

.trunk-body ul.burger:hover {
    cursor: pointer;
}

.trunk-body .burger.open-menu li {
    background-color: #fff;
}

.sticky.scroll .burger.open-menu li {
    background-color: #1a3a6f;
}

.trunk-body nav {
    position: relative;
    height: 100%;
    margin: 0;
}

.trunk-body .float-helper {
    position: absolute;
    text-align: right;
    right: 0;
}

.trunk-body .mobile-only {
    display: none;
}

.trunk-body .float-helper.mobile-only {
    display: none;
}

.trunk-body .float-helper.desktop-only {}

.float-helper.dropdown a.dropdown-toggle::after {
    display: none !important;
}

.float-helper.dropdown a.dropdown-toggle {
    color: #fff;
    font-weight: bold;
}

.trunk-body .float-helper .lang-bar {
    margin: 0px;
    width: auto;
    height: auto;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.trunk-body .float-helper.mobile-only .lang-bar {
    display: inline-flex;
    padding: 20px;
}

.trunk-body .float-helper .lang-bar {
    font-family: 'Helvetica Neue', 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC';
}

.trunk-body .float-helper .lang-bar span {
    margin: 0 4px;
}

.trunk-body .float-helper .lang-bar a.lang-active {
    background: #fff;
    color: #0dcde9;
    border: 1px solid transparent;
}

.trunk-body .float-helper .lang-bar a:hover {
    color: #0dcde9;
    background: #fff;
    border: 1px solid transparent;
}

.trunk-body .float-helper .lang-bar img {
    height: 28px;
    width: auto;
    margin-right: 16px;
}

.trunk-body .float-helper .lang-bar a {
    width: 28px;
    margin: 0px 5px;
    padding: 1px 0 1px 0;
    font-size: 13px;
    color: #666666;
    border-radius: 0px;
    background: #fff;
    display: inline-block;
    border: 1px solid #a3a4a5;
}

.trunk-body nav>ul {
    height: 100%;
    background: transparent;
}


.trunk-body nav li {
    float: left;
    /*display: inline-block;*/
    /* line-height: 46px; */
    padding: 0px;
    position: relative;
    height: 100%;
    /* display: flex; */
}

.trunk-body nav li a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    width: auto;
    height: 100%;
}

@media screen and (min-width: 1200px) {
    .trunk-body nav {
        height: 100%;
    }

    .trunk-body nav>ul {
        height: 100%;
        padding-right: 7.5vw;
        padding-top: 1.2vh;
        display: flex;
        justify-content: center;
    }

    .trunk-body nav li a {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-block;
        width: auto;
        height: 100%;
    }

    .trunk-body .float-helper {
        position: relative;
        text-align: right;
    }

    .trunk-body nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .trunk-body nav li ul li a {
        /* margin-left: 20px; */
        /* margin-right: 20px; */
    }

    /* .trunk-body nav li:last-child a {
      padding-right: 0px;
    } */
}

.trunk-body nav li a.active {
    color: #0dcde9;
}

.trunk-body nav>ul>li:hover {
    color: #0dcde9;
}

.trunk-body nav>ul li:hover>a {
    color: #0dcde9;
}

.trunk-body nav li ul.fill {
    position: absolute;
    display: none;
    padding-bottom: 20px;
    z-index: 8001;
    width: 100%;
    min-width: 280px;
}

@media screen and (max-width: 1580px) {
    .trunk-body nav li a {
        font-size: 18px;
    }

    .trunk-body nav li a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 1480px) {
    .trunk-body header .logo {
        height: 70px;
        width: 320px;
        min-width: unset;
    }

    .trunk-body nav {
    }

    .trunk-body nav li a {
        font-size: 14px;
    }
}

.trunk-body nav li ul li {
    height: auto;
    margin: 0px;
    width: 100%;
    line-height: 20px;
}

.trunk-body nav li ul li a {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;

    padding-left: 16px;
    padding-right: 16px;
}

.trunk-body nav li ul li {
    display: flex;
    float: left;
}

.trunk-body nav li ul li:hover a {
    color: #0dcde9;
}

.trunk-body nav li ul li a:hover {
    color: #0dcde9;
}


.trunk-body nav li ul li a {
    font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    padding-bottom: 8px;
}

.trunk-body nav li ul li ul {
    position: absolute;
    display: none;
    width: 100%;
    text-align: left;
}

.trunk-body nav li ul li ul li {
    display: inline;
    /*float: left;
    width: 100%;*/
}

.trunk-body nav li ul li:hover>a {
    color: #3bdff4 !important;
}

.trunk-body nav li ul li a:hover {
    color: #3bdff4 !important;
}

.trunk-body nav li ul li ul li a {
    font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    padding-top: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    color: #ffffff;
}

.trunk-body nav>ul>li>ul {
    display: none;
}

.trunk-body nav li:hover ul.fill {
    display: block;
}

.trunk-body nav ul.fill li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 280px;
    border-left: 1px solid #3bdff4;
}

@media only screen and (max-width: 1199px) {

    /*  Nav Drawer Layout  */
    /* NAVIGATION ANNIMATION */
    /*Nav Expanding Open Effect*/
    /*Nav Shrinking Closed Effect*/
    /* CONTENT ANNIMATION */
    /*Content Sliding Open Effect*/
    /*Content Sliding Closed Effect*/

    .top-header {
    }

    .m-nav.nav-item.dropdown{
        padding: 0 10px 0 0!important;
    }

    .header-bar {
        margin: 0px;
        border-bottom: none;
    }

    #header {
        margin-top: 54px;
        height: 70px;
    }

    #header:hover .menu-bg,
    .menu-bg {
        display: none;
    }

    .trunk-body .trunk-container {
        padding-left: 0;
        padding-right: 0;
    }

    .trunk-body header {
        width: 100%;
        /* starting point */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .trunk-body header h1 {
        color: #fff;
        text-align: center;
        padding-left: 0;
        display: block;
    }

    .trunk-body header .logo {
        position: relative;
        width: 320px;
        height: 40px;
        margin-left: 75px;
    }

    .trunk-body .burger {
        display: block;
    }

    .trunk-body nav {
        position: relative;
        max-width: 280px;
    }

    .trunk-body .float-helper {
        position: relative;
        text-align: left;
    }

    .trunk-body .mobile-only {
        display: block;
        justify-content: flex-start;
    }

    .trunk-body .float-helper.mobile-only {
        display: flex;
        justify-content: flex-end;
        background-color: #fff;
    }

    .trunk-body .float-helper.desktop-only {
        display: none;
    }

    .trunk-body nav ul {
        border-right: 2px solid #1a3a6f;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .trunk-body nav li {
        display: block;
        float: none;
        text-align: left;
        line-height: 32px;
        padding: 0;
        height: auto;
    }

    .trunk-body nav li ul li {
        height: auto;
        margin: 0px 0px;
    }

    .trunk-body nav li span {
        display: none;
    }

    .trunk-body nav li .lang-bar span {
        display: block;
        padding-left: 12px;
        padding-right: 12px;
    }

    .trunk-body nav li a {
        padding: 16px;
        font-size: 16px;
        width: 100%;
        max-width: 280px;
        line-height: 1em;
        height: auto;
        color: #1a3a6f
    }

    .trunk-body nav li .lang-bar a {
        line-height: 24px;
    }

    .trunk-body nav li a.logo {
        display: none;
    }

    .trunk-body .header-section {
        margin-top: 60px;
    }

    .trunk-body nav li:hover ul.fill{
        display: none;
    }

    .trunk-body nav li.expanded ul {
        display: block !important;
    }

    .trunk-body nav li ul.fill {
        position: relative;
        border: none;
        width: 100%;
        text-align: left;
        opacity: 1;
        margin: 0;
        height: auto;
        min-height: 0;
        max-height: 1000px;
        margin: 0;
        padding: 0;
        top: 0;
        overflow: hidden;
    }

    .trunk-body nav li ul.fill li ul {
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

    .trunk-body nav ul.fill li:hover ul {
        display: block;
        position: relative;
        margin-left: unset;
        border-left: unset;
    }

    .trunk-body nav li ul.fill li .section2 {
        /*display: none;*/
        font-family: 'Montserrat', Helvetica, 'Roboto Condensed', 'Noto Sans TC', 'Noto Sans SC', sans-serif;
        padding: 16px;
        font-size: 16px;
        width: 100%;
        max-width: 280px;
        line-height: 20px;
    }

    .trunk-body nav ul li ul.fill li {
        width: 100%;
        overflow-x: hidden;
        height: auto;
        background: #fff;
        display: block;
        padding: 0;
    }

    .trunk-body nav ul li ul.fill li div.desktop-only {
        display: none
    }

    .trunk-body nav li ul.fill li a {
        color: #1a3a6f;
        padding: 16px;
    }

    .trunk-body nav li a:hover {
        background-color: #1a3a6f;
    }

    .trunk-body nav li ul.fill li:hover>a {
        background-color: #1a3a6f;
        color: #fff;
    }

    .trunk-body nav ul li ul.fill li a {
        font-size: 0.85em;
        padding-left: 24px;
    }

    .trunk-body nav ul li ul.fill li a:before {
        content: " ";
        margin-right: 0;
    }

    .trunk-body nav {
        width: 93%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        background-color: transparent;
        /*border-radius: 8px;*/
        /* starting point */
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
        -moz-transform: translate3d(5%, 0, 0) scale(0.97);
        transform: translate3d(5%, 0, 0) scale(0.97);
    }

    .trunk-body nav.open-menu {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -webkit-animation: slideIn 0.35s ease-in-out;
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -moz-animation: slideIn 0.35s ease-in-out;
        transform: translate3d(0, 0, 0) scale(1);
        animation: slideIn 0.35s ease-in-out;
    }

    @-webkit-keyframes slideIn {
        0% {
            opacity: 0.3;
            -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
        }
    }

    @-moz-keyframes slideIn {
        0% {
            opacity: 0.3;
            -moz-transform: translate3d(5%, 0, 0) scale(0.97);
        }

        100% {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0) scale(1);
        }
    }

    @keyframes slideIn {
        0% {
            opacity: 0.3;
            transform: translate3d(5%, 0, 0) scale(0.97);
        }

        100% {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
        }
    }

    .trunk-body nav.close-menu {
        opacity: 0;
        display: none;
        -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
        -webkit-animation: slideOut 0.3s ease-in-out;
        -moz-transform: translate3d(5%, 0, 0) scale(0.97);
        -moz-animation: slideOut 0.3s ease-in-out;
        transform: translate3d(5%, 0, 0) scale(0.97);
        animation: slideOut 0.3s ease-in-out;
    }

    @-webkit-keyframes slideOut {
        0% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
        }

        100% {
            opacity: 0.3;
            -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
        }
    }

    @-moz-keyframes slideOut {
        0% {
            opacity: 1;
            -moz-transform: translate3d(0, 0, 0) scale(1);
        }

        100% {
            opacity: 0.3;
            -moz-transform: translate3d(5%, 0, 0) scale(0.97);
        }
    }

    @keyframes slideOut {
        0% {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
        }

        100% {
            opacity: 0.3;
            transform: translate3d(5%, 0, 0) scale(0.97);
        }
    }

    .trunk-body .content-container {
        /* starting point */
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1001;
    }

    .trunk-body header.open-menu,
    .content-container.open-menu {
        -webkit-transform: translate3d(280px, 0, 0);
        -webkit-animation: open 0.5s ease-in-out;
        -moz-transform: translate3d(280px, 0, 0);
        -moz-animation: open 0.5s ease-in-out;
        transform: translate3d(280px, 0, 0);
        animation: open 0.5s ease-in-out;
    }

    /* The sticky class is added to the header with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky+.content-container {
        padding-top: 0px;
    }

    @-webkit-keyframes open {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
        }

        70% {
            -webkit-transform: translate3d(320px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(280px, 0, 0);
        }
    }

    @-moz-keyframes open {
        0% {
            -moz-transform: translate3d(0, 0, 0);
        }

        70% {
            -moz-transform: translate3d(320px, 0, 0);
        }

        100% {
            -moz-transform: translate3d(280px, 0, 0);
        }
    }

    @keyframes open {
        0% {
            transform: translate3d(0, 0, 0);
        }

        70% {
            transform: translate3d(320px, 0, 0);
        }

        100% {
            transform: translate3d(280px, 0, 0);
        }
    }

    .top-bar.close-menu,
    .trunk-body header.close-menu,
    .content-container.close-menu {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-animation: close 0.3s ease-in-out;
        -moz-transform: translate3d(0, 0, 0);
        -moz-animation: close 0.3s ease-in-out;
        transform: translate3d(0, 0, 0);
        animation: close 0.3s ease-in-out;
    }

    @-webkit-keyframes close {
        0% {
            -webkit-transform: translate3d(280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
        }
    }

    @-moz-keyframes close {
        0% {
            -moz-transform: translate3d(280px, 0, 0);
        }

        100% {
            -moz-transform: translate3d(0, 0, 0);
        }
    }

    @keyframes close {
        0% {
            transform: translate3d(280px, 0, 0);
        }

        100% {
            transform: translate3d(0, 0, 0);
        }
    }
}

/*  Removable CSS  */
.trunk-body .header-section,
.trunk-body .body-section,
.trunk-body .footer-section {
    padding: 0px;
}

.trunk-body .header-section {
    background-color: #fff;
    padding: 0;
    margin: 0;
}

.trunk-body .body-section {
    background-color: #fff;
}

.trunk-body .placefiller {
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.trunk-body .header-section .placefiller {}

.trunk-body .body-section .placefiller {}

.trunk-body .footer-section .placefiller {}

@media only screen and (max-width: 580px) {
    #header {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media only screen and (max-width: 360px) {}

.tooltipster-light .tooltipster-content {
    font-size: 12px !important;
    line-height: 14px;
    padding: 4px 8px;
}
