﻿@font-face {
    font-family: "RobotoCondensed";
    src: url('./fonts/RobotoCondensed-Light.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url('./fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "RobotoCondensed";
    src: url('./fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "Open Sans";
    src: url('./fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: "Open Sans";
    src: url('./fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
}

/* for Framebusterbusterbusting */
html {
    display: none;
}

body {
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
    font-family: "RobotoCondensed","Open Sans", "Microsoft JhengHei", "微軟正黑體", Verdana, Arial, PMingLiU, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    min-width: 360px;
}

a, a:hover {
    text-decoration: none;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#mainSkipWrapper {
    display: none;
}

#skiplinkHolder div .skiplink:focus {
    display: inline-block;
    max-height: 30px;
}

    #skiplinkHolder #top {
        align-items: center;
        border-radius: 0 2px 2px 0;
        overflow: hidden;
    }

#skiplinkHolder div .skiplink {
    color: #000 !important;
    max-height: 0px;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
}

#mainNav {
    border-bottom: 1px solid #d4253b;
}

#mainNavDate {
    color: rgb(57, 57, 57);
    font-size: 14px;
    padding-left: 25px;
}

#mainNavTools {
    white-space: nowrap;
}

    #mainNavTools ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

    #mainNavTools li {
        list-style-type: inherit;
        float: left;
        padding: 0 18px 0 0;
        margin: 0;
    }

        #mainNavTools li:last-child {
            padding: 0;
        }

        #mainNavTools li:nth-child(2):before, #mainNavTools li:nth-child(3):before, #mainNavTools li:nth-child(4):before {
            content: "";
            display: block;
            top: 2px;
            position: absolute;
            height: 18px;
            width: 19px;
            margin-left: -9px;
            border-left: 1px solid #ababab;
        }

        #mainNavTools li a {
            font-size: 16px;
            font-weight: bold;
            color: #ababab;
            display: inline-block;
            padding: 0 3px;
        }

        #mainNavTools li img {
            vertical-align: top;
        }

#mainHeader .row {
    overflow: hidden;
    height: auto;
}

#mainLogo a {
    display: block;
    padding: 12px 0px 12px 10px;
}

#mainMenuBtn {
    width: 36px;
    display: block;
}


.mainSearch {
    padding: 0 !important;
    margin: 5px 20px 0 0 !important;
    max-width: 40% !important;
}

    .mainSearch .gsc-control-cse td {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mainSearch input[type=text] {
        width: 100% !important;
        min-width: 160px !important;
        height: 38px !important;
        background: #fff !important;
        padding: 0 0 0 10px !important;
        margin: 0 !important;
    }

    .mainSearch td.gsc-input div {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mainSearch td.gsc-input {
        border: 1px solid #949494;
        border-right: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mainSearch td.gsc-search-button {
        border: 1px solid #949494;
        border-left: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mainSearch button {
        width: 38px;
        height: 38px;
        background: #fff url('images/main/searchBtn.png') no-repeat center center;
        border: none;
        float: left;
        padding: 0 !important;
        margin: 0 !important;
    }
    .mainSearch .gsc-search-button-v2:hover {
        background: #CECECE url('images/main/searchBtn.png') no-repeat center center;
    }

    .mainSearch button svg {
        opacity: 0;
    }

#menuBtn {
    display: block;
    width: 36px;
}

.mainMenu {
    position: relative;
    background-color: rgba(255,255,255,0.9);
    overflow: auto;
    margin: auto;
    padding: 0px 15px;
    left: 0;
    right: 0;
    z-index: 1;
}

.mainMenuSite {
    list-style-type: none;
    padding: 10px 20px;
    margin: 0px;
    color: #393939;
    text-align: left;
    background-color: rgba(239,239,239,0.9);
    vertical-align: top;
}

    .mainMenuSite div {
        width: 20%;
        padding: 10px 10px 20px 10px;
        margin: 0;
    }

    .mainMenuSite a {
        width: 100%;
        padding: 5px 5px;
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: #393939;
    }

    .mainMenuSite:after {
        content: "";
        display: block;
        clear: both;
        width: 100%;
    }

    .mainMenuSite .mainMenuSiteSectionTitle {
        height: 50px;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000046;
    }

    .mainMenuSite > div:first-child a:hover {
        background-color: rgba(167,79,192,1);
        color: #FFFFFF;
    }

    .mainMenuSite > div:nth-child(2) a:hover {
        background-color: rgba(47,133,71,1);
        color: #FFFFFF;
    }

    .mainMenuSite > div:nth-child(3) a:hover {
        background-color: rgba(120,62,69,1);
        color: #FFFFFF;
    }

    .mainMenuSite > div:nth-child(4) a:hover {
        background-color: rgba(17,116,120,1);
        color: #FFFFFF;
    }

    .mainMenuSite > div:nth-child(5) a:hover {
        background-color: rgba(0,130,187,1);
        color: #FFFFFF;
    }

    .mainMenuSite ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        .mainMenuSite ul > li {
            list-style-type: inherit;
            margin-bottom: 0px;
        }

#mainFooterSlogan {
    width: 100%;
    background-color: #2e3192;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
}

#mainFooter {
    width: 100%;
    background: #eeeeee;
    overflow: auto;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 10;
}

#mainCopyright {
    padding-top: 20px;
    color: #000000;
    font-size: 12px;
}

#mainFooterLinks_dt {
    clear: both;
    padding: 10px 0px;
    margin: 0;
    list-style-type: none;
}

    #mainFooterLinks_dt li {
        float: left;
        list-style-type: inherit;
        color: #000000;
        font-size: 12px;
    }

        #mainFooterLinks_dt li a {
            display: inline-block;
            color: #000000;
        }

            #mainFooterLinks_dt li a:hover {
                display: inline-block;
                color: #393939;
            }

        #mainFooterLinks_dt li:after {
            content: "\00a0\00a0\00a0|\00a0\00a0\00a0";
        }

        #mainFooterLinks_dt li:last-child:after {
            content: "";
        }

#mainFooterLinks_bv {
    clear: both;
    padding: 10px 0px;
    margin: 0;
    list-style-type: none;
}

    #mainFooterLinks_bv li {
        float: left;
        list-style-type: inherit;
        color: #000000;
        font-size: 12px;
    }

        #mainFooterLinks_bv li a {
            display: inline-block;
            color: #000000;
        }

            #mainFooterLinks_bv li a:hover {
                display: inline-block;
                color: #393939;
            }

        #mainFooterLinks_bv li:after {
            content: "\00a0\00a0\00a0|\00a0\00a0\00a0";
        }

        #mainFooterLinks_bv li:last-child:after {
            content: "";
        }

#mainBackToTop {
    font-size: 15px;
    color: #666;
    background-color: rgba(255,255,255,0.5);
    display: none;
}

#homeBanners {
    position: absolute;
    overflow: visible;
    z-index: 2;
    padding: 0;
}


    /* --------------------------- */
    /* for Home 2022.06.09 [Begin] */
    /* --------------------------- */

    /* #homeBanners #homeBannersCarousel {
        position: relative;
        margin: 0;
    } */
    #homeBanners #homeBannersCarousel #homeBannersCarouselPicture, #homeBannersCarouselPictureButton {
        position: relative;
        margin: 0;
    }

/* ------------------------- */
/* for Home 2022.06.09 [End] */
/* ------------------------- */



#homeSections {
    position: relative;
}

#homeWhatsNew {
    margin-bottom: 10px;
    z-index: 3;
}

    #homeWhatsNew .homeHeading {
        background-color: rgba(167,85,49,1);
        display: block;
        padding: 5px 0;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: "RobotoCondensed","Microsoft YaHei";
    }

#contentBody.homeHeading {
    min-height: initial;
    min-height: 37px;
    max-height: 37px;
}

#homeWhatsNew .homeContent {
    background-color: rgba(221,101,64, 0.8);
    display: block;
    padding: 5px 10px;
}




        /* --------------------------- */
        /* for Home 2022.06.09 [Begin] */
        /* --------------------------- */

        /*#homeWhatsNew .homeContent a {
            color: #fff;
            display: block;
            padding: 10px;
            margin-bottom: 5px;
            position: relative;
            line-height: 20px;
            font-size: 18px;
            font-weight: normal;
            width: 100%;
            text-decoration: none;
        }*/
        #homeWhatsNew .homeContent a {
            color: #fff;
            display: block;
            padding: 10px;
            margin-bottom: 0px;
            position: relative;
            line-height: 16px;
            font-size: 16px;
            font-weight: normal;
            width: 100%;
            text-decoration: none;
        }

            /* ------------------------- */
            /* for Home 2022.06.09 [End] */
            /* ------------------------- */




            #homeWhatsNew .homeContent a:hover {
                color: #eeeeee;
            }

    #homeWhatsNew ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #homeWhatsNew li {
        list-style-type: inherit;
        padding: 0;
        margin: 0;
    }

#homeDepts {
    margin-bottom: 10px;
    z-index: 3;
}

    #homeDepts .homeHeading {
        background-color: rgba(166,142,11,1);
        display: block;
        padding: 5px 0;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: "RobotoCondensed","Microsoft YaHei";
    }

    #homeDepts .homeContent {
        background-color: rgba(181,165,28,0.8);
        display: block;
        padding: 5px 10px;
    }

        #homeDepts .homeContent a {
            color: #fff;
            text-align: center;
            display: block;
            padding: 4px 10px;
            position: relative;
            font-size: 18px;
            font-weight: bold;
            width: 100%;
        }

            #homeDepts .homeContent a:hover {
                color: #eeeeee;
            }

    #homeDepts ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #homeDepts li {
        list-style-type: inherit;
        padding: 0;
        margin: 0;
    }

#homeShortcut {
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 3;
}

    #homeShortcut .homeHeading {
        background-color: rgba(255,255,255,0.8);
        text-align: center;
        margin: 0;
        padding: 0;
        overflow-wrap:
    }

        #homeShortcut .homeHeading > div {
            padding: 0;
            margin: 0;
            text-align: center;
            cursor: pointer;
        }

            #homeShortcut .homeHeading > div span {
                display: block;
                height: 65px;
                font-size: 14px;
                font-weight: bold;
                color: #00124F;
                line-height: 1.1em;
                padding: 15px 5px;
                position: relative;
                z-index: 1;
            }

            #homeShortcut .homeHeading > div img {
                width: auto;
                position: relative;
                top: 10px;
                z-index: 2;
            }

            #homeShortcut .homeHeading > div:hover span, #homeShortcut .homeHeading > div.selected span {
                color: #fff;
            }

            #homeShortcut .homeHeading > div:nth-child(1) span {
                background-color: rgba(135,187,227,0.8);
            }

            #homeShortcut .homeHeading > div:nth-child(1).selected span, #homeShortcut .homeHeading > div:nth-child(1):hover span {
                background-color: rgba(87,141,184,0.8);
            }

            #homeShortcut .homeHeading > div:nth-child(2) span {
                background-color: rgba(233,141,142,0.5);
            }

            #homeShortcut .homeHeading > div:nth-child(2).selected span, #homeShortcut .homeHeading > div:nth-child(2):hover span {
                background-color: rgba(175,5,9,0.5);
            }

            #homeShortcut .homeHeading > div:nth-child(3) span {
                background-color: rgba(167,142,192,0.5);
            }

            #homeShortcut .homeHeading > div:nth-child(3).selected div, #homeShortcut .homeHeading > div:nth-child(3):hover span {
                background-color: rgba(90,40,142,0.5);
            }

            #homeShortcut .homeHeading > div:nth-child(4) span {
                background-color: rgba(92,169,137,0.5);
            }

            #homeShortcut .homeHeading > div:nth-child(4).selected div, #homeShortcut .homeHeading > div:nth-child(4):hover span {
                background-color: rgba(2,94,56,0.5);
            }

    #homeShortcut .homeContent {
        background-color: rgba(255,255,255,0.9);
        padding: 0;
        margin: 0;
        height: auto;
    }

        #homeShortcut .homeContent > div {
            padding: 0px;
            margin: 0px;
        }

            #homeShortcut .homeContent > div > div {
                float: left;
                text-align: center;
                margin-bottom: 10px;
            }

        #homeShortcut .homeContent a {
            display: block;
            padding: 10px 0px;
            width: 100%;
            height: 113px;
            color: #585F63;
            line-height: 20px;
            font-size: 16px;
            font-weight: bold;
        }

            #homeShortcut .homeContent a:hover {
                color: #000000;
            }

            #homeShortcut .homeContent a span {
                display: block;
                width: 100%;
                height: 55px;
                position: absolute;
                bottom: 0px;
                left: 0;
                right: 0;
                margin: auto;
                padding: 5px 0px;
            }

        #homeShortcut .homeContent img {
            width: auto;
        }

        #homeShortcut .homeContent > div {
            display: none;
            padding: 15px 0px;
            margin: 0;
            height: 100%;
        }

        #homeShortcut .homeContent .divPatients {
            display: block;
            background-color: rgba(96, 169, 227, 0.2);
            border-top: 4px solid #578eb9;
        }

        #homeShortcut .homeContent .divVisitors {
            background-color: rgba(233, 141, 142, 0.2);
            border-top: 4px solid rgb(206, 127, 132);
        }

        #homeShortcut .homeContent .divHealthCare {
            background-color: rgba(167, 142, 192, 0.2);
            border-top: 4px solid #a491c6;
        }

        #homeShortcut .homeContent .divSupportUs {
            background-color: rgba(92, 169, 137, 0.2);
            border-top: 4px solid #78ac9b;
        }

#contentHeading {
    padding-top: 10px;
    padding-bottom: 8px;
}

.sectionPatients #contentSectionTitle {
    background: url('images/section_icons/patients.png') no-repeat 3px 3px;
}

.sectionVisitors #contentSectionTitle {
    background: url('images/section_icons/visitors.png') no-repeat 3px 3px;
}

.sectionHealthCare #contentSectionTitle {
    background: url('images/section_icons/healthcare.png') no-repeat 3px 3px;
}

.sectionSupportUs #contentSectionTitle {
    background: url('images/section_icons/supportus.png') no-repeat 3px 3px;
}

.sectionHospital #contentSectionTitle {
    background: url('images/section_icons/hospital.png') no-repeat 3px 3px;
}

#contentHeadingline {
    height: 3px;
    background-color: #f00;
    margin-bottom: 20px;
}

.sectionPatients #contentHeadingline {
    background-color: #aa54c2;
}

.sectionVisitors #contentHeadingline {
    background-color: #2f8547;
}

.sectionHealthCare #contentHeadingline {
    background-color: #783e45;
}

.sectionSupportUs #contentHeadingline {
    background-color: #117478;
}

.sectionHospital #contentHeadingline {
    background-color: #0082bb;
}

#contentSectionTitle {
    left: 15px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
    color: #666;
    line-height: 1em;
    margin: 0;
}

#contentBreadcrumb {
    padding-top: 5px;
    font-size: 14px;
}

    #contentBreadcrumb span {
        display: inline-block;
        color: #666;
        font-weight: bold;
    }

        #contentBreadcrumb span:after {
            content: ">";
            padding: 0 7px;
        }

        #contentBreadcrumb span:last-child:after {
            content: "";
            display: none;
        }

        #contentBreadcrumb span a {
            color: #666;
            font-weight: bold;
        }

        #contentBreadcrumb span.current {
            color: #0082bb;
            font-weight: bold;
        }

.sectionPatients #contentBreadcrumb span.current {
    color: #aa54c2;
}

.sectionVisitors #contentBreadcrumb span.current {
    color: #2f8547;
}

.sectionHealthCare #contentBreadcrumb span.current {
    color: #783e45;
}

.sectionSupportUs #contentBreadcrumb span.current {
    color: #117478;
}

.sectionHospital #contentBreadcrumb span.current {
    color: #0082bb;
}

#contentMenu {
    width: auto;
    list-style-type: none;
    padding: 0;
    margin: 0 20px 20px 0;
    font-size: 16px;
    font-weight: bold;
}

    #contentMenu li {
        list-style-type: inherit;
    }

    #contentMenu a {
        display: block;
        width: 100%;
        padding: 10px 20px;
        background: #eeeeee;
        color: #666;
    }

        #contentMenu a.current, #contentMenu a:hover {
            color: #fff;
        }

        #contentMenu a.hasSubMenu {
            color: #666;
            background: #eeeeee url('images/bs_icons/chevron-right.svg') no-repeat center right 10px;
        }

            #contentMenu a.hasSubMenu:hover {
                color: #fff;
            }

            #contentMenu a.hasSubMenu.current {
                color: #fff;
                background-image: url('images/bs_icons/chevron-down.svg');
            }

    #contentMenu ul.subMenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
    }

        #contentMenu ul.subMenu li {
            list-style-type: inherit;
        }

        #contentMenu ul.subMenu a {
            display: block;
            width: 100%;
            padding: 10px 20px 10px 36px;
            background-color: #dff0f8;
            color: #666;
        }

        #contentMenu ul.subMenu a.sub {
            padding: 10px 20px 10px 52px;
        }

            #contentMenu ul.subMenu a.current, #contentMenu ul.subMenu a:hover {
                background-color: #b4def1 !important;
                color: #0082bb !important;
            }

.sectionPatients #contentMenu a.current, .sectionPatients #contentMenu a:hover {
    background-color: #aa54c2;
}

.sectionPatients #contentMenu a:hover {
    opacity: 0.7;
}

.sectionVisitors #contentMenu a.current, .sectionVisitors #contentMenu a:hover {
    background-color: #2f8547;
}

.sectionVisitors #contentMenu a:hover {
    opacity: 0.7;
}

.sectionHealthCare #contentMenu a.current, .sectionHealthCare #contentMenu a:hover {
    background-color: #783e45;
}

.sectionHealthCare #contentMenu a:hover {
    opacity: 0.7;
}

.sectionSupportUs #contentMenu a.current, .sectionSupportUs #contentMenu a:hover {
    background-color: #117478;
}

.sectionSupportUs #contentMenu a:hover {
    opacity: 0.7;
}

.sectionHospital #contentMenu a.current, .sectionHospital #contentMenu a:hover {
    background-color: #0082bb;
}

.sectionHospital #contentMenu a:hover {
    opacity: 0.7;
}

#contentTitle {
    font-size: 24px;
    font-weight: bold;
    margin: 0px 10px 20px;
}

#contentMenu ul.subMenu .t1 {
    padding: 5px 20px;
    background-color: #f398b9;
    color: #fff;
    padding: 10px 20px;
}

#contentMenu ul.subMenu .t2 a {
    background-color: #58c9b5;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t3 a {
    background-color: #ffa281;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t4 a {
    background-color: #3fc8d8;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t6 a {
    background-color: #66d17c;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t7 a {
    background-color: #7f82ff;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t8 {
    padding: 5px 20px;
    background-color: #f1b83c;
    color: #fff;
    padding: 10px 20px;
}

#contentMenu ul.subMenu .t9 a {
    background-color: #94B6E0;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t10 a {
    background-color: #F58220;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t11 a {
    background-color: #FFCE00;
    color: #fff;
    padding-left: 20px;
}

#contentMenu ul.subMenu .t12 a {
    background-color: #bfd340;
    color: #fff;
    padding-left: 20px;
}

.sectionPatients #contentTitle {
    color: #aa54c2;
}

.sectionVisitors #contentTitle {
    color: #2f8547;
}

.sectionHealthCare #contentTitle {
    color: #783e45;
}

.sectionSupportUs #contentTitle {
    color: #117478;
}

.sectionHospital #contentTitle {
    color: #002080;
}

#contentBanner img {
    width: 100%;
    margin-bottom: 20px;
}

#contentBody {
    text-align: justify;
    color: #666;
    min-height: 40vh;
}

    #contentBody div {
        font-size: 18px;
    }

    #contentBody h3 {
        font-size: 20px;
        font-weight: bold;
        padding: 10px 10px;
        margin-top: 40px;
        margin: 30px 0 0 0;
    }

    #contentBody h4 {
        color: #393939;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 10px;
        margin: 30px 0 10px 0;
    }

        #contentBody h4:first-of-type, #contentBody h4.firstItem {
            margin: 0 0 10px 0;
        }

    #contentBody h5 {
        color: #393939;
        font-size: 18px;
        font-weight: bold;
        text-decoration: underline;
        padding: 10px;
    }

    #contentBody h6 {
        color: #393939;
        font-size: 18px;
        font-weight: normal;
        text-decoration: underline;
        padding: 10px 10px;
    }

.sectionPatients #contentBody h3 {
    color: #fff;
    background-color: #aa54c2;
}

.sectionVisitors #contentBody h4 {
    background-color: #c4df9b;
    color: #393939;
}

.sectionHospital #contentBody h4 {
    background-color: #bcddff;
}

    .sectionHospital #contentBody h4.news_title {
        background-color: #ffffff;
        color: #000;
        padding-bottom: 3px;
        margin-bottom: 0px;
    }

#contentBody p {
    display: block;
    padding: 0px 10px;
    margin: 0 0 20px 0;
    text-align: justify;
    color: #393939;
}

#contentBody li, #contentBody th, #contentBody td, #contentBody div {
    color: #393939;
}

#contentBody table {
    text-align: left;
}

    #contentBody table ul {
        padding: 0;
        margin: 0;
    }

    #contentBody table li {
        padding: 0px;
        margin: 0 0 5px 20px;
    }

        #contentBody table li li {
            padding: 0px;
            margin: 0 0 5px 30px;
        }

.sectionPatients #contentBody .btn-info {
    color: #fff;
    background-color: #daa2ea;
    border-color: #aa54c2;
}

    .sectionPatients #contentBody .btn-info:hover {
        color: #aa54c2;
        background-color: #daa2ea;
    }

.sectionVisitors #contentBody .btn-info {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .sectionVisitors #contentBody .btn-info:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

.sectionHospital img.features {
    padding-bottom: 10px;
}

.mapWrapContainer {
    position: relative;
    width: auto;
}

    .mapWrapContainer .mapWrapMiddle {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    .mapWrapContainer a.mapWrapZoom {
        display: block;
        width: 41px;
        height: 41px;
        background: #9b9b9b url('images/icons/zoom.png') no-repeat center center;
        position: absolute;
        right: 0;
        top: 0;
    }

.sectionHealthCare table th, .sectionHealthCare table td {
    border: 1px solid #783e45;
}

.sectionHealthCare table th {
    background-color: #783e45;
    color: #fff !important;
}

.sectionHealthCare .table-striped > tbody > tr:nth-child(2n) > td, .sectionHealthCare .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #feecee;
}

.sectionHealthCare .table-striped > tbody > tr:nth-child(2n+1) > td, .sectionHealthCare .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff7f8;
}

.sectionHospital .table-striped > tbody > tr:nth-child(2n) > td, .sectionHospital .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #fdffe7;
}

.sectionHospital .table-striped > tbody > tr:nth-child(2n+1) > td, .sectionHospital .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #dee1b7;
}

#services_list {
    width: 100%;
    margin: 0;
}

    #services_list > div {
        width: 100%;
        margin-bottom: 10px;
        color: #FFFFFF;
        font-family: "微軟正黑體";
        font-weight: bold;
    }

        #services_list > div > a {
            display: block;
            width: 100%;
            padding: 5px 20px;
            color: #FFFFFF;
            text-decoration: none;
        }

            #services_list > div > a:hover {
                color: #FFFFFF;
                background-color: rgba(255,255,255,0.2);
            }

    #services_list .t1 {
        padding: 5px 20px;
        background: #f398b9 url('images/bs_icons/chevron-down.svg') no-repeat center right 20px;
    }

    #services_list .t2 {
        background-color: #58c9b5;
    }

    #services_list .t3 {
        background-color: #ffa281;
    }

    #services_list .t4 {
        background-color: #3fc8d8;
    }

    #services_list .t6 {
        background-color: #66d17c;
    }

    #services_list .t7 {
        background-color: #7f82ff;
    }

    #services_list .t8 {
        padding: 5px 20px;
        background: #f1b83c url('images/bs_icons/chevron-down.svg') no-repeat center right 20px;
    }

    #services_list .t9 {
        background-color: #94B6E0;
    }

    #services_list .t10 {
        background-color: #F58220;
    }

    #services_list .t11 {
        background-color: #FFCE00;
    }

    #services_list .t12 {
        background-color: #bfd340;
    }

    #services_list .bb {
        list-style-type: none;
    }

        #services_list .bb a {
            display: block;
            width: 100%;
            padding: 3px 30px;
            color: #036D9B;
            font-family: "微軟正黑體";
            text-decoration: none;
            background: #fff url('images/icons/icon01.png') no-repeat center left;
        }

            #services_list .bb a:hover {
                color: #e24e92;
                font-weight: bold;
                background: #fff url('images/icons/icon01.png') no-repeat center left 5px;
            }

/*#radioWrapper .row:nth-child(4n), #radioWrapper .row:nth-child(4n+1) {*/
#radioWrapper .row:nth-child(4n+3), #radioWrapper .row:nth-child(4n) {
    margin: 0;
    background-color: #eeeeee;
}

/*#radioWrapper .row:nth-child(4n+2), #radioWrapper .row:nth-child(4n+3) {*/
#radioWrapper .row:nth-child(4n+1), #radioWrapper .row:nth-child(4n+2) {
    margin: 0;
    background-color: #e0e0e0;
}

#radioWrapper .radioDate {
    display: inline-block;
    width: 340px;
    padding: 10px 30px 10px 0;
    font-size: 1em;
    vertical-align: top;
}

#radioWrapper .radioTitle {
    display: inline-block;
    padding: 10px 0px;
    font-weight: bold;
}

#radioWrapper .radioTN {
    padding-bottom: 20px;
}

#radioWrapper .radioDesc {
    padding-bottom: 20px;
}

#radioWrapper .radioPlayLink {
    padding-left: 20px;
    background: url('images/icons/play.png') no-repeat center left;
}

#mediaLinks, #mediaLinks li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    #mediaLinks li a {
        display: block;
        padding: 5px 40px;
        background: url('images/bs_icons/chevron-right.svg') no-repeat center left 10px;
    }

        #mediaLinks li a:hover {
            background: url('images/bs_icons/chevron-right.svg') no-repeat center left 15px;
        }

#mediaBack {
    padding: 2px 30px 2px 10px;
    background: url('images/bs_icons/chevron-double-right.svg') no-repeat center right 10px;
}

#photoModal .modal-header {
    padding: 0px 20px;
}

#photoModal .modal-body {
    margin: 0;
    padding: 0;
    z-index: 1;
}

#photoModal .prev, #photoModal .next {
    cursor: pointer;
    position: absolute;
    top: 25vh;
    width: auto;
    height: 20%;
    padding: 16px;
    margin: 0;
    color: rgb(0, 130, 187);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#photoModal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    #photoModal .prev:hover, #photoModal .next:hover {
        color: #fff;
        background-color: rgba(0, 130, 187, 0.8);
    }

#photoModal .photoSlides {
    display: block;
    width: auto;
    overflow: hidden;
    text-align: center;
}

    #photoModal .photoSlides img {
        max-width: 100%;
        max-height: 100%;
    }

#photoModal .photoCaption {
    position: relative;
    display: block;
    color: #fff;
    background-color: rgb(0, 130, 187);
    padding: 5px 15px;
    z-index: 3;
}

#photoModal .photoThumbnails {
    position: relative;
    padding: 0;
    z-index: 3;
    background-color: #fff;
}

#photoModal .photoThumbnail {
    display: inline-block;
    width: 160px;
    height: 120px;
    overflow: hidden;
    padding: 0;
}

    #photoModal .photoThumbnail img {
        width: auto;
        height: auto;
        opacity: 0.7;
    }

        #photoModal .photoThumbnail a:hover img, #photoModal .photoThumbnail img.photoSelectorActive {
            width: auto;
            height: auto;
            opacity: 1.0;
        }

#contentBody.massPress h5 {
    background: none !important;
    padding: 20px 10px 5px !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
}

#contentBody.massPress div {
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.sectionVisitors .fnb_title {
    background: url('../Pages/Visitors/Facilities/images/fnb-icon.png') no-repeat center left;
}

.sectionVisitors .csi_title {
    background: url('../Pages/Visitors/Facilities/images/cs-icon.png') no-repeat center left;
}

.sectionVisitors .vm_title {
    background: url('../Pages/Visitors/Facilities/images/vm-icon.png') no-repeat center left;
}

.sectionVisitors .atm_title {
    background: url('../Pages/Visitors/Facilities/images/atm-icon.png') no-repeat center left;
}

.sectionVisitors .babycare_title {
    background: url('../Pages/Visitors/Facilities/images/babycare-icon.png') no-repeat center left;
}

.sectionVisitors .wifi_title {
    background: url('../Pages/Visitors/Facilities/images/wifi-icon.png') no-repeat center left;
}

.sectionVisitors .shop {
    margin-bottom: 20px;
}

ol.governanceOrgChart {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    ol.governanceOrgChart,
    ol.governanceOrgChart ol,
    ol.governanceOrgChart li,
    ol.governanceOrgChart li > div {
        position: relative;
    }

        ol.governanceOrgChart ol {
            list-style: none;
            margin: 0;
            padding: 0;
        }

ol.governanceOrgChart {
    text-align: center;
}

    ol.governanceOrgChart ol {
        padding-top: 2em;
    }

        ol.governanceOrgChart ol:before,
        ol.governanceOrgChart ol:after,
        ol.governanceOrgChart li:before,
        ol.governanceOrgChart li:after,
        ol.governanceOrgChart > li > div:before,
        ol.governanceOrgChart > li > div:after {
            background-color: #b7a6aa;
            content: "";
            position: absolute;
        }

    ol.governanceOrgChart > li ol:after {
        height: 2em;
        left: 2em;
        top: 0em;
        width: 3px;
    }

    ol.governanceOrgChart > li ol > li:not(:last-of-type):before {
        height: 3px;
        left: 2em;
        top: 50%;
        width: 2em;
    }

    ol.governanceOrgChart > li ol > li:not(:last-of-type):after {
        height: calc(100% + 2em);
        left: 2em;
        top: 0;
        width: 3px;
    }

    ol.governanceOrgChart > li ol > li:last-of-type:before {
        height: 3px;
        left: 2em;
        top: 2em;
        width: 2em;
    }

    ol.governanceOrgChart li > div {
        background-color: #fff;
        border-radius: 3px;
        min-height: 3em;
        padding: 0;
    }

    /*** PRIMARY ***/
    ol.governanceOrgChart > li > div {
        margin-right: 0em;
    }

        ol.governanceOrgChart > li > div + div {
            margin-top: 1em;
        }

    /*** SECONDARY ***/
    ol.governanceOrgChart > li > ol:before {
        left: inherit;
        right: 0;
    }

    /*** TERTIARY ***/
    ol.governanceOrgChart > li > ol > li > ol > li {
        padding: 0 0 0 4em;
    }

    ol.governanceOrgChart table td:first-of-type {
        width: 40%;
        text-align: left;
    }

    ol.governanceOrgChart table td:last-of-type {
        width: 60%;
        text-align: left;
    }

    ol.governanceOrgChart table.wide td:first-of-type {
        width: 45%;
        text-align: left;
    }

    ol.governanceOrgChart table.wide td:last-of-type {
        width: 55%;
        text-align: left;
    }

    ol.governanceOrgChart table {
        margin-bottom: 0px;
    }

    ol.governanceOrgChart td, ol.governanceOrgChart th {
        background-color: #dee1b7;
    }

    ol.governanceOrgChart .light td, ol.governanceOrgChart .light th {
        background-color: #fdffe7;
    }

.ShowInHighContrastMode {
    display: none;
}

.HideInHighContrastMode {
    display: block;
}

#contentBody .photoWrapper a {
    width: 222px !important;
    height: 260px;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    color: #807878;
    background-color: #EDF0F2 !important;
    padding: 135px 10px 10px 10px;
    margin-left: 15px;
    margin-right: 15px;
}

    #contentBody .photoWrapper a:hover {
        color: #FFFFFF;
        background-color: #0072A3 !important;
    }

#contentBody .prcphotoWrapper a {
    width: 222px !important;
    height: 215px;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    color: #807878;
    background-color: #EDF0F2 !important;
    padding: 135px 10px 10px 10px;
    margin-left: 15px;
    margin-right: 15px;
}

    #contentBody .prcphotoWrapper a:hover {
        color: #FFFFFF;
        background-color: #0072A3 !important;
    }

#contentBody .videoWrapper a {
    width: 222px;
    height: 215px;
    display: inline-block;
    color: #807878;
    background-color: #EDF0F2;
    font-size: 16px;
    line-height: 23px;
    padding: 135px 10px 10px 10px;
    margin-left: 15px;
    margin-right: 15px;
}

    #contentBody .videoWrapper a:hover {
        color: #FFFFFF;
        background-color: #0072A3;
    }

.cookieconsent {
    position: fixed;
    padding: 20px;
    left: 0;
    bottom: 0;
    background-color: #666;
    color: #FFF;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

/*Use for Press Releases only*/
.PR_pri_row {
    background-color: #dee1b7;
}

.PR_sec_row {
    background-color: #fdffe7;
}

.PR_pri_row, .PR_sec_row {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
}

.PR_info_col, .PR_loc_col {
    border-left: 1px;
    border-color: #E5E4E3;
    border-left-style: solid;
}

/*Use for MediaPublications only*/
.MP_pri_row {
    background-color: #dee1b7;
}

.MP_sec_row {
    background-color: #fdffe7;
}

.MP_pri_row, .MP_sec_row {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
}

.MP_Title, .Issue_title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.MP_download {
    padding-top: 10px;
    padding-bottom: 10px;
}

.MP_rp_download {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/*Use for Clinical Services only*/
.CS_contenttable {
    padding-left: 10px;
    text-align: justify;
}

.CS_contenttable ul {
    padding-inline-start: 30px;
}


.CS_pri_row {
    background-color: #f2f2f2;
}

.CS_sec_row {
    background-color: #ffffff;
}

.CS_pri_row, .CS_sec_row {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
    line-height: 35px;
}

.CS_info_col, .CS_loc_col {
    border-left: 1px;
    border-color: #E5E4E3;
    border-left-style: solid;
}

/*Use for Public Transport only*/
.PT_mv, .PT_dv {
    text-align: left;
}

.PT_headTitle {
    margin-right: 15px;
    font-weight: bold;
    background-color: #D0D6DD;
    padding: 10px 0 10px 0;
}

.PT_Title {
    margin-right: 15px;
    font-weight: bold;
    background-color: #e9ecef;
    padding: 10px 0 10px 0;
}

.PT_headTitle, .PT_Title, .PT_details {
    margin: 0 1px 0 1px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
}

/*Use for MediaMass only*/
.MM_Title {
    font-size: 30px;
    font-weight: bold;
    margin-right: 1px;
    margin-left: 1px;
    text-align: center !important;
    line-height: 50px;
    background-color: #bcddff;
    margin-bottom: 10px;
}

.MM_pri_row {
    background-color: #dee1b7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MM_sec_row {
    background-color: #fdffe7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MM_pri_row, .MM_sec_row {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px;
    border-color: #E5E4E3;
    border-style: solid;
    line-height: 35px;
}

/*Use for InfectionControl only*/
.IC_download {
    text-align: center;
    padding-top: 10px;
}

/*use fo Patients Heading*/
.sectionPatients .PS_Title {
    text-align: left;
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 10px 10px;
    margin-top: 40px;
    margin: 30px 0 0 0;
    color: #FFFFFF !important;
    background-color: #aa54c2 !important;
}

.sectionPatients #contentTitle {
    color: #aa54c2 !important;
    background-color: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0px 0px 10px !important;
    text-align: left !important;
}

.sectionHospital #contentTitle {
    color: #002080 !important;
    background-color: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0px 0px 10px !important;
    text-align: left !important;
}

.sectionSupportUs #contentTitle {
    color: #117478 !important;
    background-color: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0px 0px 10px !important;
    text-align: left !important;
}

.sectionVisitors #contentTitle {
    color: #2f8547 !important;
    background-color: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0px 0px 10px !important;
    text-align: left !important;
}

.sectionHealthCare #contentTitle {
    color: #783e45 !important;
    background-color: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0px 0px 10px !important;
    text-align: left !important;
}

.imgfit {
    width: 100%;
}
/*Use for Donation pages*/
.sectionSupportUs .Donation_imgfit {
    width: auto;
    height: 100px;
}

.ul_css {
    line-height: 45px;
    font-size: 25px;
}

.Donation_topRow {
    background-color: rgb(17,116,120);
    color: #FFFFFF !important;
    font-size: 19px !important;
}

.Donation_1stRow {
    background-color: rgb(220,234,235);
}

.Donation_2ndRow {
    background-color: rgb(160,199,201);
}

@media (max-width: 575.98px) {
    .mainMenuSite div {
        width: 100%;
    }

    .mainMenuSite .mainMenuSiteSectionTitle {
        height: 25px;
    }

    #contentMenu {
        margin: 0 0px 20px 0;
    }

    .mainSearch {
        padding: 0 !important;
        margin-right: 60px !important;
        width: auto !important;
    }

    /*Use for MediaMass only*/
    #contentTitle, #contentBanner {
        text-align: left;
    }

    /*Use for Press Releases only*/
    .PR_title_col {
        background: #acd5ec;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .PR_info_col, .PR_loc_col {
        background: #dfeef9;
        padding-top: 8px;
        padding-bottom: 8px;
        border: none;
    }

    .PR_Title {
        background: #acd5ec;
    }

    .PR_download {
        text-align: center;
        padding-bottom: 10px;
        background: #dfeef9;
    }

    .Maptable {
        display: d-none;
    }

    /*Use for MediaPublications only*/
    .MP_Title {
        padding-top: 10px;
        text-align: center;
        padding-bottom: 10px;
        background: #acd5ec;
    }

    .Issue_title {
        padding-top: 10px;
        text-align: left;
        padding-bottom: 10px;
        background: #acd5ec;
    }

    .HASlink {
        text-align: left;
    }

    .MP_download {
        text-align: center;
        padding-top: 10px;
        padding-right: 45px;
        padding-bottom: 10px;
        background: #dfeef9;
    }

    .MP_rp_download {
        background: #dfeef9;
        padding-right: 60px;
        text-align: right;
    }

    .SOPCimg {
        width: 375px;
    }
    /*Use for Clinical Services only*/
    .CS_contenttable {
        text-align: left;
    }

    .CS_title {
        text-align: left;
    }

    .CS_pri_row, .CS_sec_row {
        line-height: 30px;
    }

    .CS_title_col {
        background: #f2f2f2;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .CS_weekend_col {
        line-height: 1px;
    }

    .CS_info_col, .CS_loc_col {
        background: #ffffff;
        padding-top: 8px;
        padding-bottom: 8px;
        border: none;
    }

    .CS_TC_col {
        line-height: 1px;
        background: #ffffff;
    }

    .CS_loc_col {
        line-height: 35px;
    }
    /*Use for InfectionControl only*/
    .IC_download {
        text-align: center;
        padding-bottom: 10px;
        background: #ffffff;
    }

    .sectionSupportUs p {
        text-align: left !important;
    }
}

@media (max-width: 575px) {
    #photoModal .prev, #photoModal .next {
        top: 12%;
        font-size: 15px;
        height: 0px;
        touch-action: manipulation;
        color: #ffffff;
    }

    #img_WARS_Gold_dt {
        display: none;
    }

    #img_WARS_Gold_bv {
        top: 150px;
        bottom: 0;
        display: inline !important;
    }

    .footerbar_dt {
        display: none !important;
    }

    .footerbar_bv {
        display: block !important;
    }

    .PT_mv {
        display: block !important;
    }

        .PT_mv .row {
            line-height: 35px;
        }

    .PT_details {
        padding: 5px 0 5px 0;
    }

    .PT_dv {
        display: none;
    }

    .MM_mv {
        display: block !important;
    }

        .MM_mv h4 {
            color: #393939;
            font-size: 20px;
            font-weight: bold;
            padding: 10px 10px;
            margin: 30px 0 10px 0;
            background-color: #bcddff;
        }

    .MM_dv {
        display: none;
    }

    .sectionSupportUs .Donation_imgfit {
        height: 80px !important;
    }

    .sectionSupportUs .Donor_DV {
        display: none !important;
    }

    .sectionSupportUs .Donor_MV {
        display: inline !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mainMenuSite div {
        width: 50%;
    }

    .mainMenuSite .mainMenuSiteSectionTitle {
        height: 25px;
    }

    #contentMenu {
        margin: 0 0px 20px 0;
    }

    #photoModal .prev, #photoModal .next {
        top: 5%;
        font-size: 40px;
        color: #ffffff;
    }

    .sectionSupportUs .Donation_imgfit {
        height: 80px !important;
    }

    #img_WARS_Gold_dt {
        display: none;
    }

    #img_WARS_Gold_bv {
        top: 120px;
        bottom: 0;
        display: inline !important;
    }

    .footerbar_dt {
        display: none !important;
    }

    .footerbar_bv {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    #homeBanners {
        position: relative;
        margin: auto;
    }



        /* --------------------------- */
        /* for Home 2022.06.09 [Begin] */
        /* --------------------------- */

        /* #homeBanners #homeBannersCarousel {
            margin: auto;
            width: 100%;
            overflow: hidden;
        } */
        #homeBanners #homeBannersCarousel #homeBannersCarouselPicture, #homeBannersCarouselPictureButton {
            margin: auto;
            width: 100%;
            overflow: hidden;
        }
        /* ------------------------- */
        /* for Home 2022.06.09 [End] */
        /* ------------------------- */



        #homeBanners #homeBannersCarousel .carousel-control-prev {
            top: 0;
            left: 0;
        }

        #homeBanners #homeBannersCarousel .carousel-control-next {
            top: 0;
        }

        #homeBanners #homeBannersCarousel .carousel-indicators {
            bottom: 0;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mainMenuSite div {
        width: 33.33%;
    }

    #photoModal .prev, #photoModal .next {
        top: 10%;
        font-size: 40px;
    }

    #img_WARS_Gold_dt {
        display: block;
        padding-top: 20px;
    }

    #img_WARS_Gold_bv {
        display: none;
    }

    .footerbar_dt {
        display: block !important;
    }

    .footerbar_bv {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #homeWhatsNew {
        padding-left: 20px;
        padding-right: 10px;
    }

        #homeWhatsNew .homeContent {
            min-height: 260px;
        }

    ;

    #homeDepts {
        padding-left: 10px;
        padding-right: 10px;
    }

    #homeShortcut {
        padding-left: 10px;
        /* --------------------------- */
        /* for Home 2022.06.09 [Begin] */
        /* --------------------------- */
        padding-right: 0px;
        /* ------------------------- */
        /* for Home 2022.06.09 [End] */
        /* ------------------------- */
    }

        #homeShortcut .homeContent {
            height: 530px;
        }


    #homeBanners #homeBannersCarousel {
        /* --------------------------- */
        /* for Home 2022.06.09 [Begin] */
        /* --------------------------- */
        /*left: -5px;*/
        /* ------------------------- */
        /* for Home 2022.06.09 [End] */
        /* ------------------------- */
    }


        #homeBanners #homeBannersCarousel .carousel-indicators {
            width: 35%;
            top: 360px;
            left: auto;
            right: 9%;
            padding-right: 0;
            margin-right: 0;
        }

        #homeBanners #homeBannersCarousel .carousel-control-prev {
            bottom: 150px;
            left: 0px;
        }

        #homeBanners #homeBannersCarousel .carousel-control-next {
            bottom: 150px;
        }

    #photoModal .prev, #photoModal .next {
        top: 20%;
        font-size: 40px
    }

    #img_WARS_Gold_dt {
        display: block;
        padding-top: 20px;
    }

    #img_WARS_Gold_bv {
        display: none;
    }

    .footerbar_dt {
        display: block !important;
    }

    .footerbar_bv {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    #homeShortcut .homeContent {
        height: 600px;
    }

    #img_WARS_Gold_dt {
        display: block;
        padding-top: 20px;
    }

    #img_WARS_Gold_bv {
        display: none;
    }

    .footerbar_dt {
        display: block;
    }

    .footerbar_bv {
        display: none;
    }

    #homeBanners #homeBannersCarousel .carousel-indicators {
        width: 35%;
        top: 430px;
        left: auto;
        right: 9%;
        padding-right: 0;
        margin-right: 0;
    }

    #photoModal .photoSlides {
        height: 600px;
    }
}



/*for Share Links [Begin] */
.social-share {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 3px;
    margin-right: 3px;
}

#btn_share {
    line-height: 25px;
    float: right;
    width: auto;
    max-width: 75px;
    padding-top: 65px;
}

#btnlist_share {
    list-style: none;
    display: flex;
    float: right;
    padding-top: 60px;
}

    #btnlist_share li {
        padding-left: 5px;
    }

        #btnlist_share li img {
            margin-top: -5px;
        }

/* for Share Links [End] */


/* for Media Gallery [Begin] */
.mediagallery_container {
    clear: both;
}

/* for Media Gallery [End] */




/* for Newsletters [Begin] */

.nl_btn {
    background-color: #0082bb;
    color: white;
}

.nl_btn_en {
    background-color: #0082bb;
    color: white;
}

    .nl_btn a, .nl_btn_en a {
        color: white;
    }

    .nl_btn:hover, .nl_btn_en:hover {
        background-color: #d7e8f0;
    }

        .nl_btn:hover > a, .nl_btn_en:hover > a {
            color: #0082bb;
        }

.pagination_section a {
    color: #007BFF;
}

/* shared with StaffAppreciation */
.liactive > text {
    color: blue;
}
@media (min-width:768px){
    .issue22_story02{
        flex:50%;
    }
}


/* for Newsletters [End] */



/* for MediaStories [Begin] */
.stories tr td {
    border-left: 1px solid #0082BB;
    border-right: 1px solid #0082BB;
}

.Divider_IssueTitle {
    border-bottom: 3px solid black;
}

.headerWithDivider text, .bottomWithDivider text {
    color: #0082BB;
}

.headerWithDivider hr {
    border-bottom: 3px solid #0082BB;
}

.bottomWithDivider hr {
    border-bottom: 3px solid #0082BB;
}

.hr_hc {
    border-bottom: 1px solid #0082BB;
}

.btn_more {
    color: #0082BB;
}

    .btn_more:hover {
        color: black;
    }

h4.story-h4 {
    background-color: transparent !important;
}

.no-expand {
    background: #DFF0F8;
}

.figcaption {
    background: #DFF0F8;
}

.figcaption_blank {
    background: transparent;
}

.figcaption_vertical {
    background: #DFF0F8;
}

.figcaption_vertical {
    background: #DFF0F8;
}


.issue_story_table_div {
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.issue_story_table_col {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.story-div-border {
    border: 1px solid #D9D9D8;
    height: 101%;
}

/* for MediaStories [End] */



/* for StaffAppreciation [Begin] */

.text-block p {
    text-align: center !important;
    color: #16555E !important;
}


.text-block h4 {
    font-size: 20px !important;
    color: #117478 !important;
    text-align: center !important;
}

.Mobile_text_left {
    width: 280px;
    height: 120px;
    color: #117478;
    text-align: center;
    padding-top: 30px;
    background-image: url('images/SB_left_noarrow.svg');
    background-repeat: no-repeat;
    background-position: left top, right bottom, center center;
}


.Mobile_text_right {
    width: 280px;
    height: 120px;
    color: #117478;
    text-align: center;
    padding-top: 30px;
    background-image: url('images/SB_right_noarrow.svg');
    background-repeat: no-repeat;
    background-position: left top, right bottom, center center;
}

    .Mobile_text_left text, .Mobile_text_right text {
        font-size: 16px !important;
        color: #117478 !important;
        font-weight: bold;
    }


    .Mobile_text_left a, .Mobile_text_right a {
        font-size: 10px;
        bottom: 0;
        right: 5px;
    }

.text-block a, .text-block p {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    bottom: 0px;
    right: 5px;
}


#Top_title {
    background-color: #E2EEEF;
    padding: 10px 0px;
    margin: 0px 10px;
    text-align: center !important;
}

    #Top_title text {
        font-size: 20px;
        color: #117478;
        font-weight: 600;
    }



@media (max-width: 576px) {
    .Mobile_version tr td .Mobile_text_right a, .Mobile_version tr td .Mobile_text_left a, .Mobile_version tr td .Mobile_text_right .button_text, .Mobile_version tr td .Mobile_text_left .button_text {
        color: #16555E !important;
        font-size: 14px !important;
    }
}



/* for StaffAppreciation [End] */



/* for MediaMass [Begin] */
.MediaMass_news_title {
    text-align: left !important;
}

.MediaMass_contentBanner {
    padding-bottom: 0 !important;
}

/* for MediaMass [End] */




/* for Metabolic Medicine [Begin] */
.metabolic_leaflet_row {
    line-height: 1.5em !important;
}
/* for Metabolic Medicine [End] */



/* for SOPC COVID19 NOTE [Begin] */
.sopc_covid19_note {
    color: #393939;
    background-color: #FAEBC0;
}
/* for SOPC COVID19 NOTE [End] */





/* --------------------------- */
/* for Home 2022.06.09 [Begin] */
/* --------------------------- */
.carousel-indicators li {
    /*list-style-type: disc;*/
    /*color: #949494;*/
    /*background-color: unset !important;*/
    /*font-size: 36px;*/
    background-color: #949494;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    opacity: 1;
    margin: 0 20px 0 0;
}


@media (max-width: 575px) {

    .carousel-indicators li {
        margin: 0 16px 0 0px;
    }

    .carousel-indicators {
        margin: 0 10px 0 10px;
    }
}

.carousel-indicators .active {
    /*color: #FF4D3B;*/
    background-color: #FF4D3B;
}

/*@@media (min-width:1200px) {*/
@media (min-width:992px) {
    #homeBanners #homeBannersCarousel .carousel-indicators {
        width: 100% !important;
        margin: 0 !important;
        /*left: 0 !important;*/
        /*right: 0 !important;*/
        /*top: 380px !important;*/
        /*padding-right: 30px;*/
        /*position: initial;*/
    }

    #homeBanners #homeBannersCarousel #homeBannersCarouselPicture, #homeBannersCarouselPictureButton {
        left: 10px !important;
        padding-right: 30px !important;
        padding-top: 13px;
    }


    #homeSections {
        margin-left: 0px;
        margin-right: 0px;
    }

    #homeWhatsNew {
        left: auto;
        padding: 10px 0px 0px 10px;
    }

    #homeDepts {
        padding: 10px 0px 0px 10px;
    }

    #homeShortcut .homeContent {
        height: 649px;
    }
}

#homeBanners #homeBannersCarousel .carousel-indicators {
    position: static;
    padding-top: 20px;
}

.pause-cycle-div {
    position: absolute;
    z-index: 16;
    top: 8px;
    /*top: 388px;*/
    right: 0px;
    /*padding-right: 20px;*/
}

#homeSections {
    /*margin-left: 0px;
        margin-right: 0px;*/
}

#homeWhatsNew {
    left: auto;
    /*padding: 10px 0px 0px 10px;*/
}

#homeDepts {
    /*padding: 10px 0px 0px 10px;*/
}

    #homeDepts .homeContent {
        padding-bottom: 10px;
    }


/*#homeBanners #homeBannersCarousel #homeBannersCarouselPicture, #homeBannersCarouselPictureButton {
    position: relative;
    margin: 0;
}*/

/*#homeShortcut .homeContent {
        height: auto;
    }*/


/* ------------------------- */
/* for Home 2022.06.09 [End] */
/* ------------------------- */


.Desktop_Version {
    display: block;
}

.Mobile_Version {
    display: none;
}

#div_Appointment {
    padding: 10px;
}

    #div_Appointment img {
        width: auto;
        max-width: 250px;
    }

.last_desp {
    margin-right: -20px;
}

.Choice {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 973px) {
    #div_Appointment img {
        width: auto;
        max-width: 200px;
    }

    .last_desp {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .Desktop_Version {
        display: none !important;
    }

    .Mobile_Version {
        display: block !important;
    }

    #list_eng li, .Introduction_eng p {
        text-align: left !important;
    }

    .last_desp {
        margin-right: 0px;
    }

    #div_Appointment img {
        width: auto;
        max-width: 150px;
    }
}



/* ------------------------------- */
/* for SOPC NewAppointment [begin] */
/* ------------------------------- */
#SOPC_Div_NA {
    width: 80%;
    margin-left: 75px;
    display: grid;
    grid-row-gap: 15px;
}

/* #div_ul{
margin-top:-15px;	
} */

.SOPC_Fontsize_16 {
    font-size: 16px;
}

.SOPC_mobile_row {
    padding-top: 0px;
}

.SOPC_Title {
    font-size: 35px !important;
    text-align: center;
    font-weight: bold;
    color: #6D6E70;
}

.SOPC_DocImg {
    padding-top: 35px;
}

.SOPC_top_desp {
    padding-top: 5px;
}

.SOPC_DocDesp {
    width: 100%;
    padding-top: 10px;
    margin-left: -20px;
}

.SOPC_sub_title {
    font-size: 18px;
    padding-left: 20px;
}

.SOPC_Desktop_Version {
    display: block;
}

.SOPC_Mobile_Version {
    display: none;
}

/* .hr{
line-height:10px;	
} */

.SOPC_highlight {
    color: #1DB5A2;
}

#SOPC_ul_nap {
    margin-top: 20px;
    margin-right: -55px;
    text-align: left;
    margin-left: -5px;
}

    #SOPC_ul_nap li span {
        font-size: 18px;
    }

.SOPC_figcaption {
    text-align: center;
    font-size: 18px !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;
}

.SOPC_figcaption_Eng {
    text-align: center;
    font-size: 18px !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;
}

.SOPC_list_space {
    line-height: 20px;
    padding-bottom: 10px;
}

#SOPC_Div_NA img {
    width: auto;
    max-width: 250px;
}

/* #last_caption{
margin-right:-50px;
} */

.SOPC_Row_s {
    display: none;
}

/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .row {
  padding-top:15px;
   }
} */

@media (max-width: 973px) {
    .SOPC_Title {
        line-height: 40px;
    }
    /* .row {
  padding-top:0px;
} */
}

@media (min-width: 575px) and (max-width: 810px) {
    /* .row {
  padding-top:0px;
} */
    #SOPC_Div_NA {
        width: 100%;
        margin-left: -8px;
    }

    .SOPC_Row_s {
        display: block;
    }

    .SOPC_figcaption {
        padding: 0px 30px;
    }

    .SOPC_figcaption_Eng {
        padding-left: 5px;
        padding-right: 25px;
        width: 280px;
    }

    .SOPC_sub_title {
        font-size: 18px;
        margin-right: -50px;
    }

    .SOPC_DocDesp {
        padding-top: 5px;
        margin-left: -80px;
    }

    .SOPC_sub_title {
        margin-left: 25px;
    }

    #SOPC_ul_nap {
        margin-right: -110px;
        margin-left: 1px;
        text-align: left;
    }

    /* #NA_list{
padding-left:30px;
margin-right:30px;	
} */
    .SOPC_top_desp {
        padding: 5px 25px;
    }
}

@media (max-width: 575px) {
    /* .row {
  padding-top:0px;
} */
    #SOPC_Div_NA {
        width: 100%;
        margin-left: 0px;
    }

    .SOPC_Row_s {
        display: none;
    }

    .SOPC_DocImg {
        padding-top: 0px;
    }

    .SOPC_Desktop_Version {
        display: none;
    }

    .SOPC_Mobile_Version {
        display: block;
    }

    .SOPC_mobile_row {
        padding-top: 15px;
    }

    #SOPC_ul_nap {
        margin-right: -60px;
        margin-left: -5px;
        text-align: left;
    }


    .SOPC_figcaption_Eng {
        text-align: center;
        font-size: 18px !important;
        padding-left: 5px;
        padding-right: 5px;
        width: 250px;
    }

    .SOPC_DocDesp {
        padding-top: 5px;
        margin-left: 10px;
    }

    /* #last_caption p{
margin-right:-5px;
text-align:left!important;	
}	 */
}

/* ----------------------------- */
/* for SOPC NewAppointment [end] */
/* ----------------------------- */


/* ------------------------------------- */
/* for SOPC AttendingAppointment [begin] */
/* ------------------------------------- */
#SOPC_AA_Div_NA {
    width: 80%;
    margin-left: 75px;
    display: grid;
    grid-row-gap: 15px;
}

.SOPC_AA_mobile_row {
    padding-top: 0px;
}

.SOPC_AA_Fontsize_16 {
    font-size: 16px;
}

.SOPC_AA_Title {
    font-size: 35px !important;
    text-align: center;
    font-weight: bold;
    color: #6D6E70;
}

.SOPC_AA_Desktop_Version {
    display: block !important;
}

.SOPC_AA_Mobile_Version {
    display: none !important;
}

.SOPC_AA_highlight {
    color: #1DB5A2;
}

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}

/* .caption_highlight{
color:#1DB5A2;
font-size:19px;
} */

.SOPC_AA_br_figcaption {
    display: block;
}

/* .figure-caption{
font-size:18px;
color:#393939;
} */

.SOPC_AA_Red_caption {
    padding: 0px 0px;
}

.SOPC_AA_hr_AA {
    font-size: 24px;
    font-weight: bold;
}

    .SOPC_AA_hr_AA hr {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        margin: 8px;
    }

.SOPC_AA_hr_title, .SOPC_AA_hr_title_eng {
    line-height: 15px;
    padding-top: 10px;
    margin: 0px;
}

/* #NA_desp{
background-color:#faebc0;
margin-left:5px;
margin-right:5px;
padding-top:5px;
padding-bottom:5px;
} */

.SOPC_AA_figcaption {
    font-size: 18px !important;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    max-width: 280px;
}

/* .HighWidthcaption{
font-size:18px!important;
padding-left:5px;
padding-right:5px;
width: auto;
max-width:250px;	
} */

.SOPC_AA_imgbox {
    height: 250px;
    display: flex;
}

.SOPC_AA_w-100 {
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 250px !important;
    margin: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* .row {
padding-top:15px;
} */
    .SOPC_AA_Red_caption {
        margin: 0px -20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 810px) {
    .SOPC_AA_br_figcaption {
        display: block !important;
    }

    .SOPC_AA_figcaption {
        font-size: 18px !important;
        padding-left: 0px;
        padding-right: 0px;
        width: auto;
        max-width: 300px;
    }

    #SOPC_AA_Div_NA {
        width: 100%;
        margin-left: -8px;
    }
    /* .row {
  padding-top:0px;
} */
    .SOPC_AA_Red_caption {
        padding: 0px 0px;
    }
}

@media (max-width: 575px) {
    /* .row {
padding-top:0px;
} */
    #SOPC_AA_Div_NA {
        width: 100%;
        margin-left: 0px;
        margin-top: -10px;
        grid-row-gap: 5px;
    }

    .SOPC_AA_hr_title {
        line-height: 15px;
        padding-top: 0px !important;
    }

    .SOPC_AA_hr_title_eng {
        line-height: 20px;
        padding-top: 0px !important;
    }

    .SOPC_AA_mobile_row {
        padding-top: 10px;
    }

    .SOPC_AA_mobile_col {
        padding-top: 15px;
    }

    .SOPC_AA_Red_caption {
        padding: 0px 0px;
    }

    .SOPC_AA_br_figcaption {
        display: none;
    }
    /* p{
text-align:left!important;
} */
    .SOPC_AA_Desktop_Version {
        display: none !important;
    }

    .SOPC_AA_Mobile_Version {
        display: block !important;
    }
}

.SOPC_AA_hr_AA_1 {
    color: #EC560B;
}

.SOPC_AA_hr_AA_2 {
    color: #1DB5A2;
}

.SOPC_AA_hr_AA_3 {
    color: #8042da;
}

.SOPC_AA_Red_caption div {
    color: white;
    background-color: #ee4036;
}

/* ----------------------------------- */
/* for SOPC AttendingAppointment [end] */
/* ----------------------------------- */


/* -------------------------*/
/* for CareersStaff [Begin] */
/* -------------------------*/

.salary_title {
    background: url('../Pages/Hospital/CareersStaff/images/salary-icon.jpg') no-repeat center left;
}

.workinghours_title {
    background: url('../Pages/Hospital/CareersStaff/images/workinghours-icon.jpg') no-repeat center left;
}

.benefits_title {
    background: url('../Pages/Hospital/CareersStaff/images/benefits-icon.jpg') no-repeat center left;
}

.mentalhealth_title {
    background: url('../Pages/Hospital/CareersStaff/images/mentalhealth-icon.jpg') no-repeat center left;
}


/* -------------------------*/
/* for CareersStaff [End] */
/* -------------------------*/

/* ------------------------------- */
/* for GO QR Code Album Content[begin] */
/* ------------------------------- */
.go-poster-image {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    /* Styles for mobile devices */
    .go-poster-image {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 769px) {
    /* Styles for desktop devices */
    .go-poster-image {
        max-width: 100%;
        height: auto;
    }
}
/* ------------------------------- */
/* for GO QR Code Album Content[End] */
/* ------------------------------- */

