﻿#go_to_top {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background-color: #0070ba;
    position: fixed;
    bottom: 8%;
    right: 5%;
    background-image: url(../../../img/go_to_top.png);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    text-indent: -119988px;
}

    #go_to_top:hover {
        background-color: #003b81;
    }

#forward .btn {
    display: block;
    margin: 0 auto;
}

#forward .search-box-time .btn.btn-light {
    display: inline-block;
    padding-top: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
}

#forward.schedule_wrap {
    position: relative;
    border-bottom: 2px solid #0071be;
}

    #forward.schedule_wrap #editor {
        position: absolute;
        right: 0;
        top: -12px;
    }

        #forward.schedule_wrap #editor .wrap .share {
            margin: 10px 0 5px;
        }

.rwd-table .shiptr_data tr {
    width: 100%;
    padding: 0;
}

.rwd-table .shiptr_data {
    width: 100%;
    margin-bottom: 10px;
}



#equipment caption {
    font-size: 1.5rem;
    font-weight: 700;
}

.tit-block #path {
    width: auto;
    max-width: inherit;
    margin: auto;
}

    .tit-block #path span {
        background: none;
        display: inline;
        top: 0;
        margin: 0 5px;
        font-weight: 700;
    }

#center-wrap .tit-block #path {
    padding: 10px 0 0 0;
}

    #center-wrap .tit-block #path .home {
        width: 23px;
        height: 23px;
    }

.download-box .doc-list a {
    border: 0;
}

#editor1 .download-box:first-child {
    position: relative;
    top: 10px;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #0070ba;
}

.link a i.fa-external-link {
    color: #313131;
}

.link.link_text li {
    width: 100% !important;
    border-bottom: 1px dashed #ccc;
}

.lighthouse .lighthouse_map.lighthouse_map_en li {
    width: 100%;
    text-align: left;
}

.lighthouse .lighthouse_map.lighthouse_map_en ul li.active:before {
    content: "‧";
    font-size: 7rem;
    line-height: 0.9375rem;
    position: absolute;
    left: -26px;
    top: -2px;
}

.weather_i {
    margin-bottom: 0;
}

.table.table-hover.table-color tr th {
    background-color: #144b8d;
    color: #fff;
    line-height: 1.5rem;
}

.passengership_h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

    .passengership_h3 span {
        font-size: 1.4rem;
    }

    .passengership_h3 a {
        font-size: 1.4rem;
    }

a.passengership_icon {
    background: url("../../../images/rain-weather-hand-drawn-symbol.png") no-repeat;
    width: 10px;
    height: 10px;
    padding-left: 24px;
    margin-left: 10px;
}

#editor .ship_information ul,
#editor .ship_information ol {
    list-style: none;
    padding-left: 0;
}

    #editor .ship_information ul li,
    #editor .ship_information ol li {
        list-style: none;
    }

.p-r-10 {
    padding-right: 10px !important;
}

.img-fluid.img_size {
    margin-bottom: 10px;
}

.ui-widget.ui-widget-content {
    z-index: 12;
}

#search .popular_search {
    width: 30px;
    height: 30px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 50px;
    text-indent: -9999px;
}

    #search .popular_search:after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 5px 0 5px;
        border-color: #cccccc transparent transparent transparent;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #search .popular_search:focus,
    #search .popular_search:hover {
        color: #333;
        background-color: transparent;
    }

#search .popular_search_ul {
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    #search .popular_search_ul.open {
        display: block;
    }

    #search .popular_search_ul li {
        width: 100%;
        display: block;
    }

        #search .popular_search_ul li a {
            display: block;
            background-color: #fff;
            padding: 10px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            border-radius: 0;
            white-space: nowrap;
            width: inherit;
            text-align: left;
            margin: 0;
        }

            #search .popular_search_ul li a:hover {
                background-color: #003b81;
                color: #fff;
            }

.datepicker table tr {
    background: transparent;
    border-bottom: none;
}

#navigation .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

    #navigation .dropdown-menu > li > a {
        font-size: 1rem;
        padding: 4px 20px;
        font-weight: 400;
        line-height: 1.42857143;
    }

.template_content {
    min-height: 700px;
    position: relative;
}

#forward .btn button {
    display: block;
    margin: 0 auto;
}

#forward .news-search-div {
    font-size: 1.5rem;
    background: url(../../../images/title-icon2.png) #0071be no-repeat 10px center;
    padding: 10px 10px 10px 50px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    display: inline-block;
}

#forward.schedule table tr td {
    padding: 5px !important;
}

#footer .wrap .ft-link .normal {
    padding: 0 5px;
    font-size: 1rem;
}

#footer .wrap .ft-link a {
    margin-right: 9px;
}

#templateload {
    margin-top: 110px;
}

    #templateload .ship-link {
        padding: 10px;
    }

    #templateload #container {
        width: auto;
        max-width: none;
        margin: inherit;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        min-height: inherit;
    }

        #templateload #container #slider {
            position: absolute;
        }

    #templateload #center-wrap #content #info .tab-item li {
        padding: 0;
        line-height: 2.4375rem;
    }

        #templateload #center-wrap #content #info .tab-item li a {
            color: #000;
            padding: 0 20px;
            display: inline-block;
        }

            #templateload #center-wrap #content #info .tab-item li a:hover {
                background-color: #048293;
                color: #fff;
            }

        #templateload #center-wrap #content #info .tab-item li.active a {
            background-color: #048293;
            color: #fff;
        }

        #templateload #center-wrap #content #info .tab-item li:hover {
            background: transparent;
        }

    #templateload.Business_bid_information {
        margin-top: 140px;
    }

#center-wrap #container #editor1 .info span {
    color: #ca5000;
}

#center-wrap #container #editor1 .resize {
    display: block;
    float: right;
    font-size: 1rem;
}

#center-wrap #container #editor1 .resize {
    margin-bottom: 10px;
}

#center-wrap #container #editor1 .info {
    float: left;
    line-height: 34px;
    margin-bottom: 10px;
}

.other .mail {
    color: black;
    padding-left: 22px;
    background: no-repeat url(../../../images/mail.png);
    background-position: 0 4px;
    margin-right: 10px;
}

.other .back {
    color: black;
    padding-left: 22px;
    background: no-repeat url(../../../images/back.png);
    background-position: 0 2px;
    margin-right: 10px;
}

.other .print {
    color: black;
    padding-left: 18px;
    background: no-repeat url(../../../images/print.png);
    background-position: 0 4px;
    margin-right: 10px;
}

#editor1 #table .table-style tr th {
    text-align: center;
    border: 1px solid #0071be;
}

#table.editor ol li {
    list-style: decimal;
}

#table.editor ul li {
    list-style: disc;
}

#table.editor table ol li,
#table.editor table ul li {
    list-style: none;
}

#center-wrap #info .nav-tabs > li > a {
    margin-right: inherit;
    line-height: inherit;
    border: inherit;
    border-radius: inherit;
}

#center-wrap #content #info .tab-item {
    border-bottom: 1px solid #c3c3c3;
}

#editor1.small .other {
    margin-top: 10px;
}

#header .dropdown.dropdown-content {
    top: 10px;
    left: 35px;
}

#navigation > li > a:hover,
#navigation > li > a.active {
    border-radius: 4px 4px 0 0;
}

#navigation .navigationlog {
    width: 100%;
    display: block;
}

    #navigation .navigationlog:hover,
    #navigation .navigationlog:active {
        background-color: transparent;
    }

#navigation #search .searchdt a {
    width: 20px;
    background: transparent;
    color: #000;
}

#header.dropdown-menu > li > a:focus,
#header .dropdown-menu > li > a:hover {
    background-color: #144b8d;
    color: #fff;
}

#header #navigation > li > a {
    line-height: 2.8125rem;
}

#header.fixed #search {
    display: none;
}

#navigation li.dropdown > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

#main-title .main-date {
    display: block;
    float: right;
    font-size: 0.75rem;
}

#navigation .open > a,
#navigation.open > a:focus,
#navigation .open > a:hover {
    background-color: #003b81;
    color: #fff;
}

#navigation .dropdown-menu > li > a:focus,
#navigation .dropdown-menu > li > a:hover {
    background-color: #003b81;
    color: #fff;
}

.accesskeyC {
    text-decoration: none;
    position: absolute;
    z-index: 1;
    margin-left: -20px;
    margin-top: 0;
    color: #000;
    font-size: 0.75rem;
    font-weight: 100;
}

.specification-box {
    border: 2px dashed #ccc;
    padding: 15px;
}

    .specification-box p {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .specification-box .specification-box-h {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

.specification-box-label {
    font-size: 1.1rem;
}

.SafetyIframeMP4 {
    height: 640px;
    width: 100%;
}

.sitemap_div {
    letter-spacing: 1px;
    border: 1px dashed #a4a4a4;
    padding: 10px;
    margin: 10px 0 30px;
}

    .sitemap_div .title {
        font-size: 1.125em;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .sitemap_div .sitemap_list {
        list-style: none;
        padding-left: 20px;
    }

    .sitemap_div ol,
    .sitemap_div ul {
        margin-bottom: 20px;
    }

    .sitemap_div .sitemap_list strong {
        color: #0070ba;
    }

    .sitemap_div .sitemap_list {
        list-style: none;
        padding-left: 20px;
    }

        .sitemap_div .sitemap_list.sitemap_ul strong {
            color: #0070ba;
            padding-right: 10px;
            width: 15%;
            display: block;
            float: left;
            text-align: right;
        }

#tab-block #editor1.large .contents dt,
#tab-block #editor1.large .contents dd a,
#tab-block #editor1.large #qa .qa-title a,
#tab-block #editor1.large #qa .qa-title span,
#tab-block #editor1.large #qa .qa-con {
    font-size: 110%;
}

#tab-block #editor1.normal .contents dt,
#tab-block #editor1.normal .contents dd a #tab-block #editor1.normal #qa .qa-title a,
#tab-block #editor1.normal #qa .qa-title span,
#tab-block #editor1.normal #qa .qa-con {
    font-size: 100%;
}

#tab-block #editor1.small .contents dt,
#tab-block #editor1.small .contents dd a #tab-block #editor1.small #qa .qa-title a,
#tab-block #editor1.small #qa .qa-title span,
#tab-block #editor1.small #qa .qa-con {
    font-size: 90%;
}

.table-style tr th {
    color: #fff;
    background: #144b8d;
    text-align: center;
    border: 1px solid #0071be;
    font-size: 1em;
    line-height: 1.8em;
}

.table-style tr td {
    border: 1px solid #ccc;
    color: #333;
    line-height: 1.5em;
}

    .table-style tr td.td_text {
        width: 170px;
        white-space: pre-wrap;
        word-wrap: break-word;
        text-align: left !important;
    }

    .table-style tr td.td_lineClamp a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        box-sizing: border-box;
        border: 0 !important;
        /*padding: 0 !important;*/
        margin: 0 !important;
        /*  min-height:70px;*/
    }

.table-grey tr th {
    background-color: #eeeeee;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table-grey tr td {
    border-right: 1px solid #ddd;
}


#forward.schedule .h4 {
    font-size: 1.5em;
    background: url(../../../images/title-icon2.png) #0071be no-repeat 10px center;
    padding: 10px 10px 10px 50px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
}

#equipment tr.red_no {
    background-color: #fad7d7;
}

.table-nocursor tr:hover {
    cursor: default;
}

abbr[title],
abbr[data-original-title] {
    border-bottom: none;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
}

.panel {
    border: 0;
}

    .panel .panel-heading,
    .panel .panel-body {
        border: 1px solid #337ab7;
    }

#slider .slider_bgimg {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 391px;
}

#table .Jump_tab {
    text-indent: -9999px;
}

.wrap.share_box {
    /*    position: absolute;
    right: 0;*/
    /*    top: -42px;*/
    position: absolute;
    right: 0;
}

table.table-nocursor {
    cursor: default;
}

.radio,
.checkbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

    .radio label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        margin-bottom: 6px;
        color: #4d5056;
    }

        .radio label:before {
            content: "";
            display: inline-block;
            width: 17px;
            height: 17px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 0.5px;
            background-color: #ffffff;
            border: 1px solid #4d5056;
            border-radius: 99px;
        }

        .radio label:after {
            content: "";
            text-align: center;
            display: inline-block;
            width: 17px;
            height: 17px;
            position: absolute;
            -o-transform: scale(0);
            -ms-transform: scale(0);
            -moz-transform: scale(0);
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 99px;
            left: 0;
            top: 1px;
            background-color: #6f7b8a;
            border: 1px solid #6f7b8a;
        }

    .radio input[type="radio"] {
        opacity: 0;
    }

        .radio input[type="radio"][disabled] + label {
            opacity: 0.65;
        }

    .radio.radio-success label:after {
        background-color: #1976d2;
        border: 1px solid #1976d2;
    }

    .radio.radio-success input[type="radio"]:checked + label:before {
        border: 1px solid #1976d2;
    }

    .radio input[type="radio"]:checked + label {
        color: #35363a;
    }

        .radio input[type="radio"]:checked + label:after {
            -o-transform: scale(0.63);
            -ms-transform: scale(0.63);
            -moz-transform: scale(0.63);
            -webkit-transform: scale(0.63);
            transform: scale(0.63);
            line-height: 18px;
            -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
            transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        }

        .radio input[type="radio"]:checked + label:before {
            border: 1px solid #8e9095;
        }

.own_ship .radio input[type="radio"] {
    opacity: 1;
}

.own_ship .radio label:before {
    opacity: 0;
}

.route1 .route1_h4 {
    font-size: 1.2rem;
}

.noship.noship_div {
    line-height: 50px;
    padding-bottom: 20px;
    display: inline-block;
}

#forward.schedule .scroll-table {
    width: 100%;
    overflow: auto;
}

    #forward.schedule .scroll-table table.responsive.time-first-child {
        margin-bottom: 0;
    }

        #forward.schedule .scroll-table table.responsive.time-first-child tr.time-row td:first-child {
            width: 120px;
        }

a:focus {
    font-weight: 700;
    outline: 3px #ffbf47 dotted !important;
    outline-offset: -3px;
}

#lang a:focus {
    background: #144b8d;
    color: #fff;
}

footer .link a.normal:focus {
    color: #fff;
}

input:focus {
    outline: 3px solid #ffbf47;
    background: #ffbf47;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    outline-offset: -3px;
}

select:focus,
input:focus,
button:focus {
    outline: 3px #ffbf47 dotted !important;
    outline-offset: -3px;
}

select:focus {
    outline: 4px #ffbf47 dotted !important;
    background: #ebf8ff;
    outline-offset: -4px;
}

#masonry li a:focus {
    outline-offset: 0;
}

.cttmplate table a:focus {
    outline-offset: 0;
}

.tab_Jump {
    display: inline-block;
    text-indent: -119988px;
}

.btncolse:focus {
    color: #fff;
}

.text-b a,
.text-m a {
    padding: 0;
}

.Meeting_box {
    padding-bottom: 0;
    line-height: 0;
}

    .Meeting_box .Meeting_ui {
        display: inline-block;
        margin-bottom: 10px;
    }

        .Meeting_box .Meeting_ui .Meeting_text {
            padding: 0 15px;
            font-weight: 700;
            color: #000;
            background-color: #ffb900;
            height: 46px;
            line-height: 46px;
            border-radius: 2px;
            font-size: 1.2rem;
            margin-left: 0;
        }

        .Meeting_box .Meeting_ui span {
            width: auto;
            height: 46px;
            overflow: hidden;
            float: left;
            padding-left: 6px;
            border-radius: 5px;
            padding: 2px;
            background-color: #144b8d;
            margin-left: 4px;
        }

        .Meeting_box .Meeting_ui img {
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .Meeting_box .Meeting_ui span a {
            display: block;
        }

        .Meeting_box .Meeting_ui span.Meeting_span:hover {
            opacity: 0.8;
            transform: scale(1.3);
            -ms-transform: scale(1.3);
            -webkit-transform: scale(1.3);
        }

.tooltip {
    font-family: "微軟正黑體";
    font-size: 1rem;
    letter-spacing: 0.025rem;
}

    .tooltip .tooltip-inner {
        background-color: #333;
        color: #fff;
        min-width: 250px;
    }

.Ship_img {
    position: absolute;
    right: 0;
    width: 240px;
    transform: rotate(10deg);
}

#footer .Accessibility_logo a {
    display: block;
    margin-bottom: 10px;
    width: 50%;
}

.container .wrap .share {
    position: relative;
    top: -10px;
}

    .container .wrap .share .share_img {
        position: relative;
        top: -10px;
    }

.share .qrcode svg,
.share .qrcode img {
    position: relative;
    top: 40px;
    left: -62px;
    display: none;
    z-index: 99999;
    max-width: initial;
}

.fixed_box {
    position: fixed;
    right: 4px;
    top: 130px;
}

    .fixed_box li {
        border: 1px solid #137cc3;
        margin-bottom: 4px;
        background-color: #137cc3;
    }

        .fixed_box li a {
            color: #fff;
            font-weight: 700;
            padding: 5px 10px;
            display: block;
        }

.search-box #editor .wrap.share_box .share {
    padding-top: 0;
}

#editor .wrap {
    padding: 0;
}

.wrap.share_box {
    /*position: absolute;
    right: 0;*/
/*    top: -60px;*/
}

#editor .wrap .share {
    position: relative;
    margin-bottom: 10px;
}

#editor .wrap .share {
    float: right;
    margin: 0;
}

    #editor .wrap .share .qrcode {
        position: relative;
    }

    #editor .wrap .share a {
        margin-left: 5px;
    }

    #editor .wrap .share .fb {
        background-position: left top;
    }

    #editor .wrap .share .share_img {
        position: absolute;
        right: 0;
        top: 42px;
        z-index: 9999;
        display: none;
        max-width: initial;
    }

#header.fixed #lang {
    display: none;
}

#shiptable .shiphead tr.notrhover {
    padding: 0;
}

    #shiptable .shiphead tr.notrhover th {
        padding: 5px !important;
        text-align: center;
        vertical-align: inherit;
    }

#shiptable .shiptbody tr td {
    text-align: center;
}

.shipthid {
    display: none;
    background: aliceblue !important;
}

    .shipthid ul {
        padding: 10px;
    }

.table-style .td_area hr,
.table-style .td_tel hr {
    border-top: 1px dashed #2f2f2f;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: -2px;
    margin-right: -2px;
}

button.btn-success {
    width: 55px;
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    background: #144b8d;
    border: none;
    font-size: 1.125rem;
    color: #fff;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
}

    button.btn-success:hover {
        background-color: #144b8d;
        color: #fff;
    }

button.btn-default {
    background-color: #f0f0f0;
    width: 55px;
    height: 40px;
    padding: 0 10px;
    border-radius: 3px;
    border: none;
    font-size: 1.125rem;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
}

.link-severely {
    position: relative;
}

    .link-severely .link-box {
        position: absolute;
        top: -70px;
        right: 0;
    }

        .link-severely .link-box.link-a {
            position: absolute;
            top: -60px;
            right: 0;
        }

        .link-severely .link-box .l-b-span {
            text-align: right;
            padding-right: 5px;
            font-size: 1.6rem;
            color: #ff5722;
            font-weight: 700;
        }

            .link-severely .link-box .l-b-span:after {
                content: "";
                background: url(../../../Images/finger.png) no-repeat;
                display: inline-block;
                width: 30px;
                height: 23px;
                margin-left: 4px;
                background-size: cover;
            }

.link-severely-text {
    background: #0070ba;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff;
    display: inline-block;
}

.link-severely a {
    font-size: 1.1rem;
}

.table.table-layout-fixed {
    table-layout: fixed;
}

    .table.table-layout-fixed td {
        word-wrap: break-word;
        word-break: break-all;
    }

#container.GrayB100 {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
}

#epidemic.epidemic {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#epidemic a {
    display: block;
}

    #epidemic a:hover {
        box-shadow: 2px 2px 10px #ccc;
    }

    #epidemic a .item {
        background-color: #fff;
        padding: 12px 15px 12px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

        #epidemic a .item p {
            font-weight: 700;
            font-size: 1.2em;
            line-height: 2em;
            color: #000;
            margin-top: 10px;
        }

        #epidemic a .item img {
            border-radius: 5px;
            width: 100%;
            object-fit: cover;
            height: 234px;
        }

#main-title .m-button {
    position: relative;
    top: -4px;
    font-weight: 700;
    font-size: 1.125rem;
}

.os {
    margin-top: 20px;
}

.h450 {
    height: 450px;
}

.os .os_specia {
    background-color: #fff;
    position: relative;
    box-shadow: #d2d2d2 0 0 1px, #d2d2d2 1px 1px 4px;
    border-radius: 5px;
    margin: 10px;
    overflow: hidden;
}

    .os .os_specia:hover {
        box-shadow: #d2d2d2 0 0 2px, #d2d2d2 1px 1px 15px;
    }

    .os .os_specia .checkGroup {
        position: absolute;
        top: 6px;
        left: 36px;
    }

    .os .os_specia label {
        font-size: 1.125rem;
        font-weight: 700;
        padding: 14px 20px 14px 50px;
        margin-bottom: 0;
        display: block;
        cursor: pointer;
    }

    .os .os_specia:hover::before {
        background-color: #0098ac;
    }

    .os .os_specia::before {
        content: "";
        width: 40px;
        height: 200px;
        position: absolute;
        background-color: #00b0c7;
        border-radius: 5px 0 0 5px;
        height: -webkit-fill-available;
    }

.os .input-group {
    z-index: 1;
}

    .os .input-group input {
        height: 34px;
    }

.os .checkbox input[type="checkbox"],
.os .checkbox-inline input[type="checkbox"],
.os .radio input[type="radio"],
.os .radio-inline input[type="radio"] {
    margin-left: -22px;
    margin-top: 14px;
}

.os .os_subscription .os_s_ol {
    background-color: #f1f1f1;
    padding: 25px;
}

    .os .os_subscription .os_s_ol ol li {
        list-style-type: lower-roman;
        list-style: auto;
    }

@media screen and (max-width: 480px) {
    .os .os_ul .col-md-6 {
        margin-bottom: 10px;
    }

    .os .os_ul input {
        display: block;
        width: 100% !important;
    }

    .os {
        height: initial;
        margin-bottom: 20px;
    }
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-10 {
    margin-right: 10px;
}

#forward li {
    padding-left: 12px;
}

#forward.news-search.os .search-box li span.Red600 {
    color: #9c0000;
}

.m-t-0 {
    margin-top: 0;
}

#forward.news-search.os .search-box .btn {
    display: inline-block;
    padding: 9px 8px 8px;
}

.w-100px {
    width: 100px;
}

.btn-default2 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 100px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.table-scroll.table-operation {
    overflow-x: auto;
}

.news-search .allSuspension {
    color: #fff;
    font-size: 1rem;
    background: #0070ba;
    padding: 12px 15px;
    border-radius: 3px;
    margin-top: 10px;
}


@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
    .radio {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .radio label::after {
            -ms-transform: scale(0);
        }

    .radio-success.radio label::after {
        border: 1px solid #0071be;
        background-color: #0071be;
    }

    .radio-success.radio input[type="radio"]:checked + label::before {
        border: 1px solid #0071be;
    }

    .radio-success.radio input[type="radio"]:checked + label::focus {
        outline: 3px #ffbf47 dotted !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #center-wrap #content #info .share .qrcode {
        top: 9px !important;
    }

    #page .PagedList-skipToFirst,
    #page .prev,
    #page .next,
    #page .PagedList-skipToLast {
        position: relative;
        top: -2px;
    }

    input,
    button,
    select,
    textarea {
        line-height: 0;
    }

        a:focus,
        select:focus,
        input:focus,
        button:focus {
            outline: dashed 2px !important;
            outline-color: #ffbf47 !important;
        }

    .tabs_border_focus a:focus {
        border: 0 !important;
    }
}

@media screen and (max-width: 1920px) {
    #logo {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1200px) {



    #center-wrap #content #info .tab-cons > li .resize {
        position: relative;
        top: 0;
        right: 0;
    }

    #header .dropdown.dropdown-content {
        left: 15px;
    }

    #navigation {
        max-width: 760px;
    }
}

@media screen and (min-width: 1025px) {

    #lang {
        display: none;
    }
}

@media screen and (max-width: 1100px) {



    .link li {
        width: 25% !important;
    }

    #all nav {
        position: relative;
        height: 70px;
    }

    #templateload.Business_bid_information {
        margin-top: 10px;
    }

    #path {
        padding-top: 0;
    }

    #mobile > ul > li.search #search a.popular_search {
        display: none;
    }

    #hot-search {
        display: none;
    }

    .template_content {
        min-height: 934px;
    }
}

@media screen and (max-width: 1024px) {
    #path {
        padding-top: 20px;
    }

    #table td.td_block {
        display: block;
        margin: 0;
        /*border: 0 !important;*/
    }
}

@media screen and (max-width: 900px) {
    .link li {
        width: 33% !important;
    }
}

@media screen and (max-width: 768px) {
    .link-severely .link-box {
        position: relative;
        top: -10px;
    }
}

@media screen and (max-width: 540px) {
    .Meeting_box .Meeting_ui span {
        margin-bottom: 10px;
    }

    a[accesskey] {
        display: none;
    }

    .link li {
        width: 50% !important;
    }

    .table-style.rwd-table {
        border: 0 !important;
    }

        .table-style.rwd-table tr td.td_text {
            width: inherit;
            text-align: center !important;
        }

    #shiptable.table-style.rwd-table > tbody > tr > td:last-child {
        margin-bottom: 0;
    }

    #table td.td_block {
        border-bottom: 1px dashed #ddd !important;
        border-right: 1px solid #ccc !important;
    }

    .table-scroll.table-operation {
        overflow: hidden;
    }

        .table-scroll.table-operation .table-style {
            width: 100% !important;
        }

        .table-scroll.table-operation table .shiptr_data tr:first-child td:first-child {
            border-top: 1px dashed #ddd !important;
        }

    .shiptr_data .td_lineClamp_rwd {
        display: flex;
    }

    #forward.news-search .news-search-div {
        font-size: 1.125em;
    }
}

@media screen and (max-width: 480px) {
    .dl-rwd {
        border-collapse: collapse;
        width: 100%;
        background-color: white;
    }

        .dl-rwd .con-title {
            display: none;
        }

        .dl-rwd dl:nth-child(2) {
            margin-top: 10px;
        }

        .dl-rwd dt {
            float: none !important;
            padding: 10px 0 0 !important;
            margin-right: 0 !important;
            margin-bottom: 0 !important;
            padding: 0 !important;
            padding-bottom: 10px !important;
            width: 50%;
            float: left !important;
            width: 50%;
            text-align: center;
        }

            .dl-rwd dt span {
                display: block;
                padding-top: 10px;
            }

        .dl-rwd dd {
            padding: 0 !important;
            clear: both;
        }

            .dl-rwd dd a {
                padding: 10px;
            }

            .dl-rwd dt:before,
            .dl-rwd dd:before {
                content: attr(data-title);
                display: inline-block;
                text-align: center;
                width: 100%;
                font-weight: 500;
                padding: 6px 0;
                color: #ffffff;
                background-color: #010e21;
            }

            .dl-rwd dd:before {
                width: 100%;
            }

        .dl-rwd dl {
            padding: 0 !important;
            border: 1px solid #bcbcbc;
            margin-bottom: 10px;
        }

            .dl-rwd dl:nth-child(2) dt:before,
            .dl-rwd dl:nth-child(2) dd:before {
                background-color: #1665d3;
            }

            .dl-rwd dl:nth-child(3) dt:before,
            .dl-rwd dl:nth-child(3) dd:before {
                background-color: #125dbe;
            }

            .dl-rwd dl:nth-child(4) dt:before,
            .dl-rwd dl:nth-child(4) dd:before {
                background-color: #0f56a1;
            }

            .dl-rwd dl:nth-child(5) dt:before,
            .dl-rwd dl:nth-child(5) dd:before {
                background-color: #0c4d92;
            }

            .dl-rwd dl:nth-child(6) dt:before,
            .dl-rwd dl:nth-child(6) dd:before {
                background-color: #094a90;
            }

            .dl-rwd dl:nth-child(7) dt:before,
            .dl-rwd dl:nth-child(7) dd:before {
                background-color: #063d77;
            }

            .dl-rwd dl:nth-child(8) dt:before,
            .dl-rwd dl:nth-child(8) dd:before {
                background-color: #063568;
            }

            .dl-rwd dl:nth-child(9) dt:before,
            .dl-rwd dl:nth-child(9) dd:before {
                background-color: #032e5c;
            }

            .dl-rwd dl:nth-child(10) dt:before,
            .dl-rwd dl:nth-child(10) dd:before {
                background-color: #031c38;
            }

    .table-application th,
    .table-application td {
        font-size: 80%;
    }

    #all nav {
        height: initial;
    }

    .title_move1 {
        width: 100%;
    }

    .title_move2 {
        padding-bottom: 8px;
    }

    .other .print,
    .other .mail {
        padding-left: 20px;
        margin-right: 6px;
    }

    .other .back {
        margin-right: 0;
    }

    footer .footer_info,
    footer .link {
        padding-left: 0;
    }

    .copyright,
    .counter {
        line-height: 1.5rem;
    }

    #footer .Accessibility_logo a {
        margin-top: 10px;
    }

    .Meeting_box .Meeting_ui .Meeting_text {
        width: 100%;
        margin-bottom: 10px;
    }

    .table-style tr td {
        word-break: break-all;
    }

    .nav {
        padding-left: 15px;
    }

    #item-box li {
        margin: 4px 0.5% 4px 0.5%;
        width: 49%;
    }

    .wrap.share_box {
        position: relative;
        right: 0;
        top: 0;
    }

    #forward li.route1 {
        padding: 13px 0 15px 0;
    }

    #forward li.route2,
    #forward li.route3 {
        padding: 13px 0 15px 0;
        padding-left: 0;
    }

    #forward li.route1 label {
        padding-left: 10px;
        margin-right: 20px;
    }

    #forward li.route1.route1_h4 label {
        padding-left: 25px;
        margin-right: 20px;
    }

        #forward li.route1.route1_h4 label.route1_label {
            padding-left: 0;
        }

    #editor .wrap .share {
        padding-top: 0;
    }

    #editor1 .resize a {
        margin-bottom: 10px;
    }

    .wrap.share_box {
        position: relative;
        right: 0;
        top: 0;
    }

    #shiptable.table > tbody > tr > td:last-child {
        padding: 10px;
    }

    #forward li.route1.route1_h4 label.route1_label {
        padding-left: 0;
    }

    .plus-solid.minus-solid {
        background-image: url(../../../Images/minus-solid.svg);
    }

    .plus-solid {
        background-image: url("../../../Images/plus-solid.svg");
        width: 14px;
        height: 14px;
        display: block;
        margin: 0 auto;
    }

    .input-date {
        display: block;
        width: 100% !important;
        max-width: initial !important;
    }

    #templateload #center-wrap #content #info .tab-item li {
        width: 100%;
    }

        #templateload #center-wrap #content #info .tab-item li a {
            width: 100%;
        }

        #templateload #center-wrap #content #info .tab-item li a {
            padding: 0 11px 0 11px;
        }

    #center-wrap #content #info .tab-item {
        border-bottom: 0;
        display: inline-block;
    }

        #center-wrap #content #info .tab-item li {
            border: 1px solid #c3c3c3;
            margin: 1px;
        }

    #center-wrap #content #info h3 {
        background: none;
        padding: 10px 0;
    }

    #center-wrap #content #info .info-tab {
        width: 100%;
    }

        #center-wrap #content #info .info-tab li {
            width: 50%;
        }

    #center-wrap #content #info .tab-cons > li .content {
        padding-top: 0;
    }

    #center-wrap #content #info .tab-cons > li .info {
        font-size: 0.8em;
        line-height: 1.4em;
    }

        #center-wrap #content #info .tab-cons > li .info span {
            font-size: 0.9em;
        }

    #center-wrap #content #info .share {
        right: -6px;
    }

        #center-wrap #content #info .share a {
            margin-left: 0;
            margin-right: 0 !important;
            height: 32px;
            width: 32px;
            float: left;
            display: block;
        }

        #center-wrap #content #info .share .qrcode {
            display: none;
        }

    #editor .wrap .share {
        padding-top: 10px;
        float: right;
    }

        #editor .wrap .share a {
            margin-right: 0;
        }

    #slider .slider_bgimg {
        background-size: 200%;
    }

    .SafetyIframeMP4 {
        height: 220px;
        width: 100%;
    }

    #table .table-style {
        margin: 0 auto;
    }

    #editor1.small .other {
        font-size: 0.938rem;
    }

    #center-wrap #content #info {
        padding: 20px;
    }

    iframe {
        max-width: 100%;
    }

    #editor .content {
        font-size: 1em;
    }

    #editor .title {
        font-size: 1.3em;
    }

    #editor .wrap .info {
        font-size: 0.9em;
    }

    footer .link {
        margin-bottom: 5px;
    }

        footer .link li {
            padding-left: 0;
        }

    #path {
        margin: 20px auto;
    }

        #path span {
            margin: 0;
        }

    #main-title {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #container {
        width: 95%;
        max-width: inherit;
    }

    #container2 {
        width: 100%;
        margin: 0;
    }

        #container2 .subscribe_info .code audio {
            width: 170px;
        }

    .table-scroll {
        width: 100%;
        overflow-y: scroll;
    }

        .table-scroll .table-scroll-p {
            margin-bottom: 10px;
        }

        .table-scroll .fa-hand-pointer {
            position: relative;
            top: 12px;
            left: -4px;
        }

        .table-scroll .fa-caret-right {
            position: relative;
            left: -12px;
        }

        .table-scroll .table-style {
            width: 1200px !important;
            margin-bottom: 10px;
        }

    table-scroll .table-style thead tr {
        position: relative;
        position: relative;
        top: 0;
        background: #cccccc;
    }

    .link-severely {
        float: inherit;
        top: 0;
        position: relative;
    }

        .link-severely .link-box {
            position: relative;
            top: -20px;
        }

            .link-severely .link-box.link-a {
                position: relative;
                top: 0;
            }
            /*.link-severely .link-box .l-b-span:after {
                content: "";
                background: url(../../../Images/finger.png) no-repeat;
                display: inline-block;
                width: 16px;
                height: 16px;
                margin-left: 4px;
            }*/

            .link-severely .link-box .l-b-span:before {
                transform: rotate(90deg);
                content: "";
                background: url(../../../Images/finger.png) no-repeat;
                display: inline-block;
                width: 25px;
                height: 18px;
                margin-left: 4px;
                background-size: cover;
            }

    .link-severely-text {
        position: relative;
        top: 0;
    }

    .link-severely a {
        font-size: 1.1rem;
    }

    #tab-block .contents dd a {
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }

    #templateload {
        margin-top: 0;
    }

    .link-severely .link-box .l-b-span:after {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    #modal_main_forward audio {
        width: 98%;
    }

    .news-search .allSuspension {
        padding: 12px 15px;
        font-size: 0.75em;
        margin-top: 2px;
    }
}


.lighthouse {
    clear: both;
    position: relative;
    display: flex;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .lighthouse {
        display: block;
    }
}

.lighthouse .l_link {
    display: none;
}

.lighthouse .l_map {
    position: relative;
    flex: 1;
    padding-top: 10px;
}

@media (max-width: 1024px) {
    .lighthouse .l_map {
        padding: 3% 12% 0;
    }
}

@media (max-width: 480px) {
    .lighthouse .l_map {
        padding-top: 3%;
    }
}

.lighthouse .l_map ul {
    padding-left: 0;
    margin: 0;
    clear: both;
    display: flex;
}

    .lighthouse .l_map ul li {
        list-style: none;
        flex: 1;
    }

        .lighthouse .l_map ul li img {
            border: 0;
            width: 100%;
            height: 100%;
        }

.lighthouse .l_map .tab-content {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}

.lighthouse .l_nav-tabs {
    flex: 1;
    padding: 0 20px;
}

@media (max-width: 1024px) {
    .lighthouse .l_nav-tabs {
        top: 26%;
        padding: 0px 2% 0 2%;
        padding-bottom: 20px;
    }
}

.lighthouse .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 1.25em;
    padding: 8px 15px;
}

.lighthouse .l_title {
    margin-top: 100px;
}

.lighthouse .l_b_title {
    position: relative;
    font-size: 1.875em;
    font-weight: 700;
    border-top: 5px solid #0070ba;
    border-bottom: 1px dashed #e2e2e2;
    padding: 10px 30px;
    background-color: #fff;
}

    .lighthouse .l_b_title p {
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
        font-family: "Noto Serif TC", serif;
        color: #0070ae;
        font-size: 1.275em;
    }

        .lighthouse .l_b_title p::before {
            content: "";
            background: url(../../Images/home/lighthouse_icon.png) no-repeat;
            width: 36px;
            height: 42px;
            display: inline-block;
            position: relative;
            top: 6px;
            left: -6px;
            background-size: cover;
        }

    .lighthouse .l_b_title .l_b_t_a {
        font-size: 1.1em;
        color: #0070ae;
        position: absolute;
        right: 40px;
        top: 20px;
        display: inline-block;
        font-weight: 700;
    }

.lighthouse .l_nav-tabs .nav > li.nav-item > a:focus,
.lighthouse .l_nav-tabs .nav > li.nav-item > a:hover,
.lighthouse .l_nav-tabs .nav-tabs li.active .nav-link {
    background-color: #c75300 !important;
    font-weight: 500;
}

@media (max-width: 480px) {
    .lighthouse .l_b_title .l_b_t_a {
        position: relative;
        right: 0;
        top: 0;
    }
}

.lighthouse .l_b_title .l_b_t_a::after {
    content: "";
    background: url(../../Images/home/slick-next.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 4px;
    left: 4px;
}

.lighthouse .l_block {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    position: relative;
}

    .lighthouse .l_block .l_b_img {
        background: url(../Images/lighthouse_img.png) no-repeat;
        right: 26px;
        top: -49px;
        position: absolute;
        width: 170px;
        height: 282px;
        background-size: 100%;
    }

    .lighthouse .l_block .l_b_content {
        display: block;
        font-size: 1.1em;
        font-weight: 700;
        margin-top: 10px;
        width: 50%;
        float: left;
    }

    .lighthouse .l_block p {
        font-size: 1.4em;
        margin-bottom: 10px;
    }

    .lighthouse .l_block .l_block_a {
        display: inline-block;
        font-family: "Noto Serif TC", serif;
    }


@media (max-width: 480px) {
    .lighthouse .l_block p {
        width: 100%;
    }
}

.lighthouse .l_block p::before {
    content: "";
    width: 4px;
    height: 16px;
    background-color: #0070ba;
    display: inline-block;
    margin-right: 6px;
    border-radius: 2px;
}

.lighthouse .l_block p span {
    vertical-align: middle;
    display: inline-block;
    font-size: 0.9em;
    font-family: "Noto Serif TC", serif;
    color: #6e6e6e;
}

.lighthouse .tab-pane {
    margin-top: 30px;
    margin-bottom: 60px;
    box-shadow: 0 5px 20px #ccc;
    border-radius: 0 0 6px 6px;
}


/*2025/05/26 strat*/
.d-inline-block {
    display: inline-block;
}

.ship_a.ship_bg a.btn_editor {
    background-color: #e9f3ff;
    border-radius: 10px;
    margin-bottom: 5px;
}

    .ship_a.ship_bg a.btn_editor .text {
        font-size: 1.1rem;
    }

@media (max-width: 480px) {
    .ship_a .col-md-10 {
        margin-left: 0;
    }

    .ship_a .col-md-2 img {
        max-width: 100%;
        max-height: none;
    }
}
/*2025/05/26 end*/