/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');*/
.item-center table tr,.item-center table td{
    border:1px solid #000;
}
.scroll-down{
    position: absolute;
    max-width: 64px;
    top: 94%;
    left: 0;
    right: 0;
    margin: auto;
    animation: scrolldown 2s infinite;
    z-index: 99;
}
.scroll-down img{
    width: 100%;
}
@keyframes scrolldown {
  0%   {top: 94%;}
  100%  {top: 99%;}
}
.header{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    height: 116px;
}
.header-logo{
    max-width: 190px;
    display: flex;
}
.header-logo img{
    width: 100%;
    vertical-align: middle;
    border-right: 2px solid #E0E0E0;
    padding: 1.7% 8% 1.7% 0;
}
.header-shadow{
    background: linear-gradient(106.85deg, #1B2D58 28.39%, #4F7BBE 70.57%, #77C9DA 104.69%);
    width: 100%;
    height: 5px;
}
.nav{
    display: flex;
}
.nav li > a,
.nav li > span{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #1B2D58;
    text-decoration: none;
    position: relative;
}
.nav li:after,
.nav li:after{
    content:"";
    border-right:1px solid #BDBDBD;
    position: absolute;
}
.nav li a:hover,
.nav li span:hover{
    color: #30559F;
}
.nav-btn{
    display: none;
}
/*breadcrumbs start*/
.breadcrumbs ul.breadcrumb{
    display: flex;
    max-width: 1200px;
    margin: 16px auto 20px auto;
}
.breadcrumbs ul.breadcrumb a{
    text-decoration: none;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #4C5364;
}
.breadcrumbs ul.breadcrumb span{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #4C5364;
    margin-right: 4px;
}
/*breadcrumbs end*/
/*banner slider start*/
.slider{
    position: relative;
}
.slider img{
    width: 100%;
}
.slider-prev{
    position: absolute;
    z-index: 9;
    max-width: 48px;
    top: 40%;
    left: 18%;
    cursor: pointer;
}
.slider-next{
    position: absolute;
    z-index: 9;
    max-width: 48px;
    top: 40%;
    right: 18%;
    cursor: pointer;
}
.owl-dots{
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background: #BDBDBD !important;
    border-radius: 10px;
    margin: 0 14px;
}
.owl-dots .active{
    background: #1B2D58 !important;
}
/*banner slider end*/
/*footer start*/
footer{
    background: #1B2D58;
    color: #FFFFFF;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 0;
    text-align: center;
}
/*footer end*/
/*window load*/
/*search start*/
.search{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 13px;
}
.search-title{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 46px;
    color: #1B2D58;
    text-align: center;
    border-bottom: 3px solid #1B2D58;
    padding-bottom: 8px;
    max-width: 200px;
    margin: 0 auto;
}
.element-invisible{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #1B2D58;
    margin-bottom: 12px;
    display: block;
}
button.button{
    display: block;
    margin: 32px 0 56px 0;
    background: #1B2D58;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #fff;
    height: 39px;
    width: 100%;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}
button.button:hover{
    background: #587291;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 2px 2px 3px rgba(0, 0, 0, 0.1);
}
#mod-search-searchword124{
    width: 100%;
    border: 1px solid #BDBDBD;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 39px;
    padding-left: 1.7%;
}
img.search-image{
    vertical-align: middle;
    margin-right: 8px;
    max-width: 20px;
}
/*search end*/

@media (max-width: 1186px) {
    .header{
        height: 100px;
    }
    .header-logo{
        max-width: 160px;
    }
    .nav li a{
        font-size: 17px;
    }
    .header-option-block{
        max-width: 300px;
    }
    .header-option-search,
    .header-option-login,
    .header-option-language{
        margin-right: 10px;
    }
}
@media (max-width: 980px) {
    .nav li a,
    .nav li span{
        font-size: 16px;
    }
    
}
@media (max-width: 913px) {
    .nav li a{
        word-break: keep-all;
    }
    .header-logo {
        max-width: 150px; 
        width: 100%;
    }
    .header-logo img{
    padding: 3.7% 8% 3.7% 0;
    }
    .header-option-block{
        right: 3%;
        max-width: 230px;
    }
    .scroll-block{
        max-width: 200px;
    }
    .scorll-text{
        max-width: 100px;
        margin-right: 5%;
    }
    .scorll-text ul li a{
        padding: 9px;
    }
    .scroll-arrow{
        margin-left: 0%;
        width: 100%;
        max-width: 56px;
        padding: 7px 2px;
    }
    .scroll-arrow a{
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    body{
        position: relative;
    }
    .header{
        height: inherit;
        position: relative;
        z-index: 99999;
    }
    .header-option-search{
        position: absolute;
        right: 14%;
        top: 3vw;
        z-index: 9;
    }
    .header-logo{
        margin-left: 13px;
    }
    .scroll-down{
        top: -8%;
    }
    @keyframes scrolldown {
        0%   {top: -8%;}
        100%  {top: -6%;}
    }
/*menu start*/
    .header-shadow{
        z-index: 9;
        position: relative;
    }
    .nav-btn{
        display: block;
        background: #fff;
        position: absolute;
        width: 11.3%;
        right: 0;
        top: 0%;
        padding: 7% 19px;
        cursor: pointer;
        width: 13%;
        height: 100%;
        padding: 0;
    }
    .nav-btn-color{
        background: #E8EEFE !important; 
    }
    .nav-btn-color span{
        background: #1B2D58 !important;
    }
    .nav-btn-color span:before,.nav-btn-color span:after{
        background: #1B2D58 !important;
    }
    .nav-btn span{
        width: 30%;
        background: #95969B;
        height: 5px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 49%;
        display: block;
        border-radius: 10px;
    }
    .nav-btn span:before{
        content: '';
        background: #95969B;
        height: 5px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        display: block;
        border-radius: 10px;
        width: 100%;
        margin-top: -28%;
    }
    .nav-btn span:after{
        content: '';
        background: #95969B;
        height: 5px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        display: block;
        border-radius: 10px;
        width: 100%;
        margin-top: 28%;
    }
    nav .menu{
        display: none;
        position: absolute;
        width: 80%;
        background: #fff;
        right: 0;
        z-index: 9999;
    }
    nav .menu li a:hover{
        opacity: 0.7;
    }
    .nav > li > a, .nav > li > span{
        padding: 13px;
        display: block;
        vertical-align: middle;
        color: #1B2D58;
    }
/*menu end*/
/*breadcrumbs start*/
    .breadcrumbs ul.breadcrumb{
        padding-left: 13px;
        margin: 8px auto 0 auto;
    }
    .breadcrumbs ul.breadcrumb span,
    .breadcrumbs ul.breadcrumb a{
        font-size: 12px;
    }
/*breadcrumbs end*/
/*marquee start*/
    .marquee{
        z-index: 9;
        position: relative;
    }
/*marquee end*/
/*footer start*/
    footer{
        line-height: 23px;
    }
/*footer end*/
/*search star*/
.search-title{
    font-size: 26px;
    max-width: 110px;
    margin-bottom: 26px;
}
button.button{
    margin:32px 0 40px 0;
}
/*search end*/
}
@media (max-width: 600px) {
    .nav-btn span:before{
        margin-top: -30%;
    }
    .nav-btn span:after{
        margin-top: 30%;
    }
}
@media (max-width: 500px) {
    .nav-btn span{
        top:47%;
    }
    .nav-btn span:before{
        margin-top: -38%;
    }
    .nav-btn span:after{
        margin-top: 38%;
    }
}
@media (max-width: 400px) {
    .header-logo{
        max-width: 120px;
    }
    .header-option-search{
        right: 12%;
    }
    .nav-btn span {
        top: 50%;
    }
    .nav-btn span:before{
        margin-top: -38%;
    }
    .nav-btn span:after{
        margin-top: 38%;
    }
}
@media (max-width: 360px) {
    .nav-btn span:before{
        margin-top: -44%;
    }
    .nav-btn span:after{
        margin-top: 44%;
    }
}
