﻿@charset "UTF-8";

header {
    height: 4.94791667vw;
    width: 100%;
    text-align: right;
    position: fixed;
    top: 0px;
    z-index: 100;
    background: white;
}

    header.sticky {
        border-bottom: 1px solid #fdd96b;
    }

    header img {
        padding: 1vw 0px 0.5208333vw 1.8vw;
        float: left;
        width: 14.4vw;
    }

    header img.pc_logo {
        display: block;
    }

    header img.moblie_logo {
        display: none;
    }

    header .moblie_menu_list {
        display: inline-block;
        margin: 0px;
        height: 100%;
        width: 50%;
        padding-right: 25.3vw;
        text-align: right;
        background-color: #736764;
        background: -webkit-gradient(linear, left top, right top, color-stop(62vw, white), color-stop(20vw, #736764)) !important;
        background: linear-gradient(to right, white 62vw, #736764 20vw) !important;
        position: relative;
        white-space: nowrap;
    }

    header .overflow_list {
        height: 100%;
    }

    header #moblie_menu_close_btn {
        display: none;
    }

    header ul {
        height: 100%;
        margin: 0px;
        /*display: inline-block;
        margin: 0px;
        height: 100%;
        width: 50%;
        padding-right: 25.3vw;
        text-align: right;
        background-color: #736764;
        background: -webkit-gradient(linear, left top, right top, color-stop(62vw, white), color-stop(20vw, #736764)) !important;
        background: linear-gradient(to right, white 62vw, #736764 20vw) !important;
        position: relative;
        white-space: nowrap;*/
    }

        header ul li {
            display: inline-block;
            min-width: 7%;
            text-align: center;
            height: 100%;
            position: relative;
            background-color: white;
            width: 9.75vw;
            white-space: normal;
            vertical-align: middle;
        }

            header ul li:hover .dropdown {
                display: block;
            }

            header ul li::before {
                content: '/';
                position: absolute;
                left: -4px;
                top: calc(50% - 10px);
                color: #ffd042;
            }
            header ul #moblie_menu_close_btn {
                display: none;    
            }
            header .moblie_list {
                display: none;    
            }
            header .logo {
                float: left;
            }

            header ul li:first-child::before{
                display: none;
            }

            header ul li.language {
                background-color: #fdd96b;
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
                position: absolute;
                right: 23.5%;
                width: auto;
            }

                header ul li.language::before {
                    display: none;
                }

                header ul li.language a {
                    -webkit-transform: skewX(25deg);
                    transform: skewX(25deg);
                    min-width: 3.54167vw;
                    padding: 0px 2.495833vw;
                }

            header ul li.scu {
                background-color: #736764;
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
                position: absolute;
                right: 11.5%;
                width: auto;
            }

            header ul li.scu a:last-child {
                padding: 0px;
                width: 5.20833vw;
                position: absolute;
                top: 0px;
                right: -4.16667vw;
                z-index: 1;
            }

            header ul li.scu a:last-child::before {
                content: '/';
                position: absolute;
                left: -11px;
                top: calc(50% - 10px);
                color: white;
                font-size: 15px;
            }

                header ul li.scu::before {
                    display: none;
                }

                header ul li.scu a {
                    -webkit-transform: skewX(25deg);
                    transform: skewX(25deg);
                    color: #fdd96b;
                    min-width: 4.1667vw;
                    padding: 0px 2.495833vw;
                }

            header ul li a {
                font-size: 1.041667vw;
                color: #292929;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding: 0px 0.495833vw;
            }
            header ul li a span {
                pointer-events: none;
            }
            header ul li a .en {
                display: none;
            }

            header ul li a:hover{
                text-decoration: none;
                color: #292929;
            }
            header ul li a:focus {
                text-decoration: none;
            }

            header ul li .dropdown {
                display: none;
                top: 3.847917vw;
                position: absolute;
                z-index: 1;
                width: 100%;
                left: 0px;
                font-size: 18px;
                white-space: initial;
            }

                header ul li .dropdown a {
                    padding: 0.520834vw 0.4770834vw;
                    background: #808486;
                    color: white;
                    font-size: 0.8854167vw;
                    font-weight: normal;
                    white-space: pre-line;
                }

                    header ul li .dropdown a:hover {
                        background: #fdd96b;
                        color: black;
                    }

* {
    -webkit-tap-highlight-color: transparent;
}

a, button {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a, button, input, select, i {
    outline: none !important;
}

#wrapper {
    position: relative;
}

body {
    color: #4b4b4b;
    margin: 0px;
    background: #ffffff !important;
    font-size: initial;
    transition: all 0.5s ease-in-out;
}

body.stop_sliding {
    overflow: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: Microsoft JhengHei !important;
}

select {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

button, a {
    line-height: normal !important;
}

/* .content-outer{
    padding: 25px
} */
ul {
    list-style-type: none;
}

.content-outer .banner {
    height: 13.802083333vw;
    margin-top: 5.26041667vw;
    background-size: cover;
}

.content-outer .moblie_banner {
    display: none;
}

.content-outer .bread-crumbs {
    padding: 18px 0px 30px 0px;
    font-size: 18px;
    color: #76736d;
    max-width: 1400px;
    margin: 0px auto;
}

    .content-outer .bread-crumbs a {
        color: #76736d;
    }

    .content-outer .bread-crumbs a:last-child {
        cursor: default;
        pointer-events: none;
        font-weight: bold;
    }

        .content-outer .bread-crumbs a:hover {
            text-decoration: none;
        }

    .content-outer .bread-crumbs span {
        color: #000000;
        font-weight: bold;
    }

.content-outer .line {
    width: 100%;
    border-bottom: 3px solid transparent;
    -o-border-image: linear-gradient(to right, #fdd96b 40%, #3e3e3e 0%);
    border-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fdd96b), color-stop(0%, #3e3e3e));
    border-image: linear-gradient(to right, #fdd96b 40%, #3e3e3e 0%);
    border-image-slice: 1;
}

.content-outer > div {
    position: relative;
}

.content-outer .backgrond_img_pc {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content-outer .backgrond_img_mobile {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.box_radio {
    text-align: center;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 0px !important;
}

    .box_radio input[type="radio"] {
        cursor: pointer;
        visibility: hidden;
        position: absolute;
    }

    .box_radio .radio_label {
        float: right;
        margin: 0px 0px 0px 5px;
        text-align: left;
        font-size: 18px;
        color: #4c3f30;
    }

    .box_radio .check {
        position: relative;
        display: inline-block;
        border: 2px solid #434343;
        border-radius: 100%;
        height: 26px;
        width: 26px;
        cursor: pointer;
        margin: 0px 0px 0px 20px;
        background: white;
    }

        .box_radio .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 20px;
            width: 20px;
            top: 3px;
            left: 3px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

    .box_radio input[type=radio]:checked ~ .check::before {
        background: #434343;
    }

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #595959;
    font-size: 1.25vw;
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #595959;
    font-size: 1.25vw;
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #595959;
    font-size: 1.25vw;
}

#news input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c8c7c7;
    font-size: 16px;
}

#news input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c7c7;
    font-size: 16px;
}

#news input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c8c7c7;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    ::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #595959;
        font-size: 18px;
    }

    :-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #595959;
        font-size: 18px;
    }

    ::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #595959;
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .content-outer .bread-crumbs {
        margin: 0px auto 0px 10px;
    }
}
@media screen and (max-width: 800px) {
    .content-outer .banner {
        display: none;
    }
    .content-outer .moblie_banner {
        height: 25.833vw;
        margin-top: 29.3666667vw;
        display: block;
        background-size: cover;
    }
    .content-outer .line {
        border-image: linear-gradient(to right, #fdd96b 70%, #3e3e3e 0%);
        border-bottom: 3px solid transparent;
        border-image-slice: 1;
    }
    .content-outer .bread-crumbs {
        margin: 0px auto 0px 17px;
        padding: 10px 0px;
        font-size: 14px;
    }
}

footer .footer_menu {
    background-color: #f5e88c;
    padding: 26px 6.19791667vw 60px 6.19791667vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    footer .footer_menu ul {
        margin: 0px;
        display: inline-block;
        font-size: 18.4px;
        font-weight: bold;
        width: 230px;
    }

        footer .footer_menu ul div {
            padding: 0px 0px 0px 25px;
            margin-bottom: 5px;
            border-bottom: 1px solid;
            height: 60px;
            display: flex;
            align-items: center;
        }

        footer .footer_menu ul div button {
            display: none ;
        }

        footer .footer_menu ul div a {
            color: #333333;    
        }

        footer .footer_menu ul div a:hover ,
        footer .footer_menu ul div a:focus {
            text-decoration: none;        
        }

        footer .footer_menu ul li {
            font-size: 16px;
            font-weight: normal;
            margin: 20px 0px 0px 25px;
            max-width: 225px;
        }

        footer .footer_menu ul li a{
            color: #333333;    
            line-height: 20px !important;      
        }

        footer .footer_menu ul li a:hover ,
        footer .footer_menu ul li a:focus {
            text-decoration: none;
        }


footer .footer_information {
    height: 220px;
    background-image: url('/Content/images/front/footer_banner.jpg');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
}

    footer .footer_information a {
        margin: 65px 10.41667vw 50px 6.375vw;
        display: inline-block;
    }

    footer .footer_information a img {
        border-radius: 100%;
    }

    footer .footer_information .item {
        display: inline-block;
        margin: 0px 35px;
        width: 460px;
        text-align: center;
    }

    footer .footer_information .item div {
        text-align: center;
        margin-bottom: 0.5208333vw;
        display: inline-block;
    }

    footer .footer_information .item div:first-child {
        font-size: 18.4px;
        font-weight: bold;
        padding-bottom: 13px;
        margin-bottom: 13px;
        border-bottom: 1px solid white;
        display: block;
    }

    footer .footer_information .item div:nth-child(2) {
        margin-right: 10px;
    }

    footer .footer_information .item div:nth-child(4) {
        margin-right: 10px;
    }

        footer .footer_information .item:nth-child(3) {
            margin-right: 130px;
            border-bottom: none;
        }

footer .footer_moblie_remind {
    display: none;
}

footer .footer_remind {
    height: 145px;
    background-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    color: white;   
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 34px;
}

footer .footer_remind .footer_icon a {
    margin: auto 10px;
}

footer .footer_remind .footer_icon a:first-child img {
    width: 36px;
    height: 36px;
}

footer .footer_remind .footer_icon a:nth-child(2) img {
    width: 36px;
    height: 36px;
}

footer .footer_remind .footer_icon a:nth-child(3) img {
    width: 41px;
    height: 30px;
    margin-top: 6px;
}

footer .footer_remind .footer_icon {
    margin-bottom: 20px;
}

footer .footer_remind div {
  margin-bottom: 16px;
}

footer .footer_remind div i {
  font-size: 35px;
  margin: 0px 5px;
}
footer .footer_remind div i:nth-child(1) {
    color: #0d8df1;
}
footer .footer_remind div i:nth-child(2) {
    color: #ff3333;
}

    footer .footer_remind span {
        font-size: 0.83vw;
        letter-spacing: 3px;
    }

footer .footer_remind span:first-child {
  margin-right: 2.08333vw;
    }

footer .footer_remind span:nth-child(2) {
  margin-right: 1.8vw;
        }

footer .footer_remind span a {
                color: white;
            }

footer .footer_remind span a:hover {
                    text-decoration: none;
                }

@media screen and (max-width: 1366px) {
    footer .footer_information {
        background-position: -290px;
    }
}

@media screen and (min-width: 801px) {
    .banner .slick_banner_img.pc_banner {
        display: block;
        min-height: 42.5901041667vw;
    }
}

@media screen and (max-width: 800px) {
    .banner .slick_banner_img.moblie_banner{
        display: block;
    }
}

.banner {
    position: relative;
    margin-top: 5.26041667vw;
}

.banner .slick_banner_img{
    display: none;
}

.banner .slick_banner_img .slick-next {
    display: block;
    right: 1.82291667vw;
    width: 3.3333vw;
    height: 3.3333vw;
    border-radius: 100%;
    top: calc((100% - 12.708333vw)/2 - 1.66665vw + 1.6666vw);
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}

.banner .slick_banner_img .slick-next::before {
    content: '' !important;
    border-right: 0.15625vw solid #8a877f;
    border-top: 0.15625vw solid #8a877f;
    width: 0.9375vw;
    height: 0.9375vw;
    display: block;
    transform: rotateZ(45deg);
    position: absolute;
    top: calc(50% - 0.520833vw);
    left: calc(50% - 0.8333vw);
}

.banner .slick_banner_img .slick-prev {
    display: block;
    left: 1.82291667vw;
    width: 3.3333vw;
    height: 3.3333vw;
    border-radius: 100%;
    top: calc((100% - 12.708333vw)/2 - 1.66665vw + 1.6666vw);
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}
.banner .slick_banner_img .slick-next:hover,
.banner .slick_banner_img .slick-prev:hover {
    background: rgba(255,255,255,0.8);
}

.banner .slick_banner_img .slick-prev::before {
    content: '' !important;
    border-right: 0.15625vw solid #8a877f;
    border-top: 0.15625vw solid #8a877f;
    width: 0.9375vw;
    height: 0.9375vw;
    display: block;
    transform: rotateZ(225deg);
    position: absolute;
    top: calc(50% - 0.520833vw);
    right: calc(50% - 0.8333vw);
}

.banner .slick_banner_img .slick-dots {
    display: flex !important;
    width: 100%;
    bottom: 13.70833vw;
    justify-content: center;
}

.banner .slick_banner_img .slick-dots li{
    width: 20px;
    height: 20px;
    margin: 0px 9px 12px 9px;
}

.banner .slick_banner_img .slick-dots li button:before {
    background: white;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    border: 1px solid #717171;
    content: '' !important;
    opacity: 1;
}

.banner .slick_banner_img .slick-dots li.slick-active button:before {
    background: #ecab6e;
}

.banner .slick_banner_img .slick-dots li button:hover::before {
    background: #ecab6e;
}

    .banner .search {
        position: absolute;
        bottom: 0.3125vw;
        left: 0px;
        right: 0px;
        width: 100%;
        background-color: rgba(248, 195, 27, 0.65);
        height: 12.708333vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner .search .search_top {
        height: 50px;
        width: 75.33vw;
        position: absolute;
        top: 1.35416667vw;
    }
    .banner .search .search_bottom {
        position: relative;
    }
    .banner .search .search_top div {
        display: none;
    }
    .banner .search .search_bottom div {
        display: none;
    }
    .banner .search .search_top .active {
        display: block;
    }
    .banner .search .search_bottom .active {
        display: block;
    }
    .banner .search .search_bottom div {
        position: absolute;
        left: 0px;
        top: 1.422917vw;
    }
        .banner .search .search_tab {
            margin-top: 3.75vw;
        }

        .banner .search .search_tab > a {
            display: none;
        }

        .banner .search .search_tab #mySearchSelect {
            display: none;
        }

        .banner .search .search_tab #mySearchTab {
            border-bottom: none;
            position: absolute;
            top: -2.6041667vw;
        }

        .banner .search .search_tab .search_position {
            display: none;
        }

            .banner .search .search_tab #mySearchTab li.active a {
                background: #434343;
                color: #fdd96b;
            }

            .banner .search .search_tab #mySearchTab li a {
                background: #898989;
                color: white;
                border-radius: 0px;
                padding: 0px 0.2604167vw;
                font-size: 1.145833vw;
                margin-right: 0.41667vw;
                cursor: pointer;
                width: 10.833vw;
                height: 2.5vw;
                font-size: 1.0416667vw;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .banner .search .search_tab #mySearchTabContent > div {
                width: 44.4vw;
                background-color: white;
                padding: 0.7291667vw 0px 0.7291667vw 1.3020833vw;
                margin-top: 1px;
            }

                .banner .search .search_tab #mySearchTabContent div input {
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    margin: 0px;
                    font-size: 1.25vw;
                    padding: 0.8333vw 0px;
                    border-right: 0.1041667vw solid #a0a0a0;
                    border-radius: 0px;
                    width: calc(100% - 4.58333vw);
                    height: 1.041667vw !important;
                }

                .banner .search .search_tab #mySearchTabContent div button {
                    padding: 0px 0.5vw 0px 1.25vw;
                    border: none;   
                    background-color: white;
                }
                .banner .search .search_tab #mySearchTabContent div button img {
                    width: 2.08333vw
                }
                .banner .search .search_tab a:hover {
                    text-decoration: none;
                }
                .banner .search .search_tab a img {
                    margin-left: 0.46875vw;
                }
                .banner .search .search_tab .search_button {
                    
                }
                .banner .search .search_tab .btn_borrow{
                    margin-top: 0.625vw;
                    border: 0.1041667vw solid white;
                    padding: 0.41667vw 1.5625vw;
                    display: inline-block;
                    font-size: 1.06770833vw;
                    color: black;
                    font-weight: bold;
                    margin-right: 0.26041667vw;
                    background: linear-gradient(to right,#eef1a6, white);
                }
                .banner .search .search_tab .btn_book_fair {
                    margin-top: 0.625vw;
                    border: 0.1041667vw solid white;
                    padding: 0.41667vw 1.5625vw;
                    display: inline-block;
                    font-size: 1.06770833vw;
                    color: black;
                    font-weight: bold;
                    margin-right: 0.26041667vw;
                    background: linear-gradient(to right,#a6f0dd, white);
                }

        .banner .search .date {
            width: 27.677083vw;
            margin-top: 3.8020833vw;
            height: 3.333vw;
            padding: 0.41667vw 0.78125vw;
            margin-left: 0.41667vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #3e3e3e;
            position: relative;
        }

            .banner .search .date .item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 11.354167vw;
            }

            .banner .search .date #btnOpeningHours {
                top: calc(50% - 1.35vw);
                color: #fff571;
                border: 0.104167vw solid #fff571;
                border-radius: 0.520833vw;
                width: 3.6vw;
                height: 2.5vw;
                padding: 0px 0.2vw;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                right: 1vw;
                font-size: 0.78125vw;
                cursor: pointer;
                text-align: center;
            }
            .banner .search .date #btnOpeningHours:hover {
                text-decoration: none
            }

                .banner .search .date .item div:first-child {
                    width: 2.395833vw;
                    height: 3.333vw;
                    border-radius: 0.78125vw    ;
                    background: white;
                    display: inline-block;
                    text-align: center;
                    padding: 0px 0.5208333vw;
                }

                    .banner .search .date .item div:first-child span {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 50%;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .banner .search .date .item div:first-child span:nth-child(1) {
                            font-size: 0.88541667vw;
                            border-bottom: 0.0520833vw solid;
                            white-space: nowrap;
                        }

                        .banner .search .date .item div:first-child span:nth-child(2) {
                            font-size: 1.041667vw;
                            font-weight: bold;
                        }

                .banner .search .date .item div:nth-child(2) {
                    width: calc(100% - 3.4375vw);
                    display: inline-block;
                    text-align: center;
                }

                    .banner .search .date .item div:nth-child(2) span {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 50%;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        color: white;
                    }
                    .banner .search .date .item div:nth-child(2) span:nth-child(1){
                        font-size: 1.0416667vw;
                    }
                     .banner .search .date .item div:nth-child(2) span:nth-child(2){
                         font-size: 1.00520833vw;
                    }

                    .banner .search .date .item div:nth-child(2) .date_close {
                        background-image: url(/Content/images/front/closed_image.png);
                        height: 3.69791667vw;
                        background-repeat: no-repeat;
                        background-position-x: 2.479167vw;
                        background-size: 3.8vw;
                    }

                        .banner .search .date .item div:nth-child(2) .date_close p {
                            margin:-0.53125vw 0px 0px 0.9333vw;
                            width: 4.270833vw;
                            height: 2.0833vw;
                            font-size: 0.8333vw;
                            font-weight: bold;
                            -webkit-transform: rotateZ(-15deg);
                            transform: rotateZ(-15deg);
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                        }

                    .banner .search .date .item div:nth-child(2) img {
                        margin-left: 0.78125vw;
                    }

            .banner .search .date .quick_link_area {
                position: absolute;
                right: 0px;
                bottom: -3.3854167vw;
            }
            .banner .search .date .quick_link_area #btnQuickLinkArea{
                font-size: 1.0416667vw;
                width: 7.8125vw;
                height: 2.1875vw;
                display: flex;
                align-items: center;
                justify-content: center;
                border: none;
                background: #47ab92;
                border-radius: 45px;
                color: white;
            }


.news {
    padding: 47px 0px 45px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .news .news_menu {
        width: 23vw;
        text-align: center;
    }

        .news .news_menu img {
            margin-bottom: 4.7vw;
            margin-top: 3.4vw;
        }

        .news .news_menu ul {
            margin: 0px;
        }

            .news .news_menu ul li {
                font-size:1.0416667vw;
                width: 7.8vw;
                height: 3.7434895833vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding-left: 3.1vw;
                position: relative;
                margin: 0px auto;
                border-bottom: 1px solid #898989;
                cursor: pointer;
                transition: 0.5s ease;
                letter-spacing: 0.1041667vw;
            }

                .news .news_menu ul li.active {
                    font-size: 1.145833vw;
                    background: #7ecef4;
                    border: none !important;
                    color: white;
                }
                .news .news_menu ul li.border_hidden {
                    border: none !important;
                }
                .news .news_menu ul li:hover {
                    font-size: 1.145833vw;
                    background: #7ecef4;
                    border: none !important;
                    color: white;
                }

                    .news .news_menu ul li::before {
                        content: '';
                        width: 2.604vw;
                        height: 3.7434895833vw;
                        position: absolute;
                        right: -2.604vw;
                        top: 0px;
                        background: #7ecef4;
                        opacity: 0;
                        transition: 0.5s ease;
                        z-index: -1;
                    }

                    .news .news_menu ul li::after {
                        content: '';
                        position: absolute;
                        right: -3.75vw;
                        top: 0px;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 1.875vw 0 1.875vw 1.19vw;
                        border-color: transparent transparent transparent #7ecef4;
                        opacity: 0;
                        transition: 0.5s ease;
                    }

                    .news .news_menu ul li.active::before ,
                    .news .news_menu ul li.active::after ,
                    .news .news_menu ul li:hover::before ,
                    .news .news_menu ul li:hover::after {
                        opacity: 1;
                    }

                    .news .news_menu ul li.active .circular_style ,
                    .news .news_menu ul li:hover .circular_style {
                        border-color: white;
                    }

                .news .news_menu ul li .circular_style {
                    width: 0.52vw;
                    height: 0.52vw;
                    border-radius: 100%;
                    border: 0.16vw solid #f9c11a;
                    position: absolute;
                    left: 1.04vw;
                }

        .news .news_menu #btnMoreNews {
            width: 10.20833vw;
            padding: 1.09375vw 0px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background-color: #ffcf3b;
            color: white;
            border-radius: 45px;
            font-size: 1.04vw;
            margin-top: 2.8645vw;
            display: initial;
        }
        .news #btnMoblieMoreNews {
            display: none
        }

    .news .news_content {
        width: 77vw;
    }

        .news .news_content > div {
            opacity: 0;
            height: 0px;
            display: table-column;
            transition: all 0.5s ease-in-out;
        }

            .news .news_content > div.active {
                display: block;
                height: auto;
                opacity: 1;
            }

        .news .news_content .item {
            width: 34.89vw;
            float: left;
            margin-bottom: 1.458333vw;
            position: relative;
            line-height: 20px !important;
        }

        .news .news_content .item:hover {
            text-decoration: none;
        }

            .news .news_content .item:first-child {
                margin-right: 1.458333vw;
            }

                .news .news_content .item:first-child div {
                    background-image: url(/Content/images/front/news_banner01.jpg);
                }

            .news .news_content .item:nth-child(2) div {
                background-image: url(/Content/images/front/news_banner02.jpg);
            }

            .news .news_content .item:nth-child(3) {
                margin-right: 1.458333vw;
            }

                .news .news_content .item:nth-child(3) div {
                    background-image: url(/Content/images/front/news_banner02.jpg);
                }

            .news .news_content .item:nth-child(4) div {
                background-image: url(/Content/images/front/news_banner01.jpg);
            }

            .news .news_content .item img:first-child {
                width: 17.5vw;
                display: inline-block;
                position: absolute;
                left: 0px;
                height: 100%;
            }

            .news .news_content .item img:nth-child(2) {
                display: none;
            }

            .news .news_content .item div {
                width: calc(100% - 20.62vw);
                padding: 2.5vw 1.56vw 1.82vw 1.56vw;
                margin-left: 17.5vw;
                background-size: cover;
            }

                .news .news_content .item div span {
                    color: white;
                    cursor: pointer;
                }

                    .news .news_content .item div span:first-child {
                        font-size: 1.04vw;
                        text-align: center;
                        min-height: 5vw;
                        margin-bottom: 1.588541667vw;
                        display: flex;
                        font-weight: bold;
                        line-height: 1.458334vw;
                        max-height: 5vw;
                        overflow: hidden;
                        position: relative;
                        justify-content: center;
                        align-items: center;
                    }

                    .news .news_content .item div span:first-child b {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        position: relative;
                        max-height: 4.5vw;
                    }

                    .news .news_content .item div span:nth-child(2) {
                        font-size: 0.83vw;
                        overflow: hidden;
                        align-items: center;
                        display: flex;
                        position: relative;
                        margin-bottom: 2.13541667vw;
                        height: 3.59375vw;
                        line-height: 1.19791667vw;
                    }

                    .news .news_content .item div span:nth-child(2) b {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        position: relative;
                        max-height: 3.59375vw;
                    }

                    .news .news_content .item div span:nth-child(3) {
                        font-size: 0.625vw;
                        display: block;
                    }

.activity {
    background-color: #f0f5e5;
    padding: 30px 0px 70px 0px;
    text-align: center;
}

    .activity img {
        margin: 0px auto 40px auto;
    }

    .activity .slick_activity_img {
        margin: 0px auto !important;
        width: 100% !important;
        max-width: 74.6875vw;
    }

    .activity .slick_activity_img .slick-slide img {
        width: 74.6875vw;
    }

    .activity .slick_activity_moblie_img {
        display: none;
    }

        .activity .slick_activity_img .slick-next {
            display: block;
            right: -140px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 30px);
            background-color: rgba(255, 255, 255, 0.8);
        }

            .activity .slick_activity_img .slick-next::before {
                content: '' !important;
                border-right: 3px solid rgb(138, 135, 127);
                border-top: 3px solid rgb(138, 135, 127);
                width: 18px;
                height: 18px;
                display: block;
                transform: rotateZ(45deg);
                position: absolute;
                top: calc(50% - 10px);
                left: calc(50% - 16px);
            }

        .activity .slick_activity_img .slick-prev {
            display: block;
            left: -140px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 30px);
            background-color: rgba(255, 255, 255, 0.8);
        }

            .activity .slick_activity_img .slick-prev::before {
                content: '' !important;
                border-right: 3px solid rgb(138, 135, 127);
                border-top: 3px solid rgb(138, 135, 127);
                width: 18px;
                height: 18px;
                display: block;
                transform: rotateZ(225deg);
                position: absolute;
                top: calc(50% - 10px);
                right: calc(50% - 16px);
            }

        .activity .slick_activity_img .slick-dots li.slick-active button:before {
            background: #197b14;
        }

        .activity .slick_activity_img .slick-dots li button:hover::before {
            background: #197b14;
        }

        .activity .slick_activity_img .slick-dots li button:focus::before {
            background: #197b14;
        }

        .activity .slick_activity_img .slick-dots li button:before {
            background: black;
            border-radius: 100%;
            width: 10px;
            height: 10px;
            top: calc(50% - 5px);
            left: calc(50% - 5px);
            content: '' !important;
            opacity: 1;
        }

.collection {
    background-color: #f4f4f4;
    padding: 45px 0px 56px 0px;
    text-align: center;
    position: relative;
}

    .collection img {
        margin-bottom: 30px;
    }

    .collection .button_area {
        max-width: 1500px;
        width: 100%;
        margin: -34px auto 0px auto;
        text-align: right;
        position: relative;
    }

        .collection .button_area button {
            background-color: #ffcf3b;
            border-radius: 45px;
            padding: 20px 30px;
            color: white;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 1.04vw;
            z-index: 11;
            position: relative;
        }

    .collection .slick_collection_img {
        width: 1500px;
        margin: 0px auto;
        z-index: 10;
    }   
    .collection .slick_collection_moblie_img {
        display: none;
    }   

    .collection .slick_collection_img .image:hover {
        text-decoration: none;
    }

    .collection .slick-initialized .slick-slide a {
        padding-top: 50px;
    }

        .collection .slick_collection_img .image img {
            margin: 0px auto;
            transform-origin: bottom;
            transition: all .2s ease-in-out;
        }
        .collection .slick_collection_img .image:hover img {
            transform: scale(1.1);
        }

        .collection .slick_collection_img .image span {
            display: block;
            margin: 15px 26px 50px 26px;
            width: calc(100% - 52px);
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 18px;
            color: #333333;
        }

        .collection .slick_collection_img .slick-next {
            right: -114px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 23px);
            background-color: rgba(255,255,255,0.8);
            z-index: 1;
        }

            .collection .slick_collection_img .slick-next::before {
                content: '' !important;
                border-right: 3px solid #8a877f;
                border-top: 3px solid #8a877f;
                width: 18px;
                height: 18px;
                display: block;
                transform: rotateZ(45deg);
                position: absolute;
                top: calc(50% - 10px);
                left: calc(50% - 16px);
            }

        .collection .slick_collection_img .slick-prev {
            left: -114px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 23px);
            background-color: rgba(255,255,255,0.8);
            z-index: 1;
        }

            .collection .slick_collection_img .slick-prev::before {
                content: '' !important;
                border-right: 3px solid #8a877f;
                border-top: 3px solid #8a877f;
                width: 18px;
                height: 18px;
                display: block;
                -webkit-transform: rotateZ(225deg);
                transform: rotateZ(225deg);
                position: absolute;
                top: calc(50% - 10px);
                right: calc(50% - 16px);
            }

        .collection .slick_collection_img .slick-dots {
            bottom: -42px;
        }

        .collection .slick_collection_img .slick-dots li.slick-active button:before {
            background: #fdcf44;
        }

        .collection .slick_collection_img .slick-dots li button:hover::before {
            background: #fdcf44;
        }

        .collection .slick_collection_img .slick-dots li button:focus::before {
            background: #fdcf44;
        }

        .collection .slick_collection_img .slick-dots li button:before {
            background: black;
            border-radius: 100%;
            width: 10px;
            height: 10px;
            top: calc(50% - 5px);
            left: calc(50% - 5px);
            content: '' !important;
            opacity: 1;
        }

@media screen and (max-width: 1366px) {
    .news .news_content .item span:nth-child(2) {
        zoom: 0.96;
    }

    .news .news_content .item span:nth-child(3) {
        zoom: 0.96;
    }
}

@media screen and (max-width: 1024px) {
    .news .news_content .item span:nth-child(2) {
        zoom: 0.8;
    }

    .news .news_content .item span:nth-child(3) {
        zoom: 0.8;
    }
}

.link {
    background-color: #e8e8e8;
    padding: 45px 0px 60px 0px;
    text-align: center;
    position: relative;
}

.link img {
    margin-bottom: 30px;
}
#news {
    padding: 30px 0px 120px 0px;
}

#news .title {
    margin: 0px auto 30px auto;
    color: #4c3f30;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 12px solid #33cccc;
    max-width: 1368px;
    line-height: 30px;
}

#news .content {
    max-width: 1318px;
    margin: 0px auto;
    padding: 30px 40px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
    box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
    background: white;
    border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
    border-image-slice: 1;
}

    #news .content .category {
        color: #424242;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        transition: 0.5s;
    }

    #news .content .category_moblie {
        display: none;
    }

        #news .content .category span {
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

        #news .content .category .box_radio {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 10px 0px;
        }

    #news .content .search {
        padding: 20px 0px 0px 0px;
        transition: 0.5s;
    }

    #news .content .search span{
        font-size: 18px;
        font-weight: bold;
    }

    #news .content .search div span {
        margin: 0px 10px;
    }

    #news .content .search div {
        width: calc(50% + 32px);
        display: flex;
        align-items: center;
        margin: 5px 0px 20px 0px;
    }

    #news .content .search div label {
        width: 100%;
        margin: 0px;
        position: relative;
    }

    #news .content .search div label input[type="text"] {
        width: calc(100% - 30px);
    }

    #news .content .search div label i {
        font-size: 20px;
        color: #77dbd1;
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
    }

        #news .content .search input[type="text"] {
            padding: 12px 15px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #898989;
            width: 50%;
            margin-bottom: 0px;
            line-height: normal;
            font-size: 16px;
        }

        #news .content .search button {
            margin-left: 20px;
            border-radius: 45px;
            padding: 10px 15px;
            min-width: 110px;
            background-color: #5ec1a8;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: white;
            font-size: 16px;
            line-height: 20px !important;
            letter-spacing: 2px;
        }

            #news .content .search button i {
                font-size: 19px;
            }

    #news .content .list > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        display: flex;
        height: 0px;
        overflow: hidden;
        transition: 1s ease;
    }

        #news .content .list > a.open {
            opacity: 1;
            height: auto;
            margin-bottom: 30px;
        }

        #news .content .list > a:hover {
            text-decoration: none;
        }

            #news .content .list > a:hover .list_title {
                color: #f9b000;
            }

    #news .content .list .date {
        font-size: 18px;
        color: #797979;
    }

    #news .content .list .btn_news {
        margin: 0px 29px 0px 20px;
        border-radius: 45px;
        border: 1px solid #f9b000;
        color: #f9b000;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: white;
        font-size: 14px;
        width: 120px;
        text-align: center;
        padding: 1px 0px 
    }

    #news .content .list .list_title {
        font-size: 20px;
        color: #1d1d1d;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 246.5px);
        line-height: 30px;
        transition: all 0.3s linear;
    }

        #news .content .list .list_title span {
            background: -webkit-gradient(linear, left top, left bottom, from(#f2acac), to(#fa6a4f));
            background: linear-gradient(to bottom, #f2acac, #fa6a4f);
            border-radius: 45px;
            color: white;
            font-size: 16px;
            padding: 5px 15px;
            margin-right: 13px;
            display: none;
        }

    #news .content.SearchClose .category ,
    #news .content.SearchClose .search ,
    #news .content.SearchClose .category_moblie
     {
        opacity: 0;
        height: 0px;
        pointer-events: none;
        padding: 0px;
    }
  
    #news .content .SearchBox button:nth-child(1) {
        display: inline-block;
    }
    #news .content .SearchBox button:nth-child(2) {
        display: none;
    }
    #news .content.SearchClose .SearchBox button:nth-child(1) {
        display: none;
    }
    #news .content.SearchClose .SearchBox button:nth-child(2) {
        display: inline-block;
    }

    #news .content.SearchClose .SearchBox {
        margin: 0 0 40px 0;
    }

    #news .content .SearchBox {
        margin: 40px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    #news .content .SearchBox div {
        width: 200px;
        margin: 0px auto;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

    #news .content .SearchBox button {
        display: inline-block;
        margin-bottom: -2px;
        padding: 5px 6px;
        color: #1b1b1b;
        font-size: 18px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 4px solid #009e96;
        background-color: white;
    }

    #news .content .SearchBox button:hover {
        color: #009e96;
    }

    #news .content .list .loadMoreBox {
        margin: 50px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    #news .content .list .loadMoreBox div {
        width: 200px;
        margin: 0px auto;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

        #news .content .list .loadMoreBox button {
            display: inline-block;
            margin-bottom: -2px;
            padding: 5px 6px;
            color: #1b1b1b;
            font-size: 18px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 4px solid #e8945a;
            background-color: white;
        }

            #news .content .list .loadMoreBox button:hover {
                color: #f9b000;
            }

@media screen and (max-width: 1200px) {
    #news .content {
        margin: 0px 10px 120px 10px;
    }

    #news .title {
        margin: 30px 10px;
    }
}

#news_detail {
    padding: 35px 0px 120px 0px;
}

#news_detail .mark {
    max-width: 1400px;
    margin: 0px auto;
}

    #news_detail .mark .date {
        font-size: 18px;
        color: #797979;
    }

    #news_detail .mark .style_news {
        margin: 0px 15px;
        border-radius: 45px;
        border: 1px solid #f9b000;
        color: #f9b000;
        background-color: white;
        font-size: 14px;
        padding: 0px 25px;
    }

#news_detail .title {
    margin: 18px auto 30px auto;
    color: #4c3f30;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 12px solid #33cccc;
    max-width: 1368px;
    line-height: 30px;
}

#news_detail .content {
    max-width: 1318px;
    margin: 0px auto;
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
    box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
    background: white;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
    border-image-slice: 1;
    
}

    #news_detail .content .backBox {
        margin: 70px 0 50px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    #news_detail .content .backBox div{
        width: 200px;
        margin: 0px auto;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
    }

        #news_detail .content .backBox div button {
            display: inline-block;
            margin-bottom: -2px;
            padding: 5px 6px;
            color: #1b1b1b;
            font-size: 18px;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-bottom: 3px solid #e8945a;
            background-color: white;
        }

            #news_detail .content .backBox button:hover {
                color: #f9b000;
            }

@media screen and (max-width: 1200px) {
    #news_detail .content {
        margin: 0px 10px 120px 10px;
    }

    #news_detail .mark {
        margin: 35px 10px 0px 10px;
    }

    #news_detail .title {
        margin: 30px 10px;
    }
}

#opening_hours {
    padding: 30px 0px 120px 0px;
}

#opening_hours ul {
    list-style-type: disc;
}

#opening_hours ul li  {
    display: list-item;
    text-align: -webkit-match-parent;
}

#opening_hours{
    line-height: 26px !important;
    font-size: 16px !important;
}

::marker{
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

#opening_hours .title {
    margin: 0px auto 30px auto;
    color: #4c3f30;
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 12px solid #33cccc;
    max-width: 1368px;
    line-height: 30px;
}

#opening_hours .content {
    max-width: 1318px;
    margin: 0px auto;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
    box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
    background: white;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
    border-image-slice: 1;
}

    #opening_hours .content .content_title {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 35px;
        display: block;
        text-align: center;
    }

    #opening_hours .content .area_1 {
        background-color: #bddfd4;
        border-radius: 10px;
        border-collapse: initial;
        padding: 35px 30px 15px 30px;
        margin-bottom: 71.5px;
    }

        #opening_hours .content .area_1 .area_title {
            font-size: 24px;
            font-weight: bold;
            padding: 0px 35px;
        }

            #opening_hours .content .area_1 .area_title div {
                display: inline-block;
                text-align: center;
                padding-bottom: 30px;
            }

                #opening_hours .content .area_1 .area_title div:nth-child(1) {
                    width: 30%;
                }

                #opening_hours .content .area_1 .area_title div:nth-child(2) {
                    width: 38%;
                }

                #opening_hours .content .area_1 .area_title div:nth-child(3) {
                    width: 30%;
                }

        #opening_hours .content .area_1 .area_content {
            border-radius: 45px;
            background-color: white;
            padding: 30px 35px;
            font-size: 20px;
            margin-bottom: 20px;
        }

            #opening_hours .content .area_1 .area_content div {
                display: inline-block;
                text-align: center;
            }

                #opening_hours .content .area_1 .area_content div:nth-child(1) {
                    width: 30%;
                }

                #opening_hours .content .area_1 .area_content div:nth-child(2) {
                    width: 38%;
                }

                #opening_hours .content .area_1 .area_content div:nth-child(3) {
                    width: 30%;
                }

    #opening_hours .content .area_2 {
        background-color: #ebf7c7;
        border-radius: 10px;
        border-collapse: initial;
        padding: 50px 30px 35px 30px;
        margin-bottom: 71.5px;
        position: relative;
    }

        #opening_hours .content .area_2 .headline {
            position: absolute;
            top: -36.5px;
            text-align: center;
            border-radius: 45px;
            font-size: 26px;
            font-weight: bold;
            width: calc(100% - 64px);
            background-color: #90ca7c;
            border: 2px solid #c1e45b;
        }

            #opening_hours .content .area_2 .headline div {
                width: 600px;
                margin: 0px auto;
                color: white;
                padding: 19px 0px;
                line-height: normal;
                -webkit-transform: skewX(-15deg);
                transform: skewX(-15deg);
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
                background-color: #80c269;
            }

                #opening_hours .content .area_2 .headline div span {
                    -webkit-transform: skewX(15deg);
                    transform: skewX(15deg);
                    display: block;
                }

        #opening_hours .content .area_2 .area_title {
            font-size: 24px;
            font-weight: bold;
            padding: 28px 35px;
            background-color: white;
            border-radius: 45px;
            border: 2px solid #c1e45b;
        }

            #opening_hours .content .area_2 .area_title div {
                display: inline-block;
                text-align: center;
            }

                #opening_hours .content .area_2 .area_title div:nth-child(1) {
                    width: 30%;
                }

                #opening_hours .content .area_2 .area_title div:nth-child(2) {
                    width: 38%;
                }

                #opening_hours .content .area_2 .area_title div:nth-child(3) {
                    width: 30%;
                }

        #opening_hours .content .area_2 .area_content {
            padding: 0px 35px;
            font-size: 20px;
            border-bottom: 2px solid #626262;
        }

            #opening_hours .content .area_2 .area_content div {
                display: inline-block;
                text-align: center;
                padding: 30px 0px;
            }

                #opening_hours .content .area_2 .area_content div:nth-child(1) {
                    width: 30%;
                }

                #opening_hours .content .area_2 .area_content div:nth-child(2) {
                    width: 38%;
                }

                #opening_hours .content .area_2 .area_content div:nth-child(3) {
                    width: 30%;
                }

                #opening_hours .content .area_2 .area_content div span {
                    color: #ca0101;
                }

    #opening_hours .content .area_3 {
        background-color: #fff6ce;
        border-radius: 10px;
        border-collapse: initial;
        padding: 50px 30px 35px 30px;
        margin-bottom: 35px;
        position: relative;
    }

        #opening_hours .content .area_3 .headline {
            position: absolute;
            top: -36.5px;
            text-align: center;
            border-radius: 45px;
            font-size: 26px;
            font-weight: bold;
            width: calc(100% - 64px);
            background-color: #edcc37;
            border: 2px solid #e8c837;
        }

            #opening_hours .content .area_3 .headline div {
                width: 600px;
                margin: 0px auto;
                color: white;
                padding: 19px 0px;
                line-height: normal;
                -webkit-transform: skewX(-15deg);
                transform: skewX(-15deg);
                -webkit-transform-origin: bottom;
                transform-origin: bottom;
                background-color: #eac51b;
            }

                #opening_hours .content .area_3 .headline div span {
                    -webkit-transform: skewX(15deg);
                    transform: skewX(15deg);
                    display: block;
                }

        #opening_hours .content .area_3 .area_title {
            font-size: 24px;
            font-weight: bold;
            padding: 28px 35px;
            background-color: white;
            border-radius: 45px;
            border: 2px solid #e8c837;
        }

            #opening_hours .content .area_3 .area_title div {
                display: inline-block;
                text-align: center;
            }

                #opening_hours .content .area_3 .area_title div:nth-child(1) {
                    width: 30%;
                }

                #opening_hours .content .area_3 .area_title div:nth-child(2) {
                    width: 38%;
                }

                #opening_hours .content .area_3 .area_title div:nth-child(3) {
                    width: 30%;
                }

        #opening_hours .content .area_3 .area_content {
            padding: 0px 35px;
            font-size: 20px;
            border-bottom: 2px solid #626262;
        }

            #opening_hours .content .area_3 .area_content div {
                display: inline-block;
                text-align: center;
                padding: 30px 0px;
            }

                #opening_hours .content .area_3 .area_content div:nth-child(1) {
                    width: 30%;
                }

                #opening_hours .content .area_3 .area_content div:nth-child(2) {
                    width: 38%;
                }

                #opening_hours .content .area_3 .area_content div:nth-child(3) {
                    width: 30%;
                }

                #opening_hours .content .area_3 .area_content div span {
                    color: #ca0101;
                }

    #opening_hours .content .information {
        margin: 0px auto 25px auto;
        border-radius: 99em;
        padding: 20px 0px;
        background-color: #dcdcdc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #opening_hours .content .information .information_title {
            font-size: 24px;
            font-weight: bold;
            width: 200px;
            padding-left: 190px;
            display: inline-block;
        }

        #opening_hours .content .information .information_content {
            display: inline-block;
            width: calc(100% - 325px);
            font-size: 20px;
        }

            #opening_hours .content .information .information_content div {
                margin-bottom: 10px;
            }

                #opening_hours .content .information .information_content div:last-child {
                    margin-bottom: 0px;
                }

    #opening_hours .content .remark {
        margin: 0px auto;
        font-size: 20px;
        margin-top: 15px;
    }

        #opening_hours .content .remark .remark_title {
            font-size: 24px;
            margin-bottom: 20px;
            padding-left: 0px
        }

        #opening_hours .content .remark div {
            margin-bottom: 10px;
            position: relative;
            padding-left: 35px;
            line-height: normal;
        }
        #opening_hours .content .remark div span {
            position: absolute;
            left: 0px;
            top: 0px;
        }

        #opening_hours .tabDetail .current strong {
            background: url(/Content/images/icons/icon_close.png) 0 4.5px no-repeat !important;
        }
        #opening_hours .tabDetail .current div ul {
            display: block !important;
        }


@media screen and (max-width: 1200px) {
    #opening_hours .content {
        margin: 0px 10px 120px 10px;
    }

    #opening_hours .title {
        margin: 30px 10px;
    }
}
#event_login {
  text-align: center;
  position: relative;
  width: 930px;
  margin: 0px auto;
  height: 100vh;
  /*   &::before{
        content: '';
        position: absolute;
        left: calc(50% - 194px);
        top: calc(50% - 152px);
        width: 373px;
        height: 170px;
        background: #4dcefd;
        z-index: 1;
    }
    &::after{
        content: '';
        position: absolute;
        left: calc(50% - 148px);
        top: calc(50% - 130px);
        width: 281px;
        height: 281px;
        background: #4dcefd;
        border-bottom-right-radius: 250px;
        border-bottom-left-radius: 130em;
        border-top-left-radius: 250px;
        border-top-right-radius: 130em;
        transform: rotateZ(-45deg);
    } */
}

#event_login .backgrond_pc {
    visibility: visible;
    height: auto;
    display: block;
    position: absolute;
}

#event_login .backgrond_moblie {
   visibility: hidden;
   height: 0px;
   display: block;
}

#event_login .header {
    width: calc(100% - 90px);
    min-height: 145px;
    margin: 45px;
    z-index: 43;
    position: relative;
}

#event_login .footer {
    width: calc(100% - 90px);
    min-height: 130px;
    margin: 45px 45px 0px 45px;
    z-index: 10;
    position: relative;
}

#event_login .header.pc {
    display: block;
}

#event_login .header.moblie {
    display: none;
}

#event_login .footer.pc {
    display: block;
}

#event_login .footer.moblie {
    display: none;
}


#event_login .content {
    width: 373px;
    height: 374px;
    background: #3eb6fd;
    z-index: 10;
    position: relative;
    margin: 0px auto;
}

#event_login .content::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 373px;
  height: 170px;
  background: #4dcefd;
  z-index: -1;
}

#event_login .content::after {
  content: '';
  position: absolute;
  left: calc(50% - 132px);
  top: 38px;
  width: 263px;
  height: 263px;
  background: #4dcefd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 70em;
  border-top-left-radius: 0px;
  border-top-right-radius: 70em;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  z-index: -1;
}

#event_login .content img {
  z-index: 1;
  margin-top: 30px;
}

#event_login .content > div {
  width: 260px;
  height: 225px;
  border: 2px solid #c6eafe;
  border-radius: 10px;
  margin: 5px auto 0px auto;
}

#event_login .content > div .title {
  font-size: 28px;
  color: white;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 19px auto 12px auto;
  display: block;
  overflow: initial;
}

#event_login .content > div > div {
  margin: 0px auto 12px auto;
  width: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}

#event_login .content > div > div > div {
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6bf0ff;
}

#event_login .content > div > div > div i {
  font-size: 25px;
  color: #7f7f80;
}

#event_login .content > div > div input {
  width: calc(100% - 52px);
  margin: 0px;
  height: 27px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
}

#event_login .content > div button {
  width: 225px;
  height: 35px;
  color: white;
  border-radius: 5px;
  border: none;
  background: #ff7061;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 800px) {
    #event_login {
        width: 100%;
    }
    #event_login .backgrond_pc  {
        visibility: hidden;
        height: 0px;
    }
    #event_login .backgrond_moblie {
        visibility: visible;
        height: auto;
        position: absolute;
        width: 100%;
    }
    #event_login .backgrond_moblie img {
        width: 100%;
    }
    #event_login .header.pc {
        display: none;
    }
    #event_login .header.moblie {
        display: block;
        position: relative;
        min-height: 100px;
        padding: 30px;
        margin: 0px;
        width: calc(100% - 60px);
    }
    #event_login .footer.pc {
        display: none;
    }
    #event_login .footer.moblie {
        display: block;
        position: relative;
        width: calc(100% - 60px);
        min-height: 65px;
        margin: 30px 30px 0px 30px;
    }
    #event_login .content {
        left: initial;
        width: calc(100vw - 27.778vw);
        height: calc(100vw - 27.778vw);
        margin: 0px auto;
        overflow: hidden;
        top: initial;
        position: relative;
        box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.1);
    }
    #event_login .content::before {
        width: 100%;
        height: 32.5vw;
    }
    #event_login .content::after {
        width: 56.222vw;
        height: 56.222vw;
        top: 4.1667vw;
        left: 0px;
        right: 0px;
        margin: 0px auto;
    }
    #event_login .content img {
        width: 16.667vw;
        margin-top: 5.5556vw
    }
    #event_login .content > div {
        width: calc(100% - 70px);
        height: auto;
        margin: 1.38889vw auto 0px auto;
    }
    #event_login .content > div .title {
        font-size: 5.556vw;    
        width: 100%;
        margin: 2.778vw auto 1.9444vw auto;
    }
    #event_login .content > div > div {
        width: calc(100% - 26px);
        margin: 0px auto 1.944vw auto;
    }
    #event_login .content > div > div input {
        height: 4.722222222222222vw;
        padding: 1.111vw 6px;
        width: calc(100% - 42px);
    }
    #event_login .content > div > div > div {
        width: 8.333vw;
        height: 6.9444vw;
    }
    #event_login .content > div > div > div i {
        font-size: 5vw;
    }
    #event_login .content > div button {
        height: 6.9444vw;
        width: calc(100% - 26px);
        font-size: 3.333vw;
        margin-bottom: 8.333vw;
    }
    #event_login .moblie table {
        width: 100%;
    }
}

#event_website {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0px auto;
  display: table;
}

#event_website .event_website_pc {
    width: 100%;
}

#event_website event_website_moblie{
   width: 100%;
}

/*#event_website img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: -1;
}*/

#event_website .header {
  margin: 140px auto 0px auto;
  width: 690px;
}

#event_website .content {
  margin: 60px auto 30px auto;
  min-height: 300px;
}

#event_website .footer {
  margin: 0px auto;
}

#department {
    padding: 30px 0px 120px 0px
}

#department .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#department .menu_moblie {
    display: none;
}

#department .menu {
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: #e5ceb3;
  margin-bottom: 18px;
  position: relative;
}

#department .menu .carousel_title {
  max-width: 1400px;
  margin: 0px auto;
}

#department .menu .carousel_title .slick-prev {
  display: block;
  left: -47px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f7f0e8;
}

#department .menu .carousel_title .slick-prev::before {
  content: '' !important;
  border-right: 3px solid #827e75;
  border-top: 3px solid #827e75;
  width: 11px;
  height: 11px;
  display: block;
  -webkit-transform: rotateZ(225deg);
          transform: rotateZ(225deg);
  position: absolute;
  top: calc(50% - 7.5px);
  right: calc(50% - 10.5px);
}

#department .menu .carousel_title .slick-next {
  display: block;
  right: -47px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f7f0e8;
}

#department .menu .carousel_title .slick-next::before {
  content: '' !important;
  border-right: 3px solid #827e75;
  border-top: 3px solid #827e75;
  width: 11px;
  height: 11px;
  display: block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  top: calc(50% - 7.5px);
  left: calc(50% - 8.5px);
}

#department .menu .carousel_title .title_text {
  text-align: center;
  height: 58px;
  padding: 10px 0px;
  vertical-align: middle;
  position: relative;
}

#department .menu .carousel_title .title_text.this_hover {
  background: white;
  -webkit-box-shadow: 0px -4px 8px 0px rgba(149, 149, 149, 0.5);
          box-shadow: 0px -4px 8px 0px rgba(149, 149, 149, 0.5);
}

#department .menu .carousel_title .title_text div {
  color: #4c3f30;
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#department .menu .carousel_content {
  position: absolute;
  width: 100%;
  z-index: 10;
}

#department .menu .carousel_content ul {
  max-width: 1400px;
  margin: 0px auto;
  background: white;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(149, 149, 149, 0.5);
          box-shadow: 0px 4px 8px 0px rgba(149, 149, 149, 0.5);
  display: none;
}

#department .menu .carousel_content ul.this_hover {
  display: block;
  padding: 20px 0px;
}

#department .menu .carousel_content ul li {
  color: #4c3f30;
  font-size: 16px;
  width: 200px;
  height: 48px;
  display: inline-block;
}

#department .menu .carousel_content ul li div {
  width: 90%;
  margin: 0px auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#department .menu .carousel_content ul li div:hover {
    color: #f69b83;
    cursor: pointer;
}

#department .content {
  max-width: 1278px;
  margin: 0px auto;
  padding: 27px 60px 60px 60px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 20px 0px rgba(149, 149, 149, 0.5);
          box-shadow: 0 0 20px 0px rgba(149, 149, 149, 0.5);
  background: white;
  border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
  border-image-slice: 1;
}

#department .content .content_text {
  margin: 0px 0px 25px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  position: relative;
}

    #department.sticky .content .content_text > div:first-child {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 100px);
        left: 0px;
        top: 4.94791667vw;
        padding: 1.041667vw 0px 1.041667vw 100px;
        background: white;
        border-bottom: 2px solid;
        z-index: 99;
        font-size: 24px;
        max-width: 1278px;
    }

    #department.sticky .content .content_text > div:first-child i {
        font-size: 30px;
    }

    #department.sticky .content .content_text > div:first-child div {
        padding: 0px 0px 0px 15px !important;
    }

#department .content .content_text i {
  font-size: 30px;
}

#department .content .content_text .statistics {
  font-size: 20px;
  color: #a27f51;
  position: absolute;
  right: 10px;
  bottom: -10px;
}

#department .content .box {
    margin-bottom: 15px;
    border: 5px solid #b1ccd8;
    border-radius: 25px;
}

#department .content .box > div:first-child {
  color: #296177;
  font-size: 24px;
  font-weight: bold;
  padding: 16px 0px;
  line-height: initial;
  background: #e5ecf8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}

#department .content .box > div:first-child span {
  color: red;
}

#department .content .box > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#department .content .box > div:last-child div {
  color: #296177;
  font-size: 20px;
  margin: 30px 0px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#department .content .box > div:last-child div:last-child::before {
  display: none;
}

#department .content .box > div:last-child div::before {
  content: '';
  position: absolute;
  right: 0px;
  top: calc(50% - 28px);
  width: 3px;
  height: 56px;
  background: #ebf1fa;
}

#department .content .book > div:last-child div {
  width: 33%;
}

#department .content .periodical > div:last-child div {
  width: 50%;
}

#department .content .information > div:last-child div {
  width: 100%;
}

#department .content .book_borrowing > div:last-child div {
  width: 50%;
}

#department .content .information_borrowing {
  margin-bottom: 50px;
}

#department .content .information_borrowing > div:last-child div {
  width: 50%;
}

#department .content .download {
  margin-bottom: 45px;
  border: 5px solid #ddd8cc;
}

#department .content .download > div:first-child {
  background: #f8f3e5;
}

#department .content .download > div:last-child {
  display: block;
  padding-bottom: 2.0833vw;
}

#department .content .download > div:last-child ul {
  width: 33%;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  padding: 2.0833vw 4.6875vw 0px 4.6875vw;
  width: calc(33% - 9.375vw);
  color: #296177;
  font-size: 24px;
  font-weight: bold;
}

#department .content .download > div:last-child ul div {
  text-align: left;
  margin: 0px;
}

#department .content .download > div:last-child ul div::before {
  display: none;
}

#department .content .download > div:last-child ul li {
  font-weight: bold;
  font-size: 18px;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#department .content .download > div:last-child ul li:nth-child(2) {
  margin-top: 30px;
}

#department .content .download > div:last-child ul li span {
  display: block;
  height: 24px;
  margin-right: 8px;
}

#department .content .download > div:last-child ul li a {
    color: black;
    display: flex;
    align-items: center;
}

    #department .content .download > div:last-child ul li a:hover {
    text-decoration: none;
}

#department .content .download > div:last-child ul li:first-child{
    margin-top: 0px;
    color: #296177;
}

#department .content .download > div:last-child ul li:first-child a{
    color: #296177;
}

#department .content .box_collection {
  margin-bottom: 100px;
}

#department .content .box_collection > div:first-child {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: initial;
  text-align: center;
}

#department .content .box_collection > div:last-child {
  text-align: center;
}

#department .content .box_collection > div:last-child > div:not(.tooltip) {
  width: calc(100% / 12 - 22px);
  border: 3px solid #6e6e6e;
  color: #a27f51;
  font-size: 19px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 13px 0px;
  margin: 0px 6px 6px 6px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*#department .content .box_collection > div:last-child div:hover {
  background: #d1c0a5;
  color: white;
}*/

#department .content .box_collection > div:last-child .noCollectionData {
  border: 3px solid #bfbfbf !important;
  background: #e5e5e5;
  cursor: default !important;
}

#department .content .box_collection > div:last-child .lastMonth {
  position: relative;
}

#department .content .box_collection > div:last-child .lastMonth::before {
  position: absolute;
  content: '';
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border: 3px solid #f19149;
  border-radius: 7px;
  top: -11px;
  left: -11px;
  pointer-events: none;
}

#department .content .box_collection > div:last-child .hasCollectionData:hover {
  background: #d1c0a5;
  color: white;
}

#department .content .box_collection > div:last-child div.active {
  background: #d1c0a5;
  color: white;
}

#department .content .box_collection > div:last-child div p {
  margin: 0px;
  display: inline;
  font-size: 20px;
}

#department .content .box_collection > div:last-child div span {
    display: block;
    margin: 0px 10px 8px 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b3b1b1;
}

#department .content .remarks {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 65px;
}

#department .content .remarks span {
  font-size: 26px;
  color: red;
}

#department .content .contact {
  position: relative;
  padding-left: 85px;
  font-size: 24px;
  font-weight: bold;
}

#department .content .contact::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 60px;
  color: #aee1f4;
  position: absolute;
  left: 0;
}

#digital_textbook {
  padding: 30px 0px 50px 0px;
  background-image: url('');
}

#digital_textbook .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#digital_textbook .content {
  max-width: 1430px;
  margin: 0px auto;
  text-align: center;
}

#digital_textbook .content .item {
  width: 454px;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 7px 20px 7px;
}

#digital_textbook .content .item.no_img {
  pointer-events: none;
}

#digital_textbook .content .item.no_img a::before {
  display: none;
}

#digital_textbook .content .item a {
  width: 100%;
  height: calc(100% - 35px);
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-bottom: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#digital_textbook .content .item a::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#digital_textbook .content .item a:hover {
  text-decoration: none;
}

#digital_textbook .content .item a:hover::before {
  content: '';
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  #news .content {
    margin: 0px 10px 120px 10px;
  }
  #news .title {
    margin: 30px 10px;
  }
}

@media screen and (max-width: 800px) {
  
    #department {
        width: calc(100% - 34px);
        padding: 18px 17px 50px 17px;
    }

    #department .title {
        margin: 0px 0px 18px 0px;
        color: #4c3f30;
        font-size: 16px;
        padding: 0px 0px 0px 17px;
        border-left: none;
        max-width: initial;
        line-height: initial;
        position: relative;
    }

    #department .title::before {
        background: #33cccc;
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 21px;
        width: 5px;
    }

    #department .menu {
        display: none;
    }

    #department .menu_moblie {
        display: block;
        margin: 0px auto;
        padding: 10px 0px 0px 0px;
        border: 1px solid transparent;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 20px 0px rgba(149, 149, 149, 0.5);
        box-shadow: 0 0 20px 0px rgba(149, 149, 149, 0.5);
        background: white;
        border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
        border-image-slice: 1;
    }

    #department .menu_moblie .menu_moblie_text {
      margin: 0px 0px 12px 25px;
      font-size: 18px;
      font-weight: bold;
      color: #a27f51;
      position: relative;
    }

    #department .menu_moblie .menu_moblie_text i {
      font-size: 24px;
      color: black
    }

    #department .menu_moblie .menu_moblie_content {
        position: relative;
    }

    #department .menu_moblie .menu_moblie_content > div{
        padding: 7.5px 40px 7.5px 25px;
        color: #4c3f30;
        font-size: 18px; 
        background: #e5cdb2;
        font-weight: bold;
        background-image:url(/Content/images/front/department_close_arrow.png);
        background-repeat: no-repeat;
        background-position: right 10px center;
        margin-top: 2px;
    }

    #department .menu_moblie .menu_moblie_content > div.open{
        background-image:url(/Content/images/front/department_open_arrow.png);
    }

    #department .menu_moblie .menu_moblie_content ul{
        margin: 0px;
        height: 0px;
        opacity: 0;
        z-index: -1;
        position: absolute;
        transition: all 0.5s;
    }

    #department .menu_moblie .menu_moblie_content ul.open{
        height: auto;
        opacity: 1;
        z-index: 1;
        position: initial;
        padding: 6px 0px 4px 0px;
    }

    #department .menu_moblie .menu_moblie_content ul li{
        padding: 6px 0px 6px 45px;
    }

    #department .menu_moblie .menu_moblie_content ul li div {
        position: relative;
        color: #4c3f30;
    }

    #department .menu_moblie .menu_moblie_content ul li div::before{
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: white;
        border: 1px solid #1b1b1b;
        left: -16px;
        top: calc(50% - 2px);
    }

    #department .content {
        padding: 15px;
        box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.1);
    }

    #department .content .content_text {
        font-size: 16px;
        font-weight: bold;
        color: #444444;
        margin: 0px 0px 0px 5px;
        position: relative;
    }

    #department .content .content_text i {
        display: none
    }

    #department .content .content_text i + div {
        padding: 0px 65px 0px 0px !important;
    }

    #department.sticky .content .content_text > div:first-child {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 27px);
        left: 0px;
        top: 36px;
        padding: 10px 0px 10px 27px;
        background: white;
        border-bottom: 1px solid;
        z-index: 99;
        font-size: 16px;
    }

    #department.sticky .content .content_text > div:first-child i {
        font-size: 1.5625vw;
    }

    #department.sticky .content .content_text > div:first-child div {
        padding: 0px 0px 0px 10px !important;
    }

    #department .content .content_text .back-page {
        background-image: url(/Content/images/front/back-page.png);
        height: 20px;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 62px;
    }

    #department .content .content_text .statistics {
        font-size: 12px;
        color: #a27f51;
        position: initial;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    #department .content .box {
        margin-bottom: 8px;
        border-radius: 15px;   
        border: 3px solid #b1ccd8;
    }

    #department .content .box > div:first-child {
        font-size: 16px;
        padding: 10px 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #department .content .box > div:first-child span {
      color: red;
    }

    #department .content .box > div:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-top: none;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    }

    #department .content .box > div:last-child div {
      color: #296177;
      font-size: 14px;
      margin: 15px 0px;
      font-weight: bold;
      text-align: center;
      position: relative;
    }

    #department .content .box > div:last-child div:last-child::before {
      display: none;
    }

    #department .content .box > div:last-child div::before {
      content: '';
      position: absolute;
      right: -1.5px;
      top: calc(50% - 19px);
      width: 3px;
      height: 38px;
      background: #ebf1fa;
    }

    #department .content .book > div:last-child div {
      width: 33%;
    }

    #department .content .book > div:last-child div span {
        display: block;
        font-weight: normal;
    }

    #department .content .periodical > div:last-child div {
      width: 50%;
    }

    #department .content .periodical > div:last-child div span {
        display: block;
        font-weight: normal;
    }

    #department .content .information > div:last-child div {
      width: 100%;
    }

    #department .content .book_borrowing > div:last-child div {
      width: 50%;
    }

    #department .content .book_borrowing > div:last-child div span {
        display: block;
        font-weight: bold;
        margin: 0px 5px;
    }

    #department .content .information_borrowing {
      margin-bottom: 27px;
    }

    #department .content .information_borrowing > div:last-child div {
      width: 50%;
    }

    #department .content .information_borrowing > div:last-child div span {
        display: block;
        font-weight: bold;
        margin: 0px 5px;
    }

    #department .content .download {
      margin-bottom: 25px;
      border: 3px solid #ddd8cc;
    }

    #department .content .download > div:first-child {
      background: #f8f3e5;
    }

    #department .content .download > div:last-child {
      display: block;
      border-top: none;
      padding: 17px 0px;
    }

    #department .content .download > div:last-child ul {
        padding: 0px 17px 17px 17px;
        width: calc(100% - 34px);
        font-size: 14px;
    }

    #department .content .download > div:last-child ul div {
      text-align: left;
      margin: 0px;
    }

    #department .content .download > div:last-child ul div::before {
      display: none;
    }

    #department .content .download > div:last-child ul li {
      font-weight: bold;
      font-size: 14px;
      margin-top: 11px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #333333;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    #department .content .download > div:last-child ul li a {
        color: black;
        display: flex;
        align-items: center;
    }

     #department .content .download > div:last-child ul li a:hover {
        text-decoration: none;
    }

    #department .content .download > div:last-child ul li:first-child{
        margin-top: 0px;
        color: #296177;
    }

    #department .content .download > div:last-child ul li:first-child a{
        color: #296177;
    }

    #department .content .download > div:last-child ul li:nth-child(2) {
      margin-top: 11px;
    }

    #department .content .download > div:last-child ul li span {
      display: block;
      height: 24px;
      margin-right: 8px;
    }

    #department .content .box_collection {
      margin-bottom: 23px;
    }

    #department .content .box_collection > div:first-child {
      font-size: 16px;
      margin-bottom: 14px;
    }

    #department .content .box_collection > div:last-child {
      text-align: center;
    }

    #department .content .box_collection > div:last-child > div:not(.tooltip) {
        width: 59px;
        font-size: 11px;
        padding: 4px 0px;
        margin: 0px 6px 11px 6px;
    }
    #department .content .box_collection > div:last-child div span {
        margin: 0px 5px 4px 5px;
        padding-bottom: 4px;
    }

    #department .content .box_collection > div:last-child div.active {
      background: #d1c0a5;
      color: white;
    }

    #department .content .box_collection > div:last-child div p {
      font-size: 17px;
    }

    #department .content .remarks {
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    #department .content .remarks span {
      font-size: 20px;
      color: red;
    }

    #department .content .contact {
        padding: 0px 0px 11px 35px;
        font-size: 16px;
    }

    #department .content .contact::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f095";
      font-size: 24px;
      color: #aee1f4;
      position: absolute;
      left: 0;
    }

    #department .content .contact span {
        display: block;
    }
  
  #digital_textbook .content .item {
    width: calc(100% - 14px);
    height: 62vw;
  }
}

#digital_textbook_list {
  padding: 30px 0px 50px 0px;
}

#digital_textbook_list .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#digital_textbook_list .content {
  max-width: 1400px;
  margin: 0px auto;
  text-align: center;
  position: relative;
}

#digital_textbook_list .content .back-page {
    background-image: url(/Content/images/front/back-page.png);
    width: 70px;
    height: 22px;
    position: absolute;
    right: 8px;
    top: -50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}

#digital_textbook_list .content .article-table .date-choice {
  margin-bottom: 0px;
}

#digital_textbook_list .content .article-table .date-choice .sorting-area {
  display: block;
  margin-left: 5px;
  color: #8b8477;
}

#digital_textbook_list .content .article-table .date-choice .sorting-area div {
  display: inline-block;
  margin-bottom: 12px;
}

#digital_textbook_list .content .article-table .date-choice .sorting-area div span {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#digital_textbook_list .content .article-table .date-choice .sorting-area div input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

#digital_textbook_list .content .article-table .date-choice .sorting-area div label {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#digital_textbook_list .content .article-table .date-choice div {
  display: inline-block;
  margin-bottom: 12px;
}

#digital_textbook_list .content .article-table .date-choice div div {
  display: inline-block;
  margin-bottom: 12px;
}

#digital_textbook_list .content .article-table .date-choice div div .release-unit {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#digital_textbook_list .content .article-table .date-choice div div .release-unit select {
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 5px;
  letter-spacing: 2px;
  padding-left: 10px;
  width: 220px;
  margin: 0px 10px;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#digital_textbook_list .content .article-table .date-choice div .key-word {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#digital_textbook_list .content .article-table .date-choice div .key-word input {
  letter-spacing: 1.2px;
  width: 300px;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 5px;
  letter-spacing: 5px;
  padding-left: 10px;
  margin-left: 10px;
}

#digital_textbook_list .content .article-table .date-choice #btnQuery {
  background: #ea8465;
  color: white;
  border: none;
  border-radius: 5px;
  vertical-align: middle;
  padding: 10px 15px 10px 21.5px;
  position: relative;
  margin-left: 21px;
  margin-top: -5px;
  letter-spacing: 6.5px;
}

#digital_textbook_list .content .article-table .date-choice #btnQuery img {
  position: absolute;
  left: 7px;
  top: 5px;
}

#digital_textbook_list .content .article-table .list-result {
  position: relative;
}

#digital_textbook_list .content .article-table .list-result table {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  border-spacing: 0;
}

#digital_textbook_list .content .article-table .loadMoreBox {
    margin: 50px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

#digital_textbook_list .content .article-table .loadMoreBox div{
    width: 200px;
    margin: 0px auto;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}

#digital_textbook_list .content .article-table .loadMoreBox button{
    display: inline-block;
    margin-bottom: -2px;
    padding: 5px 6px;
    color: #1b1b1b;
    font-size: 18px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 4px solid #e8945a;
}

#digital_textbook_list .content .article-table .loadMoreBox button:hover{
    color: #f9b000;
}

#digital_textbook_list .content .article-table .list-result table thead {
  background: #736764;
}

#digital_textbook_list .content .article-table .list-result table thead tr {
  height: 45px;
  border: 1px solid #cfcfcf;
  background: #736764;
}

#digital_textbook_list .content .article-table .list-result table thead tr td {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

#digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(1) {
  max-width: 70px;
  border: none;
  width: 10%;
}

#digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(2) {
  width: 430px;
}

#digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(3) {
  width: 115px;
}

#digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(4) {
  width: 140px;
}

#digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(5) {
  width: 140px;
}

#digital_textbook_list .content .article-table .list-result table tbody tr {
  height: 55px;
  border: 1px solid #e5e5e5;
  background: #efefef;
}

#digital_textbook_list .content .article-table .list-result table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #e5e5e5;
  font-size: 15px;
}

#digital_textbook_list .content .article-table .list-result table tbody tr td p {
    margin-bottom: 0px;
}

#digital_textbook_list .content .article-table .list-result table tbody tr td button {
  color: white;
  border-radius: 45px;
  border: none;
  padding: 6px 15px;
  background: #f18b1e;
}

#digital_textbook_list .content .article-table .list-result table tbody tr td:nth-child(1) {
  border: none;
}

#digital_textbook_list .content .article-table .list-result table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#digital_textbook_list .content .article-table .list-result .pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

#digital_textbook_list .content .article-table .list-result .pagination nav {
  display: block;
}

#digital_textbook_list .content .article-table .list-result .pagination nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 15px;
  padding: 5px;
  list-style-type: disc;
  border-radius: 4px;
  list-style: none;
}

#digital_textbook_list .content .article-table .list-result .pagination nav ul li {
  display: inline;
  font-size: 15px;
}

#digital_textbook_list .content .article-table .list-result .pagination nav ul li.active {
  background: #f18b1e;
  cursor: pointer;
}

#digital_textbook_list .content .article-table .list-result .pagination nav ul li.active a {
  color: white !important;
  background: #f18b1e !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

#digital_textbook_list .content .article-table .list-result .pagination nav ul li a {
  color: black;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

#digital_textbook_list .content .article-table .list-result .pagination nav ul li a:hover {
  color: #f18b1e;
  background: white;
}

#digital_textbook_list .content .article-table .article-file {
  display: none;
}

#sitemap {
  background-image: url('');
  padding: 30px 0px 50px 0px;
}

#sitemap .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#sitemap .content {
  max-width: 1330px;
  margin: 0px auto;
  padding: 0px 35px;
}

#sitemap .content .map-outer {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

#sitemap .content .map-outer .map-box.box-outer {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px;
}

#sitemap .content .map-outer .map-box.box-outer h2 {
  font-size: 24px;
  width: 260px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0px 15px 0px;
}

#sitemap .content .map-outer .map-box.box-outer h2::after hover {
  background: #a2a2a0;
  border: 3px solid #7d7d7b;
}

#sitemap .content .map-outer .map-box.box-outer h2 a {
  color: white;
  font-weight: bold;
  cursor: default;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   padding: 0px 20px;
   background: #7d7d7b;
   border: 3px solid #a2a2a0;
}

#sitemap .content .map-outer .map-box.box-outer h2 .haslink {
  cursor: pointer;
}

#sitemap .content .map-outer .map-box.box-outer h2 .haslink:hover {
    background: #a2a2a0;
    border: 3px solid #7d7d7b;
}

#sitemap .content .map-outer .map-box.box-outer h2 a:hover {
  text-decoration: none;
}

#sitemap .content .map-outer .map-box.box-outer h2 a:focus {
  text-decoration: none;
}

#sitemap .content .map-outer .map-box.box-outer.map-click h2 {
  margin: 20px 0px 0px 0px;
  font-size: 27px;
}

#sitemap .content .map-outer .map-box.box-outer.map-click h2 a {
  color: black;
  font-weight: bold;
  cursor: pointer;
}

#sitemap .content .map-outer .map-box.box-outer.map-click h2 a:hover {
  color: #a30c3a;
}

#sitemap .content .map-outer .map-box ul {
  list-style: none;
  margin: 0px;
  width: 260px;
}

#sitemap .content .map-outer .map-box ul .map-box h3 a {
  font-size: 22px;
  cursor: default;
}

#sitemap .content .map-outer .map-box ul .map-box h3 a:hover {
  color: black;
}

#sitemap .content .map-outer .map-box ul li {
  font-size: 20px;
  margin: 12px 0px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#sitemap .content .map-outer .map-box ul li a {
  color: black;
  font-weight: normal;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 25px;
  background: #deedd1;
  border: 3px solid #ccdbc0;
}

#sitemap .content .map-outer .map-box ul li a:hover {
  text-decoration: none;
  background: #d4edbe;
  border: 3px solid #b2c9a0;
}

#sitemap .content .map-outer .map-box ul li a:focus {
  text-decoration: none;
}

#data_category {
  padding: 30px 0px 50px 0px;
}

#data_category .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#data_category .content {
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}

#data_category .content .article-table .date-choice {
  margin-bottom: 0px;
}

#data_category .content .article-table .date-choice .sorting-area {
  display: block;
  margin-left: 5px;
  color: #8b8477;
}

#data_category .content .article-table .date-choice .sorting-area div {
  display: inline-block;
  margin-bottom: 12px;
}

#data_category .content .article-table .date-choice .sorting-area div span {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#data_category .content .article-table .date-choice .sorting-area div input[type=radio] {
  margin: 0px;
  line-height: normal;
}

#data_category .content .article-table .date-choice .sorting-area div label {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
  display: inline;
}

#data_category .content .article-table .date-choice div {
  display: inline-block;
  margin-bottom: 12px;
}

#data_category .content .article-table .date-choice div div {
  display: inline-block;
  margin-bottom: 12px;
}

#data_category .content .article-table .date-choice div div .release-unit {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#data_category .content .article-table .date-choice div div .release-unit select {
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 5px;
  letter-spacing: 2px;
  padding-left: 10px;
  width: 220px;
  margin: 0px 10px;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 34px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

#data_category .content .article-table .date-choice div .key-word {
  margin-left: 5px;
  color: #8b8477;
  font-size: 15px;
}

#data_category .content .article-table .date-choice div .key-word input {
  letter-spacing: 1.2px;
  width: 300px;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 5px;
  letter-spacing: 2px;
  padding-left: 10px;
  margin: 0px 0px 0px 10px;
}

#data_category .content .article-table .date-choice #btnQuery {
  background: #ea8465;
  color: white;
  border: none;
  border-radius: 5px;
  vertical-align: middle;
  padding: 10px 15px 10px 21.5px;
  position: relative;
  margin-left: 21px;
  margin-top: -5px;
  letter-spacing: 6.5px;
}

#data_category .content .article-table .date-choice #btnQuery img {
  position: absolute;
  left: 7px;
  top: 5px;
}

#data_category .content .article-table .list-result {
  position: relative;
}

#data_category .content .article-table .list-result table {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  border-spacing: 0;
}

#data_category .content .article-table .list-result table thead tr {
    height: 45px;
    border: 1px solid #cfcfcf;
    background: #736764;
}

#data_category .content .article-table .list-result table thead tr td {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

#data_category .content .article-table .list-result table thead tr td:nth-child(1) {
  max-width: 70px;
  border: none;
}

#data_category .content .article-table .list-result table thead tr td:nth-child(2) {
  width: 430px;
}

#data_category .content .article-table .list-result table thead tr td:nth-child(3) {
  width: 115px;
}

#data_category .content .article-table .list-result table thead tr td:nth-child(4) {
  width: 140px;
}

#data_category .content .article-table .list-result table thead tr td:nth-child(5) {
  width: 140px;
}

#data_category .content .article-table .list-result table tbody tr {
  height: 62px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
    background: #f8f8f8;
}

#data_category .content .article-table .list-result table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #a7a26c;
  font-size: 15px;
}

#data_category .content .article-table .list-result table tbody tr td:nth-child(1) {
  border: none;
  width: 10%;
}

#data_category .content .article-table .list-result table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#data_category .content .article-table .list-result .pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

#data_category .content .article-table .list-result .pagination nav {
  display: block;
}

#data_category .content .article-table .list-result .pagination nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 15px;
  padding: 5px;
  list-style-type: disc;
  border-radius: 4px;
  list-style: none;
}

#data_category .content .article-table .list-result .pagination nav ul li {
  display: inline;
  font-size: 15px;
}

#data_category .content .article-table .list-result .pagination nav ul li.active {
  background: #f18b1e;
  cursor: pointer;
}

#data_category .content .article-table .list-result .pagination nav ul li.active a {
  color: white !important;
  background: #f18b1e !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

#data_category .content .article-table .list-result .pagination nav ul li a {
  color: black;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

#data_category .content .article-table .list-result .pagination nav ul li a:hover {
  color: #f18b1e;
  background: white;
}

#data_category .content .article-table .article-file {
  display: none;
}

@media screen and (max-width: 1200px) {
  #news .content {
    margin: 0px 10px 120px 10px;
  }
  #news .title {
    margin: 30px 10px;
  }
}

#download_category {
  padding: 30px 0px 50px 0px;
}

#download_category .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#download_category .content {
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}

#download_category .content .article-table .list-result {
  position: relative;
}

#download_category .content .article-table .list-result table {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  border-spacing: 0;
}

#download_category .content .article-table .list-result table thead {
  background: #484e9e;
}

#download_category .content .article-table .list-result table thead tr {
  height: 62px;
  border: 1px solid #cfcfcf;
}

#download_category .content .article-table .list-result table thead tr td {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 15px;
}

#download_category .content .article-table .list-result table thead tr td:nth-child(1) {
  max-width: 70px;
  border: none;
}

#download_category .content .article-table .list-result table thead tr td:nth-child(2) {
  width: 430px;
}

#download_category .content .article-table .list-result table thead tr td:nth-child(3) {
  width: 115px;
}

#download_category .content .article-table .list-result table thead tr td:nth-child(4) {
  width: 140px;
}

#download_category .content .article-table .list-result table thead tr td:nth-child(5) {
  width: 140px;
}

#download_category .content .article-table .list-result table tbody tr {
  height: 62px;
  cursor: default;
  border: 1px solid #cfcfcf;
}

#download_category .content .article-table .list-result table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #a7a26c;
  font-size: 15px;
}

#download_category .content .article-table .list-result table tbody tr td:nth-child(1) {
  border: none;
  width: 10%;
}

#download_category .content .article-table .list-result table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#download_category .content .article-table .list-result .pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

#download_category .content .article-table .list-result .pagination nav {
  display: block;
}

#download_category .content .article-table .list-result .pagination nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 15px;
  padding: 5px;
  list-style-type: disc;
  border-radius: 4px;
  list-style: none;
}

#download_category .content .article-table .list-result .pagination nav ul li {
  display: inline;
  font-size: 15px;
}

#download_category .content .article-table .list-result .pagination nav ul li.active {
  background: #484e9e;
  cursor: pointer;
}

#download_category .content .article-table .list-result .pagination nav ul li.active a {
  color: white !important;
  background: #f18b1e !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

#download_category .content .article-table .list-result .pagination nav ul li a {
  color: black;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

#download_category .content .article-table .list-result .pagination nav ul li a:hover {
  color: #f18b1e;
  background: white;
}

#download_category .content .article-table .article-file {
  display: none;
}

@media screen and (max-width: 1200px) {
  #news .content {
    margin: 0px 10px 120px 10px;
  }
  #news .title {
    margin: 30px 10px;
  }
}

#folder_and_data_category {
  padding: 30px 0px 50px 0px;
}

#folder_and_data_category .title {
  margin: 0px auto 30px auto;
  color: #4c3f30;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 12px solid #33cccc;
  max-width: 1368px;
  line-height: 30px;
}

#folder_and_data_category .content {
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}

#folder_and_data_category .content .article-table .list-result {
  position: relative;
}

#folder_and_data_category .content .article-table .list-result table {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  border-spacing: 0;
}

#folder_and_data_category .content .article-table .list-result table thead {
  background: #484e9e;
}

#folder_and_data_category .content .article-table .list-result table thead tr {
  height: 45px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
    background: #736764;
}

#folder_and_data_category .content .article-table .list-result table thead tr td {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 17px;
  font-weight: bold;
}

#folder_and_data_category .content .article-table .list-result table thead tr td:nth-child(1) {
  max-width: 70px;
  border: none;
}

#folder_and_data_category .content .article-table .list-result table thead tr td:nth-child(2) {
  width: 600px;
}

#folder_and_data_category .content .article-table .list-result table thead tr td:nth-child(3) {
  width: 165px;
}

#folder_and_data_category .content .article-table .list-result table tbody tr {
  height: 62px;
  cursor: default;
  border: 1px solid #cfcfcf;
  background: #f8f8f8;
}

#folder_and_data_category .content .article-table .list-result table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #a7a26c;
  font-size: 15px;
}

#folder_and_data_category .content .article-table .list-result table tbody tr td .folder-img {
  float: left;
}

#folder_and_data_category .content .article-table .list-result table tbody tr td .folder-name {
  position: relative;
  left: 5px;
  top: 5px;
  margin-left: 1px;
}

#folder_and_data_category .content .article-table .list-result table tbody tr td:nth-child(1) {
  border: none;
  width: 10%;
}

#folder_and_data_category .content .article-table .list-result table tbody tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

#folder_and_data_category .content .article-table .list-result .pagination {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

#folder_and_data_category .content .article-table .list-result .pagination nav {
  display: block;
}

#folder_and_data_category .content .article-table .list-result .pagination nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin: 0px 0px 0px 15px;
  padding: 5px;
  list-style-type: disc;
  border-radius: 4px;
  list-style: none;
}

#folder_and_data_category .content .article-table .list-result .pagination nav ul li {
  display: inline;
  font-size: 15px;
}

#folder_and_data_category .content .article-table .list-result .pagination nav ul li.active {
  background: #f18b1e;
  cursor: pointer;
}

#folder_and_data_category .content .article-table .list-result .pagination nav ul li.active a {
  color: white !important;
  background: #f18b1e !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

#folder_and_data_category .content .article-table .list-result .pagination nav ul li a {
  color: black;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

#folder_and_data_category .content .article-table .list-result .pagination nav ul li a:hover {
  color: #f18b1e;
  background: white;
}

#folder_and_data_category .content .article-table .article-file {
  display: none;
}

@media screen and (max-width: 800px) {
    header {
        height: 36px;
        text-align: right;
        max-height: 150px;
    }

    header .logo {
        width: 100% !important;
        display: flex;
        float: initial;
    }

    header .logo a  {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 19.5px auto;
    }

    header img.pc_logo {
        display: none;
    }

    header img.moblie_logo {
        display: block;
    }

    header .logo a img{
        width: 35vw;
        padding: 0px;
        float: initial;
        position: absolute;
        top: 2px;
        height: auto;
        left: 13.0556vw;
        max-width: 140px;
    }

    header #moblie_menu_btn {
        background: transparent;
        border: none;
        padding: 7px;
        margin-left: 8px;
        float: left;
        height: 20px;
        display: flex;
        align-items: center;
    }

    header #moblie_menu_btn .menuicon{
        position: relative;
        width: 20px;
        height: 3px;
        background-color: #898989;
        transition: transform 0.53s;
    }

    header #moblie_menu_btn .menuicon::before {
        position: absolute;
        top: -7px;
        content: '';
        display: block;
        background-color: #898989;
        width: 20px;
        height: 3px;
    }

    header #moblie_menu_btn .menuicon::after {
        position: absolute;
        top: 7px;
        content: '';
        display: block;
        background-color: #898989;
        width: 20px;
        height: 3px;
    }

    header.menu_open #moblie_menu_btn .menuicon{
        background-color: transparent;
        transform: rotate(45deg);
    }

    header.menu_open #moblie_menu_btn .menuicon::before {
        transform: rotate(90deg);
        top: calc(50% - 1px) !important;
    }

    header.menu_open #moblie_menu_btn .menuicon::after {
        top: calc(50% - 1px) !important;
    }

    header .moblie_list {
        display: block;
    }

    header .moblie_list .language {
        width: 80px;
        height: 32px;
        background-color: #fdd96b;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        float: right;
    }

    header .moblie_list .scu {
        width: 80px;
        height: 32px;
        background-color: #736764;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        float: right;
    }

    header .moblie_list .language a {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
    }

    header .moblie_list .language a:hover,
    header .moblie_list .language a:focus {
        text-decoration: none;
    }

    header .moblie_list .scu a {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        color: #fdd96b;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

    header ul {
        display: none;
    }

    header.menu_open ul {
        display: block;
        width: 100%;
        height: calc(100vh - 65px);
        /*position: absolute;*/
        padding: 0px;
        margin: 0px;
        background: transparent !important;
        /*z-index: 11;*/
        padding-top: 65px;
        word-wrap: break-word;
    white-space: initial;
    }

    header.menu_open::before {
        content: '';
        display: block;
        width: 100%;
        height: 100vh;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: rgba(48,48,48,0.55) !important;
        z-index: 10; 
    }

    header .moblie_menu_list {
        display: none;
    }

    header.menu_open .overflow_list {
        height: calc(100vh - 60px);
        overflow: auto;
    }

     header.menu_open .moblie_menu_list {
        display: block;
        height: 100vh;
        background: #f5e88c !important;
        width: 70%;
        position: absolute;
        z-index: 11;
        overflow: auto;
        padding-right: 0px;
    }

    header ul li {
        display: block;
        min-width: initial;
        height: auto;
        text-align: left;
        position: initial;
        background-color: transparent;
        width: auto;
    }

    header #moblie_menu_close_btn {
        position: fixed;
        font-size: 22px;
        padding: 10px;
        display: block;
        right: initial;
        left: calc(70% - 35px);
        z-index: 12;
    }

    header ul li a span {
        position: relative;
        letter-spacing: 2px;
        display: inline-block;
        word-break: break-word;
    }

    header ul li .one_dropdown span::before {
        position: absolute;
        content: '';
        width: 7px;
        height: 8px;
        top: calc(50% - 3.5px);
        right: -15px;
        background-image: url(/Content/images/front/moblie_menu_arrow.png);
    }

    header ul li .one_dropdown.open span::before {
        transform: rotate(90deg);
    }

    header ul li .dropdown.open {
        display: block !important;
    }

    header ul li:hover .dropdown {
        display: none;
    }

    header ul li::before {
        content: '/';
        position: absolute;
        left: -4px;
        top: calc(50% - 0.520833vw);
        color: #ffd042;
        font-size: 1.041667vw;
    }

    header ul li.language {
        display: none;
    }

    header ul li.scu {
        display: none;
    }
    
    header ul li a {
        height: auto;
        display: block;
        padding: 9px 0px 9px 15px;
        margin-right: 30px;
        background: transparent;
        font-size: 16px;
        font-weight: bold;
    }

    header ul li .dropdown {
        display: none;
        position: initial;
        width: 100%;
    }

    header ul li .dropdown a {
        padding: 9px 0px 9px 30px;
        background: transparent;
        font-size: 16px;
        color: #292929;
        font-weight: bold;
    }

    header ul li .dropdown a:hover {
        background: #fdd96b;
        color: black; 
    }

    .banner {
        margin-top: 36px;
    }
    .content-outer .moblie_banner {
        margin-top: 36px;
    }

    .banner .slick_banner_img .slick-next {
    display: block;
    right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    top: calc(50% - 75px);
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}


.banner .slick_banner_img .slick-next::before {
    content: '' !important;
    border-right: 3px solid #8a877f;
    border-top: 3px solid #8a877f;
    width: 14px;
    height: 14px;
    display: block;
    transform: rotateZ(45deg);
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 12px);
}

.banner .slick_banner_img .slick-prev {
    display: block;
    left: 10px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    top: calc(50% - 75px);
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}

.banner .slick_banner_img .slick-prev::before {
    content: '' !important;
    border-right: 3px solid #8a877f;
    border-top: 3px solid #8a877f;
    width: 14px;
    height: 14px;
    display: block;
    transform: rotateZ(225deg);
    position: absolute;
    top: calc(50% - 7px);
    right: calc(50% - 12px);
}

    .banner .slick_banner_img .slick-dots {
        right: 0;
        bottom: 115px;
    }

.banner .slick_banner_img .image img {
    width: 100%
}

    .banner .search {
        height: 320px;
        flex-direction: column;
        bottom: -205px;
        justify-content: initial;
    }
    .banner .search .search_top {
        top: 13px;
        left: 25px;
        width: calc(100% - 40px);
    }
    .banner .search .search_bottom div {
        left: 25px;
        top: 15px;
    }

    /*.banner .search .search_top .active span {
        font-size: 14px !important;
    }*/

        /*.banner .search .search_tab {
            margin-top: 28px;
        }*/

        .banner .search .search_tab .search_position {
            display: block;
            width: 29.5%;
            border: none;
            margin: 0px;
            border-right: 1px solid #a0a0a0;
            border-radius: 0px;
            padding: 0px 15px;
            font-size: 16px;
            position: relative;
            background-image: url(/Content/images/front/home_moblie_select_arrow.jpg);
            background-repeat: no-repeat;
            background-position: right 12px center;
        }

         .banner .search .search_tab #mySearchTab {
                display: none;
            }

            .banner .search .search_tab #mySearchTab li.active a {
                background: #434343;
                color: #fdd96b;
            }

            .banner .search .search_tab #mySearchTab li a {
                background: #898989;
                color: white;
                border-radius: 0px;
                padding: 0.7291667vw 1.5625vw;
                font-size: 5vw;
                margin-right: 0.41667vw;
                cursor: pointer;
                height: 32px;
            }

            .banner .search .search_tab > a {
                display: flex;
                align-items: center;
                width: calc(31.87% - 25px);
                border: none;
                margin: 0px;
                /*border-right: 1px solid #a0a0a0;*/
                border-radius: 0px;
                padding: 0px 10px 0px 15px;
                font-size: 16px;
                position: absolute;
                color: rgb(85, 85, 85);
                pointer-events: none;
                top: calc(60px + 3.75vw);
                left: 20px;
                height: 60px;
                white-space: normal;
                line-height: normal;
            }

            .banner .search .search_tab #mySearchSelect {
                display: block;
                width: 31.87%;
                border: none;
                margin: 0px;
                /*border-right: 1px solid #a0a0a0;*/
                border-radius: 0px;
                padding: 0px 15px 0px 15px;
                font-size: 16px;
                position: absolute;
                background-image: url(/Content/images/front/home_moblie_select_arrow.jpg);
                background-repeat: no-repeat;
                background-position: right 4px center;
                top: calc(60px + 3.75vw);
                left: 20px;
                height: 60px;
                white-space: normal;
                line-height: normal;
            }

            .banner .search .search_tab #mySearchTabContent > div {
                width: calc(100% - 40px);
                margin: 60px auto 0px auto;
                background-color: white;
                padding: initial;
                height: 60px;
                align-items: center;
            }
            .banner .search .search_tab #mySearchTabContent div.active {
                display: flex;
            }

                .banner .search .search_tab #mySearchTabContent div input {
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    margin: 0px;
                    font-size: 18px;
                    padding: 0px 15px;
                    border-right: 1px solid #a0a0a0;
                    border-left: 1px solid #a0a0a0;
                    border-radius: 0px;
                    width: 44%;
                    height: 32px !important;
                    line-height: normal;
                }

                .banner .search .search_tab #mySearchTabContent div button {
                    width: 15%;
                    padding: 0px 12px;
                    border: none;
                    background-color: white;
                    -webkit-box-sizing: none;
                    box-sizing: none;
                }
                .banner .search .search_tab #mySearchTabContent div button img {
                    width: 20px;
                }
                .banner .search .search_tab a:hover {
                    text-decoration: none;
                }
                .banner .search .search_tab a img {
                    margin-left: 3.611vw;
                }
                .banner .search .search_tab .search_button {
                    display: flex;
                    width: 95%;
                    margin: 10px auto;
                }
                .banner .search .search_tab .btn_borrow{
                    border: 2px solid white;
                    padding: 8px 3.7vw;
                    display: inline-block;
                    font-size: 4.7222vw;
                    color: black;
                    font-weight: bold;
                    margin: 0px 8px 0px 0px;
                    background: linear-gradient(to right,#eef1a6, white);
                }
                .banner .search .search_tab .btn_book_fair {
                    border: 2px solid white;
                    padding: 8px 3.7vw;
                    display: inline-block;
                    font-size: 4.7222vw;
                    color: black;
                    font-weight: bold;
                    margin: 0px;
                    background: linear-gradient(to right,#a6f0dd, white);
                }

        .banner .search .date {
            width: calc(100% - 16px);
            margin-top: 0px;
            height: 50px;
            padding: 10px 8px;
            margin-left: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #000000;
            justify-content: center;
            margin-top: 48px;
        }

            .banner .search .date .item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 140px;
            }

            .banner .search .date .item:first-child {
                margin-right: 0px;
            }
            .banner .search .date .quick_link_area {
                right: 12px;
                bottom: -43px;
            }
            .banner .search .date #btnOpeningHours {
                width: 50px;
                height: 44px;
                border-radius: 10px;
                margin-left: 10px;
                margin-top: 2px;
                top: calc(50% - 25px);
                position: initial;
                padding: 0px 5px;
                border: 2px solid #fff571;
                font-size: 12px;
            }
            .banner .search .date .quick_link_area #btnQuickLinkArea {
                font-size: 15px;
                width: 115px;
                height: 33px;
            }

                .banner .search .date .item div:first-child {
                    width: 32px;
                    height: 44px;
                    border-radius: 10px;
                    background: white;
                    display: inline-block;
                    text-align: center;
                    padding: 0px 6px;
                    border: 2px solid #d9d9d9;
                    margin-left: 5px;
                }

                    .banner .search .date .item div:first-child span {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 50%;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .banner .search .date .item div:first-child span:nth-child(1) {
                            font-size: 12px;
                            border-bottom: 2px solid #9a9a9a;
                            white-space: nowrap;
                        }

                        .banner .search .date .item div:first-child span:nth-child(2) {
                            font-size: 16px;
                            font-weight: bold;
                        }

                .banner .search .date .item div:nth-child(2) {
                    width: calc(100% - 48px);
                    display: inline-block;
                    text-align: center;
                    margin-left: 5px;
                }

                    .banner .search .date .item div:nth-child(2) span {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 50%;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        color: white;
                    }
                    .banner .search .date .item div:nth-child(2) span:nth-child(1){
                        font-size: 16px;
                    }
                     .banner .search .date .item div:nth-child(2) span:nth-child(2){
                         font-size: 12px;
                    }

                    .banner .search .date .item div:nth-child(2) .date_close {
                        background-image: url(/Content/images/front/modlie_closed_image.png);
                        height:60px;
                        background-repeat: no-repeat;
                        background-position-x: 10px;
                        background-size: 65px;
                    }

                        .banner .search .date .item div:nth-child(2) .date_close p {
                            font-size: 14px;
                            font-weight: bold;
                            width: auto;
                            height: auto;
                            margin: -9px 0px 0px 3px;
                            -webkit-transform: rotateZ(-15deg);
                            transform: rotateZ(-15deg);
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                        }

                    .banner .search .date .item div:nth-child(2) img {
                        margin-left: 0.78125vw;
                    }

    .collection {
        padding: 30px 0px 35px 0px;
    }
    .collection > img {
        margin-bottom: 25px;
        width: 26.0889vw;
    }
    .collection .slick-initialized .slick-slide a {
        padding-top: 0px;
    }
    .collection .slick_collection_img {
        display: none;
    }

    .collection .slick_collection_moblie_img {
        display: block;
        width: 100%;
    }

    .collection .slick_collection_moblie_img .image span {
        margin: 15px 26px;
        display: block;
        color: black;
    }
    .collection .slick-initialized .slick-slide a:hover {
        text-decoration: none;
    }
    .collection .slick_collection_moblie_img .image img {
        margin: 0px auto;
        transform-origin: bottom;
        transition: all .2s ease-in-out;
    }

    .collection .slick_collection_moblie_img .slick-next {
        right: 7px;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        top: calc(50% - 23px);
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
    }

    .collection .slick_collection_moblie_img .slick-next::before {
        content: '' !important;
        border-right: 3px solid #8a877f;
        border-top: 3px solid #8a877f;
        width: 14px;
        height: 14px;
        display: block;
        transform: rotateZ(45deg);
        position: absolute;
        top: calc(50% - 7px);
        left: calc(50% - 12px);
    }

    .collection .slick_collection_moblie_img .slick-prev {
        left: 7px;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        top: calc(50% - 23px);
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
    }

    .collection .slick_collection_moblie_img .slick-prev::before {
        content: '' !important;
        border-right: 3px solid #8a877f;
        border-top: 3px solid #8a877f;
        width: 14px;
        height: 14px;
        display: block;
        -webkit-transform: rotateZ(225deg);
        transform: rotateZ(225deg);
        position: absolute;
        top: calc(50% - 7px);
        right: calc(50% - 12px);
    } 

    .collection .slick_collection_moblie_img .slick-dots li.slick-active button:before {
        background: #fdcf44;
    }

    .collection .slick_collection_moblie_img .slick-dots li button:hover::before {
        background: #fdcf44;
    }

    .collection .slick_collection_moblie_img .slick-dots li button:before {
        background: black;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        content: '' !important;
        opacity: 1;
    }

    .collection .slick_collection_moblie_img {
        margin-bottom: 32px !important;
    }

    .collection .button_area {
        text-align: center;
        margin: 0px auto;
    }

    .collection .button_area button {
        margin: 0px auto;
        font-size: 14px;
        padding: 13px 21px;
    }

    .news {
        display: block;
        padding-top: 200px;
    }

    .news .news_menu {
        width: 100%;
        text-align: center;
    }

    .news .news_menu img {
        margin-bottom: 50px;
        margin-top: 50px;
        width: 100px;
    }

    .news .news_menu ul {
        width: 320px;
        margin: 0px auto;
    }

    .news .news_menu ul li {
        font-size: 17px;
        width: auto;
        height: auto;
        display: inline-block;
        padding-left: 0px;
        margin: 0px 12px 17px 12px;
        border-bottom: 1px solid transparent;
        cursor: default;
        position: relative;
    }

    .news .news_menu ul li:first-child {
        margin-left: 0px;
    } 

    .news .news_menu ul li:nth-child(3) {
        margin-right: 0px;
    }

    .news .news_menu ul li.active {
        font-size: 17px;
        background: white;
        border: initial !important;
        color: #7ecef4;
        border-bottom: 1px solid #7ecef4 !important;
    }
    .news .news_menu ul li:hover {
        font-size: 17px;
        background: white;
        border: initial !important;
        color: #7ecef4;
        border-bottom: 1px solid #7ecef4 !important;
    }

    .news .news_menu ul li::before {
        content: '';
        display: block;
        position: absolute;
        right: -15px;
        width: 2px;
        height: 15px;
        background: #8dd4f5;
        top: calc(50% - 7.5px);
        opacity: 1;
        transition: 0.5s ease;
    }

    .news .news_menu ul li:nth-child(3)::before ,
    .news .news_menu ul li:last-child::before {
       display: none;
    }

    .news .news_menu ul li::after {
        content: '';
        position: absolute;
        right: -3.79vw;
        top: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.69vw 0 1.69vw 1.19vw;
        border-color: transparent transparent transparent #7ecef4;
        opacity: 0;
        transition: 0.5s ease;
        display: none;
    }

    .news .news_menu ul li.active::before ,
    .news .news_menu ul li.active::after ,
    .news .news_menu ul li:hover::before ,
    .news .news_menu ul li:hover::after {
        opacity: 1;
    }

    .news .news_menu ul li.active .circular_style ,
    .news .news_menu ul li:hover .circular_style {
        border-color: white;
        display: none;
    }

    .news .news_menu ul li .circular_style {
        width: 0.52vw;
        height: 0.52vw;
        border-radius: 100%;
        border: 0.16vw solid #f9c11a;
        position: absolute;
        left: 1.04vw;
        display: none;
    }

    .news .news_menu #btnMoreNews {
        display: none;
    }

    .news #btnMoblieMoreNews {
        display: block;
        width: auto;
        border: none;
        box-shadow: none;
        background-color: #ffcf3b;
        color: white;
        border-radius: 45px;
        font-size: 14px;
        padding: 13px 21px;
        margin: 24px auto 0px auto;
    }

    .news .news_content {
        width: 100%;
    }

    .news .news_content > div {
        opacity: 0;
        height: 0px;
        display: table-column;
        transition: all 0.5s ease-in-out;
    }

    .news .news_content > div.active {
        display: block;
        height: auto;
        opacity: 1;
    }

    .news .news_content .item {
        width: 90%;
        float: initial;
        margin: 0px auto 6px auto !important;
        position: relative;
        display: block;
    }

    .news .news_content .item:first-child {
        margin-right: 0px;
    }

    .news .news_content .item:first-child div {
        background-image: url("/Content/images/front/news_banner01.jpg");
    }

    .news .news_content .item:nth-child(2) div {
        background-image: url(/Content/images/front/news_banner02.jpg);
    }

    .news .news_content .item:nth-child(3) {
        margin-right: 0px;
    }

    .news .news_content .item:nth-child(3) div {
        background-image: url(/Content/images/front/news_banner01.jpg);
    }

    .news .news_content .item:nth-child(4) div {
        background-image: url(/Content/images/front/news_banner02.jpg);
    }

    .news .news_content .item img:first-child {
        width: 35%;
        display: inline-block;
        position: absolute;
        left: 0px;
        height: 100%;
        display: none;
    }

    .news .news_content .item img:nth-child(2) {
        width: 35%;
        display: inline-block;
        position: absolute;
        left: 0px;
        height: 100%;
        display: block;
    }

    .news .news_content .item div {
        width: calc(65% - 12.222vw);
        padding: 6.111vw;
        margin-left: 35%;
    }

    .news .news_content .item div span {
        color: white;
    }

    .news .news_content .item div span:first-child {
        font-size: 24px;
        text-align: center;
        min-height: 9.1667vw;
        margin-bottom: 7.1667vw;
        display: flex;
        font-weight: bold;
        line-height: 5vw;
        max-height: 9.1667vw;
        overflow: hidden;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    .news .news_content .item div span:first-child b {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        position: relative;
        max-height: 9.1667vw;
    }

    .news .news_content .item div span:nth-child(2) {
        font-size: 20px;
        overflow: hidden;
        align-items: center;
        display: flex;
        position: relative;
        margin-bottom: 7vw;
        height: 9.1667vw;
        line-height: 5vw;
    }

    .news .news_content .item div span:nth-child(2) b {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        position: relative;
        max-height: 9.1667vw;
    }

    .news .news_content .item div span:nth-child(3) {
        font-size: 13.5px;
        display: block;
    }

    .activity > img {
        margin-bottom: 20px;
        width: 26.0889vw;
    }

    .activity .slick_activity_img {
        display: none;
    }

    .activity .slick_activity_moblie_img {
        width: 100%;
        margin: 0px auto !important;
        display: block;
    }

    .activity .slick_activity_moblie_img .slick-next {
        right: 18px;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        top: calc(50% - 23px);
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
    }

    .activity .slick_activity_moblie_img .slick-next::before {
        content: '' !important;
        border-right: 3px solid #8a877f;
        border-top: 3px solid #8a877f;
        width: 14px;
        height: 14px;
        display: block;
        transform: rotateZ(45deg);
        position: absolute;
        top: calc(50% - 7px);
        left: calc(50% - 12px);
    }

    .activity .slick_activity_moblie_img .slick-prev {
        display: block;
        left: 18px;
        width: 46px;
        height: 46px;
        border-radius: 100%;
        top: calc(50% - 23px);
        background-color: rgba(255,255,255,0.8);
        z-index: 1;
    }

    .activity .slick_activity_moblie_img .slick-prev::before {
        content: '' !important;
        border-right: 3px solid #8a877f;
        border-top: 3px solid #8a877f;
        width: 14px;
        height: 14px;
        display: block;
        transform: rotateZ(225deg);
        position: absolute;
        top: calc(50% - 7px);
        right: calc(50% - 12px);
    }

    .activity .slick_activity_moblie_img .slick-dots li.slick-active button:before {
        background: #197b14;
    }

    .activity .slick_activity_moblie_img .slick-dots li button:hover::before {
        background: #197b14;
    }

    .activity .slick_activity_moblie_img .slick-dots li button:focus::before {
        background: #197b14;
    }

    .activity .slick_activity_moblie_img .slick-dots li button:before {
        background: black;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        content: '' !important;
        opacity: 1;
    }
    footer .footer_menu {
        flex-direction: column;
        padding: 8px 0px 7px 0px;
    }

    footer .footer_menu ul {
        width: calc(100% - 40px);
        margin: 0px auto;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        border-bottom: 1px solid;
        min-width: initial;
    }

    footer .footer_menu ul:last-child {
        border-bottom: none;
    }

    footer .footer_menu ul div {
        padding: 17px 0px;
        margin-bottom: 0px;
        border-bottom: none;
        position: relative;
        letter-spacing: 2px;
        height: auto;
    }

    footer .footer_menu ul div a {
        color: #333333;    
        line-height: 20px !important;     
        width: calc(100% - 32px);   
    }

    footer .footer_menu ul div a:hover ,
    footer .footer_menu ul div a:focus {
        text-decoration: none;        
    }

    footer .footer_menu ul.ul_open li {
        height: 34px;
        opacity: 1;
    }
    footer .footer_menu ul.ul_open li:last-child {
        margin-bottom: 17px;
    }

    footer .footer_menu ul li {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: normal;
        margin: 0px 0px 0px 5px;
        max-width: initial;
        display: flex;
        align-items: center;
        height: 0px;
        opacity: 0;
        transition: 0.5s;
    }

    footer .footer_menu ul button {
        background: rgba(190,190,190,0.33);
        width: 32px;
        height: 32px;
        border: none;
        box-shadow: none;
        border-radius: 100%;
        position: absolute;
        right: 0px;
        top: calc(50% - 16px);
    }

    footer .footer_menu ul button:before {
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";
        position: absolute;
        top: calc(50% - 16px);
        font-size: 14px;
        color: black;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 0px;
    }
    footer .footer_menu ul.ul_open button:before {
        content: "\f068";
    }

    footer .footer_menu ul li a{
        color: #333333;    
        line-height: 20px !important;      
    }

    footer .footer_menu ul li a:hover ,
    footer .footer_menu ul li a:focus {
        text-decoration: none;
    }


    footer .footer_information {
        background: #bfbfbf;
        display: block;
        padding: 15px 20px 10px 20px;
        height: auto;
    }

    footer .footer_information a {
        display: none;
    }

    footer .footer_information .item {
        display: block;
        padding: 19.5px 0px;
        margin: 0px;
        border-bottom: 1px solid;
        width: auto;
        text-align: left;
    }

    footer .footer_information .item:nth-child(3) {
        margin-right: 0px;
        border-bottom: none;
    }

    footer .footer_information .item div {
        text-align: left;
        margin-right: 0px !important;
        margin-bottom: 5px;
        display: block;
    }

    footer .footer_information .item div:first-child {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 0px;
        margin-bottom: 10px;
        border-bottom: none;
    }
    footer .footer_information .item div:last-child {
        margin-bottom: 0px;
    }

    footer .footer_information .item div span {
        width: 85px;
        display:inline-block;
    }

    footer .footer_remind {
        display: none;
    }

    footer .footer_moblie_remind {
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: initial;
        color: white;
        padding: 30px 0px 15px 5.5556vw;
    }

    footer .footer_moblie_remind .footer_icon a {
        display: inline-block;
        margin-bottom: 13px;
    }

    footer .footer_moblie_remind .footer_icon a:first-child img {
        width: 27px;
        height: 27px;
        margin-right: 12px;
    }

     footer .footer_moblie_remind .footer_icon a:nth-child(3) img {
        width: 31px;
        height: 23px;
        margin-top: 4px;
        margin-right: 12px;
    }
    footer .footer_moblie_remind .footer_icon a:nth-child(2) img {
        width: 27px;
        height: 27px;
        margin-right: 12px;
    }

    footer .footer_moblie_remind div img {
      width: 82px;
      height: 82px;
      margin-right: 7.5vw;
    }

    footer .footer_moblie_remind div i {
      font-size: 30px;
      margin: 0px 5px;
    }
    footer .footer_moblie_remind div i:nth-child(1) {
        color: #0d8df1;
    }
    footer .footer_moblie_remind div i:nth-child(2) {
        color: #ff3333;
    }

    footer .footer_moblie_remind span {
        font-size: 14px;
        display: block;
    }

    footer .footer_moblie_remind span:first-child {
        margin-right: 2.291667vw;
    }

    footer .footer_moblie_remind span:nth-child(2) {
        margin-right: 1.8vw;
    }

    footer .footer_moblie_remind span a {
        color: white;
    }

    footer .footer_moblie_remind span a:hover {
        text-decoration: none;
    }

    .content-outer .backgrond_img_pc {
        display: none;
    }

    .content-outer .backgrond_img_mobile {
        display: block;
    }

    .content-outer #pc-article {
        display: none;
    }

    .content-outer #mobile-article {
        display: block !important;
    }

    #mobile-article .detailTitle + table {
        width: 100%;
    }

    #mobile-article .titleTab {
        padding: 0px;
        height: 63px;
        display: inline-block;
    }

    #mobile-article table {
        width: 100%;
    }

    #mobile-article .photo_full_page {
        width: 100%;
    }

    #news {
        width: calc(100% - 34px);
        padding: 18px 17px 40px 17px
    }

    #news .title {
        color: #4c3f30;
        font-size: 16px;
        margin: 0px 0px 18px 0px;
        padding: 0px 0px 0px 17px;
        line-height: initial;
        border-left: none;
        position: relative;
    }
    #news .title:before {
        background: #33cccc;
        content: '';
        position: absolute;
        top: 2px;
        left: 0px;
        height: 17px;
        width: 5px;
    }

    #news .content {
        box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.1);
        padding: 15px;
        margin: 0px;
    }

    #news .content .category {
        display: none;
    }

    #news .content .category_moblie {
        display: block;
    }

    #news .content .category_moblie #sel_category {
        border-style: solid;
    border-color: inherit;
    border-width: 1px;
    padding: 6px 15px 6px 10px;
    height: auto;
        width: 50%;
        line-height: 20px;
        position: relative;
        appearance:none;
        -moz-appearance:none;
        -webkit-appearance:none;
        background-image: url('/Content/images/front/moblie_select_arrow.jpg'); 
        background-repeat: no-repeat;
        margin: 0px;
        background-position: right 7px center;
    }

    #news .content .category span {
        position: absolute;
        left: 0px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #news .content .category .box_radio {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 10px;
    }

    #news .content .SearchBox div {
        width: 120px;
    }

    #news .content .list .loadMoreBox div {
        width: 120px;
    }

    #news .content .search {
        padding: 13px 0px 0px 0px;
    }

    #news .content .search span{
        font-size: 13px;
        margin: 0px 0px 3px 7px;
        display: block;
    }

    #news .content .search div {
        width: 100%;
        display: block;
        margin: 0px;
    }

    #news .content .search div span {
        display: none;
    }

    #news .content .search div label {
        margin-bottom: 11px;
    }

    #news .content .search div label i {
        font-size: 20px;
        color: #77dbd1;
        position: absolute;
        right: 3px;
        top: initial;
        bottom: 5px;
    }

    #news .content .search input[type="text"] {
        padding: 6px 10px;
        width: calc(100% - 102px);
    }

    #news .content .search label input[type="text"] {
        margin-bottom: 0px;
        line-height: normal;
        font-size: 14px;
        padding: 6px 20px 6px 10px;
        border-radius: 4px;
    }

    #news .content .search div label input[type="text"] {
        width: calc(100% - 30px);
    }

    #news .content .search button {
        margin-left: 5px;
        border-radius: 45px;
        padding: 3px 6px /*3px 14px*/;
        min-width: auto;
        color: white;
        font-size: 14px;
        /*letter-spacing: 8px;*/
        text-align: center;
    }

    #news .content .search button i {
        display: none;
    }

    #news .content .SearchBox {
        margin: 23px 0 18px 0;
    }

    #news .content .SearchBox button {
        font-size: 13px;
    }

    #news .content .list > a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        display: block;
        height: 0px;
        overflow: hidden;
        transition: 1s ease;
    }

    #news .content .list > a.open {
        opacity: 1;
        height: auto;
        padding-bottom: 19px;
        margin-bottom: 16px;
        border-bottom: 1px solid #d2d2d2;
    }

    #news .content .list > a:hover {
        text-decoration: none;
    }

    #news .content .list > a:hover .list_title {
        color: #1d1d1d;
    }

    #news .content .list .date {
        font-size: 12px;
        display: inline-block;
    }

    #news .content .list .btn_news {
        margin: 0px 13px;
        font-size: 12px;
        width: auto;
        padding: 1px 15px;
    }

    #news .content .list .list_title {
        font-size: 15px;
        color: #1d1d1d;
        overflow: initial;
        text-overflow: initial;
        white-space: initial;
        width: 100%;
        line-height: initial;
        transition: all 0.3s linear;
        margin-top: 8px;
    }

    #news .content .list .list_title span {
        background: -webkit-gradient(linear, left top, left bottom, from(#f2acac), to(#fa6a4f));
        background: linear-gradient(to bottom, #f2acac, #fa6a4f);
        border-radius: 45px;
        color: white;
        font-size: 16px;
        padding: 5px 15px;
        margin-right: 13px;
    }

    #news .content .list .loadMoreBox {
        margin: 30px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    #news .content .list .loadMoreBox button {
        font-size: 13px;
    }

    #news .content .list .loadMoreBox button:hover {
        color: black;
    }
    #news_detail {
        width: calc(100% - 34px);
        margin: 0px auto;
        padding: 18px 17px 40px 17px;
    }
    #news_detail .mark {
        max-width: initial;
        margin: 0px auto;
    }

    #news_detail table {
        width: 100% !important;
    }

    #news_detail .mark .date {
        font-size: 10px;
        color: #797979;
    }

    #news_detail .mark .style_news {
        margin: 0px 5px;
        border-radius: 45px;
        border: 1px solid #f9b000;
        color: #f9b000;
        background-color: white;
        font-size: 10px;
        padding: 0px 17px;
    }

    #news_detail .title {
        margin: 0px auto 18px auto;
        color: #4c3f30;
        font-size: 16px;
        padding: 0px 0px 0px 17px;
        border-left: none;
        max-width: initial;
        line-height: initial;
        position: relative;
    }

    #news_detail .title:before {
        background: #33cccc;
        content: '';
        position: absolute;
        top: 2px;
        left: 0px;
        height: 17px;
        width: 5px;
    }

    #news_detail .content {
        max-width: initial;
        box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.1);
        margin: 0px auto 40px auto;
        padding: 10px;
        word-break: break-all;
    }

    #news_detail .content .backBox {
        margin: 70px 0 45px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

    #news_detail .content .backBox div {
        width: 120px
    }

    #news_detail .content .backBox div button {
        font-size: 13px;
    }

    #news_detail .content .backBox button:hover {
        color: #f9b000;
    }

    #news input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c8c7c7;
        font-size: 14px;
    }

    #news input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c8c7c7;
        font-size: 14px;
    }

    #news input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c8c7c7;
        font-size: 14px;
    }

    #opening_hours {
        padding:20px 20px 50px 20px;
    }

     #opening_hours .title {
        margin: 0px 0px 18px 0px;
        color: #4c3f30;
        font-size: 16px;
        padding: 0px 0px 0px 17px;
        border-left: none;
        max-width: initial;
        line-height: initial;
        position: relative;
    }

    #opening_hours .title:before {
        background: #33cccc;
        content: '';
        position: absolute;
        top: 2px;
        left: 0px;
        height: 17px;
        width: 5px;
    }

    #opening_hours .content {
        box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.1);
        padding: 10px;
        margin: 0px;
        word-break: break-word;
    }

    #opening_hours .content .content_title {
        font-size: 16px;
        margin: 16px 0px;
    }

    #opening_hours .content .area_1 {
        border-radius: 5px;
        padding: 20px 3px;
        margin-bottom: 42px;
    }

    #opening_hours .content .area_1 .area_title {
        font-size: 14px;
        padding: 0px;
        display: flex;
    }

    #opening_hours .content .area_1 .area_title div {
        display: inline-block;
        text-align: center;
        padding-bottom: 14px;
    }

    #opening_hours .content .area_1 .area_title div:nth-child(1) {
        width: 33%;
    }

    #opening_hours .content .area_1 .area_title div:nth-child(2) {
        width: 33%;
    }

    #opening_hours .content .area_1 .area_title div:nth-child(3) {
        width: 33%;
    }

    #opening_hours .content .area_1 .area_content {
        font-size: 14px;
        margin-bottom: 5px;
        border: 2px solid #a5ddcb;
        padding: 0px;
        min-height: 42px;
        display: flex;
        align-items: center;
    }

    #opening_hours .content .area_1 .area_content div {
        display: inline-block;
        text-align: center;
    }

    #opening_hours .content .area_1 .area_content div:nth-child(1) {
        width: 33%;
    }

    #opening_hours .content .area_1 .area_content div:nth-child(2) {
        width: 33%;
    }

    #opening_hours .content .area_1 .area_content div:nth-child(3) {
        width: 33%;
    }

    #opening_hours .content .area_2 {
        border-radius: 5px;
        padding: 32px 3px 20px 3px;
        margin-bottom: 42px;
    }

    #opening_hours .content .area_2 .headline {
        top: -23px;
        font-size: 15px;
        width: calc(100% - 10px);
        left: 0px;
        display: flex;
        justify-content: center;
        margin: 0px 4px;
    }

    #opening_hours .content .area_2 .headline div {
        width: 65%;
        padding: 13px 0px;
        margin: 0px;
        margin-left: -5%;
    }

    #opening_hours .content .area_2 .area_title {
        font-size: 14px;
        padding: 0px;
        border: 2px solid #c1e45b;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 42px;
    }

    #opening_hours .content .area_2 .area_title div {
        display: inline-block;
        text-align: center;
    }

    #opening_hours .content .area_2 .area_title div:nth-child(1) {
        width: 33%;
    }

    #opening_hours .content .area_2 .area_title div:nth-child(2) {
        width: 33%;
    }

    #opening_hours .content .area_2 .area_title div:nth-child(3) {
        width: 33%;
    }

    #opening_hours .content .area_2 .area_content {
        padding: 0px;
        font-size: 14px;
        border-bottom: 3px solid #626262;
        min-height: 46px;
        display: flex;
        align-items: center;
    }

    #opening_hours .content .area_2 .area_content div {
        display: inline-block;
        text-align: center;
        padding: 0px;
    }

    #opening_hours .content .area_2 .area_content div:nth-child(1) {
        width: 33%;
    }

    #opening_hours .content .area_2 .area_content div:nth-child(2) {
        width: 33%;
    }

    #opening_hours .content .area_2 .area_content div:nth-child(3) {
        width: 33%;
    }

    #opening_hours .content .area_2 .area_content div span {
        color: #ca0101;
    }

    #opening_hours .content .area_3 {
        border-radius: 5px;
        padding: 32px 3px 20px 3px;
        margin-bottom: 18px;
    }

    #opening_hours .content .area_3 .headline {
        top: -23px;
        font-size: 15px;
        width: calc(100% - 10px);
        left: 0px;
        display: flex;
        justify-content: center;
        margin: 0px 4px;
    }

    #opening_hours .content .area_3 .headline div {
        width: 65%;
        padding: 13px 0px;
        margin: 0px;
        margin-left: -5%;
    }

    #opening_hours .content .area_3 .area_title {
        font-size: 14px;
        padding: 0px;
        border: 2px solid #e8c837;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 42px;
    }

    #opening_hours .content .area_3 .area_title div {
        display: inline-block;
        text-align: center;
    }

    #opening_hours .content .area_3 .area_title div:nth-child(1) {
        width: 33%;
    }

    #opening_hours .content .area_3 .area_title div:nth-child(2) {
        width: 33%;
    }

    #opening_hours .content .area_3 .area_title div:nth-child(3) {
        width: 33%;
    }

    #opening_hours .content .area_3 .area_content {
        padding: 0px;
        font-size: 14px;
        border-bottom: 3px solid #626262;
        min-height: 46px;
        display: flex;
        align-items: center;
    }

    #opening_hours .content .area_3 .area_content div {
        display: inline-block;
        text-align: center;
        padding: 0px;
    }

    #opening_hours .content .area_3 .area_content div:nth-child(1) {
        width: 33%;
    }

    #opening_hours .content .area_3 .area_content div:nth-child(2) {
        width: 33%;
    }

    #opening_hours .content .area_3 .area_content div:nth-child(3) {
        width: 33%;
    }

    #opening_hours .content .area_3 .area_content div span {
        color: #ca0101;
    }

    #opening_hours .content .information {
        border-radius: 99em;
        flex-direction: column;
        border-radius: 20px;
        padding: 15px;
        margin-bottom: 10px;
    }

    #opening_hours .content .information .information_title {
        font-size: 15px;
        width: 100%;
        padding: 0px 0px 15px 0px;
        text-align: center;
        display: block;
    }

    #opening_hours .content .information .information_content {
        display: block;
        width: 100%;
        font-size: 14px;
    }

    #opening_hours .content .information .information_content div:first-child {
        margin-bottom: 6px;
    }

    #opening_hours .content .information .information_content div {
        margin-bottom: 0px;
    }

    #opening_hours .content .remark {
        max-width: 990px;
        margin: 0px auto;
        font-size: 14px;
        margin-top: 15px;
    }

    #opening_hours .content .remark .remark_title {
        display: none;
    }

    #opening_hours .content .remark div {
        margin-bottom: 0px;
        padding-left: 23px;
    }
    #opening_hours .content .remark div span {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    #digital_textbook {
        padding: 0px 20px 50px 20px;
    }

    #digital_textbook .title {
        margin: 18px 0px;
        color: #4c3f30;
        font-size: 16px;
        padding: 0px 0px 0px 17px;
        border-left: none;
        max-width: initial;
        line-height: initial;
        position: relative;
    }
    #digital_textbook .title:before {
        background: #33cccc;
        content: '';
        position: absolute;
        top: 2px;
        left: 0px;
        height: 17px;
        width: 5px;
    }

    #digital_textbook .content .item {
        width: 100%;
        height: 53vw;
        margin: 0px 0px 13px 0px;
    }

    #digital_textbook .content .item.no_img {
        display: none;
    }

    #digital_textbook .content .item a {
        height: calc(100% - 5.556vw);
        font-size: 23px;
        padding-bottom: 5.556vw;
    }

    #digital_textbook .content .item a::before {
      display: none;
    }

    #digital_textbook_list {
        padding: 20px 20px 50px 20px;
    }

    #digital_textbook_list .title {
        margin: 0px 0px 18px 0px;
        color: #4c3f30;
        font-size: 16px;
        padding: 0px 0px 0px 17px;
        border-left: none;
        max-width: initial;
        line-height: initial;
        position: relative;
    }
    #digital_textbook_list .title:before {
        background: #33cccc;
        content: '';
        position: absolute;
        top: 2px;
        left: 0px;
        height: 17px;
        width: 5px;
    }
    #digital_textbook_list .content .article-table .list-result table thead tr td {
        font-size: 14px;    
    }
    #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(1) {
        width: 15%;
    }
    #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(2) {
        width: 60%;
    }
    #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(3) {
        width: 25%;
    }
    #digital_textbook_list .content .back-page {
        width: 63px;
        height: 20px;
        top: -40px;
    }
    #digital_textbook_list .content .article-table .loadMoreBox {
        margin: 30px 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }
    #digital_textbook_list .content .article-table .list-result table tbody tr td {
        font-size: 12px;
    }
    #digital_textbook_list .content .article-table .loadMoreBox div {
        width: 120px;
    }
    #digital_textbook_list .content .article-table .loadMoreBox button {
        font-size: 13px;
        background-color: transparent;
    }
    #digital_textbook_list .content .article-table .loadMoreBox button:hover {
        color: initial;
    }
    #digital_textbook_list .content .article-table .list-result .table_digital_textbook thead tr td:nth-child(1) {
        width: 12%;
    }
    #digital_textbook_list .content .article-table .list-result .table_digital_textbook tr td:nth-child(2) {
        width: 30%;
    }
    #digital_textbook_list .content .article-table .list-result .table_digital_textbook tr td:nth-child(3) {
        width: 30%;
    }
    #digital_textbook_list .content .article-table .list-result .table_digital_textbook tr td:nth-child(4) {
        width: 18%;
    }
    #digital_textbook_list .content .article-table .list-result .table_digital_textbook tbody tr td button {
        font-size: 12px;
        padding: 4px 6px;
    }
}

/* 日期選單 */
.ui-datepicker {
    width: 22em !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    line-height: initial;
    font-size: 16px !important;
    margin: 0px 1px !important;
    width: 47% !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: calc(50% - 0.9em) !important;
    cursor: pointer;
}
.ui-widget-header .ui-icon {
    background-image: url(/Content/images/ui-icons_ffffff_256x240.png) !important;
}
.ui-datepicker .ui-datepicker-title {
    line-height: initial !important;
}
@media screen and (max-width: 800px) {
    .ui-datepicker {
        width: 17em !important;
    }
}
/*# sourceMappingURL=main.css.map */

/*document start*/
.div_document {
    width: 100%;
    max-width: 1000px;
    left: calc(50% - 500px);
    top: 230px;
    z-index: 20000 !important;
    color: #333333;
    background: white;
    border-radius: 6px;
    position: fixed;
}

.div_document > button {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 30px;
    color: white;
    position: absolute;
    top: 0px;
    right: 5px;
}

.div_document_title {
  background: #504f4f;
  padding: 5px 5px 5px 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 30px;
  display: flex;
  line-height: normal;
  font-size: 23px;
  color: white;
}

.div_document_content {
  padding: 15px;
  font-size: 20px;
  height: calc(100vh - 70px);
  max-height: 650px;
}

.div_document_overlay {
  background: black 50% 50% repeat;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
@media screen and (max-width: 800px) {
    .div_document {
        width: 100vw;
        left: 0px;
        top: 0px !important;
        z-index: 20000 !important;
        color: #333333;
        background: white;
        border-radius: 6px;
        position: fixed;
    }
    .div_document_content {
      padding: 15px;
      font-size: 20px;
      min-height: calc(100vh - 70px);
    }
}
/* document end */
 /*快速連結區跳出視窗*/
.div_quick_link_area {
    width: 80vw;
    left: calc(50% - 40vw);
    z-index: 20000 !important;
    color: #333333;
    background: #eef5e5;
    position: fixed;
}

.div_quick_link_area > button {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 45px;
    color: #414141;
    position: absolute;
    top: 5px;
    right: 20px;
    transform: rotateX(45deg)
}

.div_quick_link_area .content{  
  padding: 25px 0px 40px 0px;
  font-size: 20px;
  text-align: center
}

.div_quick_link_area .content > img{  
  margin-bottom: 40px
}

.div_quick_link_area .content div{  
    width: 82%;
    margin: 0px auto;
    text-align: left;
}

.div_quick_link_area .content .title {
    font-size: 1.6667vw;
    color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 3px;
    width: 100%;
    margin-bottom: 44px;
}

.div_quick_link_area .content .title i {
    margin-right: 10px;
    font-size: 38px;
}

.div_quick_link_area .content div a{  
    width: 14.270833vw;
    margin: 0px 0.78125vw 1.5625vw 0.78125vw;
    display: inline-block;
}

.div_quick_link_area .content div a:hover{  
    text-decoration: none;
}

.div_quick_link_area_overlay {
  background: black 50% 50% repeat;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

@media screen and (max-width: 800px) {
    .div_quick_link_area {
        width: 100vw;
        left: 0px;
        height: 100vh;
        top: 0px !important;
    }
    .div_quick_link_area .content {
        padding: 0px 0px 30px 0px
    }
    .div_quick_link_area .content .title {
        padding: 10px 0px;
        font-size: 24px;
        background: #414141;
        color: white;
        font-weight: normal;
        margin-bottom: 0px;
        height: auto;
    }
    .div_quick_link_area .content .title i{
        margin-right: 5px;
        font-size: 28px;
    }
    .div_quick_link_area > button {
        font-size: 22px;
        color: white;
        position: absolute;
        top: 9px;
        right: 10px;
        transform: rotateX(40deg);
    }
    .div_quick_link_area .content div {
        width: 100%;
        text-align: center;
        padding-top: 22px;
        overflow: auto;
        height: calc(100vh - 70px);
    }
    .div_quick_link_area .content div a {
        margin: 0px 0px 24px 0px;
        width: auto;
    }
}

.DataCategory .article-file {
    max-width: 1400px;
    margin: 0px auto;
    padding: 30px 0px 50px 0px;
}

.DataCategory .article-file .subclass {
    font-size: 20px;
    font-weight: bold;
}

.DataCategory .article-file .classify{
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
}

.DataCategory .article-file .classify label{
    display: inline-block;
    cursor: default;
}

@media screen and (max-width: 360px) {
    footer .footer_moblie_remind span {
        font-size: 3.889vw;
    }
}

/*@media screen and (max-width: 1050px) {
    header ul {
        padding-right: 28.3vw;
    }
}*/

@media screen and (max-width: 480px) {
    .banner {
        margin-top: 36px;
    }
    .content-outer .moblie_banner {
        margin-top: 36px;
    }
    .banner .search .date .quick_link_area {
        right: 12px;
        bottom: -51px;
    }
    .banner .search .search_tab #mySearchTabContent div input {
        font-size: 5vw;
    }
    .news .news_content .item div span:first-child {
        font-size: 4.444vw;
        margin-bottom: 9.1667vw;
    }
    .news .news_content .item div span:nth-child(2) {
        font-size: 2.889vw;
        margin-bottom: 5vw;
    }
    .news .news_content .item div span:nth-child(2) {
        font-size: 2.778vw;
    }
    .banner .search .date .item div:nth-child(2) .date_close p {
        margin: 0px 0px 12px 12.2px;
        width: auto;
        height: auto;
    }
    .banner .search .date .item div:nth-child(2) .date_close {
        background-image: url(/Content/images/front/modlie_closed_image.png);
        height:60px;
        background-repeat: no-repeat;
        background-position-x: 15px;
        background-size: 60px;
    }
    .activity > img {
        margin-bottom: 20px;
        width: 38.8889vw;
    }
    .collection > img {
        margin-bottom: 25px;
        width: 38.8889vw;
    }
}
@media screen and (max-width: 340px) {
    .banner .search .date .item div:nth-child(2) .date_close {
        background-size: 55px;
        background-position-x: 8px;
    }
}
@media screen and (min-width:1024px) and (max-width:1400px) {
    .content-outer .bread-crumbs {
        margin: 0px auto 0px 20px;
    }

    #news .title,
    #news .content,
    #news_detail .title,
    #news_detail .mark,
    #news_detail .content,
    #opening_hours .title,
    #opening_hours .content,
    #department .title,
    #department .content,
    #digital_textbook .title,
    #digital_textbook .content,
    #digital_textbook_list .title,
    #digital_textbook_list .content,
    #sitemap .title,
    #sitemap .content,
    #data_category .title,
    #data_category .content,
    #download_category .title,
    #download_category .content,
    #folder_and_data_category .title,
    #folder_and_data_category .content {
        margin-left: 20px;
        margin-right: 20px;
    }

}
@media screen and (min-width:800px) and (max-width:1400px) {
    #department .content .box_collection > div:last-child > div:not(.tooltip) {
        width: 84px;
    }
    #department .content .box_collection {
        width: calc(100% + 120px);
        margin-left: -60px;
    }
}

@media screen and (min-width:1024px) and (max-width:1350px) {
    .banner .search .date #btnOpeningHours {
        min-width: 50px;
    }
    .banner .search .date {  
        min-width: 300px;
    }
}


/*解析度為1920以上的畫面用以下css*/
@media screen and (min-width: 1920px) {
    html {
        max-width: 1920px;
        margin: 0px auto;
    }
    header {
        height: 95px;
        width: 100%;
        text-align: right;
        position: fixed;
        top: 0px;
        z-index: 100;
        background: white;
        width: 1920px;
    }

        header.sticky {
            border-bottom: 1px solid #fdd96b;
        }

        header img {
            padding: 20px 0px 10px 34.5px;
            float: left;
            width: 276.48px;
        }

            header img.pc_logo {
                display: block;
            }

            header img.moblie_logo {
                display: none;
            }

        header .moblie_menu_list {
            display: inline-block;
            margin: 0px;
            height: 100%;
            width: 960px;
            padding-right: 485.76px;
            text-align: right;
            background-color: #736764;
            background: -webkit-gradient(linear, left top, right top, color-stop(1190.4px, white), color-stop(384px, #736764)) !important;
            background: linear-gradient(to right, white 1190.4px, #736764 384px) !important;
            position: relative;
            white-space: nowrap;
        }

        header .overflow_list {
            height: 100%;
        }

        header #moblie_menu_close_btn {
            display: none;
        }

        header ul {
            height: 100%;
            margin: 0px;
            /*display: inline-block;
        margin: 0px;
        height: 100%;
        width: 50%;
        padding-right: 485.76px;
        text-align: right;
        background-color: #736764;
        background: -webkit-gradient(linear, left top, right top, color-stop(1190.4px, white), color-stop(384px, #736764)) !important;
        background: linear-gradient(to right, white 1190.4px, #736764 384px) !important;
        position: relative;
        white-space: nowrap;*/
        }

            header ul li {
                display: inline-block;
                min-width: 7%;
                text-align: center;
                height: 100%;
                position: relative;
                background-color: white;
                width: 187.2px;
                white-space: normal;
                vertical-align: middle;
            }

                header ul li:hover .dropdown {
                    display: block;
                }

                header ul li::before {
                    content: '/';
                    position: absolute;
                    left: -4px;
                    top: calc(50% - 10px);
                    color: #ffd042;
                }

            header ul #moblie_menu_close_btn {
                display: none;
            }

        header .moblie_list {
            display: none;
        }

        header .logo {
            float: left;
        }

        header ul li:first-child::before {
            display: none;
        }

        header ul li.language {
            background-color: #fdd96b;
            -webkit-transform-origin: bottom;
            transform-origin: bottom;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            position: absolute;
            right: 23.5%;
            width: auto;
        }

            header ul li.language::before {
                display: none;
            }

            header ul li.language a {
                -webkit-transform: skewX(25deg);
                transform: skewX(25deg);
                min-width: 68px;
                padding: 0px 48px;
            }

        header ul li.scu {
            background-color: #736764;
            -webkit-transform-origin: bottom;
            transform-origin: bottom;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            position: absolute;
            right: 11.5%;
            width: auto;
        }

            header ul li.scu a:last-child {
                padding: 0px;
                width: 100px;
                position: absolute;
                top: 0px;
                right: -80px;
                z-index: 1;
            }

                header ul li.scu a:last-child::before {
                    content: '/';
                    position: absolute;
                    left: -11px;
                    top: calc(50% - 10px);
                    color: white;
                    font-size: 15px;
                }

            header ul li.scu::before {
                display: none;
            }

            header ul li.scu a {
                -webkit-transform: skewX(25deg);
                transform: skewX(25deg);
                color: #fdd96b;
                min-width: 80px;
                padding: 0px 48px;
            }

        header ul li a {
            font-size: 20px;
            color: #292929;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0px 9.5px;
        }

            header ul li a span {
                pointer-events: none;
            }

            header ul li a .en {
                display: none;
            }

            header ul li a:hover {
                text-decoration: none;
                color: #292929;
            }

            header ul li a:focus {
                text-decoration: none;
            }

        header ul li .dropdown {
            display: none;
            top: 74px;
            position: absolute;
            z-index: 1;
            width: 100%;
            left: 0px;
            font-size: 18px;
            white-space: initial;
        }

            header ul li .dropdown a {
                padding: 10px 9px;
                background: #808486;
                color: white;
                font-size: 17px;
                font-weight: normal;
                white-space: pre-line;
            }

                header ul li .dropdown a:hover {
                    background: #fdd96b;
                    color: black;
                }

    * {
        -webkit-tap-highlight-color: transparent;
    }

    a, button {
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    a, button, input, select, i {
        outline: none !important;
    }

    #wrapper {
        position: relative;
    }

    body {
        color: #4b4b4b;
        margin: 0px;
        background: #ffffff !important;
        font-size: initial;
        transition: all 0.5s ease-in-out;
    }

        body.stop_sliding {
            overflow: hidden;
        }

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        font-family: Microsoft JhengHei !important;
    }

    select {
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        select::-ms-expand {
            display: none;
        }

    button, a {
        line-height: normal !important;
    }

    /* .content-outer{
    padding: 25px
} */
    ul {
        list-style-type: none;
    }

    .content-outer .banner {
        height: 265px;
        margin-top: 101px;
        background-size: cover;
    }

    .content-outer .moblie_banner {
        display: none;
    }

    .content-outer .bread-crumbs {
        padding: 18px 0px 30px 0px;
        font-size: 18px;
        color: #76736d;
        max-width: 1400px;
        margin: 0px auto;
    }

        .content-outer .bread-crumbs a {
            color: #76736d;
        }

            .content-outer .bread-crumbs a:last-child {
                cursor: default;
                pointer-events: none;
                font-weight: bold;
            }

            .content-outer .bread-crumbs a:hover {
                text-decoration: none;
            }

        .content-outer .bread-crumbs span {
            color: #000000;
            font-weight: bold;
        }

    .content-outer .line {
        width: 100%;
        border-bottom: 3px solid transparent;
        -o-border-image: linear-gradient(to right, #fdd96b 40%, #3e3e3e 0%);
        border-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fdd96b), color-stop(0%, #3e3e3e));
        border-image: linear-gradient(to right, #fdd96b 40%, #3e3e3e 0%);
        border-image-slice: 1;
    }

    .content-outer > div {
        position: relative;
    }

    .content-outer .backgrond_img_pc {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .content-outer .backgrond_img_mobile {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .box_radio {
        text-align: center;
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-top: 0px !important;
    }

        .box_radio input[type="radio"] {
            cursor: pointer;
            visibility: hidden;
            position: absolute;
        }

        .box_radio .radio_label {
            float: right;
            margin: 0px 0px 0px 5px;
            text-align: left;
            font-size: 18px;
            color: #4c3f30;
        }

        .box_radio .check {
            position: relative;
            display: inline-block;
            border: 2px solid #434343;
            border-radius: 100%;
            height: 26px;
            width: 26px;
            cursor: pointer;
            margin: 0px 0px 0px 20px;
            background: white;
        }

            .box_radio .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 20px;
                width: 20px;
                top: 3px;
                left: 3px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

        .box_radio input[type=radio]:checked ~ .check::before {
            background: #434343;
        }

    ::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #595959;
        font-size: 24px;
    }

    :-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #595959;
        font-size: 24px;
    }

    ::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #595959;
        font-size: 24px;
    }

    #news input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #c8c7c7;
        font-size: 16px;
    }

    #news input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #c8c7c7;
        font-size: 16px;
    }

    #news input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #c8c7c7;
        font-size: 16px;
    }

    footer .footer_menu {
        background-color: #f5e88c;
        padding: 26px 119px 60px 119px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        footer .footer_menu ul {
            margin: 0px;
            display: inline-block;
            font-size: 18.4px;
            font-weight: bold;
            width: 230px;
        }

            footer .footer_menu ul div {
                padding: 0px 0px 0px 25px;
                margin-bottom: 5px;
                border-bottom: 1px solid;
                height: 60px;
                display: flex;
                align-items: center;
            }

                footer .footer_menu ul div button {
                    display: none;
                }

                footer .footer_menu ul div a {
                    color: #333333;
                }

                    footer .footer_menu ul div a:hover,
                    footer .footer_menu ul div a:focus {
                        text-decoration: none;
                    }

            footer .footer_menu ul li {
                font-size: 16px;
                font-weight: normal;
                margin: 20px 0px 0px 25px;
                max-width: 225px;
            }

                footer .footer_menu ul li a {
                    color: #333333;
                    line-height: 20px !important;
                }

                    footer .footer_menu ul li a:hover,
                    footer .footer_menu ul li a:focus {
                        text-decoration: none;
                    }


    footer .footer_information {
        height: 220px;
        background-image: url('/Content/images/front/footer_banner.jpg');
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: center;
    }

        footer .footer_information a {
            margin: 65px 200px 50px 122.4px;
            display: inline-block;
        }

            footer .footer_information a img {
                border-radius: 100%;
            }

        footer .footer_information .item {
            display: inline-block;
            margin: 0px 35px;
            width: 460px;
            text-align: center;
        }

            footer .footer_information .item div {
                text-align: center;
                margin-bottom: 10px;
                display: inline-block;
            }

                footer .footer_information .item div:first-child {
                    font-size: 18.4px;
                    font-weight: bold;
                    padding-bottom: 13px;
                    margin-bottom: 13px;
                    border-bottom: 1px solid white;
                    display: block;
                }

                footer .footer_information .item div:nth-child(2) {
                    margin-right: 10px;
                }

                footer .footer_information .item div:nth-child(4) {
                    margin-right: 10px;
                }

            footer .footer_information .item:nth-child(3) {
                margin-right: 130px;
                border-bottom: none;
            }

    footer .footer_moblie_remind {
        display: none;
    }

    footer .footer_remind {
        height: 145px;
        background-color: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-top: 34px;
    }

        footer .footer_remind .footer_icon a {
            margin: auto 10px;
        }

            footer .footer_remind .footer_icon a:first-child img {
                width: 36px;
                height: 36px;
            }

            footer .footer_remind .footer_icon a:nth-child(2) img {
                width: 36px;
                height: 36px;
            }

            footer .footer_remind .footer_icon a:nth-child(3) img {
                width: 41px;
                height: 30px;
                margin-top: 6px;
            }

        footer .footer_remind .footer_icon {
            margin-bottom: 20px;
        }

        footer .footer_remind div {
            margin-bottom: 16px;
        }

            footer .footer_remind div i {
                font-size: 35px;
                margin: 0px 5px;
            }

                footer .footer_remind div i:nth-child(1) {
                    color: #0d8df1;
                }

                footer .footer_remind div i:nth-child(2) {
                    color: #ff3333;
                }

        footer .footer_remind span {
            font-size: 16px;
            letter-spacing: 3px;
        }

            footer .footer_remind span:first-child {
                margin-right: 40px;
            }

            footer .footer_remind span:nth-child(2) {
                margin-right: 34.5px;
            }

            footer .footer_remind span a {
                color: white;
            }

                footer .footer_remind span a:hover {
                    text-decoration: none;
                }

    .banner {
        position: relative;
        margin-top: 101px;
    }

        .banner .slick_banner_img {
            display: none;
        }

            .banner .slick_banner_img .slick-next {
                display: block;
                right: 35px;
                width: 64px;
                height: 64px;
                border-radius: 100%;
                top: calc((100% - 244px)/2 - 32px + 32px);
                background-color: rgba(255,255,255,0.8);
                z-index: 1;
            }

                .banner .slick_banner_img .slick-next::before {
                    content: '' !important;
                    border-right: 3px solid #8a877f;
                    border-top: 3px solid #8a877f;
                    width: 18px;
                    height: 18px;
                    display: block;
                    transform: rotateZ(45deg);
                    position: absolute;
                    top: calc(50% - 10px);
                    left: calc(50% - 16px);
                }

            .banner .slick_banner_img .slick-prev {
                display: block;
                left: 35px;
                width: 64px;
                height: 64px;
                border-radius: 100%;
                top: calc((100% - 244px)/2 - 32px + 32px);
                background-color: rgba(255,255,255,0.8);
                z-index: 1;
            }

                .banner .slick_banner_img .slick-next:hover,
                .banner .slick_banner_img .slick-prev:hover {
                    background: rgba(255,255,255,0.8);
                }

                .banner .slick_banner_img .slick-prev::before {
                    content: '' !important;
                    border-right: 3px solid #8a877f;
                    border-top: 3px solid #8a877f;
                    width: 18px;
                    height: 18px;
                    display: block;
                    transform: rotateZ(225deg);
                    position: absolute;
                    top: calc(50% - 10px);
                    right: calc(50% - 16px);
                }

            .banner .slick_banner_img .slick-dots {
                display: flex !important;
                width: 100%;
                bottom: 263px;
                justify-content: center;
            }

                .banner .slick_banner_img .slick-dots li {
                    width: 20px;
                    height: 20px;
                    margin: 0px 9px 12px 9px;
                }

                    .banner .slick_banner_img .slick-dots li button:before {
                        background: white;
                        border-radius: 100%;
                        width: 12px;
                        height: 12px;
                        border: 1px solid #717171;
                        content: '' !important;
                        opacity: 1;
                    }

                    .banner .slick_banner_img .slick-dots li.slick-active button:before {
                        background: #ecab6e;
                    }

                    .banner .slick_banner_img .slick-dots li button:hover::before {
                        background: #ecab6e;
                    }

        .banner .search {
            position: absolute;
            bottom: 6px;
            left: 0px;
            right: 0px;
            width: 100%;
            background-color: rgba(248, 195, 27, 0.65);
            height: 244px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .banner .search .search_top {
                height: 50px;
                width: 1446px;
                position: absolute;
                top: 26px;
            }

            .banner .search .search_bottom {
                position: relative;
            }

            .banner .search .search_top div {
                display: none;
            }

            .banner .search .search_bottom div {
                display: none;
            }

            .banner .search .search_top .active {
                display: block;
            }

            .banner .search .search_bottom .active {
                display: block;
            }

            .banner .search .search_bottom div {
                position: absolute;
                left: 0px;
                top: 27px;
            }

            .banner .search .search_tab {
                margin-top: 72px;
            }

                .banner .search .search_tab > a {
                    display: none;
                }

                .banner .search .search_tab #mySearchSelect {
                    display: none;
                }

                .banner .search .search_tab #mySearchTab {
                    border-bottom: none;
                    position: absolute;
                    top: -50px;
                }

                .banner .search .search_tab .search_position {
                    display: none;
                }

                .banner .search .search_tab #mySearchTab li.active a {
                    background: #434343;
                    color: #fdd96b;
                }

                .banner .search .search_tab #mySearchTab li a {
                    background: #898989;
                    color: white;
                    border-radius: 0px;
                    padding: 0px 5px;
                    font-size: 22px;
                    margin-right: 8px;
                    cursor: pointer;
                    width: 208px;
                    height: 48px;
                    font-size: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .banner .search .search_tab #mySearchTabContent > div {
                    width: 852.5px;
                    background-color: white;
                    padding: 14px 0px 14px 25px;
                    margin-top: 1px;
                }

                .banner .search .search_tab #mySearchTabContent div input {
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    margin: 0px;
                    font-size: 24px;
                    padding: 16px 0px;
                    border-right: 2px solid #a0a0a0;
                    border-radius: 0px;
                    width: calc(100% - 88px);
                    height: 20px !important;
                }

                .banner .search .search_tab #mySearchTabContent div button {
                    padding: 0px 9.6px 0px 24px;
                    border: none;
                    background-color: white;
                }

                    .banner .search .search_tab #mySearchTabContent div button img {
                        width: 40px
                    }

                .banner .search .search_tab a:hover {
                    text-decoration: none;
                }

                .banner .search .search_tab a img {
                    margin-left: 9px;
                }

                .banner .search .search_tab .search_button {
                }

                .banner .search .search_tab .btn_borrow {
                    margin-top: 12px;
                    border: 2px solid white;
                    padding: 8px 30px;
                    display: inline-block;
                    font-size: 20.5px;
                    color: black;
                    font-weight: bold;
                    margin-right: 5px;
                    background: linear-gradient(to right,#eef1a6, white);
                }

                .banner .search .search_tab .btn_book_fair {
                    margin-top: 12px;
                    border: 2px solid white;
                    padding: 8px 30px;
                    display: inline-block;
                    font-size: 20.5px;
                    color: black;
                    font-weight: bold;
                    margin-right: 5px;
                    background: linear-gradient(to right,#a6f0dd, white);
                }

            .banner .search .date {
                width: 531px;
                margin-top: 73px;
                height: 64px;
                padding: 8px 15px;
                margin-left: 8px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                background-color: #3e3e3e;
                position: relative;
            }

                .banner .search .date .item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 218px;
                }

                .banner .search .date #btnOpeningHours {
                    top: calc(50% - 26px);
                    color: #fff571;
                    border: 2px solid #fff571;
                    border-radius: 10px;
                    width: 69px;
                    height: 48px;
                    padding: 0px 3.84px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: absolute;
                    right: 20px;
                    font-size: 15px;
                    cursor: pointer;
                    text-align: center;
                }

                    .banner .search .date #btnOpeningHours:hover {
                        text-decoration: none
                    }

                .banner .search .date .item div:first-child {
                    width: 46px;
                    height: 64px;
                    border-radius: 15px;
                    background: white;
                    display: inline-block;
                    text-align: center;
                    padding: 0px 10px;
                }

                    .banner .search .date .item div:first-child span {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 50%;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .banner .search .date .item div:first-child span:nth-child(1) {
                            font-size: 17px;
                            border-bottom: 1px solid;
                            white-space: nowrap;
                        }

                        .banner .search .date .item div:first-child span:nth-child(2) {
                            font-size: 20px;
                            font-weight: bold;
                        }

                .banner .search .date .item div:nth-child(2) {
                    width: calc(100% - 66px);
                    display: inline-block;
                    text-align: center;
                }

                    .banner .search .date .item div:nth-child(2) span {
                        width: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        height: 50%;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        color: white;
                    }

                        .banner .search .date .item div:nth-child(2) span:nth-child(1) {
                            font-size: 20px;
                        }

                        .banner .search .date .item div:nth-child(2) span:nth-child(2) {
                            font-size: 19px;
                        }

                    .banner .search .date .item div:nth-child(2) .date_close {
                        background-image: url(/Content/images/front/closed_image.png);
                        height: 71px;
                        background-repeat: no-repeat;
                        background-position-x: 47.6px;
                        background-size: 73px;
                    }

                        .banner .search .date .item div:nth-child(2) .date_close p {
                            margin: -10px 0px 0px 18px;
                            width: 82px;
                            height: 40px;
                            font-size: 16px;
                            font-weight: bold;
                            -webkit-transform: rotateZ(-15deg);
                            transform: rotateZ(-15deg);
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                        }

                    .banner .search .date .item div:nth-child(2) img {
                        margin-left: 15px;
                    }

                .banner .search .date .quick_link_area {
                    position: absolute;
                    right: 0px;
                    bottom: -65px;
                }

                    .banner .search .date .quick_link_area #btnQuickLinkArea {
                        font-size: 20px;
                        width: 150px;
                        height: 42px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border: none;
                        background: #47ab92;
                        border-radius: 45px;
                        color: white;
                    }


    .news {
        padding: 47px 0px 45px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .news .news_menu {
            width: 441.6px;
            text-align: center;
        }

            .news .news_menu img {
                margin-bottom: 90px;
                margin-top: 65px;
            }

            .news .news_menu ul {
                margin: 0px;
            }

                .news .news_menu ul li {
                    font-size: 20px;
                    width: 150px;
                    height: 72px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    padding-left: 60px;
                    position: relative;
                    margin: 0px auto;
                    border-bottom: 1px solid #898989;
                    cursor: pointer;
                    transition: 0.5s ease;
                    letter-spacing: 2px;
                }

                    .news .news_menu ul li.active {
                        font-size: 22px;
                        background: #7ecef4;
                        border: none !important;
                        color: white;
                    }

                    .news .news_menu ul li.border_hidden {
                        border: none !important;
                    }

                    .news .news_menu ul li:hover {
                        font-size: 22px;
                        background: #7ecef4;
                        border: none !important;
                        color: white;
                    }

                    .news .news_menu ul li::before {
                        content: '';
                        width: 50px;
                        height: 72px;
                        position: absolute;
                        right: -50px;
                        top: 0px;
                        background: #7ecef4;
                        opacity: 0;
                        transition: 0.5s ease;
                        z-index: -1;
                    }

                    .news .news_menu ul li::after {
                        content: '';
                        position: absolute;
                        right: -72px;
                        top: 0px;
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 36px 0 36px 23px;
                        border-color: transparent transparent transparent #7ecef4;
                        opacity: 0;
                        transition: 0.5s ease;
                    }

                    .news .news_menu ul li.active::before,
                    .news .news_menu ul li.active::after,
                    .news .news_menu ul li:hover::before,
                    .news .news_menu ul li:hover::after {
                        opacity: 1;
                    }

                    .news .news_menu ul li.active .circular_style,
                    .news .news_menu ul li:hover .circular_style {
                        border-color: white;
                    }

                    .news .news_menu ul li .circular_style {
                        width: 10px;
                        height: 10px;
                        border-radius: 100%;
                        border: 3px solid #f9c11a;
                        position: absolute;
                        left: 20px;
                    }

            .news .news_menu #btnMoreNews {
                width: 196px;
                padding: 21px 0px;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: #ffcf3b;
                color: white;
                border-radius: 45px;
                font-size: 20px;
                margin-top: 55px;
                display: initial;
            }

        .news #btnMoblieMoreNews {
            display: none
        }

        .news .news_content {
            width: 1478.4px;
        }

            .news .news_content > div {
                opacity: 0;
                height: 0px;
                display: table-column;
                transition: all 0.5s ease-in-out;
            }

                .news .news_content > div.active {
                    display: block;
                    height: auto;
                    opacity: 1;
                }

            .news .news_content .item {
                width: 670px;
                float: left;
                margin-bottom: 28px;
                position: relative;
                line-height: 20px !important;
            }

                .news .news_content .item:hover {
                    text-decoration: none;
                }

                .news .news_content .item:first-child {
                    margin-right: 28px;
                }

                    .news .news_content .item:first-child div {
                        background-image: url(/Content/images/front/news_banner01.jpg);
                    }

                .news .news_content .item:nth-child(2) div {
                    background-image: url(/Content/images/front/news_banner02.jpg);
                }

                .news .news_content .item:nth-child(3) {
                    margin-right: 28px;
                }

                    .news .news_content .item:nth-child(3) div {
                        background-image: url(/Content/images/front/news_banner02.jpg);
                    }

                .news .news_content .item:nth-child(4) div {
                    background-image: url(/Content/images/front/news_banner01.jpg);
                }

                .news .news_content .item img:first-child {
                    width: 336px;
                    display: inline-block;
                    position: absolute;
                    left: 0px;
                    height: 100%;
                }

                .news .news_content .item img:nth-child(2) {
                    display: none;
                }

                .news .news_content .item div {
                    width: calc(100% - 396px);
                    padding: 48px 30px 35px 30px;
                    margin-left: 336px;
                    background-size: cover;
                }

                    .news .news_content .item div span {
                        color: white;
                        cursor: pointer;
                    }

                        .news .news_content .item div span:first-child {
                            font-size: 20px;
                            text-align: center;
                            min-height: 96px;
                            margin-bottom: 30.5px;
                            display: flex;
                            font-weight: bold;
                            line-height: 28px;
                            max-height: 96px;
                            overflow: hidden;
                            position: relative;
                            justify-content: center;
                            align-items: center;
                        }

                            .news .news_content .item div span:first-child b {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                                position: relative;
                                max-height: 86.4px;
                            }

                        .news .news_content .item div span:nth-child(2) {
                            font-size: 16px;
                            overflow: hidden;
                            align-items: center;
                            display: flex;
                            position: relative;
                            margin-bottom: 41px;
                            height: 69px;
                            line-height: 23px;
                        }

                            .news .news_content .item div span:nth-child(2) b {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                                position: relative;
                                max-height: 69px;
                            }

                        .news .news_content .item div span:nth-child(3) {
                            font-size: 12px;
                            display: block;
                        }

    .activity {
        background-color: #f0f5e5;
        padding: 30px 0px 70px 0px;
        text-align: center;
    }

        .activity img {
            margin: 0px auto 40px auto;
        }

        .activity .slick_activity_img {
            margin: 0px auto !important;
            width: 100% !important;
            max-width: 1434px;
        }

            .activity .slick_activity_img .slick-slide img {
                width: 1434px;
            }

        .activity .slick_activity_moblie_img {
            display: none;
        }

        .activity .slick_activity_img .slick-next {
            display: block;
            right: -140px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 30px);
            background-color: rgba(255, 255, 255, 0.8);
        }

            .activity .slick_activity_img .slick-next::before {
                content: '' !important;
                border-right: 3px solid rgb(138, 135, 127);
                border-top: 3px solid rgb(138, 135, 127);
                width: 18px;
                height: 18px;
                display: block;
                transform: rotateZ(45deg);
                position: absolute;
                top: calc(50% - 10px);
                left: calc(50% - 16px);
            }

        .activity .slick_activity_img .slick-prev {
            display: block;
            left: -140px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 30px);
            background-color: rgba(255, 255, 255, 0.8);
        }

            .activity .slick_activity_img .slick-prev::before {
                content: '' !important;
                border-right: 3px solid rgb(138, 135, 127);
                border-top: 3px solid rgb(138, 135, 127);
                width: 18px;
                height: 18px;
                display: block;
                transform: rotateZ(225deg);
                position: absolute;
                top: calc(50% - 10px);
                right: calc(50% - 16px);
            }

        .activity .slick_activity_img .slick-dots li.slick-active button:before {
            background: #197b14;
        }

        .activity .slick_activity_img .slick-dots li button:hover::before {
            background: #197b14;
        }

        .activity .slick_activity_img .slick-dots li button:focus::before {
            background: #197b14;
        }

        .activity .slick_activity_img .slick-dots li button:before {
            background: black;
            border-radius: 100%;
            width: 10px;
            height: 10px;
            top: calc(50% - 5px);
            left: calc(50% - 5px);
            content: '' !important;
            opacity: 1;
        }

    .collection {
        background-color: #f4f4f4;
        padding: 45px 0px 56px 0px;
        text-align: center;
        position: relative;
    }

        .collection img {
            margin-bottom: 30px;
        }

        .collection .button_area {
            max-width: 1500px !important;
            width: 100%;
            margin: -34px auto 0px auto;
            text-align: right;
            position: relative;
        }

            .collection .button_area button {
                background-color: #ffcf3b;
                border-radius: 45px;
                padding: 20px 30px;
                color: white;
                border: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                font-size: 20px;
                z-index: 11;
                position: relative;
            }

        .collection .slick_collection_img {
            width: 1500px !important;
            margin: 0px auto;
            z-index: 10;
        }

        .collection .slick_collection_moblie_img {
            display: none;
        }

        .collection .slick_collection_img .image:hover {
            text-decoration: none;
        }

        .collection .slick-initialized .slick-slide a {
            padding-top: 50px;
        }

        .collection .slick_collection_img .image img {
            margin: 0px auto;
            transform-origin: bottom;
            transition: all .2s ease-in-out;
        }

        .collection .slick_collection_img .image:hover img {
            transform: scale(1.1);
        }

        .collection .slick_collection_img .image span {
            display: block;
            margin: 15px 26px 50px 26px;
            width: calc(100% - 52px);
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 18px;
            color: #333333;
        }

        .collection .slick_collection_img .slick-next {
            right: -114px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 23px);
            background-color: rgba(255,255,255,0.8);
            z-index: 1;
        }

            .collection .slick_collection_img .slick-next::before {
                content: '' !important;
                border-right: 3px solid #8a877f;
                border-top: 3px solid #8a877f;
                width: 18px;
                height: 18px;
                display: block;
                transform: rotateZ(45deg);
                position: absolute;
                top: calc(50% - 10px);
                left: calc(50% - 16px);
            }

        .collection .slick_collection_img .slick-prev {
            left: -114px;
            width: 64px;
            height: 64px;
            border-radius: 100%;
            top: calc(50% - 23px);
            background-color: rgba(255,255,255,0.8);
            z-index: 1;
        }

            .collection .slick_collection_img .slick-prev::before {
                content: '' !important;
                border-right: 3px solid #8a877f;
                border-top: 3px solid #8a877f;
                width: 18px;
                height: 18px;
                display: block;
                -webkit-transform: rotateZ(225deg);
                transform: rotateZ(225deg);
                position: absolute;
                top: calc(50% - 10px);
                right: calc(50% - 16px);
            }

        .collection .slick_collection_img .slick-dots {
            bottom: -42px;
        }

            .collection .slick_collection_img .slick-dots li.slick-active button:before {
                background: #fdcf44;
            }

            .collection .slick_collection_img .slick-dots li button:hover::before {
                background: #fdcf44;
            }

            .collection .slick_collection_img .slick-dots li button:focus::before {
                background: #fdcf44;
            }

            .collection .slick_collection_img .slick-dots li button:before {
                background: black;
                border-radius: 100%;
                width: 10px;
                height: 10px;
                top: calc(50% - 5px);
                left: calc(50% - 5px);
                content: '' !important;
                opacity: 1;
            }

    .link {
        background-color: #e8e8e8;
        padding: 45px 0px 60px 0px;
        text-align: center;
        position: relative;
    }

        .link img {
            margin-bottom: 30px;
        }

    #news {
        padding: 30px 0px 120px 0px;
    }

        #news .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #news .content {
            max-width: 1318px;
            margin: 0px auto;
            padding: 30px 40px;
            border: 1px solid transparent;
            -webkit-box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
            box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
            background: white;
            border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
            border-image-slice: 1;
        }

            #news .content .category {
                color: #424242;
                font-size: 22px;
                font-weight: bold;
                position: relative;
                transition: 0.5s;
            }

            #news .content .category_moblie {
                display: none;
            }

            #news .content .category span {
                display: inline-block;
                position: relative;
                vertical-align: middle;
            }

            #news .content .category .box_radio {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                margin: 10px 0px;
            }

            #news .content .search {
                padding: 20px 0px 0px 0px;
                transition: 0.5s;
            }

                #news .content .search span {
                    font-size: 18px;
                    font-weight: bold;
                }

                #news .content .search div span {
                    margin: 0px 10px;
                }

                #news .content .search div {
                    width: calc(50% + 32px);
                    display: flex;
                    align-items: center;
                    margin: 5px 0px 20px 0px;
                }

                    #news .content .search div label {
                        width: 100%;
                        margin: 0px;
                        position: relative;
                    }

                        #news .content .search div label input[type="text"] {
                            width: calc(100% - 30px);
                        }

                        #news .content .search div label i {
                            font-size: 20px;
                            color: #77dbd1;
                            position: absolute;
                            right: 10px;
                            top: calc(50% - 10px);
                        }

                #news .content .search input[type="text"] {
                    padding: 12px 15px;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border-color: #898989;
                    width: 50%;
                    margin-bottom: 0px;
                    line-height: normal;
                    font-size: 16px;
                }

                #news .content .search button {
                    margin-left: 20px;
                    border-radius: 45px;
                    padding: 10px 15px;
                    min-width: 110px;
                    background-color: #5ec1a8;
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    color: white;
                    font-size: 16px;
                    line-height: 20px !important;
                    letter-spacing: 2px;
                }

                    #news .content .search button i {
                        font-size: 19px;
                    }

            #news .content .list > a {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                opacity: 0;
                display: flex;
                height: 0px;
                overflow: hidden;
                transition: 1s ease;
            }

                #news .content .list > a.open {
                    opacity: 1;
                    height: auto;
                    margin-bottom: 30px;
                }

                #news .content .list > a:hover {
                    text-decoration: none;
                }

                    #news .content .list > a:hover .list_title {
                        color: #f9b000;
                    }

            #news .content .list .date {
                font-size: 18px;
                color: #797979;
            }

            #news .content .list .btn_news {
                margin: 0px 29px 0px 20px;
                border-radius: 45px;
                border: 1px solid #f9b000;
                color: #f9b000;
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: white;
                font-size: 14px;
                width: 120px;
                text-align: center;
                padding: 1px 0px
            }

            #news .content .list .list_title {
                font-size: 20px;
                color: #1d1d1d;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: calc(100% - 246.5px);
                line-height: 30px;
                transition: all 0.3s linear;
            }

                #news .content .list .list_title span {
                    background: -webkit-gradient(linear, left top, left bottom, from(#f2acac), to(#fa6a4f));
                    background: linear-gradient(to bottom, #f2acac, #fa6a4f);
                    border-radius: 45px;
                    color: white;
                    font-size: 16px;
                    padding: 5px 15px;
                    margin-right: 13px;
                    display: none;
                }

            #news .content.SearchClose .category,
            #news .content.SearchClose .search,
            #news .content.SearchClose .category_moblie {
                opacity: 0;
                height: 0px;
                pointer-events: none;
                padding: 0px;
            }

            #news .content .SearchBox button:nth-child(1) {
                display: inline-block;
            }

            #news .content .SearchBox button:nth-child(2) {
                display: none;
            }

            #news .content.SearchClose .SearchBox button:nth-child(1) {
                display: none;
            }

            #news .content.SearchClose .SearchBox button:nth-child(2) {
                display: inline-block;
            }

            #news .content.SearchClose .SearchBox {
                margin: 0 0 40px 0;
            }

            #news .content .SearchBox {
                margin: 40px 0;
                width: 100%;
                border-bottom: 1px solid #ddd;
                text-align: center;
            }

                #news .content .SearchBox div {
                    width: 200px;
                    margin: 0px auto;
                    border-bottom: 1px solid white;
                    margin-bottom: -1px;
                }

                #news .content .SearchBox button {
                    display: inline-block;
                    margin-bottom: -2px;
                    padding: 5px 6px;
                    color: #1b1b1b;
                    font-size: 18px;
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border-bottom: 4px solid #009e96;
                    background-color: white;
                }

                    #news .content .SearchBox button:hover {
                        color: #009e96;
                    }

            #news .content .list .loadMoreBox {
                margin: 50px 0;
                width: 100%;
                border-bottom: 1px solid #ddd;
                text-align: center;
            }

                #news .content .list .loadMoreBox div {
                    width: 200px;
                    margin: 0px auto;
                    border-bottom: 1px solid white;
                    margin-bottom: -1px;
                }

                #news .content .list .loadMoreBox button {
                    display: inline-block;
                    margin-bottom: -2px;
                    padding: 5px 6px;
                    color: #1b1b1b;
                    font-size: 18px;
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border-bottom: 4px solid #e8945a;
                    background-color: white;
                }

                    #news .content .list .loadMoreBox button:hover {
                        color: #f9b000;
                    }

    #news_detail {
        padding: 35px 0px 120px 0px;
    }

        #news_detail .mark {
            max-width: 1400px;
            margin: 0px auto;
        }

            #news_detail .mark .date {
                font-size: 18px;
                color: #797979;
            }

            #news_detail .mark .style_news {
                margin: 0px 15px;
                border-radius: 45px;
                border: 1px solid #f9b000;
                color: #f9b000;
                background-color: white;
                font-size: 14px;
                padding: 0px 25px;
            }

        #news_detail .title {
            margin: 18px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #news_detail .content {
            max-width: 1318px;
            margin: 0px auto;
            padding: 30px 40px;
            -webkit-box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
            box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
            background: white;
            border: 1px solid transparent;
            border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
            border-image-slice: 1;
        }

            #news_detail .content .backBox {
                margin: 70px 0 50px 0;
                width: 100%;
                border-bottom: 1px solid #ddd;
                text-align: center;
            }

                #news_detail .content .backBox div {
                    width: 200px;
                    margin: 0px auto;
                    border-bottom: 1px solid white;
                    margin-bottom: -1px;
                }

                    #news_detail .content .backBox div button {
                        display: inline-block;
                        margin-bottom: -2px;
                        padding: 5px 6px;
                        color: #1b1b1b;
                        font-size: 18px;
                        border: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        border-bottom: 3px solid #e8945a;
                        background-color: white;
                    }

                #news_detail .content .backBox button:hover {
                    color: #f9b000;
                }

    #opening_hours {
        padding: 30px 0px 120px 0px;
    }

        #opening_hours ul {
            list-style-type: disc;
        }

            #opening_hours ul li {
                display: list-item;
                text-align: -webkit-match-parent;
            }

    #opening_hours {
        line-height: 26px !important;
        font-size: 16px !important;
    }

    ::marker {
        unicode-bidi: isolate;
        font-variant-numeric: tabular-nums;
        text-transform: none;
        text-indent: 0px !important;
        text-align: start !important;
        text-align-last: start !important;
    }

    #opening_hours .title {
        margin: 0px auto 30px auto;
        color: #4c3f30;
        font-size: 28px;
        font-weight: bold;
        padding-left: 20px;
        border-left: 12px solid #33cccc;
        max-width: 1368px;
        line-height: 30px;
    }

    #opening_hours .content {
        max-width: 1318px;
        margin: 0px auto;
        padding: 40px;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
        box-shadow: 0 0 20px 0px rgba(75, 75, 75, 0.5);
        background: white;
        border: 1px solid transparent;
        border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
        border-image-slice: 1;
    }

        #opening_hours .content .content_title {
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 35px;
            display: block;
            text-align: center;
        }

        #opening_hours .content .area_1 {
            background-color: #bddfd4;
            border-radius: 10px;
            border-collapse: initial;
            padding: 35px 30px 15px 30px;
            margin-bottom: 71.5px;
        }

            #opening_hours .content .area_1 .area_title {
                font-size: 24px;
                font-weight: bold;
                padding: 0px 35px;
            }

                #opening_hours .content .area_1 .area_title div {
                    display: inline-block;
                    text-align: center;
                    padding-bottom: 30px;
                }

                    #opening_hours .content .area_1 .area_title div:nth-child(1) {
                        width: 30%;
                    }

                    #opening_hours .content .area_1 .area_title div:nth-child(2) {
                        width: 38%;
                    }

                    #opening_hours .content .area_1 .area_title div:nth-child(3) {
                        width: 30%;
                    }

            #opening_hours .content .area_1 .area_content {
                border-radius: 45px;
                background-color: white;
                padding: 30px 35px;
                font-size: 20px;
                margin-bottom: 20px;
            }

                #opening_hours .content .area_1 .area_content div {
                    display: inline-block;
                    text-align: center;
                }

                    #opening_hours .content .area_1 .area_content div:nth-child(1) {
                        width: 30%;
                    }

                    #opening_hours .content .area_1 .area_content div:nth-child(2) {
                        width: 38%;
                    }

                    #opening_hours .content .area_1 .area_content div:nth-child(3) {
                        width: 30%;
                    }

        #opening_hours .content .area_2 {
            background-color: #ebf7c7;
            border-radius: 10px;
            border-collapse: initial;
            padding: 50px 30px 35px 30px;
            margin-bottom: 71.5px;
            position: relative;
        }

            #opening_hours .content .area_2 .headline {
                position: absolute;
                top: -36.5px;
                text-align: center;
                border-radius: 45px;
                font-size: 26px;
                font-weight: bold;
                width: calc(100% - 64px);
                background-color: #90ca7c;
                border: 2px solid #c1e45b;
            }

                #opening_hours .content .area_2 .headline div {
                    width: 600px;
                    margin: 0px auto;
                    color: white;
                    padding: 19px 0px;
                    line-height: normal;
                    -webkit-transform: skewX(-15deg);
                    transform: skewX(-15deg);
                    -webkit-transform-origin: bottom;
                    transform-origin: bottom;
                    background-color: #80c269;
                }

                    #opening_hours .content .area_2 .headline div span {
                        -webkit-transform: skewX(15deg);
                        transform: skewX(15deg);
                        display: block;
                    }

            #opening_hours .content .area_2 .area_title {
                font-size: 24px;
                font-weight: bold;
                padding: 28px 35px;
                background-color: white;
                border-radius: 45px;
                border: 2px solid #c1e45b;
            }

                #opening_hours .content .area_2 .area_title div {
                    display: inline-block;
                    text-align: center;
                }

                    #opening_hours .content .area_2 .area_title div:nth-child(1) {
                        width: 30%;
                    }

                    #opening_hours .content .area_2 .area_title div:nth-child(2) {
                        width: 38%;
                    }

                    #opening_hours .content .area_2 .area_title div:nth-child(3) {
                        width: 30%;
                    }

            #opening_hours .content .area_2 .area_content {
                padding: 0px 35px;
                font-size: 20px;
                border-bottom: 2px solid #626262;
            }

                #opening_hours .content .area_2 .area_content div {
                    display: inline-block;
                    text-align: center;
                    padding: 30px 0px;
                }

                    #opening_hours .content .area_2 .area_content div:nth-child(1) {
                        width: 30%;
                    }

                    #opening_hours .content .area_2 .area_content div:nth-child(2) {
                        width: 38%;
                    }

                    #opening_hours .content .area_2 .area_content div:nth-child(3) {
                        width: 30%;
                    }

                    #opening_hours .content .area_2 .area_content div span {
                        color: #ca0101;
                    }

        #opening_hours .content .area_3 {
            background-color: #fff6ce;
            border-radius: 10px;
            border-collapse: initial;
            padding: 50px 30px 35px 30px;
            margin-bottom: 35px;
            position: relative;
        }

            #opening_hours .content .area_3 .headline {
                position: absolute;
                top: -36.5px;
                text-align: center;
                border-radius: 45px;
                font-size: 26px;
                font-weight: bold;
                width: calc(100% - 64px);
                background-color: #edcc37;
                border: 2px solid #e8c837;
            }

                #opening_hours .content .area_3 .headline div {
                    width: 600px;
                    margin: 0px auto;
                    color: white;
                    padding: 19px 0px;
                    line-height: normal;
                    -webkit-transform: skewX(-15deg);
                    transform: skewX(-15deg);
                    -webkit-transform-origin: bottom;
                    transform-origin: bottom;
                    background-color: #eac51b;
                }

                    #opening_hours .content .area_3 .headline div span {
                        -webkit-transform: skewX(15deg);
                        transform: skewX(15deg);
                        display: block;
                    }

            #opening_hours .content .area_3 .area_title {
                font-size: 24px;
                font-weight: bold;
                padding: 28px 35px;
                background-color: white;
                border-radius: 45px;
                border: 2px solid #e8c837;
            }

                #opening_hours .content .area_3 .area_title div {
                    display: inline-block;
                    text-align: center;
                }

                    #opening_hours .content .area_3 .area_title div:nth-child(1) {
                        width: 30%;
                    }

                    #opening_hours .content .area_3 .area_title div:nth-child(2) {
                        width: 38%;
                    }

                    #opening_hours .content .area_3 .area_title div:nth-child(3) {
                        width: 30%;
                    }

            #opening_hours .content .area_3 .area_content {
                padding: 0px 35px;
                font-size: 20px;
                border-bottom: 2px solid #626262;
            }

                #opening_hours .content .area_3 .area_content div {
                    display: inline-block;
                    text-align: center;
                    padding: 30px 0px;
                }

                    #opening_hours .content .area_3 .area_content div:nth-child(1) {
                        width: 30%;
                    }

                    #opening_hours .content .area_3 .area_content div:nth-child(2) {
                        width: 38%;
                    }

                    #opening_hours .content .area_3 .area_content div:nth-child(3) {
                        width: 30%;
                    }

                    #opening_hours .content .area_3 .area_content div span {
                        color: #ca0101;
                    }

        #opening_hours .content .information {
            margin: 0px auto 25px auto;
            border-radius: 99em;
            padding: 20px 0px;
            background-color: #dcdcdc;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #opening_hours .content .information .information_title {
                font-size: 24px;
                font-weight: bold;
                width: 200px;
                padding-left: 190px;
                display: inline-block;
            }

            #opening_hours .content .information .information_content {
                display: inline-block;
                width: calc(100% - 325px);
                font-size: 20px;
            }

                #opening_hours .content .information .information_content div {
                    margin-bottom: 10px;
                }

                    #opening_hours .content .information .information_content div:last-child {
                        margin-bottom: 0px;
                    }

        #opening_hours .content .remark {
            margin: 0px auto;
            font-size: 20px;
            margin-top: 15px;
        }

            #opening_hours .content .remark .remark_title {
                font-size: 24px;
                margin-bottom: 20px;
                padding-left: 0px
            }

            #opening_hours .content .remark div {
                margin-bottom: 10px;
                position: relative;
                padding-left: 35px;
                line-height: normal;
            }

                #opening_hours .content .remark div span {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

    #opening_hours .tabDetail .current strong {
        background: url(/Content/images/icons/icon_close.png) 0 4.5px no-repeat !important;
    }

    #opening_hours .tabDetail .current div ul {
        display: block !important;
    }

    #event_login {
        text-align: center;
        position: relative;
        width: 930px;
        margin: 0px auto;
        height: 100vh;
        /*   &::before{
        content: '';
        position: absolute;
        left: calc(50% - 194px);
        top: calc(50% - 152px);
        width: 373px;
        height: 170px;
        background: #4dcefd;
        z-index: 1;
    }
    &::after{
        content: '';
        position: absolute;
        left: calc(50% - 148px);
        top: calc(50% - 130px);
        width: 281px;
        height: 281px;
        background: #4dcefd;
        border-bottom-right-radius: 250px;
        border-bottom-left-radius: 130em;
        border-top-left-radius: 250px;
        border-top-right-radius: 130em;
        transform: rotateZ(-45deg);
    } */
    }

        #event_login .backgrond_pc {
            visibility: visible;
            height: auto;
            display: block;
            position: absolute;
        }

        #event_login .backgrond_moblie {
            visibility: hidden;
            height: 0px;
            display: block;
        }

        #event_login .header {
            width: calc(100% - 90px);
            min-height: 145px;
            margin: 45px;
            z-index: 43;
            position: relative;
        }

        #event_login .footer {
            width: calc(100% - 90px);
            min-height: 130px;
            margin: 45px 45px 0px 45px;
            z-index: 10;
            position: relative;
        }

        #event_login .header.pc {
            display: block;
        }

        #event_login .header.moblie {
            display: none;
        }

        #event_login .footer.pc {
            display: block;
        }

        #event_login .footer.moblie {
            display: none;
        }


        #event_login .content {
            width: 373px;
            height: 374px;
            background: #3eb6fd;
            z-index: 10;
            position: relative;
            margin: 0px auto;
        }

            #event_login .content::before {
                content: '';
                position: absolute;
                left: 0px;
                top: 0px;
                width: 373px;
                height: 170px;
                background: #4dcefd;
                z-index: -1;
            }

            #event_login .content::after {
                content: '';
                position: absolute;
                left: calc(50% - 132px);
                top: 38px;
                width: 263px;
                height: 263px;
                background: #4dcefd;
                border-bottom-right-radius: 0px;
                border-bottom-left-radius: 70em;
                border-top-left-radius: 0px;
                border-top-right-radius: 70em;
                -webkit-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg);
                z-index: -1;
            }

            #event_login .content img {
                z-index: 1;
                margin-top: 30px;
            }

            #event_login .content > div {
                width: 260px;
                height: 225px;
                border: 2px solid #c6eafe;
                border-radius: 10px;
                margin: 5px auto 0px auto;
            }

                #event_login .content > div .title {
                    font-size: 28px;
                    color: white;
                    font-weight: bold;
                    letter-spacing: 5px;
                    margin: 19px auto 12px auto;
                    display: block;
                    overflow: initial;
                }

                #event_login .content > div > div {
                    margin: 0px auto 12px auto;
                    width: 225px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    border-radius: 5px;
                    overflow: hidden;
                }

                    #event_login .content > div > div > div {
                        width: 40px;
                        height: 35px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        background: #6bf0ff;
                    }

                        #event_login .content > div > div > div i {
                            font-size: 25px;
                            color: #7f7f80;
                        }

                    #event_login .content > div > div input {
                        width: calc(100% - 52px);
                        margin: 0px;
                        height: 27px;
                        border: none;
                        border-radius: 0px;
                        font-size: 16px;
                    }

                #event_login .content > div button {
                    width: 225px;
                    height: 35px;
                    color: white;
                    border-radius: 5px;
                    border: none;
                    background: #ff7061;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

    #event_website {
        text-align: center;
        position: relative;
        width: 930px;
        margin: 0px auto;
        display: table;
    }

        #event_website img {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            z-index: -1;
        }

        #event_website .header {
            margin: 140px auto 0px auto;
            width: 690px;
        }

        #event_website .content {
            margin: 60px auto 30px auto;
            min-height: 300px;
        }

        #event_website .footer {
            margin: 0px auto;
        }

    #department {
        padding: 30px 0px 120px 0px
    }

        #department .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #department .menu_moblie {
            display: none;
        }

        #department .menu {
            width: 100%;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
            background: #e5ceb3;
            margin-bottom: 18px;
            position: relative;
        }

            #department .menu .carousel_title {
                max-width: 1400px;
                margin: 0px auto;
            }

                #department .menu .carousel_title .slick-prev {
                    display: block;
                    left: -47px;
                    width: 40px;
                    height: 40px;
                    border-radius: 100%;
                    background-color: #f7f0e8;
                }

                    #department .menu .carousel_title .slick-prev::before {
                        content: '' !important;
                        border-right: 3px solid #827e75;
                        border-top: 3px solid #827e75;
                        width: 11px;
                        height: 11px;
                        display: block;
                        -webkit-transform: rotateZ(225deg);
                        transform: rotateZ(225deg);
                        position: absolute;
                        top: calc(50% - 7.5px);
                        right: calc(50% - 10.5px);
                    }

                #department .menu .carousel_title .slick-next {
                    display: block;
                    right: -47px;
                    width: 40px;
                    height: 40px;
                    border-radius: 100%;
                    background-color: #f7f0e8;
                }

                    #department .menu .carousel_title .slick-next::before {
                        content: '' !important;
                        border-right: 3px solid #827e75;
                        border-top: 3px solid #827e75;
                        width: 11px;
                        height: 11px;
                        display: block;
                        -webkit-transform: rotateZ(45deg);
                        transform: rotateZ(45deg);
                        position: absolute;
                        top: calc(50% - 7.5px);
                        left: calc(50% - 8.5px);
                    }

                #department .menu .carousel_title .title_text {
                    text-align: center;
                    height: 58px;
                    padding: 10px 0px;
                    vertical-align: middle;
                    position: relative;
                }

                    #department .menu .carousel_title .title_text.this_hover {
                        background: white;
                        -webkit-box-shadow: 0px -4px 8px 0px rgba(149, 149, 149, 0.5);
                        box-shadow: 0px -4px 8px 0px rgba(149, 149, 149, 0.5);
                    }

                    #department .menu .carousel_title .title_text div {
                        color: #4c3f30;
                        font-size: 18px;
                        font-weight: bold;
                        margin: 0px;
                        position: relative;
                        width: 100%;
                        height: 100%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        cursor: pointer;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                    }

            #department .menu .carousel_content {
                position: absolute;
                width: 100%;
                z-index: 10;
            }

                #department .menu .carousel_content ul {
                    max-width: 1400px;
                    margin: 0px auto;
                    background: white;
                    -webkit-box-shadow: 0px 4px 8px 0px rgba(149, 149, 149, 0.5);
                    box-shadow: 0px 4px 8px 0px rgba(149, 149, 149, 0.5);
                    display: none;
                }

                    #department .menu .carousel_content ul.this_hover {
                        display: block;
                        padding: 20px 0px;
                    }

                    #department .menu .carousel_content ul li {
                        color: #4c3f30;
                        font-size: 16px;
                        width: 200px;
                        height: 48px;
                        display: inline-block;
                    }

                        #department .menu .carousel_content ul li div {
                            width: 90%;
                            margin: 0px auto;
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                        }

                            #department .menu .carousel_content ul li div:hover {
                                color: #f69b83;
                                cursor: pointer;
                            }

        #department .content {
            max-width: 1278px;
            margin: 0px auto;
            padding: 27px 60px 60px 60px;
            border: 1px solid transparent;
            -webkit-box-shadow: 0 0 20px 0px rgba(149, 149, 149, 0.5);
            box-shadow: 0 0 20px 0px rgba(149, 149, 149, 0.5);
            background: white;
            border-image: linear-gradient(to bottom, #fdd96b, #f69b83);
            border-image-slice: 1;
        }

            #department .content .content_text {
                margin: 0px 0px 25px 20px;
                font-size: 24px;
                font-weight: bold;
                color: #444444;
                position: relative;
            }

        #department.sticky .content .content_text > div:first-child {
            position: fixed;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            left: 0px;
            top: 95px;
            padding: 20px calc(50% - 659px) 20px calc(50% - 619px);
            background: white;
            border-bottom: 2px solid;
            z-index: 99;
            font-size: 24px;
            max-width: 1278px;
        }

            #department.sticky .content .content_text > div:first-child i {
                font-size: 30px;
            }

            #department.sticky .content .content_text > div:first-child div {
                padding: 0px 0px 0px 15px !important;
            }

        #department .content .content_text i {
            font-size: 30px;
        }

        #department .content .content_text .statistics {
            font-size: 20px;
            color: #a27f51;
            position: absolute;
            right: 10px;
            bottom: -10px;
        }

        #department .content .box {
            margin-bottom: 15px;
            border: 5px solid #b1ccd8;
            border-radius: 25px;
        }

            #department .content .box > div:first-child {
                color: #296177;
                font-size: 24px;
                font-weight: bold;
                padding: 16px 0px;
                line-height: initial;
                background: #e5ecf8;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                text-align: center;
            }

                #department .content .box > div:first-child span {
                    color: red;
                }

            #department .content .box > div:last-child {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                #department .content .box > div:last-child div {
                    color: #296177;
                    font-size: 20px;
                    margin: 30px 0px;
                    font-weight: bold;
                    text-align: center;
                    position: relative;
                }

                    #department .content .box > div:last-child div:last-child::before {
                        display: none;
                    }

                    #department .content .box > div:last-child div::before {
                        content: '';
                        position: absolute;
                        right: 0px;
                        top: calc(50% - 28px);
                        width: 3px;
                        height: 56px;
                        background: #ebf1fa;
                    }

        #department .content .book > div:last-child div {
            width: 33%;
        }

        #department .content .periodical > div:last-child div {
            width: 50%;
        }

        #department .content .information > div:last-child div {
            width: 100%;
        }

        #department .content .book_borrowing > div:last-child div {
            width: 50%;
        }

        #department .content .information_borrowing {
            margin-bottom: 50px;
        }

            #department .content .information_borrowing > div:last-child div {
                width: 50%;
            }

        #department .content .download {
            margin-bottom: 45px;
            border: 5px solid #ddd8cc;
        }

            #department .content .download > div:first-child {
                background: #f8f3e5;
            }

            #department .content .download > div:last-child {
                display: block;
                padding-bottom: 40px;
            }

                #department .content .download > div:last-child ul {
                    width: 33%;
                    margin: 0px;
                    display: inline-block;
                    vertical-align: top;
                    padding: 40px 90px 0px 90px;
                    width: calc(33% - 180px);
                    color: #296177;
                    font-size: 24px;
                    font-weight: bold;
                }

                    #department .content .download > div:last-child ul div {
                        text-align: left;
                        margin: 0px;
                    }

                        #department .content .download > div:last-child ul div::before {
                            display: none;
                        }

                    #department .content .download > div:last-child ul li {
                        font-weight: bold;
                        font-size: 18px;
                        margin-top: 22px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        color: #333333;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        #department .content .download > div:last-child ul li:nth-child(2) {
                            margin-top: 30px;
                        }

                        #department .content .download > div:last-child ul li span {
                            display: block;
                            height: 24px;
                            margin-right: 8px;
                        }

                        #department .content .download > div:last-child ul li a {
                            color: black;
                            display: flex;
                            align-items: center;
                        }

                            #department .content .download > div:last-child ul li a:hover {
                                text-decoration: none;
                            }

                        #department .content .download > div:last-child ul li:first-child {
                            margin-top: 0px;
                            color: #296177;
                        }

                            #department .content .download > div:last-child ul li:first-child a {
                                color: #296177;
                            }

        #department .content .box_collection {
            margin-bottom: 100px;
        }

            #department .content .box_collection > div:first-child {
                font-size: 26px;
                font-weight: bold;
                margin-bottom: 30px;
                line-height: initial;
                text-align: center;
            }

            #department .content .box_collection > div:last-child {
                text-align: center;
            }

                #department .content .box_collection > div:last-child > div:not(.tooltip) {
                    width: calc(100% / 12 - 22px);
                    border: 3px solid #6e6e6e;
                    color: #a27f51;
                    font-size: 19px;
                    border-radius: 5px;
                    display: inline-block;
                    text-align: center;
                    padding: 13px 0px;
                    margin: 0px 6px 6px 6px;
                    cursor: pointer;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                /*#department .content .box_collection > div:last-child div:hover {
  background: #d1c0a5;
  color: white;
}*/

                #department .content .box_collection > div:last-child .noCollectionData {
                    border: 3px solid #bfbfbf !important;
                    background: #e5e5e5;
                    cursor: default !important;
                }

                #department .content .box_collection > div:last-child .lastMonth {
                    position: relative;
                }

                    #department .content .box_collection > div:last-child .lastMonth::before {
                        position: absolute;
                        content: '';
                        width: calc(100% + 16px);
                        height: calc(100% + 16px);
                        border: 3px solid #f19149;
                        border-radius: 7px;
                        top: -11px;
                        left: -11px;
                        pointer-events: none;
                    }

                #department .content .box_collection > div:last-child .hasCollectionData:hover {
                    background: #d1c0a5;
                    color: white;
                }

                #department .content .box_collection > div:last-child div.active {
                    background: #d1c0a5;
                    color: white;
                }

                #department .content .box_collection > div:last-child div p {
                    margin: 0px;
                    display: inline;
                    font-size: 20px;
                }

                #department .content .box_collection > div:last-child div span {
                    display: block;
                    margin: 0px 10px 8px 10px;
                    padding-bottom: 8px;
                    border-bottom: 1px solid #b3b1b1;
                }

        #department .content .remarks {
            font-size: 20px;
            line-height: 30px;
            font-weight: bold;
            margin-bottom: 65px;
        }

            #department .content .remarks span {
                font-size: 26px;
                color: red;
            }

        #department .content .contact {
            position: relative;
            padding-left: 85px;
            font-size: 24px;
            font-weight: bold;
        }

            #department .content .contact::before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                content: "\f095";
                font-size: 60px;
                color: #aee1f4;
                position: absolute;
                left: 0;
            }

    #digital_textbook {
        padding: 30px 0px 50px 0px;
        background-image: url('');
    }

        #digital_textbook .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #digital_textbook .content {
            max-width: 1430px;
            margin: 0px auto;
            text-align: center;
        }

            #digital_textbook .content .item {
                width: 454px;
                height: 280px;
                display: inline-block;
                vertical-align: top;
                margin: 0px 7px 20px 7px;
            }

                #digital_textbook .content .item.no_img {
                    pointer-events: none;
                }

                    #digital_textbook .content .item.no_img a::before {
                        display: none;
                    }

                #digital_textbook .content .item a {
                    width: 100%;
                    height: calc(100% - 35px);
                    background-repeat: no-repeat;
                    background-size: contain;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    color: white;
                    text-align: center;
                    font-size: 30px;
                    font-weight: bold;
                    letter-spacing: 5px;
                    padding-bottom: 35px;
                    position: relative;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                }

                    #digital_textbook .content .item a::before {
                        content: '';
                        width: 100%;
                        height: 100%;
                        display: block;
                        background: black;
                        opacity: 0;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        -webkit-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                    #digital_textbook .content .item a:hover {
                        text-decoration: none;
                    }

                        #digital_textbook .content .item a:hover::before {
                            content: '';
                            opacity: 0.4;
                        }

    #digital_textbook_list {
        padding: 30px 0px 50px 0px;
    }

        #digital_textbook_list .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #digital_textbook_list .content {
            max-width: 1400px;
            margin: 0px auto;
            text-align: center;
            position: relative;
        }

            #digital_textbook_list .content .back-page {
                background-image: url(/Content/images/front/back-page.png);
                width: 70px;
                height: 22px;
                position: absolute;
                right: 8px;
                top: -50px;
                cursor: pointer;
                background-repeat: no-repeat;
                background-size: cover;
            }

            #digital_textbook_list .content .article-table .date-choice {
                margin-bottom: 0px;
            }

                #digital_textbook_list .content .article-table .date-choice .sorting-area {
                    display: block;
                    margin-left: 5px;
                    color: #8b8477;
                }

                    #digital_textbook_list .content .article-table .date-choice .sorting-area div {
                        display: inline-block;
                        margin-bottom: 12px;
                    }

                        #digital_textbook_list .content .article-table .date-choice .sorting-area div span {
                            margin-left: 5px;
                            color: #8b8477;
                            font-size: 15px;
                        }

                        #digital_textbook_list .content .article-table .date-choice .sorting-area div input[type=radio] {
                            margin: 4px 0 0;
                            line-height: normal;
                        }

                        #digital_textbook_list .content .article-table .date-choice .sorting-area div label {
                            margin-left: 5px;
                            color: #8b8477;
                            font-size: 15px;
                        }

                #digital_textbook_list .content .article-table .date-choice div {
                    display: inline-block;
                    margin-bottom: 12px;
                }

                    #digital_textbook_list .content .article-table .date-choice div div {
                        display: inline-block;
                        margin-bottom: 12px;
                    }

                        #digital_textbook_list .content .article-table .date-choice div div .release-unit {
                            margin-left: 5px;
                            color: #8b8477;
                            font-size: 15px;
                        }

                            #digital_textbook_list .content .article-table .date-choice div div .release-unit select {
                                padding: 6px;
                                border: 1px solid lightgray;
                                border-radius: 5px;
                                letter-spacing: 2px;
                                padding-left: 10px;
                                width: 220px;
                                margin: 0px 10px;
                                outline: none;
                                font-family: inherit;
                                font-size: inherit;
                                line-height: inherit;
                            }

                    #digital_textbook_list .content .article-table .date-choice div .key-word {
                        margin-left: 5px;
                        color: #8b8477;
                        font-size: 15px;
                    }

                        #digital_textbook_list .content .article-table .date-choice div .key-word input {
                            letter-spacing: 1.2px;
                            width: 300px;
                            padding: 6px;
                            border: 1px solid lightgray;
                            border-radius: 5px;
                            letter-spacing: 5px;
                            padding-left: 10px;
                            margin-left: 10px;
                        }

                #digital_textbook_list .content .article-table .date-choice #btnQuery {
                    background: #ea8465;
                    color: white;
                    border: none;
                    border-radius: 5px;
                    vertical-align: middle;
                    padding: 10px 15px 10px 21.5px;
                    position: relative;
                    margin-left: 21px;
                    margin-top: -5px;
                    letter-spacing: 6.5px;
                }

                    #digital_textbook_list .content .article-table .date-choice #btnQuery img {
                        position: absolute;
                        left: 7px;
                        top: 5px;
                    }

            #digital_textbook_list .content .article-table .list-result {
                position: relative;
            }

                #digital_textbook_list .content .article-table .list-result table {
                    width: 100%;
                    border: 1px solid #cfcfcf;
                    border-collapse: collapse;
                    border-spacing: 0;
                }

            #digital_textbook_list .content .article-table .loadMoreBox {
                margin: 50px 0;
                width: 100%;
                border-bottom: 1px solid #ddd;
                text-align: center;
            }

                #digital_textbook_list .content .article-table .loadMoreBox div {
                    width: 200px;
                    margin: 0px auto;
                    border-bottom: 1px solid white;
                    margin-bottom: -1px;
                }

                #digital_textbook_list .content .article-table .loadMoreBox button {
                    display: inline-block;
                    margin-bottom: -2px;
                    padding: 5px 6px;
                    color: #1b1b1b;
                    font-size: 18px;
                    border: none;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border-bottom: 4px solid #e8945a;
                }

                    #digital_textbook_list .content .article-table .loadMoreBox button:hover {
                        color: #f9b000;
                    }

            #digital_textbook_list .content .article-table .list-result table thead {
                background: #736764;
            }

                #digital_textbook_list .content .article-table .list-result table thead tr {
                    height: 45px;
                    border: 1px solid #cfcfcf;
                    background: #736764;
                }

                    #digital_textbook_list .content .article-table .list-result table thead tr td {
                        text-align: center;
                        vertical-align: middle;
                        color: white;
                        font-size: 17px;
                        font-weight: bold;
                    }

                        #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(1) {
                            max-width: 70px;
                            border: none;
                            width: 10%;
                        }

                        #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(2) {
                            width: 430px;
                        }

                        #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(3) {
                            width: 115px;
                        }

                        #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(4) {
                            width: 140px;
                        }

                        #digital_textbook_list .content .article-table .list-result table thead tr td:nth-child(5) {
                            width: 140px;
                        }

            #digital_textbook_list .content .article-table .list-result table tbody tr {
                height: 55px;
                border: 1px solid #e5e5e5;
                background: #efefef;
            }

                #digital_textbook_list .content .article-table .list-result table tbody tr td {
                    text-align: center;
                    vertical-align: middle;
                    border-left: 1px solid #e5e5e5;
                    font-size: 15px;
                }

                    #digital_textbook_list .content .article-table .list-result table tbody tr td p {
                        margin-bottom: 0px;
                    }

                    #digital_textbook_list .content .article-table .list-result table tbody tr td button {
                        color: white;
                        border-radius: 45px;
                        border: none;
                        padding: 6px 15px;
                        background: #f18b1e;
                    }

                    #digital_textbook_list .content .article-table .list-result table tbody tr td:nth-child(1) {
                        border: none;
                    }

                    #digital_textbook_list .content .article-table .list-result table tbody tr td:nth-child(2) {
                        text-align: left;
                        padding-left: 10px;
                        padding-right: 10px;
                    }

            #digital_textbook_list .content .article-table .list-result .pagination {
                width: 100%;
                text-align: center;
                display: inline-block;
                padding-left: 0;
                margin: 20px 0;
                border-radius: 4px;
            }

                #digital_textbook_list .content .article-table .list-result .pagination nav {
                    display: block;
                }

                    #digital_textbook_list .content .article-table .list-result .pagination nav ul {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        cursor: pointer;
                        width: 100%;
                        text-align: center;
                        margin: 0px 0px 0px 15px;
                        padding: 5px;
                        list-style-type: disc;
                        border-radius: 4px;
                        list-style: none;
                    }

                        #digital_textbook_list .content .article-table .list-result .pagination nav ul li {
                            display: inline;
                            font-size: 15px;
                        }

                            #digital_textbook_list .content .article-table .list-result .pagination nav ul li.active {
                                background: #f18b1e;
                                cursor: pointer;
                            }

                                #digital_textbook_list .content .article-table .list-result .pagination nav ul li.active a {
                                    color: white !important;
                                    background: #f18b1e !important;
                                    border-color: rgba(0, 0, 0, 0.2) !important;
                                }

                            #digital_textbook_list .content .article-table .list-result .pagination nav ul li a {
                                color: black;
                                margin-left: 0;
                                border-top-left-radius: 4px;
                                border-bottom-left-radius: 4px;
                                position: relative;
                                float: left;
                                padding: 6px 12px;
                                line-height: 1.42857143;
                                text-decoration: none;
                                background-color: #fff;
                                border: 1px solid #ddd;
                            }

                                #digital_textbook_list .content .article-table .list-result .pagination nav ul li a:hover {
                                    color: #f18b1e;
                                    background: white;
                                }

            #digital_textbook_list .content .article-table .article-file {
                display: none;
            }

    #sitemap {
        background-image: url('');
        padding: 30px 0px 50px 0px;
    }

        #sitemap .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #sitemap .content {
            max-width: 1330px;
            margin: 0px auto;
            padding: 0px 35px;
        }

            #sitemap .content .map-outer {
                max-width: 1400px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin: 0px;
            }

                #sitemap .content .map-outer .map-box.box-outer {
                    display: inline-block;
                    vertical-align: top;
                    margin: 0px 3px;
                }

                    #sitemap .content .map-outer .map-box.box-outer h2 {
                        font-size: 24px;
                        width: 260px;
                        height: 100px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        margin: 5px 0px 15px 0px;
                    }

                        #sitemap .content .map-outer .map-box.box-outer h2::after hover {
                            background: #a2a2a0;
                            border: 3px solid #7d7d7b;
                        }

                        #sitemap .content .map-outer .map-box.box-outer h2 a {
                            color: white;
                            font-weight: bold;
                            cursor: default;
                            width: 100%;
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            padding: 0px 20px;
                            background: #7d7d7b;
                            border: 3px solid #a2a2a0;
                        }

                        #sitemap .content .map-outer .map-box.box-outer h2 .haslink {
                            cursor: pointer;
                        }

                            #sitemap .content .map-outer .map-box.box-outer h2 .haslink:hover {
                                background: #a2a2a0;
                                border: 3px solid #7d7d7b;
                            }

                        #sitemap .content .map-outer .map-box.box-outer h2 a:hover {
                            text-decoration: none;
                        }

                        #sitemap .content .map-outer .map-box.box-outer h2 a:focus {
                            text-decoration: none;
                        }

                    #sitemap .content .map-outer .map-box.box-outer.map-click h2 {
                        margin: 20px 0px 0px 0px;
                        font-size: 27px;
                    }

                        #sitemap .content .map-outer .map-box.box-outer.map-click h2 a {
                            color: black;
                            font-weight: bold;
                            cursor: pointer;
                        }

                            #sitemap .content .map-outer .map-box.box-outer.map-click h2 a:hover {
                                color: #a30c3a;
                            }

                #sitemap .content .map-outer .map-box ul {
                    list-style: none;
                    margin: 0px;
                    width: 260px;
                }

                    #sitemap .content .map-outer .map-box ul .map-box h3 a {
                        font-size: 22px;
                        cursor: default;
                    }

                        #sitemap .content .map-outer .map-box ul .map-box h3 a:hover {
                            color: black;
                        }

                    #sitemap .content .map-outer .map-box ul li {
                        font-size: 20px;
                        margin: 12px 0px;
                        height: 100px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        text-align: center;
                    }

                        #sitemap .content .map-outer .map-box ul li a {
                            color: black;
                            font-weight: normal;
                            width: 100%;
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            padding: 0px 25px;
                            background: #deedd1;
                            border: 3px solid #ccdbc0;
                        }

                            #sitemap .content .map-outer .map-box ul li a:hover {
                                text-decoration: none;
                                background: #d4edbe;
                                border: 3px solid #b2c9a0;
                            }

                            #sitemap .content .map-outer .map-box ul li a:focus {
                                text-decoration: none;
                            }

    #data_category {
        padding: 30px 0px 50px 0px;
    }

        #data_category .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #data_category .content {
            max-width: 1400px;
            margin: 0px auto;
            position: relative;
        }

            #data_category .content .article-table .date-choice {
                margin-bottom: 0px;
            }

                #data_category .content .article-table .date-choice .sorting-area {
                    display: block;
                    margin-left: 5px;
                    color: #8b8477;
                }

                    #data_category .content .article-table .date-choice .sorting-area div {
                        display: inline-block;
                        margin-bottom: 12px;
                    }

                        #data_category .content .article-table .date-choice .sorting-area div span {
                            margin-left: 5px;
                            color: #8b8477;
                            font-size: 15px;
                        }

                        #data_category .content .article-table .date-choice .sorting-area div input[type=radio] {
                            margin: 0px;
                            line-height: normal;
                        }

                        #data_category .content .article-table .date-choice .sorting-area div label {
                            margin-left: 5px;
                            color: #8b8477;
                            font-size: 15px;
                            display: inline;
                        }

                #data_category .content .article-table .date-choice div {
                    display: inline-block;
                    margin-bottom: 12px;
                }

                    #data_category .content .article-table .date-choice div div {
                        display: inline-block;
                        margin-bottom: 12px;
                    }

                        #data_category .content .article-table .date-choice div div .release-unit {
                            margin-left: 5px;
                            color: #8b8477;
                            font-size: 15px;
                        }

                            #data_category .content .article-table .date-choice div div .release-unit select {
                                padding: 6px;
                                border: 1px solid lightgray;
                                border-radius: 5px;
                                letter-spacing: 2px;
                                padding-left: 10px;
                                width: 220px;
                                margin: 0px 10px;
                                outline: none;
                                font-family: inherit;
                                font-size: inherit;
                                line-height: inherit;
                                height: 34px;
                                -webkit-appearance: auto;
                                -moz-appearance: auto;
                                appearance: auto;
                            }

                    #data_category .content .article-table .date-choice div .key-word {
                        margin-left: 5px;
                        color: #8b8477;
                        font-size: 15px;
                    }

                        #data_category .content .article-table .date-choice div .key-word input {
                            letter-spacing: 1.2px;
                            width: 300px;
                            padding: 6px;
                            border: 1px solid lightgray;
                            border-radius: 5px;
                            letter-spacing: 2px;
                            padding-left: 10px;
                            margin: 0px 0px 0px 10px;
                        }

                #data_category .content .article-table .date-choice #btnQuery {
                    background: #ea8465;
                    color: white;
                    border: none;
                    border-radius: 5px;
                    vertical-align: middle;
                    padding: 10px 15px 10px 21.5px;
                    position: relative;
                    margin-left: 21px;
                    margin-top: -5px;
                    letter-spacing: 6.5px;
                }

                    #data_category .content .article-table .date-choice #btnQuery img {
                        position: absolute;
                        left: 7px;
                        top: 5px;
                    }

            #data_category .content .article-table .list-result {
                position: relative;
            }

                #data_category .content .article-table .list-result table {
                    width: 100%;
                    border: 1px solid #cfcfcf;
                    border-collapse: collapse;
                    border-spacing: 0;
                }

                    #data_category .content .article-table .list-result table thead tr {
                        height: 45px;
                        border: 1px solid #cfcfcf;
                        background: #736764;
                    }

                        #data_category .content .article-table .list-result table thead tr td {
                            text-align: center;
                            vertical-align: middle;
                            color: white;
                            font-size: 17px;
                            font-weight: bold;
                        }

                            #data_category .content .article-table .list-result table thead tr td:nth-child(1) {
                                max-width: 70px;
                                border: none;
                            }

                            #data_category .content .article-table .list-result table thead tr td:nth-child(2) {
                                width: 430px;
                            }

                            #data_category .content .article-table .list-result table thead tr td:nth-child(3) {
                                width: 115px;
                            }

                            #data_category .content .article-table .list-result table thead tr td:nth-child(4) {
                                width: 140px;
                            }

                            #data_category .content .article-table .list-result table thead tr td:nth-child(5) {
                                width: 140px;
                            }

                    #data_category .content .article-table .list-result table tbody tr {
                        height: 62px;
                        cursor: pointer;
                        border: 1px solid #cfcfcf;
                        background: #f8f8f8;
                    }

                        #data_category .content .article-table .list-result table tbody tr td {
                            text-align: center;
                            vertical-align: middle;
                            border-left: 1px solid #a7a26c;
                            font-size: 15px;
                        }

                            #data_category .content .article-table .list-result table tbody tr td:nth-child(1) {
                                border: none;
                                width: 10%;
                            }

                            #data_category .content .article-table .list-result table tbody tr td:nth-child(2) {
                                text-align: left;
                                padding-left: 10px;
                                padding-right: 10px;
                            }

                #data_category .content .article-table .list-result .pagination {
                    width: 100%;
                    text-align: center;
                    display: inline-block;
                    padding-left: 0;
                    margin: 20px 0;
                    border-radius: 4px;
                }

                    #data_category .content .article-table .list-result .pagination nav {
                        display: block;
                    }

                        #data_category .content .article-table .list-result .pagination nav ul {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            cursor: pointer;
                            width: 100%;
                            text-align: center;
                            margin: 0px 0px 0px 15px;
                            padding: 5px;
                            list-style-type: disc;
                            border-radius: 4px;
                            list-style: none;
                        }

                            #data_category .content .article-table .list-result .pagination nav ul li {
                                display: inline;
                                font-size: 15px;
                            }

                                #data_category .content .article-table .list-result .pagination nav ul li.active {
                                    background: #f18b1e;
                                    cursor: pointer;
                                }

                                    #data_category .content .article-table .list-result .pagination nav ul li.active a {
                                        color: white !important;
                                        background: #f18b1e !important;
                                        border-color: rgba(0, 0, 0, 0.2) !important;
                                    }

                                #data_category .content .article-table .list-result .pagination nav ul li a {
                                    color: black;
                                    margin-left: 0;
                                    border-top-left-radius: 4px;
                                    border-bottom-left-radius: 4px;
                                    position: relative;
                                    float: left;
                                    padding: 6px 12px;
                                    line-height: 1.42857143;
                                    text-decoration: none;
                                    background-color: #fff;
                                    border: 1px solid #ddd;
                                }

                                    #data_category .content .article-table .list-result .pagination nav ul li a:hover {
                                        color: #f18b1e;
                                        background: white;
                                    }

            #data_category .content .article-table .article-file {
                display: none;
            }

    #download_category {
        padding: 30px 0px 50px 0px;
    }

        #download_category .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #download_category .content {
            max-width: 1400px;
            margin: 0px auto;
            position: relative;
        }

            #download_category .content .article-table .list-result {
                position: relative;
            }

                #download_category .content .article-table .list-result table {
                    width: 100%;
                    border: 1px solid #cfcfcf;
                    border-collapse: collapse;
                    border-spacing: 0;
                }

                    #download_category .content .article-table .list-result table thead {
                        background: #484e9e;
                    }

                        #download_category .content .article-table .list-result table thead tr {
                            height: 62px;
                            border: 1px solid #cfcfcf;
                        }

                            #download_category .content .article-table .list-result table thead tr td {
                                text-align: center;
                                vertical-align: middle;
                                color: white;
                                font-size: 15px;
                            }

                                #download_category .content .article-table .list-result table thead tr td:nth-child(1) {
                                    max-width: 70px;
                                    border: none;
                                }

                                #download_category .content .article-table .list-result table thead tr td:nth-child(2) {
                                    width: 430px;
                                }

                                #download_category .content .article-table .list-result table thead tr td:nth-child(3) {
                                    width: 115px;
                                }

                                #download_category .content .article-table .list-result table thead tr td:nth-child(4) {
                                    width: 140px;
                                }

                                #download_category .content .article-table .list-result table thead tr td:nth-child(5) {
                                    width: 140px;
                                }

                    #download_category .content .article-table .list-result table tbody tr {
                        height: 62px;
                        cursor: default;
                        border: 1px solid #cfcfcf;
                    }

                        #download_category .content .article-table .list-result table tbody tr td {
                            text-align: center;
                            vertical-align: middle;
                            border-left: 1px solid #a7a26c;
                            font-size: 15px;
                        }

                            #download_category .content .article-table .list-result table tbody tr td:nth-child(1) {
                                border: none;
                                width: 10%;
                            }

                            #download_category .content .article-table .list-result table tbody tr td:nth-child(2) {
                                text-align: left;
                                padding-left: 10px;
                                padding-right: 10px;
                            }

                #download_category .content .article-table .list-result .pagination {
                    width: 100%;
                    text-align: center;
                    display: inline-block;
                    padding-left: 0;
                    margin: 20px 0;
                    border-radius: 4px;
                }

                    #download_category .content .article-table .list-result .pagination nav {
                        display: block;
                    }

                        #download_category .content .article-table .list-result .pagination nav ul {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            cursor: pointer;
                            width: 100%;
                            text-align: center;
                            margin: 0px 0px 0px 15px;
                            padding: 5px;
                            list-style-type: disc;
                            border-radius: 4px;
                            list-style: none;
                        }

                            #download_category .content .article-table .list-result .pagination nav ul li {
                                display: inline;
                                font-size: 15px;
                            }

                                #download_category .content .article-table .list-result .pagination nav ul li.active {
                                    background: #484e9e;
                                    cursor: pointer;
                                }

                                    #download_category .content .article-table .list-result .pagination nav ul li.active a {
                                        color: white !important;
                                        background: #f18b1e !important;
                                        border-color: rgba(0, 0, 0, 0.2) !important;
                                    }

                                #download_category .content .article-table .list-result .pagination nav ul li a {
                                    color: black;
                                    margin-left: 0;
                                    border-top-left-radius: 4px;
                                    border-bottom-left-radius: 4px;
                                    position: relative;
                                    float: left;
                                    padding: 6px 12px;
                                    line-height: 1.42857143;
                                    text-decoration: none;
                                    background-color: #fff;
                                    border: 1px solid #ddd;
                                }

                                    #download_category .content .article-table .list-result .pagination nav ul li a:hover {
                                        color: #f18b1e;
                                        background: white;
                                    }

            #download_category .content .article-table .article-file {
                display: none;
            }

    #folder_and_data_category {
        padding: 30px 0px 50px 0px;
    }

        #folder_and_data_category .title {
            margin: 0px auto 30px auto;
            color: #4c3f30;
            font-size: 28px;
            font-weight: bold;
            padding-left: 20px;
            border-left: 12px solid #33cccc;
            max-width: 1368px;
            line-height: 30px;
        }

        #folder_and_data_category .content {
            max-width: 1400px;
            margin: 0px auto;
            position: relative;
        }

            #folder_and_data_category .content .article-table .list-result {
                position: relative;
            }

                #folder_and_data_category .content .article-table .list-result table {
                    width: 100%;
                    border: 1px solid #cfcfcf;
                    border-collapse: collapse;
                    border-spacing: 0;
                }

                    #folder_and_data_category .content .article-table .list-result table thead {
                        background: #484e9e;
                    }

                        #folder_and_data_category .content .article-table .list-result table thead tr {
                            height: 45px;
                            cursor: pointer;
                            border: 1px solid #cfcfcf;
                            background: #736764;
                        }

                            #folder_and_data_category .content .article-table .list-result table thead tr td {
                                text-align: center;
                                vertical-align: middle;
                                color: white;
                                font-size: 17px;
                                font-weight: bold;
                            }

                                #folder_and_data_category .content .article-table .list-result table thead tr td:nth-child(1) {
                                    max-width: 70px;
                                    border: none;
                                }

                                #folder_and_data_category .content .article-table .list-result table thead tr td:nth-child(2) {
                                    width: 600px;
                                }

                                #folder_and_data_category .content .article-table .list-result table thead tr td:nth-child(3) {
                                    width: 165px;
                                }

                    #folder_and_data_category .content .article-table .list-result table tbody tr {
                        height: 62px;
                        cursor: default;
                        border: 1px solid #cfcfcf;
                        background: #f8f8f8;
                    }

                        #folder_and_data_category .content .article-table .list-result table tbody tr td {
                            text-align: center;
                            vertical-align: middle;
                            border-left: 1px solid #a7a26c;
                            font-size: 15px;
                        }

                            #folder_and_data_category .content .article-table .list-result table tbody tr td .folder-img {
                                float: left;
                            }

                            #folder_and_data_category .content .article-table .list-result table tbody tr td .folder-name {
                                position: relative;
                                left: 5px;
                                top: 5px;
                                margin-left: 1px;
                            }

                            #folder_and_data_category .content .article-table .list-result table tbody tr td:nth-child(1) {
                                border: none;
                                width: 10%;
                            }

                            #folder_and_data_category .content .article-table .list-result table tbody tr td:nth-child(2) {
                                text-align: left;
                                padding-left: 10px;
                                padding-right: 10px;
                                cursor: pointer;
                            }

                #folder_and_data_category .content .article-table .list-result .pagination {
                    width: 100%;
                    text-align: center;
                    display: inline-block;
                    padding-left: 0;
                    margin: 20px 0;
                    border-radius: 4px;
                }

                    #folder_and_data_category .content .article-table .list-result .pagination nav {
                        display: block;
                    }

                        #folder_and_data_category .content .article-table .list-result .pagination nav ul {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center;
                            cursor: pointer;
                            width: 100%;
                            text-align: center;
                            margin: 0px 0px 0px 15px;
                            padding: 5px;
                            list-style-type: disc;
                            border-radius: 4px;
                            list-style: none;
                        }

                            #folder_and_data_category .content .article-table .list-result .pagination nav ul li {
                                display: inline;
                                font-size: 15px;
                            }

                                #folder_and_data_category .content .article-table .list-result .pagination nav ul li.active {
                                    background: #f18b1e;
                                    cursor: pointer;
                                }

                                    #folder_and_data_category .content .article-table .list-result .pagination nav ul li.active a {
                                        color: white !important;
                                        background: #f18b1e !important;
                                        border-color: rgba(0, 0, 0, 0.2) !important;
                                    }

                                #folder_and_data_category .content .article-table .list-result .pagination nav ul li a {
                                    color: black;
                                    margin-left: 0;
                                    border-top-left-radius: 4px;
                                    border-bottom-left-radius: 4px;
                                    position: relative;
                                    float: left;
                                    padding: 6px 12px;
                                    line-height: 1.42857143;
                                    text-decoration: none;
                                    background-color: #fff;
                                    border: 1px solid #ddd;
                                }

                                    #folder_and_data_category .content .article-table .list-result .pagination nav ul li a:hover {
                                        color: #f18b1e;
                                        background: white;
                                    }

            #folder_and_data_category .content .article-table .article-file {
                display: none;
            }

    /* 日期選單 */
    .ui-datepicker {
        width: 22em !important;
    }

        .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
            line-height: initial;
            font-size: 16px !important;
            margin: 0px 1px !important;
            width: 47% !important;
        }

        .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
            top: calc(50% - 0.9em) !important;
            cursor: pointer;
        }

    .ui-widget-header .ui-icon {
        background-image: url(/Content/images/ui-icons_ffffff_256x240.png) !important;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: initial !important;
    }
    /*# sourceMappingURL=main.css.map */

    /*document start*/
    .div_document {
        width: 100%;
        max-width: 1000px;
        left: calc(50% - 500px);
        top: 230px;
        z-index: 20000 !important;
        color: #333333;
        background: white;
        border-radius: 6px;
        position: fixed;
    }

        .div_document > button {
            border: none;
            background: transparent;
            box-shadow: none;
            font-size: 30px;
            color: white;
            position: absolute;
            top: 0px;
            right: 5px;
        }

    .div_document_title {
        background: #504f4f;
        padding: 5px 5px 5px 15px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        height: 30px;
        display: flex;
        line-height: normal;
        font-size: 23px;
        color: white;
    }

    .div_document_content {
        padding: 15px;
        font-size: 20px;
        height: calc(100vh - 70px);
        max-height: 650px;
    }

    .div_document_overlay {
        background: black 50% 50% repeat;
        opacity: 0.85;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }
    /* document end */
    /*快速連結區跳出視窗*/
    .div_quick_link_area {
        width: 1536px;
        left: calc(50% - 768px);
        z-index: 20000 !important;
        color: #333333;
        background: #eef5e5;
        position: fixed;
    }

        .div_quick_link_area > button {
            border: none;
            background: transparent;
            box-shadow: none;
            font-size: 45px;
            color: #414141;
            position: absolute;
            top: 5px;
            right: 20px;
            transform: rotateX(45deg)
        }

        .div_quick_link_area .content {
            padding: 25px 0px 40px 0px;
            font-size: 20px;
            text-align: center
        }

            .div_quick_link_area .content > img {
                margin-bottom: 40px
            }

            .div_quick_link_area .content div {
                width: 82%;
                margin: 0px auto;
                text-align: left;
            }

            .div_quick_link_area .content .title {
                font-size: 1.6667vw;
                color: #303030;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: bold;
                letter-spacing: 3px;
                width: 100%;
                margin-bottom: 44px;
            }

                .div_quick_link_area .content .title i {
                    margin-right: 10px;
                    font-size: 38px;
                }

            .div_quick_link_area .content div a {
                width: 274px;
                margin: 0px 15px 30px 15px;
                display: inline-block;
            }

                .div_quick_link_area .content div a:hover {
                    text-decoration: none;
                }

    .div_quick_link_area_overlay {
        background: black 50% 50% repeat;
        opacity: 0.85;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }

    .DataCategory .article-file {
        max-width: 1400px;
        margin: 0px auto;
        padding: 30px 0px 50px 0px;
    }

        .DataCategory .article-file .subclass {
            font-size: 20px;
            font-weight: bold;
        }

        .DataCategory .article-file .classify {
            margin-top: 5px;
            display: inline-block;
            font-size: 16px;
        }

            .DataCategory .article-file .classify label {
                display: inline-block;
                cursor: default;
            }

    .banner .slick_banner_img.pc_banner {
        min-height: 817.74px;
    }
}
.error-content .no_such_page_image {
    background: url(../../../images/no_such_page_image.jpg) center no-repeat;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-size: contain;
}

.error-content .internal_error_image {
    background: url(../../../images/internal_error_image.jpg) center no-repeat;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    background-size: contain;
}

.changeFloor {
    cursor: pointer;
}
