@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

:root {
    scroll-padding-top: 10rem;
}

.abimg-16n8 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 50%;
    overflow: hidden
}

.abimg-16n8 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%
}

.abimg-16n9 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 56.25%;
    overflow: hidden
}

.abimg-16n9 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%
}

.abimg-16n12 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 75%;
    overflow: hidden
}

.abimg-16n12 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%
}

.abimg-16n16 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 100%;
    overflow: hidden
}

.abimg-16n16 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%
}

*,
body {
    font-family: "Noto Sans TC", sans-serif;
    position: relative;
    z-index: 0
}

*:focus,
.btn:focus {
    outline: 2px #A06923 dashed;
    box-shadow: none
}

* a {
    color: #777777;
    transition: all ease .3s
}

* a:hover {
    text-decoration: none;
    color: #00aef0;
    transition: all ease .3s
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    letter-spacing: .5px
}

ul {
    list-style: none
}

.mh-500 {
    min-height: 500px
}

img {
    max-width: 100%
}

main {
    margin-top: 160px;
    padding-bottom: 1rem
}

main .slide {
    background-color: #fff
}

main .slide.noscript {
    display: none
}

main .slide input {
    display: none
}

main .slide .banner-data .item {
    transition: all ease-in-out 1.3s
}

main .slide .banner-data .item .banner-img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

main .slide .banner-data .item .banner-img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

main .slide .banner-data .dot-group {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

main .slide .banner-data .dot-group label {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(200, 200, 200, 0.5);
    margin-bottom: 0;
    cursor: pointer;
    transition: all ease .5s
}

main .slide .banner-data .dot-group label:not(:last-of-type) {
    margin-right: 5px
}

main .slide .banner-data .dot-group label:hover {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide .banner-data .nav-group {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

main .slide .banner-data .nav-group label {
    position: absolute;
    width: 20vw;
    height: 100%;
    display: none;
    top: 0;
    margin-bottom: 0;
    cursor: pointer
}

main .slide .banner-data .nav-group label::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease .3s;
    opacity: 0
}

main .slide .banner-data .nav-group label i {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2
}

main .slide .banner-data .nav-group label i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: "";
    width: 50px;
    height: 50px;
    background-color: rgba(0, 174, 240, 0.5);
    border-radius: 50%;
    z-index: 1
}

main .slide .banner-data .nav-group label i::before {
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

main .slide .banner-data .nav-group label:nth-of-type(odd) {
    left: 0
}

main .slide .banner-data .nav-group label:nth-of-type(odd)::before {
    background: linear-gradient(to left, #fff0, rgba(0, 0, 0, 0.55));
    background: -moz-linear-gradient(to left, #fff0, rgba(0, 0, 0, 0.55))
}

main .slide .banner-data .nav-group label:nth-of-type(even) {
    right: 0
}

main .slide .banner-data .nav-group label:nth-of-type(even) i {
    right: 80px;
    left: auto
}

main .slide .banner-data .nav-group label:nth-of-type(even)::before {
    background: linear-gradient(to right, #fff0, rgba(0, 0, 0, 0.55));
    background: -moz-linear-gradient(to right, #fff0, rgba(0, 0, 0, 0.55))
}

main .slide .banner-data .nav-group label:hover::before {
    opacity: 1
}

main .slide .banner-data .nav-group label:hover i::after {
    background-color: #00aef0
}

main .slide input:nth-of-type(1):checked~* .dot-group label:nth-of-type(1) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(1):checked~* *[data-item]:not([data-item*="1"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(1):checked~* .banner-nav-1 {
    display: block
}

main .slide input:nth-of-type(2):checked~* .dot-group label:nth-of-type(2) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(2):checked~* *[data-item]:not([data-item*="2"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(2):checked~* .banner-nav-2 {
    display: block
}

main .slide input:nth-of-type(3):checked~* .dot-group label:nth-of-type(3) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(3):checked~* *[data-item]:not([data-item*="3"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(3):checked~* .banner-nav-3 {
    display: block
}

main .slide input:nth-of-type(4):checked~* .dot-group label:nth-of-type(4) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(4):checked~* *[data-item]:not([data-item*="4"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(4):checked~* .banner-nav-4 {
    display: block
}

main .slide input:nth-of-type(5):checked~* .dot-group label:nth-of-type(5) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(5):checked~* *[data-item]:not([data-item*="5"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(5):checked~* .banner-nav-5 {
    display: block
}

main .slide input:nth-of-type(6):checked~* .dot-group label:nth-of-type(6) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(6):checked~* *[data-item]:not([data-item*="6"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(6):checked~* .banner-nav-6 {
    display: block
}

main .slide input:nth-of-type(7):checked~* .dot-group label:nth-of-type(7) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(7):checked~* *[data-item]:not([data-item*="7"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(7):checked~* .banner-nav-7 {
    display: block
}

main .slide input:nth-of-type(8):checked~* .dot-group label:nth-of-type(8) {
    background-color: #00AEF0;
    transition: all ease .3s
}

main .slide input:nth-of-type(8):checked~* *[data-item]:not([data-item*="8"]) {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all ease .3s
}

main .slide input:nth-of-type(8):checked~* .banner-nav-8 {
    display: block
}

@media screen and (max-width: 567px) {

    main .slide .banner-data .nav-group label i::before,
    main .slide .banner-data .nav-group label i::after {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    main .slide .banner-data .nav-group label:nth-of-type(even) i {
        right: 40px
    }

    main .slide .banner-data .nav-group label:nth-of-type(odd) i {
        left: 40px
    }

    main .slide .banner-data .dot-group label {
        width: 15px;
        height: 15px
    }
}

main article {
    padding: 1rem 0
}

main article.inner-title {
    padding: 30px 0;
    background: #fff
}

main article.inner-title .crumbs-group {
    margin-bottom: 1.5rem
}

main article.inner-title .crumbs-group ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 0
}

main article.inner-title .crumbs-group ul li a {
    display: block
}

main article.inner-title .crumbs-group ul li.active {
    color: #9C6E24
}

main article.inner-title .crumbs-group ul li+li {
    margin-left: .5rem
}

main article.inner-title h2 {
    color: #9C6E24;
    display: block;
    font-weight: 600;
    border-bottom: 4px solid #9C6E24;
    margin-bottom: 0;
    padding: 0 1rem 1rem .5rem
}

@media screen and (max-width: 991px) {
    main article.inner-title.inner-title .crumbs-group ul li.active {
        width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 991px) {
    main {
        margin-top: 60px
    }
}

#banner-slide .owl-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
    transition: all ease-out .35s
}

#banner-slide .owl-item.active::before {
    opacity: 0;
    transition: all ease-out .35s
}

#banner-slide .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 640px);
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

#banner-slide .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    background-color: #406bf7;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all ease .35s
}

#banner-slide .owl-nav button:focus {
    outline: 0
}

#banner-slide .owl-nav button span {
    font-size: 2rem;
    color: #fff;
    display: block;
    transform: translateY(-1px)
}

#banner-slide .owl-dots {
    position: absolute;
    bottom: .5rem;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center
}

#banner-slide .owl-dots .owl-dot {
    display: block
}

#banner-slide .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    transition: all ease .35s
}

#banner-slide .owl-dots .owl-dot:focus {
    outline: 0
}

#banner-slide .owl-dots .owl-dot.active span {
    background-color: #406bf7
}

@media screen and (min-width: 992px) {
    #banner-slide .owl-nav {
        padding: 0 1.5rem
    }

    #banner-slide .owl-nav button {
        opacity: .3
    }

    #banner-slide .owl-nav button:hover,
    #banner-slide .owl-nav button:focus {
        opacity: 1;
        transition: all ease-out .35s
    }

    #banner-slide .owl-nav button:focus {
        outline: 2px #A06923 dashed;
        box-shadow: none
    }

    #banner-slide .owl-dots .owl-dot:hover span,
    #banner-slide .owl-dots .owl-dot:focus span {
        background-color: #406bf7;
        transition: all ease-out .35s
    }

    #banner-slide .owl-dots .owl-dot:focus {
        outline: 2px #A06923 dashed;
        box-shadow: none
    }
}

@media screen and (max-width: 1680px) {
    #banner-slide .owl-nav {
        width: calc(100% - 420px)
    }
}

@media screen and (max-width: 1440px) {
    #banner-slide .owl-nav {
        width: calc(100% - 240px)
    }
}

@media screen and (max-width: 991px) {
    #banner-slide .owl-nav {
        width: 100%;
        padding: 0 .5rem
    }

    #banner-slide .owl-nav button {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    #banner-slide .owl-nav button span {
        font-size: 1.5rem
    }

    #banner-slide .owl-dots .owl-dot span {
        width: 14px;
        height: 14px
    }
}

footer {
    padding: 0;
    background-color: #1a1e21;
    color: #7e7e7e
}

footer .fatfooterBar-btn {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    z-index: 2;
    cursor: pointer
}

footer .fatfooterBar-btn span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) scaleY(-1);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 5px;
    opacity: 0;
    transition: all ease-out .3s
}

footer .fatfooterBar-btn span.trun-off {
    background-color: #ea5970;
    transform: translate(-50%, -50%) scaleY(1);
    opacity: 1;
    transition: all ease-out .3s
}

footer .fatfooterBar-btn span.trun-on {
    background-color: #406bf7
}

footer .fatfooterBar-btn:focus span {
    outline: 2px #A06923 dashed;
    box-shadow: none
}

footer .footer-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #333
}

footer .footer-top .other-link a {
    font-weight: 300;
    font-size: 1.125rem;
    color: #aaa;
    white-space: pre
}

footer .footer-top .other-link a+a {
    margin-left: 1.25rem
}

footer .footer-top .other-link a+a::before {
    position: absolute;
    left: -11px;
    top: 5px;
    width: 1px;
    height: 20px;
    background-color: #333;
    content: '';
    display: block
}

footer .footer-center {
    padding: 30px 0
}

footer .footer-center ul {
    list-style: none
}

footer .footer-center ul li {
    font-size: 18px;
    color: #7e7e7e
}

footer .footer-center ul li a {
    color: #7e7e7e;
    transition: all ease .3s
}

footer .footer-center ul li a:hover {
    color: #fff;
    transition: all ease .3s
}

footer .footer-bottom {
    font-size: 14px;
    padding: 0;
    background-color: #111315;
    color: #7e7e7e
}

footer .footer-bottom .copyright {
    color: #999;
    padding: 1.25rem 0;
    text-align: center
}

footer .footer-bottom .acc-img {
    display: block;
    padding: 10px 0
}

footer .footer-bottom .acc-img img {
    width: 150px;
    height: auto;
    display: inline-block
}

footer .footer-bottom .acc-img span {
    display: inline-block;
    color: #fff;
    margin-left: 5px
}

@media screen and (min-width: 992px) {
    footer .fafooterBar-btn:hover {
        background-color: #333
    }

    footer .footer-top .other-link a:hover {
        color: #9C6E24
    }
}

@media screen and (max-width: 991px) {
    footer {
        padding-top: 1rem;
        padding-bottom: 60px
    }

    footer .fatfooterBar-btn {
        display: none
    }

    footer .footer-top {
        flex-flow: column nowrap
    }
}

@media screen and (max-width: 639px) {
    footer .footer-top .other-link {
        text-align: center
    }
}

.fatfooter {
    padding: 1rem 0 2rem 0;
    background-image: linear-gradient(to top, #1a1e21 0%, #333 8%, #333 92%, #666 100%)
}

.fatfooter .top-block {
    margin-bottom: 1rem
}

.fatfooter .top-block .hospita-link {
    display: inline-block;
    color: #aaa;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #777
}

.fatfooter .bottom-block .fatfooter-link-item .header-link {
    display: block;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    color: #aaa;
    border-bottom: 1px solid #aaa
}

.fatfooter .bottom-block .fatfooter-link-item .link-text {
    color: #aaa;
    padding: .5rem 0;
    display: block
}

@media screen and (min-width: 992px) {
    .fatfooter .top-block .hospita-link:hover {
        background-color: #9C6E24;
        border-color: #9C6E24;
        color: #fff
    }

    .fatfooter .bottom-block .fatfooter-link-item .header-link:hover,
    .fatfooter .bottom-block .fatfooter-link-item .link-text:hover {
        color: #F6A90A;
    }
}

@media screen and (max-width: 991px) {
    .fatfooter {
        display: none
    }
}

#trun-btn:checked+label[for='trun-btn'] .trun-off {
    transform: translate(-50%, -50%) scaleY(-1);
    opacity: 0
}

#trun-btn:checked+label[for='trun-btn'] .trun-on {
    transform: translate(-50%, -50%) scaleY(1);
    opacity: 1
}

.scroll-top {
    position: fixed;
    top: 11rem;
    right: 320px;
    transform: translateX(150%);
    z-index: 98;
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.scroll-top .sticky {
    margin-bottom: 1rem
}

.scroll-top .sticky a {
    width: 180px;
    height: auto;
    display: block
}

.scroll-top .sticky a img {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 991px) {
    .scroll-top .sticky {
        display: none
    }
}

.scroll-top .link-block .item-link i {
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff
}

.scroll-top .link-block .item-link i[class*='phone'] {
    transform: scaleX(-1)
}

.scroll-top .link-block .item-link span {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 2px;
    width: 0;
    white-space: nowrap;
    transition: all ease .35s
}

.scroll-top .link-block .item-link:focus {
    outline: 0
}

.scroll-top.onapply {
    right: 140px
}

.scroll-top.onapply .sticky {
    display: none
}

@media screen and (min-width: 992px) {
    .scroll-top .link-block .item-link {
        position: absolute;
        right: -30px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        align-self: flex-end;
        width: 60px;
        height: 60px;
        line-height: 64px;
        text-align: center;
        border-radius: 5px;
        background-color: #333;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        transition: all ease .35s
    }

    .scroll-top .link-block .item-link::before,
    .scroll-top .link-block .item-link::after {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
        pointer-events: none;
        transition: all ease .35s
    }

    .scroll-top .link-block .item-link::before {
        background-image: linear-gradient(to top, #333 0%, #777 80%, #777 95%, #aaa 100%)
    }

    .scroll-top .link-block .item-link::after {
        background-image: linear-gradient(to right, #9C6E24, #ea5970);
        z-index: -1;
        opacity: 0
    }

    .scroll-top .link-block .item-link:hover,
    .scroll-top .link-block .item-link:focus {
        outline: 2px #A06923 dashed;
        box-shadow: none
    }

    .scroll-top .link-block .item-link:hover:not(:last-of-type),
    .scroll-top .link-block .item-link:focus:not(:last-of-type) {
        width: 210px
    }

    .scroll-top .link-block .item-link:hover::before,
    .scroll-top .link-block .item-link:hover::after,
    .scroll-top .link-block .item-link:focus::before,
    .scroll-top .link-block .item-link:focus::after {
        transition: all ease .35s
    }

    .scroll-top .link-block .item-link:hover::before,
    .scroll-top .link-block .item-link:focus::before {
        opacity: 0
    }

    .scroll-top .link-block .item-link:hover::after,
    .scroll-top .link-block .item-link:focus::after {
        opacity: 1
    }

    .scroll-top .link-block .item-link:hover span,
    .scroll-top .link-block .item-link:focus span {
        width: 150px;
        border-left: 1px dashed #fff;
        transition: all ease-out .35s
    }

    .scroll-top .link-block .item-link:nth-of-type(1) {
        top: 0px
    }

    .scroll-top .link-block .item-link:nth-of-type(2) {
        top: 66px
    }

    .scroll-top .link-block .item-link:nth-of-type(3) {
        top: 132px
    }

    .scroll-top .link-block .item-link:nth-of-type(4) {
        top: 198px
    }
}

@media screen and (max-width: 1440px) {
    .scroll-top {
        right: 180px
    }

    .scroll-top .sticky a {
        width: 120px
    }
}

.scroll-top.onapply {
    right: 60px
}

@media screen and (max-width: 991px) {
    .scroll-top {
        right: auto;
        top: auto;
        left: 0;
        bottom: 0;
        transform: translateX(0);
        width: 100%
    }

    .scroll-top .link-block {
        display: flex;
        flex-flow: row nowrap;
        width: 100%
    }

    .scroll-top .link-block .item-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row nowrap;
        height: 60px
    }

    .scroll-top .link-block .item-link:nth-of-type(1) {
        width: calc((100% - 60px) / 2);
        background-color: #406bf7
    }

    .scroll-top .link-block .item-link:nth-of-type(2) {
        width: calc((100% - 60px) / 2);
        background-color: #9C6E24
    }

    .scroll-top .link-block .item-link:nth-of-type(3) {
        width: 60px;
        background-color: #333
    }

    .scroll-top .link-block .item-link i {
        width: 60px;
        text-align: center
    }

    .scroll-top .link-block .item-link span {
        width: calc(100% - 60px);
        white-space: normal;
        padding: 0 1rem
    }
}

@media screen and (max-width: 480px) {
    .scroll-top {
        right: 1rem
    }
}

@media screen and (max-width: 400px) {

    .scroll-top .link-block .item-link:nth-of-type(1) i,
    .scroll-top .link-block .item-link:nth-of-type(2) i {
        display: none
    }

    .scroll-top .link-block .item-link span {
        width: 100%
    }
}

.title_header {
    margin-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-bottom: 1.25rem
}

.title_header::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    background-color: #ddd
}

.title_header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 5px;
    content: '';
    display: block;
    background-color: #406bf7
}

.title_header .icon {
    width: 35px;
    height: auto;
    margin-right: 1rem
}

.title_header h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0
}

.home-server {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.home-server .server-link {
    display: block;
    padding: 0 1rem;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-image: url("../images/index/server-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: calc((100% - 2rem) / 3);
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    overflow: hidden
}

.home-server .server-link span {
    font-size: 1.5rem;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.home-server .server-link::before,
.home-server .server-link::after {
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    transition: all ease .3s
}

.home-server .server-link::before {
    top: 0;
    left: -1rem;
    background-image: url("../images/index/server-home.png");
    width: 93px;
    height: 79px
}

.home-server .server-link::after {
    bottom: 0;
    right: 0;
    background-image: url("../images/index/server-lover.png");
    width: 38px;
    height: 33px
}

@media screen and (min-width: 992px) {

    .home-server .server-link:hover,
    .home-server .server-link:focus {
        background-image: url("../images/index/server-bg-h.png");
        border: 5px solid #248DDF
    }

    .home-server .server-link:hover span,
    .home-server .server-link:focus span {
        color: #fff;
        transform: translateY(-2.5px)
    }

    .home-server .server-link:hover::before,
    .home-server .server-link:hover::after,
    .home-server .server-link:focus::before,
    .home-server .server-link:focus::after {
        transition: all ease-out .35s
    }

    .home-server .server-link:hover::before,
    .home-server .server-link:focus::before {
        background-image: url("../images/index/server-home-h.png")
    }

    .home-server .server-link:hover::after,
    .home-server .server-link:focus::after {
        background-image: url("../images/index/server-lover-h.png")
    }
}

@media screen and (max-width: 639px) {
    .home-server .server-link {
        width: calc((100% - 1rem) / 2)
    }

    .home-server .server-link span {
        font-size: 1.125rem
    }
}

.often-button .item-link {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem
}

.often-button .item-link::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C6CACB;
    display: block;
    content: '';
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

.often-button .item-link .link-text {
    padding: .5rem;
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.often-button .item-link .link-text::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    background-color: #146814;
    display: block;
    content: '';
    border-radius: 10px;
    z-index: -1
}

.often-button .item-link .link-text::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(calc(-50% - 5px));
    width: calc(100% - 1rem);
    height: calc(100% - 1rem - 5px);
    background-color: #3a863a;
    display: block;
    content: '';
    border-radius: 10px;
    z-index: 1
}

.often-button .item-link .link-text::before,
.often-button .item-link .link-text::after {
    transition: all ease .3s
}

.often-button .item-link .link-text .link-img,
.often-button .item-link .link-text .link-t {
    z-index: 2;
    transition: all ease .3s
}

.often-button .item-link .link-text .link-img {
    padding: .5rem 0
}

.often-button .item-link .link-text .link-t {
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 1rem
}

.often-button .item-link:nth-of-type(2) .link-text::before {
    background-color: #9E5C10
}

.often-button .item-link:nth-of-type(2) .link-text::after {
    background-color: #8f7331
}

.often-button .item-link:nth-of-type(3) .link-text::before {
    background-color: #0E6EB8
}

.often-button .item-link:nth-of-type(3) .link-text::after {
    background-color: #406bf7
}

@media screen and (min-width: 991px) {

    .often-button .item-link:hover .link-text::after,
    .often-button .item-link:focus .link-text::after {
        transform: translate(-50%, -50%);
        height: calc(100% - 1rem);
        transition: all ease-out .35s
    }

    .often-button .item-link:hover .link-text .link-img,
    .often-button .item-link:hover .link-text .link-t,
    .often-button .item-link:focus .link-text .link-img,
    .often-button .item-link:focus .link-text .link-t {
        transform: translateY(5px);
        transition: all ease-out .35s
    }
}

.home-news .nav {
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.home-news .nav .nav-item .nav-link {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: .5rem 1.75rem;
    white-space: nowrap
}

.home-news .nav .nav-item .nav-link::before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    background-color: #9C6E24;
    height: 2px;
    width: 100%;
    opacity: 0;
    transition: all ease .3s
}

.home-news .nav .nav-item .nav-link.active {
    color: #9C6E24
}

.home-news .nav .nav-item .nav-link.active::before {
    opacity: 1;
    transition: all ease-out .35s
}

.home-news .nav .nav-item .nav-link:hover {
    color: #333
}

.home-news .nav .nav-item:first-of-type .nav-link {
    border-radius: 10px 0 0 0
}

.home-news .nav .nav-item:last-of-type .nav-link {
    border-radius: 0 10px 0 0
}

.home-news .nav .nav-item+.nav-item .nav-link {
    border-left: 0
}

@media screen and (min-width: 991px) {
    .home-news .nav {
        padding-top: 3px;
        padding-left: 3px
    }

    .home-news .nav .nav-item .nav-link:hover,
    .home-news .nav .nav-item .nav-link:focus {
        color: #9C6E24
    }

    .home-news .tab-content {
        padding: 0 3px
    }
}

.latestnews {
    padding: 1rem;
    background-color: #fff
}

.latestnews .item-news {
    display: flex;
    flex-flow: column;
    padding: 1rem 0;
    border-bottom: 2px solid #FFDA8E
}

.latestnews .item-news .link-news {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.25rem;
    color: #333;
    font-weight: 300
}

.latestnews .item-news .link-news i {
    color: #9C6E24
}

@media screen and (min-width: 992px) {

    .latestnews .item-news .link-news:hover,
    .latestnews .item-news .link-news:focus {
        color: #9C6E24
    }

    .latestnews .item-news .tag-block .tag-list:hover,
    .latestnews .item-news .tag-block .tag-list:focus {
        background-color: #59a9e7
    }
}

.tag-block {
    display: flex;
    flex-flow: row nowrap
}

.tag-block .tag-list,
.tag-block time,
.tag-block .file-list {
    display: block;
    color: #fff;
    padding: .25rem .75rem;
    font-weight: 300;
    letter-spacing: 2px
}

.tag-block .tag-list {
    background-color: #406bf7   
}

.tag-block time {
    background-color: #8f7331
}

.tag-block .file-list {
    background-color: #3a863a
}

@media screen and (min-width: 992px) {

    .tag-block .tag-list:hover,
    .tag-block .tag-list:focus {
        background-color: #59a9e7
    }
}

.share .icon-share {
    font-size: 2rem;
    display: inline-block;
    line-height: 1
}

.share .icon-share i {
    transition: all ease .3s
}

.share .icon-share i[class*='facebook'] {
    color: #3b5998
}

.share .icon-share i[class*='line'] {
    color: #00c300
}

.share .icon-share+.icon-share {
    margin-left: .5rem
}

@media screen and (min-width: 992px) {
    .share .icon-share:hover i {
        transition: all ease-out .35s
    }

    .share .icon-share:hover i[class*='facebook'] {
        color: #5476bd
    }

    .share .icon-share:hover i[class*='line'] {
        color: #0d0
    }
}

.down-data {
    margin-bottom: 2rem
}

.down-data h5 {
    color: #fff;
    background-color: #777;
    border-radius: 5px;
    font-weight: 400;
    padding: .25rem 1rem
}

.down-data ul {
    padding-left: 1rem
}

.down-data ul .textcont {
    margin-bottom: .5rem
}

.down-data ul .textcont a {
    display: inline-block;
    color: #333
}

@media screen and (min-width: 992px) {
    .down-data ul .textcont a:hover {
        color: #9C6E24
    }
}

.servicereceipt {
    padding: 1rem;
    background-color: #fff
}

.servicereceipt .leaflet-link {
    display: block
}

.servicereceipt .leaflet-link h4 {
    font-size: 1.25rem;
    font-weight: 300;
    transition: all ease .3s
}

@media screen and (min-width: 992px) {

    .servicereceipt .leaflet-link:hover h4,
    .servicereceipt .leaflet-link:focus h4 {
        color: #9C6E24;
        transition: all ease-out .35s
    }
}

@media screen and (max-width: 991px) {
    .servicereceipt .leaflet-link {
        margin-bottom: 30px
    }
}

.leaflet-info .leaflet-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem
}

.leaflet-info .leaflet-header h3 {
    color: #000
}

.leaflet-info .viewer {
    position: relative;
    cursor: pointer
}

.leaflet-info .viewer::before,
.leaflet-info .viewer::after {
    transition: all ease .3s
}

.leaflet-info .viewer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.leaflet-info .viewer::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    font-family: 'Font Awesome 5 Free';
    content: "\f00e";
    font-weight: 900;
    display: block;
    color: #fff;
    font-size: 3rem;
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

@media screen and (min-width: 992px) {

    .leaflet-info .viewer:hover::before,
    .leaflet-info .viewer:hover::after {
        visibility: visible;
        opacity: 1;
        transition: all ease-out .35s
    }

    .leaflet-info .viewer:hover::after {
        transform: translate(-50%, -50%) scale(1.2)
    }
}

.download-group {
    padding: 1rem;
    background-color: #fff
}

.download-group .item-download {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 2px solid #FFDA8E
}

.download-group .item-download .download-info {
    width: calc(100% - 9rem)
}

.download-group .item-download .download-info .download-header {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.25rem;
    color: #333;
    font-weight: 300
}

.download-group .item-download .download-info .download-header i {
    color: #9C6E24
}

.download-group .item-download .download-info .tag-block {
    display: flex;
    flex-flow: row nowrap
}

.download-group .item-download .download-info .tag-block .tag-list,
.download-group .item-download .download-info .tag-block time,
.download-group .item-download .download-info .tag-block .file-type {
    display: block;
    color: #fff;
    padding: .25rem .75rem;
    font-weight: 300;
    letter-spacing: 2px
}

.download-group .item-download .download-info .tag-block .tag-list {
    background-color: #406bf7
}

.download-group .item-download .download-info .tag-block time {
    background-color: #8f7331
}

.download-group .item-download .download-info .tag-block .file-type {
    display: block;
    background-color: #3a863a
}

.download-group .item-download .download-link {
    display: block;
    font-size: 1rem;
    padding: 10px 20px;
    background-color: #9C6E24;
    color: #fff
}

@media screen and (min-width: 992px) {

    .download-group .item-download .download-link:hover,
    .download-group .item-download .download-link:focus {
        background-color: #f8be45
    }

    .download-group .item-download .tag-block .tag-list:hover,
    .download-group .item-download .tag-block .tag-list:focus {
        background-color: #59a9e7
    }
}

@media screen and (max-width: 639px) {
    .download-group .item-download {
        flex-flow: column nowrap
    }

    .download-group .item-download .download-info {
        width: 100%;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee
    }

    .download-group .item-download .download-link {
        margin: auto
    }
}

.care-list-block {
    padding: 1rem;
    background-color: #fff
}

.care-list-block .item-care {
    display: flex;
    flex-flow: column;
    padding: 1rem 0;
    border-bottom: 2px solid #FFDA8E
}

.care-list-block .item-care .link-care {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.25rem;
    color: #333;
    font-weight: 300
}

.care-list-block .item-care .link-care i {
    color: #9C6E24
}

@media screen and (min-width: 992px) {

    .care-list-block .item-care .link-care:hover,
    .care-list-block .item-care .link-care:focus {
        color: #9C6E24
    }

    .care-list-block .item-care .tag-block .tag-list:hover,
    .care-list-block .item-care .tag-block .tag-list:focus {
        background-color: #59a9e7
    }
}

.service-list-block {
    background-color: #fff
}

.service-list-block .item-service {
    display: flex;
    flex-flow: column;
    padding: 1rem 0;
    border: 2px solid #FFDA8E;
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem
}

.service-list-block .item-service .link-service {
    display: block;
    font-size: 1.25rem;
    color: #333;
    font-weight: 300
}

.service-list-block .item-service .link-service i {
    color: #9C6E24
}

.service-list-block .item-service .link-service .tag-block {
    margin-top: 1rem
}

@media screen and (min-width: 992px) {
    .service-list-block {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .service-list-block .item-service {
        width: calc(50% - .5rem)
    }

    .service-list-block .item-service .link-service:hover,
    .service-list-block .item-service .link-service:focus {
        color: #9C6E24
    }

    .service-list-block .item-service .tag-block .tag-list:hover,
    .service-list-block .item-service .tag-block .tag-list:focus {
        background-color: #59a9e7
    }
}

.home-link .owl-carousel {
    padding: 0 5rem
}

.home-link .owl-carousel .owl-stage-outer .owl-item .item {
    padding: .25rem
}

.home-link .owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 0;
    z-index: -1
}

.home-link .owl-carousel .owl-nav .owl-prev,
.home-link .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 5px));
    width: 50px;
    height: 50px;
    background-color: #333;
    border-radius: 50%;
    transition: all ease .3s
}

.home-link .owl-carousel .owl-nav .owl-prev span,
.home-link .owl-carousel .owl-nav .owl-next span {
    font-size: 2rem;
    line-height: 1
}

.home-link .owl-carousel .owl-nav .owl-prev:focus,
.home-link .owl-carousel .owl-nav .owl-next:focus {
    outline: 0
}

.home-link .owl-carousel .owl-nav .owl-prev:active,
.home-link .owl-carousel .owl-nav .owl-next:active {
    background-color: #8f7331
}

.home-link .owl-carousel .owl-nav .owl-prev {
    left: 0
}

.home-link .owl-carousel .owl-nav .owl-next {
    right: 0
}

.home-link .link-item {
    display: block
}

@media screen and (min-width: 992px) {

    .home-link .owl-carousel .owl-nav .owl-prev:hover,
    .home-link .owl-carousel .owl-nav .owl-prev:focus,
    .home-link .owl-carousel .owl-nav .owl-next:hover,
    .home-link .owl-carousel .owl-nav .owl-next:focus {
        background-color: #9C6E24;
        transition: all ease-out .35s
    }

    .home-link .owl-carousel .owl-nav .owl-prev:focus,
    .home-link .owl-carousel .owl-nav .owl-next:focus {
        outline: 2px #A06923 dashed;
        box-shadow: none;
        color: #fff
    }
}

@media screen and (max-width: 480px) {
    .home-link .owl-carousel {
        padding: 0
    }
}

.link-noscript {
    display: none
}

.home-bg-lighten {
    background: #f7f7f7;
    border-top: 1px solid #eee
}

.more-btn {
    text-align: center
}

.more-btn a {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 20px
}

.more-btn a:focus {
    outline: #A06923 dashed
}

.modal-box .modal-dialog .modal-content .modal-header h5 {
    font-size: 24px;
    font-weight: 600
}

.modal-box .modal-dialog .modal-content .modal-body .box-img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.modal-box .modal-dialog .modal-content .modal-body .box-img img {
    width: 100%;
    max-width: 100%;
    height: 100%
}

.accesskey {
    color: #000
}

@media screen and (max-width: 991px) {
    .accesskey {
        display: none
    }
}

.page-info-gorup h3 {
    color: #000
}

.page-info-gorup .tag-block {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd
}

.page-info-gorup .tag-block .share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.page-info-gorup .tag-block .share.pos-static {
    position: static;
    top: auto;
    right: auto;
    transform: translate(0, 0)
}

.nav-btn-group .btn {
    padding: 10px 20px;
    font-weight: 300;
    border-radius: 0;
    font-size: 18px
}

@media screen and (max-width: 480px) {
    .nav-btn-group .btn {
        padding: 4px 14px
    }
}

.back_btn {
    text-align: center
}

.back_btn a {
    border-radius: 0;
    margin-right: 5px;
    padding: 10px 20px
}

.function-side-group .side-header {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
    font-weight: 400;
    color: #333;
    margin-bottom: 1rem;
    position: relative
}

.function-side-group .side-header::before {
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #9C6E24
}

.function-side-group .search-form {
    margin: 20px 0 40px
}

.function-side-group .search-form input {
    border: 1px solid #e6e6e6;
    background: #fff;
    width: 100%;
    padding: 10px 49px 10px 15px;
    outline: none !important;
    font-size: 18px;
    line-height: 17px;
    font-weight: 300;
    color: #777
}

.function-side-group .search-form input:focus {
    border-color: #9C6E24
}

.function-side-group .search-form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    height: 49px;
    z-index: 2;
    color: #fff;
    background-color: #9C6E24;
    transition: all ease .3s
}

.function-side-group .search-form button:focus {
    outline: none
}

.function-side-group .list-block li {
    margin-bottom: .5rem
}

.function-side-group .list-block li a {
    display: block;
    font-size: 1.125rem;
    color: #fff;
    padding: .75rem 2rem .75rem 1rem;
    background-color: #406bf7;
    background-image: url("../images/bg/asfalt-light.png");
    background-repeat: repeat;
    transition: all ease .3s
}

.function-side-group .list-block li a i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%)
}

.function-side-group .list-block li a.active {
    cursor: default;
    background-color: #9C6E24
}

@media screen and (min-width: 992px) {
    .function-side-group .search-form button:hover {
        background-color: #f8be45;
        transition: all ease-out .3s
    }

    .function-side-group .search-form button:focus {
        outline: 2px #A06923 dashed;
        box-shadow: none
    }

    .function-side-group .list-block li a:not(.active):hover {
        background-color: #59a9e7
    }
}

.archive-list_box {
    border-bottom: 2px solid #77778D;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative
}

.archive-list_box h3 {
    font-weight: 600;
    padding-right: 100px
}

.archive-list_box .other-list {
    width: 100%;
    display: block;
    margin: 5px 0
}

.archive-list_box .other-list span,
.archive-list_box .other-list a {
    color: #212121;
    display: inline-block;
    font-size: 18px
}

.archive-list_box .other-list span i,
.archive-list_box .other-list a i {
    margin-right: 10px
}

.archive-list_box .other-list span {
    margin-right: 10px
}

.archive-list_box .button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 15px 0
}

.archive-list_box .button a {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 10px 20px;
    font-weight: 300;
    border-radius: 0
}

.archive-list_box .button a:hover {
    background-color: #ec971f;
    border-color: #d58512
}

.question_group {
    width: 100%
}

.question_group ul {
    margin-bottom: 25px
}

.question_group ul li {
    display: inline-block;
    vertical-align: top
}

.question_group ul li:first-of-type {
    width: 30px;
    margin-top: 2px
}

.question_group ul li:last-of-type {
    width: calc(100% - 40px)
}

.question_group ul li:last-of-type h3 {
    font-size: 24px;
    font-weight: 600
}

.question_group ul li:last-of-type p {
    font-size: 18px;
    line-height: 36px;
}

.question_group ul li i {
    font-size: 1.7rem;
    color: #00aef0
}

.link-group {
    display: block
}

.link-group img {
    width: 100%;
    height: auto
}

.link-group>div {
    margin-bottom: 10px
}

.link-group h4 {
    font-size: 18px;
    color: #333;
    position: relative;
    font-weight: 400;
    clear: left;
    text-align: center
}

.about-group p.fs-20 {
    font-size: 20px;
    line-height: 1.5
}

.about-box-text {
    margin-bottom: 20px
}

.about-box-text .left {
    display: inline-block;
    width: 30px;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 5px
}

.about-box-text .left i {
    font-size: 25px;
    color: #00AEF0
}

.about-box-text .right {
    display: inline-block;
    width: calc(100% - 60px);
    color: #555
}

.about-box-text .right h4 {
    font-weight: bold;
    margin-bottom: 10px
}

.about-box-text .right p {
    font-size: 18px
}

.address-phone {
    margin-bottom: 30px
}

.address-phone .icon-map {
    float: left
}

.address-phone .icon-map i {
    color: #00AEF0;
    font-size: 25px
}

.address-phone .info {
    margin-left: 35px
}

.address-phone .info h3 {
    line-height: 1;
    margin-bottom: 20px
}

.address-phone .info p {
    font-size: 20px
}

.address-phone .info p a {
    margin-left: 15px
}

.address-phone .info p a i {
    font-size: 18px;
    margin-right: 5px;
    transform: scaleX(-1);
    transform: scaleX(-1)
}

.tag-group {
    display: none;
    margin-bottom: 25px
}

.tag-group ul {
    margin: 0;
    text-align: center
}

.tag-group ul li {
    display: inline-block;
    margin-bottom: 5px
}

.tag-group ul li a {
    display: block;
    padding: 5px 10px;
    background: #00AEF0;
    border-radius: 3px;
    color: #fff !important
}

@media screen and (max-width: 991px) {
    .tag-group {
        display: block
    }
}

.text_content {
    margin-bottom: 10px
}

.text_content h3 {
    font-weight: 600
}

.text_content p {
    font-size: 20px;
    line-height: 26px
}

.text_content p.title_text {
    font-weight: bold
}

.text_content p:not(.title_text) {
    margin-left: 40px
}

.text_content ul {
    font-size: 20px;
    padding-left: 48px
}

.text_content ul.disc {
    list-style: disc
}

.text_content ul li {
    margin-bottom: 10px
}

.text_content ol {
    padding-left: 48px;
    font-size: 24px
}

.text_content ol li a {
    display: block;
    padding: 0 0 0 26px;
    margin-left: -26px
}

.text_content ol li>ol {
    padding-left: 24px
}

.contact_table tbody {
    width: 100%
}

.contact_table tbody tr {
    width: 100%
}

.contact_table tbody tr td:nth-of-type(1) {
    width: 8%
}

.contact_table tbody tr td:nth-of-type(2) {
    width: 18%
}

.contact_table tbody tr td:nth-of-type(4) {
    width: 18%
}

.contact_table tbody tr td:nth-of-type(5) {
    width: 35%;
    word-break: break-all
}

.notdata {
    min-height: 500px;
    width: 100%;
    padding: 0 1rem
}

.notdata .data {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%)
}

.notdata .data img {
    width: 300px;
    height: auto;
    margin: auto;
    display: block
}

.notdata .data p {
    font-size: 1.5rem;
    padding: 0 1rem
}

@media screen and (max-width: 991px) {
    .notdata {
        min-height: 300px
    }

    .notdata .data img {
        width: 250px
    }
}

.apply-content * {
    color: #333
}

.apply-content .list-number li {
    font-weight: normal
}

.check_data input:disabled+label::after {
    color: #aaa
}

.check_data input:disabled+label::before {
    border: 1px solid #aaa
}

.check_data label {
    margin: 0;
    font-size: 1.125rem;
    padding-left: 1.8rem;
    color: #333;
    cursor: pointer
}

.check_data label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 3px;
    border: 1px solid #333;
    content: ""
}

.check_data label::after {
    position: absolute;
    left: 0.1875rem;
    top: 50%;
    font-size: .8rem;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 600;
    color: #fff;
    opacity: 0
}

.check_data label span {
    color: #aaa
}

.check_data.radio label::before {
    border-radius: 50%
}

.check_data.radio label::after {
    left: 0.275rem;
    font-size: .65rem
}

.check_data input:checked+label::after {
    opacity: 1
}

.check_data input:checked+label::before {
    background-color: #3a863a;
    border-color: #3a863a
}

.check_data input:disabled+label {
    cursor: auto
}

@media screen and (max-width: 480px) {
    .check_data label {
        font-size: 1.125rem
    }

    .check_data label::before {
        width: 1.125rem;
        height: 1.125rem
    }

    .check_data label::after {
        font-size: .65rem
    }
}

.picker__box .picker__header .picker__select--month,
.picker__box .picker__header .picker__select--year {
    padding: 0 .5em
}

#khzipcode [data-role='county'] select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none
}

.contact-group .contact-nav {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd
}

.contact-group .contact-nav a {
    margin-bottom: .5rem;
    background-color: #406bf7;
    color: #fff
}

.contact-group .contact-nav a:hover {
    border-color: #248DDF;
    outline: none
}

.contact-group .contact-nav a+a {
    margin-left: .5rem
}

.contact-group .contact-header {
    color: #248DDF;
    padding: .5rem 1rem;
    border: 2px solid #248DDF;
    border-radius: 10px
}

.contact-group .contact-body {
    margin-bottom: 1.5rem
}

.contact-group .contact-body .info-item {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: .5rem 0;
    min-height: 65px;
    overflow: hidden
}

.contact-group .contact-body .info-item .info-box {
    display: flex;
    flex-direction: row
}

.contact-group .contact-body .info-item .info-box * {
    color: #aaa
}

.contact-group .contact-body .info-item .info-box>* {
    padding: 0 1rem
}

.contact-group .contact-body .info-item .info-box .info-phone-block {
    display: flex;
    flex-direction: column
}

.contact-group .contact-body .info-item .info-box .info-phone-block span {
    display: block
}

.contact-group .contact-body .info-item .info-box .info-phone-block span+span {
    margin-top: .375rem
}

.contact-group .contact-body .info-item .info-box .info-phone-block i[class*='phone'] {
    transform: scaleX(-1)
}

.contact-group .contact-body .info-item .info-name {
    color: #3a863a;
    padding: 0 1rem;
    border-right: 1px solid #eee;
    margin-bottom: 0
}

.contact-group .contact-body .info-item .info-name i {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.contact-group .contact-body .info-item:first-of-type {
    border-radius: 10px 10px 0 0
}

.contact-group .contact-body .info-item:last-of-type {
    border-radius: 0 0 10px 10px
}

.contact-group .contact-body .info-item+.info-item {
    border-top: 0
}

@media screen and (min-width: 992px) {
    .contact-group .contact-nav a:hover {
        background-color: #196cad
    }
}

@media screen and (max-width: 991px) {
    .contact-group .contact-body .info-item {
        flex-flow: column nowrap;
        padding: 0;
        min-height: auto
    }

    .contact-group .contact-body .info-item .info-name {
        width: 100%;
        border-right: none;
        padding: .5rem;
        cursor: pointer
    }

    .contact-group .contact-body .info-item .info-name i {
        opacity: 1;
        visibility: visible
    }

    .contact-group .contact-body .info-item .info-name.active {
        background-color: #3a863a;
        color: #fff
    }

    .contact-group .contact-body .info-item .info-box {
        width: 100%;
        border-top: 1px solid #eee;
        flex-flow: row wrap;
        padding: .5rem;
        background-color: #F7F7F7;
        display: none
    }

    .contact-group .contact-body .info-item .info-box * {
        color: #777
    }

    .contact-group .contact-body .info-item .info-box>* {
        padding: .5rem 1rem
    }

    .contact-group .contact-body .info-item .info-box .info-phone-block {
        flex-flow: row wrap;
        padding: 0
    }

    .contact-group .contact-body .info-item .info-box .info-phone-block span {
        padding: .5rem 1rem
    }

    .contact-group .contact-body .info-item .info-box .info-phone-block span+span {
        margin-top: 0
    }
}

.step-group {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 2rem
}

.step-group .step-item::before {
    position: absolute;
    top: 50px;
    right: -4rem;
    width: 5rem;
    content: '';
    display: block;
    height: 1px;
    border-bottom: 2px dashed #bbb
}

.step-group .step-item:last-of-type::before {
    display: none
}

.step-group .step-item .step-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #bbb
}

.step-group .step-item .step-icon i {
    font-size: 2rem;
    color: #bbb
}

.step-group .step-item .step-icon i[class*='file-signature'] {
    transform: translateX(5px)
}

.step-group .step-item .step-text {
    margin-top: .5rem;
    text-align: center;
    color: #bbb
}

.step-group .step-item+.step-item {
    margin-left: 3rem
}

.step-group .step-item.active::before {
    border-color: #ea5970
}

.step-group .step-item.active .step-icon {
    border-color: #ea5970
}

.step-group .step-item.active .step-icon i {
    color: #ea5970
}

.step-group .step-item.active .step-text {
    color: #ea5970
}

.step-group .step-item.ok::before {
    border-bottom: 2px solid #ea5970
}

.step-group .step-item.ok .step-icon {
    border-color: #ea5970;
    background-color: #ea5970
}

.step-group .step-item.ok .step-icon i {
    color: #fff
}

.step-group .step-item.ok .step-text {
    color: #ea5970
}

@media screen and (max-width: 639px) {
    .step-group .step-item {
        width: 60px
    }

    .step-group .step-item::before {
        top: 30px
    }

    .step-group .step-item .step-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: 2px solid #bbb
    }

    .step-group .step-item .step-icon i {
        font-size: 1.375rem
    }

    .step-group .step-item .step-text {
        font-size: 14px
    }

    .step-group .step-item+.step-item {
        margin-left: 2rem
    }
}

.advanced-search {
    padding-bottom: 1rem;
    border-bottom: 1px solid #9C6E24
}

.advanced-search .form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-appearance: none
}

.advanced-search .form-control:focus {
    box-shadow: none
}

.advanced-search .time-select .main-t {
    width: 85px
}

.advanced-search .time-select select {
    width: calc(100% - 90px);
    background: url("../images/arrow.png") no-repeat right center transparent
}

.advanced-search .time-custom {
    display: none
}

.advanced-search .time-custom .main-t {
    width: 85px
}

.advanced-search .time-custom .main-t:nth-of-type(2) {
    margin-left: 18px
}

.advanced-search .time-custom .form-control {
    width: calc((100% - 100px * 2) / 2);
    background-color: #f7f7f7
}

.advanced-search .time-custom.show {
    display: block
}

.advanced-search .search-text .main-t {
    width: 85px
}

.advanced-search .search-text .form-control {
    width: calc(100% - 90px)
}

@media screen and (min-width: 992px) {
    .advanced-search .form-control:focus {
        border-color: #9C6E24;
        outline: 2px #A06923 dashed;
        box-shadow: none
    }
}

@media screen and (max-width: 639px) {
    .advanced-search .time-select select {
        width: calc(100% - 100px)
    }

    .advanced-search .time-custom .main-t:nth-of-type(2) {
        margin-left: 0
    }

    .advanced-search .time-custom .form-control {
        width: calc(100% - 100px);
        background-color: #f7f7f7
    }

    .advanced-search .time-custom .form-control:first-of-type {
        margin-bottom: 1rem
    }

    .advanced-search .search-text .form-control {
        width: calc(100% - 100px)
    }
}

.tabindex:focus {
    outline: 2px #A06923 dashed;
    box-shadow: none
}

/*# sourceMappingURL=layout.css.map */

/* 隱藏 input，但保留鍵盤可聚焦 */
.visually-hidden {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* label 的基本樣式 */
.radio-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}

/* 當鍵盤聚焦在 input 上時，讓相對應的 label 顯示外框 */
.visually-hidden:focus + .radio-label {
  outline: none;
  box-shadow: 0 0 0 3px #fbd485;
}

ul.info-box li{
    color: #70787d !important;
}

ul.info-box li i{
    color: #70787d !important;
}