
.banner_container {
    overflow: hidden;
    width: 100%;
    height: 500px !important;
}

    .banner_container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

@media only screen and (max-width: 768px) {
    .banner_container {
        height: 200px !important;
    }
}

.h3_color {
    color: #a40055 !important;
}

.text-align-left {
    text-align: left !important;
}

.list-style-type-none {
    list-style-type: none !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.span_1 {
    text-shadow: rgb(44, 44, 44) 0.1em 0.1em 0.2em;
}

.span_2 {
    font-size: 28px;
    text-shadow: rgb(44, 44, 44) 0.1em 0.1em 0.2em;
}

.carousel-indicators button {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}

.navbar_block {
    /*    height: 110px;
    background-color: #222 !important;*/
}

.navbar {
        background-color: #222 !important;
    /*    float:right;*/
    /*    z-index:9999 !important;*/
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.navbar-collapse {
    /*    margin-top: 32px !important;
    margin-bottom: 15px !important;*/
}

.nav-item .nav-link {
    color: #9d9d9d !important;
}

.navbar-right {
    margin-left: 60%;
}

@media (max-width: 768px) {
    /*.navbar {
        float: right;
        z-index: 9999 !important;
    }*/

    .navbar {
        background-color: white !important;
    }

    .navbar-right {
        margin-left: 0% !important;
    }

    #FloatDiv {
        margin-left: 75%;
    }

    .nav-item .nav-link {
        color: #222 !important;
    }
}

.center-block {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 0px;
    color: #b2005e;
    border-color: #b2005e;
}

.business-item-info {
    margin-top: 20px !important;
    /*    height: 430px;*/
    text-align:justify;
}


.business-item-img {
    height: 430px !important;
    width: 100% !important;
    overflow: hidden;
}

    .business-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.nav-item a:hover{
    color:white !important;
}
/************************
FOOTER
************************/
.footer_info {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 40px;
}

@media (max-width: 980px) {
    .footer_info {
        flex-wrap: wrap;
    }
}

.footer_info .info_left {
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.375em;
    font-weight: 800;
    margin: 0 0 0 20px;
}

@media (max-width: 980px) {
    .footer_info .info_left {
        width: 100%;
        margin: 15px 0;
    }
}

.footer_info .info_left .h6 {
    font-size: 16px !important;
}

@media (max-width: 980px) {
    .footer_info .info_left .h6 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer_info .info_left .h6 {
        display: none;
    }
}

.footer_info .info_left .h6_m {
    display: none;
}

@media (max-width: 768px) {
    .footer_info .info_left .h6_m {
        display: block;
    }
}

.footer_info .info_left span {
    color: var(--color_df0c18);
}

.footer_info .info_right {
    width: 66%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 980px) {
    .footer_info .info_right {
        width: 100%;
        padding: 0;
        justify-content: center;
    }
}

.footer_info .info_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: var(--color_333);
}

@media (max-width: 980px) {
    .footer_info .info_box {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer_info .info_box {
        display: none;
    }
}

.footer_info .info_box_m {
    display: none;
}

@media (max-width: 768px) {
    .footer_info .info_box_m {
        display: block;
    }
}

.footer_info .info {
    width: 100%;
    font-size: 0.815em;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .footer_info .info {
        flex-wrap: wrap;
    }
}

.footer_info .info .tt01 {
    width: 350px;
}

@media (max-width: 768px) {
    .footer_info .info .tt01 {
        margin: 0 0 3px 0;
    }
}

.footer_info .info .tt02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .footer_info .info .tt02 span {
        width: 140px;
    }

@media (max-width: 768px) {
    .footer_info .info .tt02 {
        width: 304px;
        margin: 0 0 3px 0;
    }
}

footer {
    width: 100%;
    height: 50px;
    background: var(--color_d70c18) url(../images/footer.jpg) no-repeat center center;
    background-size: cover;
    font-size: 0.815em;
    color: var(--color_fff);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 844px) {
    footer {
        height: 45px;
        background-image: none;
    }
}

footer .footer_content {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

footer .footer_left {
    margin: 0 0 0 20px;
}

@media (max-width: 844px) {
    footer .footer_left {
        margin: 0 auto;
    }
}

footer .inline_box {
    display: inline;
}

@media (max-width: 844px) {
    footer .inline_box {
        display: none;
    }
}


.m-footer-bd {
    padding: 10px;
    background: #ededed;
    font-size: 0;
    line-height: 0
}

    .m-footer-bd .list-item {
        margin-top: 5px;
        padding: 0 10px
    }

        .m-footer-bd .list-item:not(:first-child) {
            border-left: 1px solid #333
        }

        .m-footer-bd .list-item a, .m-footer-bd .list-item button {
            color: #333;
            font-family: "微軟正黑體";
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.8px;
            line-height: 16px
        }

    .m-footer-bd .tel-txt {
        padding-top: 10px
    }

        .m-footer-bd .tel-txt p {
            margin: 5px 0;
            color: #333;
            font-family: "微軟正黑體";
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.8px;
            line-height: 16px
        }

.m-footer-ft {
    width: 100%;
    position: relative;
    color: #FFF;
    font-size: 0;
    line-height: 0
}

    .m-footer-ft .notice {
        display: block
    }

.copyright {
    margin: 0 auto;
    background: #d70c18;
    display: block;
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .copyright .txt {
        font-family: "微軟正黑體";
        font-size: 12px;
        line-height: 16px
    }

.copyright-logo {
    background: #DEDEDE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.b-middle {
    font-size: 0;
    max-height: 100%
}

    .b-middle:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline
    }


    .b-middle > * {
        font-size: initial;
        zoom: 1;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline
    }

.b-clearfix:after {
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    *zoom: 1;
    display: block;
    vertical-align: middle
}



@media \0screen {
    .m-footer-ft {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNzBjMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg4ODg4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: -webkit-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: linear-gradient(90deg, #d70c18 50%,#888889 51%)
    }

    .copyright-content, .copyright, .copyright-logo {
        height: 56px
    }

    .copyright-content {
        margin: 0 auto;
        max-width: 960px
    }

    .copyright {
        padding: 7px 0;
        width: 720px
    }

    .copyright-logo {
        padding-left: 25px;
        display: inline-block;
        width: 240px
    }
}

@media screen and (min-width: 959px) {
    .m-footer-ft {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNzBjMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg4ODg4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: -webkit-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: linear-gradient(90deg, #d70c18 50%,#DEDEDE 51%)
    }

    .copyright-content, .copyright, .copyright-logo {
        height: 56px
    }

    .copyright-content {
        margin: 0 auto;
    }

    .copyright {
        text-align: center;
    }

    .copyright-logo {
        display: inline-block;
        width: 240px
    }
}

@media screen and (min-width: 1024px) {
    .copyright-content {
        max-width: 1200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright {
        width: 75%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .copyright-logo {
        width: 360px;
        margin: auto;
    }

        .copyright-logo img {
            width: 142px;
            margin: 18px 0 18px 24px;
        }
}

@media screen and (max-width: 1024px) {
    .copyright-logo {
        display: none
    }

    .b-hide-xs {
        display: none
    }

    .m-footer-ft {
        background: #d70c18
    }

    .copyright {
        width: 100%;
        text-align: center
    }

        .copyright .txt {
            transform: translateY(-2px)
        }

    footer {
        height: 25px;
    }
}



@media screen and (min-width: 740px) and (max-width: 958px) {
    .copyright {
        padding: 9.4px
    }
}


@media screen and (max-width: 739px) {
    .copyright {
        padding: 4.35px
    }

    .b-align-xs-left {
        text-align: left
    }

    .b-align-xs-center {
        text-align: center
    }

    .b-align-xs-right {
        text-align: right
    }

    .b-col-xs-0 {
        display: none !important
    }

    .b-col-xs-6 {
        width: 100%;
        float: left;
        clear: both
    }

    .b-col-xs-5 {
        width: 83.33333%;
        float: left
    }

    .b-col-xs-4 {
        width: 66.66667%;
        float: left
    }

    .b-col-xs-3 {
        width: 50%;
        float: left
    }

    .b-col-xs-2 {
        width: 33.33333%;
        float: left
    }

    .b-col-xs-1 {
        width: 16.66667%;
        float: left
    }

    .b-flex-xs {
        display: flex !important
    }

    .b-flex-wrap-xs {
        flex-wrap: wrap
    }

    .b-justify-end-xs {
        justify-content: flex-end
    }

    .b-flex-column-xs {
        flex-direction: column
    }
}


/*FOOTER END*/
