html {
    font-size: 1.125rem;
}

ul {
    margin-bottom: 0;
}

html.fontsize_sm {
    font-size: 1rem !important;
}

html.fontsize_md {
    font-size: 1.125rem !important;
}

html.fontsize_lg {
    font-size: 1.375rem !important;
}

body {
    font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
}

a {
    color: #8c6e32;
}

    a:hover, .top-right-nav li a:hover, .footer-box li a:hover {
        color: #8c6e32;
        text-decoration: none;
    }

    a:focus {
        outline: none;
        border: 2px dashed #9E844A;
    }

.top-right-nav {
    height: 30px;
}

    .top-right-nav li {
        display: inline-block;
    }

        .top-right-nav li a {
            border-right: 1px solid #000000;
            padding: 0 0.2rem;
            color: #000;
            font-size: 0.8rem;
        }

        .top-right-nav li:nth-child(6) a {
            border-right: none;
        }

        .top-right-nav li a:focus {
            border: 2px dashed #8c6e32;
        }

/*.top-right-nav li:nth-child(6) a:focus {
    border-right: 2px dashed #8c6e32;
} */


.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #CCCCCC !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: #9c143e !important;
}

.font-small {
    font-size: 0.8rem;
}

.top0 {
    top: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.more-link-font {
    font-size: 0.8rem;
    color: #555555;
    margin: 6px 0 0 0;
    border: 2px dashed rgba(255,255,255,0);
}

.mg-l-20 {
    margin: -20px 0 0 0;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

/** header **/

.header-box {
    height: 100px;
}

.logo {
    width: 280px;
}

.nav-top-line {
    border-top: 1px solid #DCDCDC;
    border-bottom: 2px solid #9E844A;
    z-index: 90;
    position: sticky;
    top: 0;
    left: 0;
    background: white;
}

.search-box {
    border-radius: 5px 0 0 5px;
    font-size: 0.9rem;
    height: 40px;
    min-width: 500px;
}

.search-box-icon {
    height: 40px;
    min-width: 100px;
    background-color: #9E844A;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

    .search-box-icon:hover {
        color: #ffffff;
        background-color: #8c6e32;
        border-color: #8c6e32;
    }

        .search-box-icon:hover.focus, .search-box-icon:hover:focus {
            box-shadow: 0 0 0 0.2rem rgba(140, 110, 50, 0.5);
        }

.search-box-font {
    width: 600px;
    font-size: 0.9rem;
    color: #000000;
    margin-top: 10px;
}


    .search-box-font a::after {
        content: "、";
    }

    .search-box-font a:nth-last-child(1)::after {
        content: "";
    }

.navbarHightbox {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.nav-link:hover {
    color: #fff;
    background-color: #93002d;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
    background-color: #93002d;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #94002D;
}

.borderRight:hover::after {
    background: rgba(255,255,255,0);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link {
    width: 160px;
    height: 70px;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.show {
    display: block;
}

.borderRight::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 20px;
    width: 1px;
    background: #f1f1f1;
    margin: -10px 0 0;
}

.borderRight:active::after, .borderRight:focus::after, .borderRight.active::after {
    width: 0px;
}

.fontSizebutton {
    margin: -5px 5px;
    box-sizing: border-box;
    height: 26px;
    border: 1px solid #D4D4D4;
    background-color: #FFFFFF;
    font-size: 0.8rem;
    padding-top: 2px;
}

    .fontSizebutton.active, .fontSizebutton:hover, .fontSizebutton:active, .fontSizebutton:focus {
        color: #fff;
        background-color: #9E844A;
        outline: 0;
    }

.nav-moblie .d-flex .align-items-center .form-control {
    display: inline-block !important;
    width: auto;
    vertical-align: middle;
}

/** slider **/
.slide [role=button] {
    width: 70px;
}
/** /slider **/

/* 無障礙定位點 */
.fastFocus > a {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 2px;
    height: 2px;
    z-index: 5000;
    white-space: nowrap;
    overflow: hidden;
}

.fastFocus a:focus {
    width: auto;
    height: auto;
    padding: 6px;
    background: #93002d;
    color: #fff;
}

.fastFocus h1 {
    margin-bottom: 0px;
}

.text-secondary {
    color: #000000 !important;
}

.search-mobile {
    display: none !important;
}

.top-right-nav-mobile {
    display: none;
    height: 85px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

    .top-right-nav-mobile li {
        display: inline-block;
    }

        .top-right-nav-mobile li a {
            border-right: 1px solid #000000;
            padding: 0 0.5rem;
            color: #000;
            font-size: 0.8rem;
        }

            .top-right-nav-mobile li a:nth-last-child(1)::after {
                border-right: none;
            }

.search-mobile-box {
    height: 40px;
    border-radius: 5px 0 0 5px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 90%;
}

    .search-mobile-box:focus {
        color: #495057;
        background-color: #fff;
        border-color: #9E844A;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(158, 132, 74,.25);
    }

.search-box-icon-mobile {
    height: 40px;
    background-color: #9E844A;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    width: 10%;
}

    .search-box-icon-mobile:hover, .search-box-icon-mobile:focus {
        color: #ffffff;
        box-shadow: 0 0 0 0.2rem rgba(158, 132, 74,.25);
    }

@media (max-width:1199px) {
    .navbar-light .navbar-nav .nav-link {
        width: 135px;
    }

    .search-box {
        min-width: 400px;
    }

    .search-box-font {
        width: 500px;
    }
}

@media (max-width:991px) {
    .navbarHightbox {
        height: auto;
        border-top: 2px solid #9e844a;
    }

    .nav-top-line {
        border-bottom: 2px solid #9E844A;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link, .nav-link:hover {
        padding: 14px 30px;
        width: 100%;
        text-align: left;
    }

    .borderRight::after {
        width: 0;
    }

    .nav-top-line {
        border-top: 0;
    }

    .navbar-nav .active, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: #93002d;
    }

    ol {
        margin-bottom: 0;
    }

    .carousel-indicators li {
        top: 5px;
        position: relative;
    }

    .search-mobile {
        display: block !important;
        padding: 15px;
    }

    .top-right-nav-mobile {
        display: block;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link {
        justify-content: start;
    }
}

@media (max-width:767px) {
    .search-mobile-box {
        width: 85%;
    }

    .search-box-icon-mobile {
        width: 15%;
    }
}

@media (max-width:320px) {
    html {
        font-size: 0.9rem;
    }
}

/** slide **/
.slide-bt {
    height: 40px;
    width: 40px;
    opacity: 0.7;
    border-radius: 24px;
    background-color: #FFFFFF;
}

    .slide-bt:focus {
        border: 1px solid #999;
    }

.slider-bt-svg {
    color: #9B143F;
    font-size: 1.1rem;
    margin: 10px auto;
}

.bt-svg {
    color: #9B143F;
    font-size: 25px;
}

@media (max-width: 767px) {
    .banner_m {
        height: 100px;
    }

    .carousel-indicators {
        display: none;
    }

    .banner_m img {
        max-width: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        background-position: center center;
        background-size: contain;
        transform: translateX(-50%) translateY(-50%);
    }
}

@media (max-width: 320px) {
    .banner_m {
        height: 100px;
    }
}

/** Marquee **/
.marquee-frame {
    background: #93002d;
}

.marquee-box-hight {
    /*height: 70px;*/
}

.marquee-box {
    width: 100%;
    position: relative;
    text-align: left;
}

    .marquee-box span {
        font-size: 0.8rem;
        background-color: #ffffff;
        color: #93002d;
        padding: 5px 5px;
    }

    .marquee-box br {
        display: none;
    }

    /** 首頁跑馬燈限制行數 **/
    .marquee-box p {
        font-size: 1rem;
        padding: 0;
        margin: 0;
        overflow: hidden;
        margin: 2px 0;
        line-height: 24px;
        color: #ffffff;
    }

.lineBreaktext {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
}

/** Marquee vertical **/
.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left,
.carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right,
.carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

@media (max-width:991px) {
    .lineBreaktext {
        -webkit-line-clamp: 2;
        line-height: 25px;
    }

    .marquee-box br {
        display: block;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .marquee-box p {
        height: auto;
        font-size: 0.9rem;
    }
}
/** /首頁跑馬燈限制行數 **/



/** content **/

.img-hidden {
    overflow: hidden;
    margin: 20px 0 0;
}

.img-hidden-small {
    margin: 30px 0 0;
}

.content-box {
    margin: 15px auto;
}

.img-hidden a, .img-hidden-small {
    display: block;
}

.content-box h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #93002d;
    border-bottom: 2px solid #ECECEC;
    height: 35px;
    margin: 9px 0;
}

.content-box-line::after {
    content: "";
    height: 2px;
    width: 150px;
    background-color: #9E844A;
    position: absolute;
    margin: -11px 0;
}

.imgCard {
    width: 100%;
    height: 350px;
    background-image: url("/Content/images/img1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    transform: scale(1,1);
}

.imgCard-small {
    width: 100%;
    height: 175px;
    background-image: url("/Content/images/img1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    overflow: hidden;
    transform: scale(1,1);
}

    .imgCard:hover, .imgCard-small:hover {
        transform: scale(1.1,1.1);
    }

.imgCard-small-img1 {
    background-image: url("/Content/images/img2.jpg");
}

.imgCard-small-img2 {
    background-image: url("/Content/images/img3.jpg");
}

.imgCard-title-top {
    height: 90px;
    opacity: 0.85;
    background-color: #9B143F;
    color: #fff;
    position: relative;
    margin: -90px 0 0 0;
}

.imgCard-title-top-small {
    /*height: 50px;
    opacity: 0.85;
    background-color: #9B143F;*/
    color: #000;
    position: relative;
    /*margin: -50px 0 0 0;*/
    /*padding: 0 20px;*/
    text-align: center;
}

    .imgCard-title-top h3, .imgCard-title-top-small h3 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
    }

    .imgCard-title-top p, .imgCard-title-top-small p {
        font-size: 1rem;
        letter-spacing: 0;
        margin: 0;
    }

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 19px;
    padding: 2px 0;
}

.ellipsis-clamp2 { /** 內頁 限制兩行 公司介紹1-0 業務說明2-0 **/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 46px;
    line-height: 23px;
}

.ellipsis-box {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 60px;
    border: 2px dashed rgba(255,255,255,0);
}

.ellipsis-p { /** 首頁 有點的限制行數 **/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 26px;
    line-height: 24px;
    border: 2px dashed rgba(255,255,255,0);
}

.ellipsis-title { /** 首頁title 限制行數 **/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}

.ellipsis-b-s {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 21px;
}


.ellipsis-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2; /** 行數 **/
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 20px;
}

.breadcrumb-item a {
    display: block;
    border: 2px dashed rgba(255,255,255,0);
}

    .breadcrumb-item a:focus {
        border: 2px dashed #9E844A;
    }

/** news **/
.red-title-font {
    font-size: 1rem;
    color: #93002d;
    margin-bottom: 8px;
}

.icon-title-font {
    width: 100%;
    font-size: 1rem;
    color: #000000;
    margin: 0;
    text-indent: 20px;
    line-height: 24px;
}

    .icon-title-font::before {
        position: absolute;
        content: "";
        border-radius: 50%;
        height: 10px;
        width: 10px;
        background-color: #9E844A;
        margin: 7px -20px;
    }

.font-p {
    font-size: 1rem;
    color: #000000;
    margin: 0;
}

.dashed-box-first {
    border-bottom: 1px dashed #C1C1C1;
    padding: 10px 0px;
}

.dashed-box {
    border-bottom: 1px dashed #C1C1C1;
    padding: 10px 0px;
}

    .dashed-box::after {
        position: absolute;
        content: "";
        width: 7px;
        height: 10px;
        background-image: url("/Other/www.fisc/Content/images/arrow_r.svg");
        margin: 0;
        right: 15px;
    }

.content-box-line a:hover {
    outline: 0;
    border: 2px dashed #8c6e32;
}

/** slick **/
.slick-box a {
    color: #000000;
    border: 2px dashed rgba(255,255,255,0);
}

    .slick-box a:focus {
        border: 2px dashed #9E844A;
    }

.slick-box-border {
    /*border-right: 1px solid #D4D4D4;*/
}

.slick-box-title {
    font-size: 0.8rem;
    /*margin: 8px 0 0 0;*/
    text-align: center;
    /* padding: 5px 20px;*/
    line-height: 20px;
}

.slick-box-small {
    font-size: 1rem;
    color: #878787;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    line-height: 12px;
}

.slick-box img {
    text-align: center;
    margin: 0 auto;
}


.slick-next:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/Other/www.fisc/Content/images/slick_arrow_r.svg");
    left: -2px;
    top: -2px;
}

.slick-prev:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/Other/www.fisc/Content/images/slick_arrow_l.svg");
    right: -2px;
    top: -2px;
}

.slick-next {
    right: 0;
    z-index: 99999;
}

.slick-prev {
    left: 0;
    z-index: 99999;
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
    border: 2px dashed rgba(255,255,255,0);
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .slick-next:active {
        color: transparent;
        background: transparent;
        border: 2px dashed #9E844A;
        width: 30px;
        height: 30px;
    }

.slick-mg {
    margin: -120px 0 0 0;
}

@media (max-width:991px) {
    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .slick-next:active {
        border: 2px dashed rgba(255,255,255,0);
    }

    .ellipsis-box {
        height: auto;
    }
}

/** footer **/

footer {
    background-color: #f6f6f6;
}

    footer br {
        display: none;
    }

.footer-bottom-color {
    background-color: #9B143F;
}

.footer-bottom {
    font-size: 0.8rem;
    padding: 10px 0;
    /*height: 250px;*/
    color: #ffffff;
}

    .footer-bottom .tel {
        color: #ffffff !important;
    }

.tel-b {
    color: #9E834C !important;
}

.footer-bottom p {
    margin-bottom: 0.5rem;
}

.footer-bottom ul {
    margin: 0 0 0 -10px;
}

.footer-bottom-nav li {
    display: inline-block;
}

    .footer-bottom-nav li a {
        border-right: 1px solid #ffffff;
        padding: 0 0.5rem;
        color: #ffffff;
        font-size: 0.8rem;
    }

    .footer-bottom-nav li:nth-child(7) a {
        border-right: none;
    }

    .footer-bottom-nav li a:focus, .footer-bottom a:focus {
        border: 2px dashed #ffffff;
    }

#footer-content {
    position: absolute;
    margin: 9px 0 0 -20px;
}

/** accordion-footer **/
.accordion-section-footer .panel-default .panel-title a:after {
    display: none;
}

.accordion-section-footer .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.footer-box {
    padding: 25px 15px;
    /*margin-top: 100px;*/
}

    .footer-box .panel-title a {
        font-size: 16px;
        color: #9E844A;
        font-weight: 600;
    }

    .footer-box li a {
        font-size: 0.9rem;
        color: #000000;
    }

.disabled-bt {
    pointer-events: none;
}

.arrow:after {
    display: none;
}

.footer-title {
    font-size: 1.1rem;
    color: #9E844A;
    font-weight: 600;
}

    .footer-title:hover, .footer-title:active, .footer-title:focus {
        text-decoration: none;
    }

.btn:disabled {
    cursor: not-allowed;
}

.button-box {
    padding: 0;
}

    .button-box.focus, .button-box:focus {
        box-shadow: 0 0 0 0;
        border: 2px dashed #9E844A;
    }

.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: none;
}

.mobile-box-footer h3 {
    margin: 10px 0 0;
}

@media (min-width:768px) {
    #accordionFooter .collapse:not(.show) {
        display: block;
    }
}

@media (max-width:991px) {
    footer br {
        display: block;
    }
}






/** go to top **/
.goTotop {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 15px 0;
}

    .goTotop a {
        color: #ffffff;
        font-size: 0.8rem;
    }

    .goTotop::after {
        position: absolute;
        content: "";
        width: 17px;
        height: 10px;
        background-image: url(/Other/www.fisc/Content/images/arrow_top_w.svg);
        top: 10px;
        right: 17px;
    }

    .goTotop:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 1);
    }

    .goTotop:active {
        background-color: rgba(0, 0, 0, 1);
    }

    .goTotop.show {
        opacity: 1;
        visibility: visible;
    }

@media (max-width:991px) {
    .content-box {
        margin: 20px auto;
    }

    .imgCard, .imgCard-small {
        width: 100%;
        /*height: 225px;*/
    }

    .imgCard-title-top, .imgCard-title-top-small {
        /*height: 50px;
        margin: -50px 0 0 0;*/
    }

        .imgCard-title-top h3, .imgCard-title-top-small h3 {
            font-size: 1rem;
            font-weight: 0;
            margin-bottom: 0;
        }

    .slick-box-border {
        border-right: 1px solid #D4D4D4;
        box-sizing: border-box;
    }

    .slick-next:before {
        left: 13px;
    }

    .slick-prev:before {
        right: 13px;
    }

    .footer-bottom {
        height: 320px;
    }

    .slide-bt {
        height: 20px;
        width: 20px;
    }

    .slider-bt-svg {
        font-size: 15px;
        position: absolute;
        margin: 2px -7px;
    }

    .slick-mg {
        /*margin: -240px 0 0 0;*/
    }

    .slick-box-border {
        border-right: 0;
    }

    .logo-moblie {
        width: 180px;
        margin: 0 0 0 15px;
    }
}

@media (max-width:767px) {
    .accordion-section-footer .panel-default .panel-title a:after {
        display: block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 15px;
        content: "\f106";
        color: #9B143F;
        float: right;
        margin-top: 10px;
    }

    .footer-box li a {
        font-size: 0.8rem;
    }

    .goTotop {
        display: inline-block;
        width: 45px;
        height: 45px;
        bottom: 75px;
        right: 5px;
    }

    .footer-bottom {
        /*text-align: center;*/
    }

    .slick-mg {
        margin: 0;
    }

    .disabled-bt {
        pointer-events: initial;
    }

    .arrow:after {
        content: "－";
        display: block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 15px;
        content: "\f106";
        color: #9B143F;
        float: right;
    }

    .arrow.collapsed:after {
        content: "＋";
        content: "\f107";
    }

    .img-hidden, .img-hidden-small {
        margin: 15px 0 0;
    }

    .content-box-line::after {
        width: 100px;
    }

    .content-new-box {
        margin: 30px auto 0;
    }

    .goTotop::after {
        top: 10px;
        right: 15px;
    }
}

@media (max-width:480px) {
    .footer-box {
        margin-top: 50px;
        padding: 40px 15px
    }

    .imgCard-small {
        height: 225px;
    }
}

@media (max-width:375px) {
    #collapseOne .list-unstyled, #collapseTwo .list-unstyled,
    #collapseThree .list-unstyled, #collapseFour .list-unstyled, #collapseFive .list-unstyled {
        background-color: #ECECEC;
    }

    .imgCard-small {
        height: 225px;
    }

    .footer-box .mobile-box-footer {
        padding-right: 0;
        padding-left: 0;
    }

    .mobile-box-footer .panel-title {
        padding: 18px 20px 6px;
    }

    .mobile-box-footer .list-unstyled {
        padding: 20px;
        margin: 0;
    }

    .footer-box li a {
        line-height: 30px;
    }

    #accordionFooterOne, #accordionFooterTwo, #accordionFooterThree, #accordionFooterFour, #accordionFooterFive, #accordionFooterSix {
        background: #ECECEC;
    }
}

/** Inner page **/

.breadcrumb-item + .breadcrumb-item::before {
    display: flex;
    padding-right: .5rem;
    color: #000000;
    content: ">";
    align-items: center;
}

.breadcrumb-item.active {
    color: #000000;
    border: 2px dashed rgba(255,255,255,0);
}

.breadcrumb {
    padding: 0;
    background-color: white;
    font-size: 0.9rem;
    margin-bottom: 0;
}

#center-content {
    margin-top: 0px !important;
}

.inner-page-breadcrumb {
    height: 40px;
}

.background-title-img, .img-problem_banner {
    background-image: url("/Content/images/1_0banner.jpg");
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.img-problem_banner {
    background-image: url("/Content/images/problem_banner.jpg");
}

.img-knowledge-opendata_banner {
    background-image: url("/Content/images/knowledge-opendata_banner.jpg");
}

.title-bg-box {
    position: absolute;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .title-bg-box span {
        font-size: 1.675rem;
        color: #ffffff;
        font-weight: bold;
        padding: 0 30px;
        margin-bottom: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    }

@media (max-width:991px) {
    .title-bg-box {
        height: 101px;
    }

    .background-title-img, .img-problem_banner {
        height: 100px;
    }

    .title-bg-box span {
        font-size: 1rem;
        padding: 0 20px;
    }

    .inner-page-box {
        padding: 0;
    }
}

/** Inner sidebar **/


.sidebar-title-box {
    background-color: #9E844A;
    height: 50px;
    padding: 0;
}

.card-header .sidebar-title .btn:not(:disabled):not(.disabled) {
    font-weight: 700;
    font-size: 1.1rem;
}

.sidebar-box {
    padding: 20px;
}

.sidebar-title {
    width: 100%;
    margin-bottom: 0;
    padding: 0 15px;
}

    .sidebar-title button {
        color: #ffffff;
        margin: 0;
        padding: 0;
        top: 2px;
        position: relative;
        border: 2px dashed rgba();
    }

        .sidebar-title button:hover {
            color: #ECECEC;
        }

.sidebar-arrow:after {
    display: none;
}

.inside-box {
    line-height: 40px;
    font-size: 1rem;
    margin-bottom: 0;
}

    .inside-box a {
        color: #000000;
        border: 2px dashed rgba(255,255,255,0);
    }

        .inside-box a:focus {
            border: 2px dashed #9E844A;
        }

        .inside-box a:hover, .inside-box a:active, .inside-box .active {
            color: #9E844A;
        }

@media (max-width:991px) {
    .inner-page-box .btn.focus, .inner-page-box .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0;
        border: 0;
        padding: 0;
    }

    .inside-box {
        background-color: #ffffff !important;
    }
}


/** Inner content-right **/
.inner-content-box {
    margin: 0 auto;
}

.inner-content-box-line {
    border-bottom: 2px solid #ECECEC;
}

.inner-content-box h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #93002d;
    height: 60px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.inner-content-box-line::after {
    content: "";
    height: 2px;
    width: 150px;
    background-color: #9E844A;
    position: absolute;
    margin: 0;
}

.inner-content-icon-box {
    right: 10px;
    display: flex;
    align-items: center;
    height: 60px;
}

    .inner-content-icon-box a {
        border: 2px dashed #ffffff;
    }

        .inner-content-icon-box a:focus, .btn-group a:focus {
            border: 2px dashed #9E844A;
        }

.icon-round {
    border: 2px dashed #ffffff;
    background: rgba(255,255,255,0);
    display: inline-block;
    margin: 0;
    padding: 0;
    display: block;
}

    .icon-round:focus {
        border: 2px dashed #9E844A;
        outline: none;
    }

.icon-box-share, .icon-box-share:hover, .icon-box-print, .icon-box-print:hover,
.icon-box-email, .icon-box-email:hover, .icon-box-return, .icon-box-return:hover {
    width: 35px;
    height: 35px;
    margin: 0 2px;
}

.icon-box-share {
    background-image: url("/Other/www.fisc/Content/images/share-1.svg");
}

    .icon-box-share:hover {
        background-image: url("/Other/www.fisc/Content/images/share_hover.svg");
    }

.icon-box-print {
    background-image: url("/Other/www.fisc/Content/images/print-1.svg");
}

    .icon-box-print:hover {
        background-image: url("/Other/www.fisc/Content/images/print_hover.svg");
    }

.icon-box-email {
    background-image: url("/Other/www.fisc/Content/images/email-1.svg");
}

    .icon-box-email:hover {
        background-image: url("/Other/www.fisc/Content/images/email_hover.svg");
    }

.icon-box-return {
    background-image: url("/Other/www.fisc/Content/images/return-1.svg");
}

    .icon-box-return:hover {
        background-image: url("/Other/www.fisc/Content/images/return_hover.svg");
    }

.icon-box-facebook {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/Other/www.fisc/Content/images/Facebook.svg);
    margin: 0 auto;
}

.icon-box-line {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/Other/www.fisc/Content/images/Line.svg);
    margin: 0 auto;
}

.icon-box-twitter {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(/Other/www.fisc/Content/images/twitter.svg);
    margin: 0 auto;
}

.share-box .dropdown-menu {
    width: 62px;
    min-width: 62px !important;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
    margin: 10px -10px;
}

    .share-box .dropdown-menu .dropdown-item {
        padding: 0;
        margin: 5px 0;
    }

.share-box .dropdown-item {
    border: 2px dashed rgba(255,255,255,0);
}

    .share-box .dropdown-item:focus, .share-box .dropdown-item:hover, .share-box .dropdown-item:active {
        color: #16181b;
        text-decoration: none;
        background-color: rgba(255,255,255,0);
        border: 2px dashed #ffffff;
        position: relative;
    }

.inner-content-font {
    margin: 15px auto 15px;
}

.inner-content-font-title {
    font-size: 1rem;
    font-weight: 800;
}

.inner-content-font p {
    margin-bottom: 0;
}

.inner-content-font ul {
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 30px;
}

.btn.focus, .btn:focus {
    outline: 0;
    border: 2px dashed #9E844A;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}

.inner-content-font-fix {
    padding: 45px 0 30px;
    border-top: 2px dashed #C1C1C1;
}

.inner-content-font-box {
    height: 150px;
    border: 2px solid #ECECEC;
    margin-bottom: 30px;
}

.inner-content-font-box-inside {
    margin: 15px;
}

    .inner-content-font-box-inside h3 {
        color: #93002d;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .inner-content-font-box-inside p {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .inner-content-font-box-inside a {
        font-size: 0.8rem;
        position: absolute;
        bottom: 15px;
        right: 20px;
        border: 2px dashed rgba(255,255,255,0);
        height: 25px;
    }

        .inner-content-font-box-inside a:focus {
            border: 2px dashed #9E844A;
        }

.icon-size {
    width: 0.7rem;
    margin: 0 0 2px;
}

.inside-img-box {
    width: 100%;
    height: 146px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.mg-r15 {
    margin-right: 15px;
}

.mg-l15 {
    margin-left: 15px;
}

@media (max-width:1199px) {
    .inner-content-font-box, .inside-img-box {
    }
}

@media (max-width:991px) {
    .inner-content-box, .inner-content-font {
        margin: 20px auto 15px;
    }

    .noslider {
        margin: 0 auto !important;
    }

    .inner-content-box h2 {
        height: auto;
    }

    .noslider h2 {
        margin-bottom: 15px;
    }

    .share-box .dropdown-item {
        background-color: rgba(255,255,255,0);
        height: 40px;
    }

    .inner-content-font-box {
        margin-bottom: 15px;
    }

    .inner-content-font-box-inside a {
        position: relative;
        bottom: 0;
        right: 0;
    }
}

@media (max-width:767px) {
    .mg-r15, .mg-l15 {
        margin-right: 0;
        margin-left: 0;
    }
}

/** 修改增加下拉的nav **/

.sub-menu-arrow:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 10px;
    background-image: url(../images/arrow_r.svg);
    margin: 0;
    right: 15px;
    top: 20px;
}

.sub-menu {
    background: #ffffff;
    position: absolute;
    width: 255px;
    right: -255px;
    top: 0;
}

.sub-menu {
    padding: 0;
}

    .sub-menu li {
        list-style-type: none;
    }

    .sub-menu a {
        color: #000000;
        display: block;
        width: 100%;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        /*padding: 8px 30px;*/
    }

        .sub-menu a:hover {
            width: 100%;
            color: #ffffff;
        }

    .sub-menu li:hover {
        background: #93002d;
        color: #ffffff;
    }

    .sub-menu li a:focus {
        background: #93002d;
        color: #fff;
        border: 2px dashed #9E844A;
    }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #94002D;
}

.dropdown-menu {
    border-radius: 0;
    width: 280px;
}

    .dropdown-menu li a {
        font-size: 1rem;
    }

.dropdown-item {
    /*padding: 10px 30px;*/
    white-space: normal !important;
}

.dropdown-menu {
    margin-top: 0;
}

    .dropdown-menu .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu .dropdown .dropdown-menu {
        left: 100%;
        top: 0%;
        margin: 0 30px;
        border-width: 0;
    }

        .dropdown-menu .dropdown .dropdown-menu.left {
            right: 100%;
            left: auto;
        }

    .dropdown-menu > li a:hover,
    .dropdown-menu > li.show {
        background: #94002D;
        color: #ffffff;
    }

        .dropdown-menu > li.show > a {
            color: #ffffff;
        }

.dropdown-toggle:hover::after {
    color: #9E844A;
}

.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    content: "";
    background-image: url(/Other/www.fisc/Content/images/arrow_red_a.svg);
    width: 11px;
    height: 8px;
    left: 5px;
}

.dropdown-toggle:hover::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: relative;
    content: "";
    background-image: url(/Other/www.fisc/Content/images/arrow_red_b.svg);
    width: 11px;
    height: 8px;
    left: 5px;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 0;
        border: 1px solid #ECECEC;
    }
}

@media (max-width:1399px) {
    .sub-menu {
        width: 230px;
        right: -230px;
    }

    .dropdown-menu {
        width: 230px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -68px;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu .sub-menu {
            left: 228px;
        }
}

@media (max-width:1199px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -94px;
    }
}


@media (max-width: 991px) {
    .dropdown-toggle::after, .dropdown-toggle:focus::after, .dropdown-toggle:hover::after {
        position: absolute;
        right: 15px;
        left: initial;
    }

    .dropdown-menu {
        width: 100%;
    }

    .dropdown-menu {
        border: 0;
        border-bottom: 1px solid #ECECEC;
        padding: 0 0;
    }

    .dropdown-toggle:hover::after {
        color: #ffffff;
    }

    .sub-menu li a:focus {
        border: 0;
    }

    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-bottom: 1px solid #ececec;
    }

    .sub-menu-arrow:after {
        color: #93002d;
        top: 22px;
    }

    .dropdown-item, .sub-menu a {
        background-color: #f5f5f5;
    }

    .dropdown-item {
        padding: 8px 45px;
    }

    .sub-menu a {
        /*padding: 8px 65px;*/
    }

    .mobile-none, .dropdown-toggle::after {
        display: none !important;
    }
}

/** 控制開關 **/

@media (min-width:767px) {
    #sidebar .collapse:not(.show) {
        display: block;
    }
}

@media (max-width:767px) {
    .sidebar-arrow:after {
        content: "－";
        display: block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 15px;
        content: "\f106";
        color: #ffffff;
        float: right;
    }

    .sidebar-arrow.collapsed:after {
        content: "＋";
        content: "\f107";
    }
}

.sidebar-inside-box h3 {
    font-size: 1rem;
    margin: 0 15px 0 0;
    border: 2px dashed rgba(255,255,255,0);
    line-height: 24px;
}

.acc-right-box h3 {
    color: #3D3D3D;
    font-size: 1rem;
    margin: 0;
    padding: 25px 40px 25px 25px;
    line-height: 1.9rem;
}

.acc-right-box .answer {
    padding: 25px;
    font-size: 1rem;
    border-top: 2px dashed #ECECEC;
}

.addColor {
    color: #9E844A;
}

.main-right-box h3 {
    color: #3D3D3D;
    font-size: 1rem;
    margin: 0;
    padding: 25px;
    line-height: 1.9rem;
}

#qa-sidebar .collapse:not(.show), #left-sidebar .collapse:not(.show) {
    display: none;
}

.sidebar-pd {
    padding: 20px 0;
}

.sidebar-inside-header {
    padding: 0 20px 0;
}

    .sidebar-inside-header a {
        display: block;
        color: #000;
        border: 2px dashed rgba(255,255,255,0);
    }

        .sidebar-inside-header a:active, .sidebar-inside-header .active {
            color: #9E844A;
        }

        .sidebar-inside-header a:focus {
            border: 2px dashed #9E844A;
        }

.inner-pd20 {
    padding: 0 20px;
}

.panel-collapse.show {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-inside-arrow, .acc-right-arrow, .acc-right-arrow2 {
    display: block;
}

.acc-right-arrow, .acc-right-arrow2 {
    border: 2px dashed rgba(255,255,255,0);
}


    .acc-right-arrow:focus, .acc-right-arrow2:focus {
        border: 2px dashed #9E844A;
    }

.sidebar-inside-arrow h3:after {
    content: "－";
    display: block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 15px;
    content: "\f106";
    color: #9b143f;
    float: right;
    margin: 0 -10px 0 0;
}

.acc-right-arrow h3:after, .acc-right-arrow2 h3:after {
    content: "－";
    display: block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 15px;
    content: "\f106";
    color: #9b143f;
    float: right;
    margin: 0 -10px 0 0;
}

.sidebar-inside-arrow.collapsed h3:after, .acc-right-arrow.collapsed h3:after,
.acc-right-arrow2.collapsed h3:after {
    content: "＋";
    content: "\f107";
}

.inside-sub-menu-box {
    line-height: 30px;
    font-size: 1rem;
    margin-bottom: 20px;
    margin: 0 15px 0 5px;
    list-style-type: none;
}

    .inside-sub-menu-box a {
        color: #000000;
        border: 2px dashed rgba(255,255,255,0);
    }

        .inside-sub-menu-box a.active, .inside-sub-menu-box a:hover, .inside-sub-menu-box a:active {
            color: #9E844A;
        }

        .inside-sub-menu-box a:focus {
            border: 2px dashed #9E844A;
        }

.qa-title, .main-title {
    display: flex;
    align-items: center;
    background-color: #93002d;
    height: 50px;
    font-size: 1rem;
    padding: 0 25px;
    color: #ffffff;
}

.acc-right-box:nth-child(even), .main-right-box:nth-child(even) {
    background-color: #F6F6F6;
}

.add-bg {
    background-color: #F6F6F6;
}

.control-box {
    text-align: right;
}

    .control-box button {
        border: 2px dashed rgba(255,255,255,0);
    }

        .control-box button:focus {
            outline: none;
            border: 2px dashed #9E844A;
        }

.control, .control2 {
    font-size: 0.9rem;
    background-color: #fff;
    border: 0;
    color: #000000;
    position: relative;
    margin: 5px 10px;
}

.openData {
    display: flex;
    height: 86px;
    align-items: center;
    justify-content: flex-end;
}

.openData-icon {
    display: block;
    width: 35px;
    height: 40px;
    margin: 0 15px;
    text-indent: -999em;
    background-image: url(/Other/www.fisc/Content/images/pdf_icon.svg);
}

.openData-excel {
    background-image: url(/Other/www.fisc/Content/images/Excel_icon.svg);
}

.openData-pdf {
    background-image: url(/Other/www.fisc/Content/images/pdf_icon.svg);
}

.openData-csv {
    background-image: url(/Other/www.fisc/Content/images/csv_icon.svg);
}

.openData-xml {
    background-image: url(/Other/www.fisc/Content/images/xml_icon.svg);
}

.openData-txt {
    background-image: url(/Other/www.fisc/Content/images/txt_icon.svg);
}

@media (max-width:991px) {
    .acc-right-box h3 {
        color: #3D3D3D;
        margin: 0;
        padding: 25px 25px 25px 15px;
    }

    .acc-right-box .answer {
        padding: 25px 10px;
    }
}

@media (max-width:767px) {
    .openData {
        justify-content: center;
    }
}

.contact-box, .gray-box {
    background: #F9F9F9;
    padding: 30px;
    font-size: 1rem;
}

    .contact-box .mb-3 textarea.form-control {
        height: 150px;
    }

span {
    color: #000000;
}

.symbol br {
    display: none;
}

.symbol::before {
    content: "＊";
    color: #9E844A;
    position: absolute;
    margin: 3px 0 0 -15px;
}

.form-control-contact, .form-control-box {
    font-size: 0.9rem;
    border-radius: 0;
    height: 40px;
    padding: 0 5px;
}

.brown-color {
    color: #9E844A;
}

.number {
    width: 50px;
    border: 0;
    text-align: center;
    color: #9E844A;
}

.captcha {
    display: flex;
    align-items: center;
    height: 40px;
}

    .captcha a {
        display: block;
        width: 125px;
        text-align: center;
    }

.brown-bt {
    width: 210px;
    border-radius: 0;
    background-color: #9E844A;
    border: 0;
    height: 45px;
    color: #ffffff;
    font-size: 1rem;
}

.width-auto {
    width: auto;
}

.brown-bt:hover, .brown-bt:active {
    color: #ffffff;
    background-color: #8c6e32 !important;
    border-color: #8c6e32 !important;
}

.brown-bt:focus {
    outline: 0;
    background-color: #8c6e32 !important;
    border: 2px dashed #8c6e32 !important;
    box-shadow: 0 0 0 0.2rem rgba(158, 132, 74,.25) !important;
}

.btn-box {
    display: flex;
    justify-content: flex-end;
}

.gray-bt {
    width: 210px;
    border-radius: 0;
    background-color: #979797;
    border: 0;
    height: 45px;
    color: #ffffff;
    font-size: 1rem;
    margin-right: 5px;
}

    .gray-bt:hover, .gray-bt:active {
        color: #ffffff;
        background-color: #666666 !important;
        border-color: #666666 !important;
    }

    .gray-bt:focus {
        color: #ffffff;
        background-color: #666666 !important;
        border-color: #666666 !important;
        box-shadow: 0 0 0 0.2rem rgba(151, 151, 151,.25) !important;
    }

    .gray-bt:focus {
        outline: 0;
        border: 2px dashed #ffffff;
        box-shadow: 0 0 0.2rem rgba(158, 132, 74,.25);
        background: #979797;
    }

@media (max-width:991px) {
    .contact-box, .gray-box {
        padding: 15px;
    }

    .brown-bt, .gray-bt {
        width: 100%;
    }

    .gray-bt {
        margin-bottom: 15px;
    }

    .captcha {
        margin: 10px auto;
    }

    .btn-box {
        display: block;
    }

    .symbol br {
        display: block;
    }
}

/** print **/
@media print {
    header, nav, aside, footer, .background-title-img,
    .inner-content-box-line, .goTotop, form, .pagination, .film_icon {
        display: none;
    }

    .inside-img-box, .openData {
        justify-content: flex-start;
    }

    .openData-icon {
        text-indent: initial;
    }

    .news-img img {
        min-width: 100%;
    }
}

@page {
    size: A4 portrait;
    margin: 1cm;
}
/** print **/


.date-left {
    padding-left: 0;
    padding-right: 5px;
}

.date-right {
    padding-right: 0;
    padding-left: 5px;
}

.select-left {
    padding-right: 5px;
}

.select-right {
    padding-left: 5px;
}

.input-daterange input:first-child {
    border-radius: 0;
}

.select {
    width: 50%;
}

.datepicker-days {
    font-size: 0.9rem;
}

.datepicker table {
    margin: 5px auto;
}

.datepicker .datepicker-switch {
    width: 100%;
}

.datepicker table tr td, .datepicker table tr th {
    width: 32px !important;
    height: 32px !important;
}

    .datepicker table tr td.today, .datepicker table tr td.today.focused {
        background-color: #EEEEEE;
        border-color: #dddddd;
    }

        .datepicker table tr td.today:hover {
            border-color: #dddddd;
            background-color: #EEEEEE;
        }

.mg-b-s {
    margin-bottom: 15px;
}

.search-title {
    padding: 0 25px 15px;
    border-bottom: 1px solid#D8D8D8;
    font-size: 0.9rem;
    color: #3D3D3D;
}

.red {
    color: #9B143F;
}

.search-condition-a, .search-condition-a:hover {
    border: 2px dashed rgba(255,255,255,0);
    display: block;
    color: #000000;
}

    .search-condition-a:active {
        border: 2px dashed #8c6e32;
    }

.search-condition {
    padding: 10px 5px;
    border-bottom: 1px dashed #C1C1C1;
}

    .search-condition:nth-child(6) {
        border-bottom: 0;
        margin-bottom: 50px;
    }

        .search-condition:nth-child(6):focus {
            border-bottom: 0;
            margin-bottom: 50px;
            border: 2px dashed #8c6e32;
        }

    .search-condition p {
        font-size: 1rem;
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 25px;
    }

.search-condition-tag {
    font-size: 0.8rem;
    border: 1px solid #C1C1C1;
    border-radius: 10px;
    padding: 6px 10px;
    margin-bottom: 5px;
}

.search-condition h3 {
    font-size: 1.1rem;
    color: #9b143f;
    font-weight: 600;
    margin: 10px 0 5px;
    line-height: 23px;
}

.date {
    font-size: 0.9rem;
    color: #555555;
}

.pagination-arrow {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #CECECE;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 2px;
    justify-content: center;
    border-radius: 0px !important;
}

.pagination-number {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
    margin: 2px;
    border: 1px solid #cecece;
    font-size: 0.9rem;
}

    .pagination-number:hover, .pagination-number.active {
        background-color: #8c6e32;
        color: #ffffff;
    }

.pagination {
    flex-wrap: wrap;
}

.date-icon {
    content: "";
    background-image: url(/Other/www.fisc/Content/images/departure_date.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.right-25 {
    right: 15px;
}

.input-daterange input {
    text-align: left;
}

.form-check-box {
    display: inline-block;
    margin-right: 10px;
}

.ellipsis-3 { /** 內頁 限制三行 網站檢索 最新消息3-1 訊息宣導3-3 **/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    /*overflow: hidden;*/
    /*height: 75px;*/
}

@media (max-width:991px) {
    .date-left, .date-right {
        margin: 0 0 15px 0;
        width: 50%;
    }

    .date-left {
        padding-right: 5px;
    }

    .date-right {
        padding-left: 5px;
    }

    .datepicker-orient-right, .datepicker-orient-left {
        border: 0;
        border: 1px solid #ECECEC;
        padding: 0 0;
        width: 230px;
        position: absolute;
        left: 60px !important;
        margin: -10px 0 0;
    }

    .search-condition {
        padding: 30px 15px;
    }
}


/** timeline **/

.select-font-center-right {
    height: 40px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.label-font {
    margin: 0;
    width: 50px;
    text-align: right;
}

.timeline {
    border-left: 1px solid #ECECEC;
    color: #333;
    margin: 40px 0 0 100px;
    position: relative;
    padding: 0 24px;
    list-style: none;
}

    .timeline h3 {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .timeline p {
        margin-bottom: 20px;
        margin-right: 5px;
    }

.timeline-box {
    border-bottom: 1px dashed #ECECEC;
    margin: 0 0 20px 0;
}

.timeline-img-box {
    height: 120px;
    align-items: center;
    justify-content: center;
}

.timeline-img {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 2px;
}

.timeline .event {
    position: relative;
}

    .timeline .event::before, .timeline .event::after {
        position: absolute;
        display: block;
        top: -15px;
    }

    .timeline .event::before {
        left: -125px;
        color: #9E834C;
        content: attr(data-date);
        font-size: 36px;
        min-width: auto;
        font-weight: 700;
    }

    .timeline .event::after {
        left: -32px;
        background: #9B143F;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        content: "";
        top: 6px;
    }

@media (max-width: 1199px) {
    .timeline .event::before {
        font-size: 25px;
        left: -95px;
    }

    .timeline {
        margin: 40px 0 0 70px;
    }

    .timeline-box .col-md-8, .timeline-box .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .timeline .event::before {
        top: -6px;
    }
}

@media (max-width: 768px) {
    .timeline {
        margin: 70px 15px 0;
    }

        .timeline .event::before {
            font-size: 36px;
            top: -55px;
            left: 50%;
            margin-left: -40px;
        }

    .timeline-box:last-child {
        margin-bottom: 60px;
    }
}

/** timeline **/

/** profile-detail1-5 **/
.timeline-tab-img img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 0 0 0 .25rem;
}

.nav-pills .profile-tab .nav-link, .nav-pills .profile-tab .nav-link:hover {
    padding: .5rem 0 0;
}

    .nav-pills .profile-tab .nav-link.active, .nav-pills .profile-tab .show > .nav-link, .nav-pills .profile-tab .nav-link a {
        color: #fff;
        background-color: #9B143F;
    }

    .nav-pills .profile-tab .nav-link:focus {
        border-top: 2px dashed rgba(255,255,255,1);
        border-bottom: 2px dashed rgba(255,255,255,1);
        border-left: 2px dashed rgba(255,255,255,1);
        border-right: 0;
    }

.nav-pills .profile-tab .nav-link {
    text-align: center;
    color: #fff;
    background-color: #9E844A;
}

.profile-tab {
    margin-bottom: 15px;
}

.profile-tab-content {
    border: 1px solid #ECECEC;
}

.profile-list {
    color: #3D3D3D;
    margin: 15px;
    padding: 25px;
}

    .profile-list .time {
        font-size: 0.9rem;
        line-height: 1.9rem;
        margin-bottom: 0;
        font-weight: 600;
        text-align: right;
        margin-right: 20px;
    }

    .profile-list:nth-child(even) {
        background-color: #F6F6F6;
    }

.border-left-red {
    border-left: 5px solid #93002d;
}

.border-inside-box {
    border: 2px solid #ECECEC;
    border-left: 0px;
    margin: 0;
    padding: 35px 20px;
}

.nav-pills .profile-tab .nav-link {
    border-radius: .25rem;
    border: 2px dashed rgba(255,255,255,0);
}

    .nav-pills .profile-tab .nav-link, .nav-pills .profile-tab .nav-link:hover {
        padding: .5rem 0;
    }

        .nav-pills .profile-tab .nav-link.active::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #9b143f transparent transparent transparent;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin: 0 0 0 -10px;
        }

.profile-list {
    margin: 0;
}


@media (min-width:768px) {
    .profile-detail-tab > .col-md-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }

    .profile-detail-tab > .col-md-11 {
        flex: 0 0 90%;
        max-width: 90%;
    }
}


@media (max-width:767px) {
    .profile-tab {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .profile-list .time {
        text-align: left;
    }
}

/** profile-detail1-5 **/


/** careers **/

.noDataYet {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    flex-wrap: nowrap;
}

    .noDataYet span {
        margin: 0 30px;
        font-weight: 700;
    }

@media (max-width:991px) {
    .noDataYet {
        height: 150px;
    }
}

/** careers **/


/** news-default **/

.select-font-center-right-news {
    height: 40px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.select-news {
    display: flex;
    flex-wrap: nowrap;
    /*margin: 10px 0;*/
}

    .select-news .news-label-font {
        width: 40%;
        height: 40px;
        display: flex;
        align-items: center;
        margin: 0 10px 0 0;
        justify-content: flex-end;
    }

.img-news_banner {
    background-image: url("/Content/images/3_0banner.jpg");
}

.news-item {
    margin: 0 15px;
    border-radius: 0;
    padding: 0;
}

    .news-item .card-body {
        padding: 20px 15px 10px;
    }

.news-img {
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-item-title {
    position: absolute;
    color: #ffffff;
    background-color: rgba(155, 20, 63, 0.8);
    width: 100%;
    text-align: center;
    padding: 15px 0;
    height: 50px;
    font-size: 1rem;
    top: 150px;
}

.news-item-link {
    border: 2px dashed rgba(255,255,255,0);
    font-size: 1rem;
    display: block;
    color: #000000;
    margin-bottom: 10px;
}

.round-b {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9E844A;
    display: inline-block;
    margin: 0 5px;
}

.news-item:nth-child(1) {
    margin-left: 0;
}

.news-item:nth-child(3) {
    margin-right: 0;
}

.more {
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    float: right;
    border: 2px dashed rgba(255,255,255,0);
    padding-left: 2px;
}

.arrow_b {
    content: "";
    width: 5px;
    height: 9px;
    background-image: url(/Other/www.fisc/Content/images/arrow_b.svg);
    margin: 0 2px 0 5px;
    float: right;
}

.news-ellipsis-p { /** 內頁 限制行數 最新消息3-0 **/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    line-height: 24px;
    height: 26px;
}

.news-label-font {
    margin: 0 0 0 5px;
    text-align: right;
}

.news-link {
    font-size: 0.9rem !important;
}

    .news-link a {
        border: 2px dashed rgba(255,255,255,0);
        text-decoration: underline;
    }

        .news-link a:focus {
            border: 2px dashed #9E844A;
        }

.news-inner-title {
    font-size: 1.8rem;
    color: #9b143f;
    font-weight: 600;
}

.news-inner-top {
    padding: 0;
    margin: 30px 0;
    height: 100px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}

.news-next p {
    margin-bottom: 5px;
}

.news-next {
    margin: 50px 0 30px;
    font-size: 1rem;
    background: #ECECEC;
    padding: 22px 30px;
    font-weight: 600;
}

    .news-next a {
        border: 2px dashed rgba(255,255,255,0);
        text-decoration: underline;
        color: #000000;
    }

        .news-next a:focus {
            text-decoration: underline;
            color: #000000;
            border: 2px dashed #9E844A;
        }

@media (max-width:991px) {
    .news-item {
        margin: 0 0 15px;
        min-width: 100%;
    }

        .news-item:nth-child(3) {
            margin-right: 0;
            margin-bottom: 0;
        }

    .news-label-font {
        margin: 0 0 0 15px;
        text-align: right;
    }

    .news-inner-top {
        padding: 20px 0 0;
        height: auto;
    }
}

@media (max-width:767px) {
    .select-font-center-right-news {
        height: auto;
    }

    .select-news .news-label-font {
        justify-content: flex-start;
    }
}

@media (max-width:991px) and (min-width:374px) {
    .news-img img {
        min-width: 100%;
    }
}

/** news-default **/

/** knowledge **/

.knowledge {
    margin: 30px 0 0;
}

    .knowledge:first-child {
        margin: 0;
    }

.img-knowledge_banner {
    background-image: url("/Content/images/4_0banner.jpg");
}

.knowledge-inner-content-font-fix {
    padding: 0 0 30px;
}

    .knowledge-inner-content-font-fix h3 {
        font-size: 1.1rem;
        font-weight: 800;
    }

.knowledge-inner-content-font-box {
    border: 2px solid #ECECEC;
    margin: 0 auto;
}

.knowledge-inside-img-box {
    width: 100%;
    padding: 15px 0 15px 15px;
    text-align: center;
}

    .knowledge-inside-img-box img {
        max-width: 100%;
    }

.knowledge-link-box {
    margin-top: 20px;
}

    .knowledge-link-box a {
        position: relative;
        font-size: 1rem;
        bottom: 0;
        right: 0;
        text-decoration: underline;
        display: block;
        margin-bottom: 10px;
    }

.knowledge-quarterly {
    padding: 15px;
    outline: none;
}

    .knowledge-quarterly.active {
        border: 1px solid #999;
    }

    .knowledge-quarterly img {
        margin: 0 auto;
        height: 305px;
        max-width: 100%;
    }

    .knowledge-quarterly p {
        margin: 10px 20px 25px;
    }

.slider-for {
    outline: none;
}

@media(max-width:991px) {
    .knowledge-inside-img-box img {
        width: 100%;
    }
}

/** 圖片focuse **/
.slick-center {
    color: #9E834C;
}

    .slick-center .knowledge-quarterly {
        border: 1px solid #D4D4D4;
        padding: 15px 15px 0;
    }

.slider-nav .slick-next:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/Other/www.fisc/Content/images/slick_circle_arrow_r.svg);
    left: 0;
    top: 0;
    border-radius: 50%;
}

.slider-nav .slick-prev:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/Other/www.fisc/Content/images/slick_circle_arrow_l.svg);
    left: 0;
    top: 0;
    border-radius: 50%;
}

.slider-nav .slick-prev, .slider-nav .slick-next {
    width: 44px;
    height: 44px;
}

    .slider-nav .slick-next:hover:before, .slider-nav .slick-next:focus:before {
        background-image: url(/Other/www.fisc/Content/images/slick_circle_arrow_r_hover.svg);
    }

    .slider-nav .slick-prev:hover:before, .slider-nav .slick-prev:focus:before {
        background-image: url(/Other/www.fisc/Content/images/slick_circle_arrow_l_hover.svg);
    }

.slick-center .knowledge-quarterly::after {
    content: "";
    width: 20px;
    height: 13px;
    background-image: url(/Other/www.fisc/Content/images/arrow_down_border.svg);
    display: block;
    margin: -13px auto;
}

.slider-for-box {
    padding: 5px;
    border: 1px dashed rgba(255,255,255,0);
}

    .slider-for-box a:hover {
        text-decoration: underline;
    }

    .slider-for-box:focus {
        outline: none;
        border: 1px dashed #8c6e32 !important;
    }

.video-release {
    margin: 10px 0;
}

    .video-release a {
        display: block;
        border: 2px dashed rgba(255,255,255,0);
    }

        .video-release a:focus {
            border: 2px dashed #9E844A;
        }

.video-release-img {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .video-release-img img {
        max-width: 100%;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 10px 0;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video {
    width: 100%;
    height: auto;
    border: 0;
}

.video-release-date, .img-release-date {
    color: #555555;
}

.video-release-title {
    color: #000000;
    font-size: 1rem !important;
    font-weight: 600;
    border: 2px dashed rgba(255,255,255,0);
    margin: 0 !important;
}

.film_icon {
    width: 40px;
    height: 40px;
    background-image: url(/Other/www.fisc/Content/images/film_icon.svg);
    position: absolute;
    left: 50%;
    margin: 0 0 0 -10px;
}

.a-more {
    font-size: 0.8rem;
    position: absolute;
    bottom: 15px;
    right: 20px;
    border: 2px dashed rgba(255,255,255,0);
    color: #8c6e32 !important;
}

.img-upload img {
    width: 100%;
    margin: 15px 0;
}

@media (max-width:1199px) {
    .knowledge-inside-img-box img {
        height: auto;
    }

    .knowledge-inside-img-box {
        display: block;
    }
}

@media (max-width:991px) {
    .knowledge-inside-img-box {
        padding: 15px 15px 0 15px;
    }

    .video-release-img img {
        min-width: 100%;
    }

    .a-more {
        position: relative;
        bottom: 0;
        right: 0;
        color: #8c6e32 !important;
        float: left;
    }
}

/** knowledge **/


/** shopping list **/

.shopping-list {
    padding: 25px;
}

    .shopping-list a {
        display: block;
        border: 2px dashed rgba(255,255,255,0);
    }

        .shopping-list a:focus {
            border: 2px dashed #8c6e32;
        }

.shopping-ellipsis-title { /** 內頁 限制行數 採購公告 **/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    max-height: 48px;
    line-height: 24px;
}

.shopping-list h3 {
    color: #3D3D3D;
    font-size: 1rem;
    margin: 5px 5px 0;
}

.shopping-list p {
    margin-bottom: 0;
}

.shopping-list:nth-child(odd) {
    background-color: #F6F6F6;
}

/** shopping list **/

/** business **/

.img-business_banner {
    background-image: url("/Content/images/2_0banner.jpg");
}

.inline-link a {
    position: relative;
    bottom: -5px;
    float: right;
    right: 0;
    height: 18px;
    line-height: 0;
    padding: 1px;
}

.business-list:nth-child(odd) {
    background-color: #F6F6F6;
}

.business-list h3 {
    color: #3D3D3D;
    font-size: 1rem;
    margin: 0;
    line-height: 1.9rem;
    padding: 25px;
}

.business-tab {
    margin: 0 0 15px;
    padding: 0 5px;
}

.nav-pills .business-tab .nav-link.active, .nav-pills .business-tab .show > .nav-link,
.nav-pills .business-tab .nav-link a {
    color: #fff;
    background-color: #9B143F;
    border: 2px dashed rgba(255,255,255,0);
}

.nav-pills .business-tab .nav-link {
    text-align: center;
    color: #fff;
    background-color: #9E844A;
    border: 2px dashed rgba(255,255,255,0);
}

    .nav-pills .business-tab .nav-link, .nav-pills .business-tab .nav-link:hover {
        padding: .5rem 0rem;
    }

        .nav-pills .business-tab .nav-link.active::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #9b143f transparent transparent transparent;
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin: 0 0 0 -10px;
        }

        .nav-pills .business-tab .nav-link:focus {
            border: 2px dashed #ffffff;
        }

.business-list-acc h3 {
    color: #3D3D3D;
    font-size: 1rem;
    margin: 0;
    padding: 0px 40px 0px 25px;
    line-height: 1.9rem;
    background-color: #F6F6F6;
}

.business-list-acc .answer {
    padding: 25px;
    font-size: 1rem;
    border-top: 2px dashed #ECECEC;
    background-color: #FFFFFF;
}

.business-list-acc:nth-child(odd) {
    /*background-color: #F6F6F6;*/
}

@media (min-width:991px) and (max-width:1199px) {
    .business-tab {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width:991px) {
    .inline-link a {
        bottom: 0;
        float: left;
        right: 0;
    }

    .business-box .business-tab {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

/** business **/

/** service **/

.search-bank {
    padding: 30px 0;
    font-size: 1rem;
}

.service-table {
    padding: 10px 0 0;
    font-size: 1rem;
}

.search-bank table, .search-bank table thead tr, .search-bank table thead th,
.search-bank table tbody td, .service-table-light table, .service-table-light table thead tr,
.service-table-light table thead th, .service-table-light table tbody td,
.service-table-light-bank table, .service-table-light-bank table thead tr, .service-table-light-bank table thead th,
.service-table-light-bank table tbody td {
    border: 1px solid #ECECEC;
    text-align: center;
    vertical-align: middle;
}

.service-table table, .service-table table thead tr, .service-table table thead th,
.service-table table tbody td {
    border: 1px solid #979797;
    text-align: center;
    vertical-align: middle;
}

.search-bank table thead th, .service-table-light table thead th, .service-table-light-bank table thead th {
    background-color: #F9F9F9;
}

.service-table table thead th {
    background-color: #636363;
    color: #ffffff;
}

.service-table table tbody tr {
    background-color: #ffffff;
    color: #000000;
}

.service-table-light-bank tbody td {
    text-align: left !important;
}

.service-table-light table thead th:nth-child(odd) {
    width: 10%;
}

.service-table-light table thead th:nth-child(even) {
    width: 40%;
}

.service-table-light table tbody td:nth-child(even) {
    text-align: left;
}

.service-table-light a, .service-table-light-bank a {
    text-decoration: underline;
    border: 2px dashed rgba(255,255,255,0);
}

    .service-table-light a:focus, .service-table-light-bank a:focus {
        border: 2px dashed #9E844A;
    }

.map {
    display: block;
    border: 2px dashed rgba(255,255,255,0);
    padding-right: 10px;
}

    .map::after {
        width: 10px;
        height: 15px;
        content: "";
        background-image: url("/Other/www.fisc/Content/images/map.svg");
        display: inline-block;
        position: relative;
        top: 2px;
        left: 5px;
    }

.service-opendata {
    position: absolute;
    margin: -64px 0 0 0;
    right: 70px;
}

.result-box {
    background: #f9f9f9;
    margin: 25px 0 15px;
    padding: 15px;
    border: 1px solid #D4D4D4;
}

    .result-box span {
        font-weight: 800;
    }

    .result-box::before {
        content: "";
        width: 20px;
        height: 13px;
        background-image: url(/Other/www.fisc/Content/images/arrow_top_border.svg);
        float: left;
        margin: -28px 0 0 0;
    }

.service-p {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    line-height: 1.9rem !important;
}

.no-accordion {
    border-bottom: 2px dashed #ECECEC;
}

    .no-accordion .service-opendata {
        margin: 0 60px 0 0;
    }

.institution-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.institution-inner-box {
    width: 48%;
}

.institution-inner-or-box {
    padding: 2px;
    margin-top: 12px;
    text-align: center;
}

@media (min-width:768px) and (max-width:1199px) {
    .inline-link a {
        height: auto;
        line-height: 18px;
    }
}

@media (max-width:991px) {
    .service-opendata {
        position: relative;
        right: 0;
        margin: 0 auto;
    }

    .service-box .acc-right-header {
        padding-bottom: 10px;
    }
}

@media (max-width:767px) {
    .search-bank, .service-table, .service-table-light, .service-table-light-bank {
        white-space: nowrap;
    }

    .no-accordion .service-opendata {
        margin: 0;
    }
}
/** service **/


/** app **/

.app {
    padding: 10px;
    border: 2px solid #ECECEC;
}

.app-content h3 {
    margin: 5px 0px 10px;
    font-size: 1.1rem;
    font-weight: 800;
}

.app-content a {
    display: inline-block;
    border: 2px dashed rgba(255,255,255,0);
}

    .app-content a:focus {
        border: 2px dashed #9E844A;
    }

.app-img {
    max-width: 100%;
    height: auto;
}

@media (max-width:767px) {
    .app {
        padding: 3px;
    }

        .app .col-md-3 {
            flex: 0 0 32%;
            max-width: 32%;
        }

        .app .col-md-9 {
            flex: 0 0 68%;
            max-width: 68%;
            padding: 0 0 0 5px;
        }

    .app-content a img {
        border: 0;
        max-width: 100%;
    }

    .app-content a {
        border: 0 !important;
    }
}

/** site-map **/

.site-map {
    padding: 0 0 20px;
}

.site-map-title:first-child {
    margin-top: 0px;
}

.site-map-title {
    list-style-type: none;
    margin-top: 20px;
}

.site-map p {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.9rem;
}

/** border **/
.more-link-font, .ellipsis-box, .ellipsis-p, .breadcrumb-item a,
.slick-box a, .breadcrumb-item.active, .sidebar-title button,
.inside-box a, .inner-content-font-box-inside a, .sidebar-inside-box h3,
.sidebar-inside-header a, .acc-right-arrow, .acc-right-arrow2,
.inside-sub-menu-box a, .control-box button, .search-condition-a, .search-condition-a:hover,
.news-item-link, .more, .news-link a, .video-release a, .video-release-title, .a-more,
.nav-pills .business-tab .show > .nav-link, .nav-pills .business-tab .nav-link a,
.service-table-light a, .service-table-light-bank a, .map, .app-content a {
    border: 2px dashed rgba(255,255,255,0);
}

    a:focus, .breadcrumb-item a:focus, .content-box-line a:hover, .slick-box a:focus,
    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus, .slick-next:active,
    .button-box.focus, .button-box:focus, .inside-box a:focus, .inside-box a:focus,
    .inner-content-icon-box a:focus, .btn-group a:focus, .icon-round:focus, .btn.focus, .btn:focus,
    .inner-content-font-box-inside a:focus, .sub-menu li a:focus, .sidebar-inside-header a:focus,
    .acc-right-arrow:focus, .acc-right-arrow2:focus, .inside-sub-menu-box a:focus, .control-box button:focus,
    .brown-bt:focus, .news-link a:focus, .news-next a:focus, .video-release a:focus,
    .service-table-light a:focus, .service-table-light-bank a:focus, .app-content a:focus {
        border: 2px dashed #9E844A;
    }

@media (max-width:991px) {
    .control-box button:focus, .acc-right-arrow:focus, .acc-right-arrow2:focus,
    .btn.focus, .btn:focus, a:focus, .icon-round:focus, .inner-content-icon-box a:focus,
    .share-box .dropdown-item:focus, .btn-group a:focus, .footer-bottom-nav li a:focus,
    .footer-bottom a:focus, .video-release a:focus, .nav-pills .business-tab .nav-link:focus,
    .inner-content-font-box-inside a:focus, .service-table-light a:focus,
    .service-table-light-bank a:focus, .app-content a:focus, .slick-box a:focus, .breadcrumb-item a:focus,
    .inside-sub-menu-box a:focus, .sidebar-inside-header a:focus, .slick-next:hover, .slick-next:focus, .slick-next:active,
    .slick-prev:hover, .slick-prev:focus, .slick-prev:active,
    .nav-pills .profile-tab .nav-link.active, .nav-pills .profile-tab .show > .nav-link, .nav-pills .profile-tab .nav-link a {
        border: 2px dashed rgba(255,255,255,0);
        outline: none;
    }
}

.txtRight {
    text-align: right;
}

.image100 {
    width: 100%;
}

.flow_img640 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.flow_img870 {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}

.flow_img1170 {
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}

.justify {
    text-align: justify;
}

.business_join {
    width: 100%;
    font-size: 1rem;
    border: 1px solid #d2d2d2;
}

.business_th10 {
    width: 10%;
    text-align: center;
    padding: 15px;
    background: #ECECEC;
    border: 1px solid #d2d2d2;
    line-height: 1.9rem;
}

.business_th40 {
    width: 40%;
    padding: 15px;
    background: #ECECEC;
    border: 1px solid #d2d2d2;
    line-height: 1.9rem;
}

.business_td {
    padding: 15px;
    background: white;
    border: 1px solid #d2d2d2;
    line-height: 1.9rem;
}

/* Bootstrap5 */
.ml-n3 {
    margin-left: -1rem !important;
}

.breadcrumb-item {
    display: flex;
}

.badge {
    --bs-badge-color: #212529;
}

.col, [class*="col-"] {
    position: relative;
}