/*
Assan main style file
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i");

@font-face {
    font-family: 'FontAwesome';
    src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/**et line icons**/
@font-face {
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei";
    src: url("../et-line-font/fonts/et-line.eot");
    src: url("../et-line-font/fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../et-line-font/fonts/et-line.woff") format("woff"), url("../et-line-font/fonts/et-line.ttf") format("truetype"), url("../et-line-font/fonts/et-line.svg#et-line") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
Basic of template
*/
html, body, .fullScreen {
    height: 100%;
}

body {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    letter-spacing: 0em;
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei";
    overflow-x: hidden;
}

button, input, optgroup, select, textarea {
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei";
}

    button:focus {
        outline: 0 !important;
    }

a, .simple-hover img, button, .btn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a {
    color: #5292bf;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 !important;
        color: #666;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #111;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

ul, ol {
    margin: 0 0 1.5em 0;
}

.tritary-font {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
}

.base-font {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !important;
}

.font500 {
    font-weight: 600 !important;
}

.font700 {
    font-weight: 700 !important;
}

.font900 {
    font-weight: 900 !important;
}

.label {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 2px;
    font-size: 10px;
}

.bg-faded {
    background: #F9F9F9;
}

.badge-primary {
    background: #5292bf !important;
}

.bg-primary {
    background: #5292bf !important;
    border-color: #5292bf;
}

.bg-success {
    background: #5cb85c !important;
    border-color: #5cb85c;
}

.bg-warning {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.bg-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.bg-danger {
    background-color: #c9302c;
    border-color: #c9302c;
}

.bg-dark {
    border-color: #333;
    background-color: #333 !important;
}

.bg-white {
    background: #fff;
}

.text-primary {
    color: #5292bf !important;
}

.text-danger {
    color: #c9302c !important;
}

.text-success {
    color: #5cb85c !important;
}

.text-warning {
    color: #f0ad4e !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-white {
    color: white;
    font-weight: 700 !important;
    color: #999;
}





.text-dark {
    color: #222222 !important;
}

.text-white-gray {
    color: #FFF;
}

.border-round {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pos-relative {
    position: relative;
}

.lead {
    font-weight: 300;
}

strong, b {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.fWidth {
    width: 100% !important;
}

.oHidden {
    overflow: hidden !important;
}

strong, b {
    font-weight: 700;
}

.mr0 {
    margin-right: 0px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.bg-default {
    background-color: #f7f7f7 !important;
}

.bg-gray {
    background-color: #fbfbfb;
}

.pd-card {
    padding: 40px 20px;
}

.back-to-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 10px;
    right: 10px;
    background: #f5f5f5;
    color: #333;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
}

    .back-to-top i {
        display: block;
        font-size: 25px;
        line-height: 50px;
        text-align: center;
    }

    .back-to-top:hover {
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
        color: #333;
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
    }

/**preloader**/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-table {
    display: table;
    width: 100%;
    height: 100%;
}

    .content-table .content-middle {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .content-table .content-bottom {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
    }

.section-title {
    padding-bottom: 50px;
    position: relative;
}

    .section-title:after {
        content: "";
        width: 1px;
        height: 0px;
        background-color: #5292bf;
        left: 50%;
        bottom: 0;
        position: absolute;
    }

    .section-title h3 {
        font-weight: 800;
        font-size: 20px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 10px;
    }

        .section-title h3:before {
            content: "";
            width: 40px;
            height: 5px;
            position: absolute;
            top: 0;
            left: 50%;
            background-color: #5292bf;
            margin-left: -20px;
        }

    .section-title.title-left h3:before {
        left: 0;
        margin-left: 0;
    }

    .section-title.title-left:after {
        left: 0;
    }

.section-subTitle {
    color: #999;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.center-img {
    display: block;
    margin: 0 auto;
}

.shadow-card {
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

/***angle style**/
.angle-top, .angle-bottom {
    overflow: visible;
    position: relative;
}

    .angle-top:before {
        background: none repeat scroll 0 0 #fff;
        content: "";
        margin-top: -149px;
        min-height: 100px;
        position: absolute;
        -webkit-transform: skewY(-2deg);
        -moz-transform: skewY(-2deg);
        -ms-transform: skewY(-2deg);
        -o-transform: skewY(-2deg);
        transform: skewY(-2deg);
        width: 100%;
        z-index: 1;
    }

    .angle-top.bg-dark:before {
        background-color: #333;
    }

    .angle-top.bg-primary:before {
        background-color: #5292bf;
    }

    .angle-top.bg-info:before {
        background-color: #5bc0de;
    }

    .angle-top.bg-success:before {
        background-color: #5cb85c;
    }

    .angle-top.bg-warning:before {
        background-color: #f0ad4e;
    }

    .angle-top.bg-white:before {
        background-color: #fff;
    }

.bg-parallax {
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.parallax-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.parallax-overlay .container {
    position: relative;
    z-index: 1;
}

.parallax-overlay.overlay-primary:after {
    background-color: rgba(82, 146, 191, 0.75);
}

/*
Responsive Utilites Style (This css is removed from beta version)
*/
.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

/*
Preloader style
*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #5292bf;
    border-right: 0.5em solid rgba(245, 245, 245, 0.5);
    border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
    border-left: 0.5em solid rgba(245, 245, 245, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

    #preloader-inner,
    #preloader-inner:after {
        border-radius: 50%;
        width: 10em;
        height: 10em;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
Buttons
*/
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: .8rem;
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .05rem;
    font-size: .8rem;
    font-family: "Raleway", sans-serif;
    padding: 10px 25px 10px !important;
    text-transform: uppercase;
}

    .btn i {
        display: inline-block;
        margin-right: 8px;
    }

    .btn.btn-rounded {
        border-radius: 100px;
    }

    .btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        height: 100%;
        z-index: -1;
        transition: all .3s;
    }

    .btn:hover, .btn:focus {
        box-shadow: none;
        outline: 0 !important;
    }

        .btn:hover:before, .btn:focus:before {
            transition: all .3s;
            z-index: -1;
        }

    .btn.btn-link {
        border: 0px;
        padding: 0px !important;
    }

    .btn.btn-sm {
        padding: 9px 15px 9px !important;
        font-size: .6rem;
    }

    .btn.btn-lg {
        padding: 10px 20px 10px !important;
        font-size: .95rem;
    }

    .btn.btn-link {
        color: #5292bf;
        text-transform: capitalize;
    }

        .btn.btn-link:after {
            font-family: 'FontAwesome';
            content: "\f101";
            margin-left: 5px;
            font-size: 12px;
        }

        .btn.btn-link:hover {
            text-decoration: none;
            color: #999;
        }

.btn-white {
    background-color: #fff;
    color: #333;
}

.btn-white-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

    .btn-white-outline:hover, .btn-white-outline:focus {
        color: #333;
        border-color: #fff;
    }

        .btn-white-outline:hover:before, .btn-white-outline:focus:before {
            width: 100%;
            background-color: #fff;
        }

.btn-outline-primary {
    border: 2px solid #5292bf;
    background-color: transparent;
    color: #5292bf !important;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
        color: #fff !important;
        border-color: #5292bf;
        background-color: transparent;
    }

        .btn-outline-primary:hover:before, .btn-outline-primary:focus:before, .btn-outline-primary:active:before {
            width: 100%;
            background-color: #5292bf;
        }

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
        color: #fff;
        border-color: #5bc0de;
        background-color: transparent;
    }

        .btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
            width: 100%;
            background-color: #5bc0de;
        }

.btn-outline-info {
    border: 2px solid #5bc0de;
    background-color: transparent;
    color: #5bc0de;
}

    .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
        color: #fff;
        border-color: #5bc0de;
        background-color: transparent;
    }

        .btn-outline-info:hover:before, .btn-outline-info:focus:before, .btn-outline-info:active:before {
            width: 100%;
            background-color: #5bc0de;
        }

.btn-outline-success {
    border: 2px solid #5cb85c;
    background-color: transparent;
    color: #5cb85c;
}

    .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
        color: #fff;
        border-color: #5cb85c;
        background-color: transparent;
    }

        .btn-outline-success:hover:before, .btn-outline-success:focus:before, .btn-outline-success:active:before {
            width: 100%;
            background-color: #5cb85c;
        }

.btn-outline-danger {
    border: 2px solid #c9302c;
    background-color: transparent;
    color: #c9302c;
}

    .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
        color: #fff;
        border-color: #c9302c;
        background-color: transparent;
    }

        .btn-outline-danger:hover:before, .btn-outline-danger:focus:before, .btn-outline-danger:active:before {
            width: 100%;
            background-color: #c9302c;
        }

.btn-outline-warning {
    border: 2px solid #f0ad4e;
    background-color: transparent;
    color: #f0ad4e;
}

    .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
        color: #fff;
        border-color: #f0ad4e;
        background-color: transparent;
    }

        .btn-outline-warning:hover:before, .btn-outline-warning:focus:before, .btn-outline-warning:active:before {
            width: 100%;
            background-color: #f0ad4e;
        }

.btn-outline-secondary {
    border: 1px solid #ccc;
    background-color: transparent;
    color: #ccc;
}

    .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
        color: #fff;
        border-color: #ccc;
        background-color: transparent;
    }

        .btn-outline-secondary:hover:before, .btn-outline-secondary:focus:before, .btn-outline-secondary:active:before {
            width: 100%;
            background-color: #ccc;
        }


/**fill buttons**/
.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info, .btn-secondary, .btn-dark {
    box-shadow: 0 0.05em 0.1em rgba(0, 0, 0, 0.18);
    border: 0px;
}

    .btn-primary:hover, .btn-success:hover, .btn-warning:hover, .btn-danger:hover, .btn-info:hover, .btn-secondary:hover, .btn-dark:hover {
        border: 0px;
        box-shadow: 0 0.05em 1em rgba(0, 0, 0, 0.18);
    }

.btn-secondary {
    background: #f5f5f5;
    box-shadow: none;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        border: 0px;
        color: #333;
        box-shadow: none;
    }

.btn-primary {
    background: #5292bf;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #5292bf;
        color: #fff;
    }

.btn-dark {
    background: #222;
    color: #fff;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
        background: #222;
        color: #fff;
    }

.btn-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
}

    .btn-circle i {
        display: block;
        line-height: 80px;
        margin: 0 auto;
        font-size: 35px;
    }

    .btn-circle .btn-primary i, .btn-circle .btn-success i, .btn-circle .btn-warning i, .btn-circle .btn-danger i, .btn-circle .btn-info i {
        color: #fff;
    }

.icon-sm-rounded {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block !important;
    text-align: center;
    border-radius: 50%;
    background: #5292bf;
    color: #fff;
}

/****************

SOCIAL BUTTONS

**********************/
/**social icons default size**/
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon:hover {
        border-color: transparent;
    }

    .social-icon i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 40px;
        position: relative;
    }

        .social-icon i:last-child {
            color: #FFF !important;
        }

    .social-icon:hover i:first-child {
        margin-top: -40px;
    }

/***social icons lg (big)***/
.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-lg:hover {
        border-color: transparent;
    }

    .social-icon-lg i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 60px;
        position: relative;
    }

        .social-icon-lg i:last-child {
            color: #FFF !important;
        }

    .social-icon-lg:hover i:first-child {
        margin-top: -60px;
    }

/***social icons small***/
.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-sm:hover {
        border-color: transparent;
    }

    .social-icon-sm i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 30px;
        position: relative;
    }

        .social-icon-sm i:last-child {
            color: #FFF !important;
        }

    .social-icon-sm:hover i:first-child {
        margin-top: -30px;
    }

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}

/**icons hover colored**/
.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
    background-color: #1E8CBE !important;
}

.circle-button {
    display: inline-block;
    vertical-align: middle;
}

    .circle-button span {
        vertical-align: middle;
        display: inline-block;
    }

.circle-icon-button {
    width: 3.92857rem;
    height: 3.92857rem;
    border-radius: 50%;
    font-size: 1.28571rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .circle-icon-button > i {
        position: relative;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        padding-left: 3px;
        padding-top: 3px;
    }

.nav-link {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.navbar .btn {
    font-size: .8rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: #5292bf;
}

.navbar-light.bg-white {
    background-color: rgba(255, 255, 255, 0.95) !important;
}

.navbar-light.sticky-nav {
    z-index: 9999 !important;
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }
}

.dropdown-menu .dropdown-item {
    font-size: .88rem;
    text-transform: capitalize;
    font-weight: 300;
}

/********Template hero styles***/
.fullscreen {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mouse-down {
    position: absolute !important;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 1;
}

/*
Link hover styles
*/
.hover-me1 {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

    .hover-me1:before, .hover-me1:after {
        position: absolute;
        width: 45px;
        height: 2px;
        background: #fff;
        content: '';
        opacity: 0.2;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .hover-me1:before {
        top: 0;
        left: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .hover-me1:after {
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .hover-me1:hover, .hover-me1:focus {
        outline: none;
        color: #fff;
    }

        .hover-me1:hover:before, .hover-me1:focus:before {
            left: 50%;
            -webkit-transform: rotate(0deg) translateX(-50%);
            -moz-transform: rotate(0deg) translateX(-50%);
            transform: rotate(0deg) translateX(-50%);
        }

        .hover-me1:hover:after, .hover-me1:focus:after {
            right: 50%;
            -webkit-transform: rotate(0deg) translateX(50%);
            -moz-transform: rotate(0deg) translateX(50%);
            transform: rotate(0deg) translateX(50%);
        }

        .hover-me1:hover:before, .hover-me1:focus:before, .hover-me1:hover:after, .hover-me1:focus:after {
            opacity: 1;
        }

/*
Portfolio
*/
.cbp-l-grid-agency-title {
    font-family: "Poppins", sans-serif;
}

.cbp-l-grid-agency-desc {
    font-family: "Raleway", sans-serif;
}

.cbp-l-filters-text .cbp-filter-item {
    font-family: "Poppins", sans-serif;
}

/*
Pricing tables
*/
.pricing-card {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    background-color: #fff;
    border-top: 5px solid #ddd;
}

    .pricing-card .pricing-header {
        line-height: 2rem;
        padding: 30px 20px;
    }

        .pricing-card .pricing-header .price {
            font-size: 2rem;
            font-weight: 600;
            color: #000;
        }

            .pricing-card .pricing-header .price sup {
                color: #999;
                font-size: .9rem;
                font-weight: 400;
                top: 10px;
                vertical-align: top;
            }

            .pricing-card .pricing-header .price sub {
                color: #999;
                font-size: .9rem;
                font-weight: 400;
            }

        .pricing-card .pricing-header .price-title {
            font-size: 1.5rem;
            text-transform: capitalize;
            font-family: "Poppins", sans-serif;
        }

    .pricing-card.active {
        border-top: 5px solid #5292bf;
        background-color: #5292bf;
        color: #fff;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    }

        .pricing-card.active .pricing-features {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .pricing-card.active .price {
            color: #fff;
        }

            .pricing-card.active .price sup, .pricing-card.active .price sub {
                color: rgba(255, 255, 255, 0.7);
            }

.pricing-features {
    padding: 30px 20px;
    background-color: #fbfbfb;
}

    .pricing-features ul {
        margin-bottom: 0px;
    }

        .pricing-features ul li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            font-size: 1rem;
            text-transform: capitalize;
        }

            .pricing-features ul li:before {
                position: absolute;
                left: 0;
                top: 0;
                font-family: "FontAwesome";
                content: "\f00c";
            }

            .pricing-features ul li:last-child {
                margin-bottom: 0px;
            }

.pricing-footer {
    padding: 20px;
}

/*
Team style
*/
.team-card {
    position: relative;
    overflow: hidden;
}

    .team-card h4 {
        color: #fff;
    }

    .team-card .team-overlay {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: all 350ms;
        -moz-transition: all 350ms;
        -o-transition: all 350ms;
        transition: all 350ms;
    }

        .team-card .team-overlay .team-detail {
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            -webkit-transition: all 250ms;
            -moz-transition: all 250ms;
            -o-transition: all 250ms;
            transition: all 250ms;
            text-align: center;
            width: 100%;
        }

            .team-card .team-overlay .team-detail h4 {
                color: #fff;
                text-transform: uppercase;
                margin-bottom: 0px;
            }

            .team-card .team-overlay .team-detail span {
                color: rgba(255, 255, 255, 0.8);
                display: block;
                font-size: 13px;
                font-style: italic;
            }

            .team-card .team-overlay .team-detail .seprator-overlay {
                width: 80px;
                height: 1px;
                margin: 10px auto;
                background: rgba(255, 255, 255, 0.8);
            }

            .team-card .team-overlay .team-detail ul li a {
                color: #fff;
            }

                .team-card .team-overlay .team-detail ul li a:hover {
                    color: #5292bf;
                }

    .team-card:hover .team-overlay {
        opacity: 1;
    }

        .team-card:hover .team-overlay .team-detail {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 250ms;
            -moz-transition: all 250ms;
            -o-transition: all 250ms;
            transition: all 250ms;
        }

.team-card-default ul li + li {
    margin-left: 5px;
}

.team-card-default ul li a {
    color: #999;
    font-size: 20px;
}

    .team-card-default ul li a:hover {
        color: #5292bf;
    }

/*
Call to action & parallax
*/
.contact-info > li {
    padding-left: 60px;
    position: relative;
    padding-bottom: 30px;
    font-size: 1.2rem;
}

    .contact-info > li > i {
        position: absolute;
        left: 0;
        top: -5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        background-color: #eee;
    }

    .contact-info > li a {
        color: #555;
        border-bottom: 1px dashed #eee;
    }

/*
Testimonials
*/
.cbp-l-slider-testimonials-wrap {
    background-color: transparent;
    border: 0px;
}

.cbp-l-grid-slider-testimonials-body {
    font-family: "Raleway", sans-serif;
}

.cbp-l-grid-slider-testimonials-footer {
    font-family: "Poppins", sans-serif;
}

.cbp-l-slider-testimonials-wrap {
    padding-top: 30px;
}

/*
Smart forms custom style
*/
.smart-wrap {
    padding: 0px;
}

.smart-container {
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.smart-forms .form-body {
    padding: 0px;
    padding-bottom: 20px;
}

.smart-forms .form-footer {
    background-image: none;
    background-color: transparent;
    padding-left: 0px;
    padding-top: 0px;
}

    .smart-forms .form-footer .button.btn-primary {
        background-color: #5292bf;
    }

    .smart-forms .form-footer .button {
        border-radius: 5px;
    }

.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms textarea {
    font-family: "Raleway", sans-serif;
}

/*
Footer style

.footer {
  padding-top: 80px;
  padding-bottom: 60px; }

.footer-nav > li {
  padding: 0px .5em; }
  .footer-nav > li a {
    color: #666; }
    .footer-nav > li a:hover {
      color: #5292bf; }

@media (max-width: 767px) {
  .footer .socials {
    display: inline-block; }
  .footer {
    text-align: center; } }*/

/******************

Template responsive css

*******************/
@media (max-width: 991px) {
    .navbar-expand-lg .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 9px;
    }

    h2.display-4 {
        font-size: 3rem;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    h2.display-4 {
        font-size: 1.8rem;
        line-height: 1.2;
    }
}


/***********Prd*************/
#addProdList img {
    width: 80px;
}

img {
    max-width: 100%;
    height: auto /* !important*/;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    /*修改*/
    /*height: 210px;*/
    width: auto;
    margin: 0 auto;
}

img {
    border-style: none;
}

.site-main {
    position: relative;
}

.main-top {
    position: relative;
    padding: 25px 0 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

.main-title {
    color: #624535;
    /*font-family: 新細明體;*/
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.18em;
    padding: 0px 0 0 0;
    margin: 0;
}

@media (max-width: 768px) {
    .main-title {
        /*font-family: 新細明體;*/
        font-size: 20px;
        font-weight: 500;
    }
}







.main-title small {
    display: block;
    color: #bf5813;
    font-family: 'Gentium Basic', serif;
    font-size: 16px;
    letter-spacing: 0.22em;
}

.content-title {
    color: #4a221a;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
    padding: 10px 0;
    margin: 0 0 50px;
    position: relative;
}

    .content-title:before {
        top: 0;
    }

    .content-title:before, .content-title:after {
        content: '';
        display: block;
        border-width: 1px 0;
        border-style: solid;
        border-color: #d8d2c8 transparent #fff;
        position: absolute;
        left: 0;
        right: 0;
    }

    .content-title:after {
        bottom: 0;
    }

    .content-title:before, .content-title:after {
        content: '';
        display: block;
        border-width: 1px 0;
        border-style: solid;
        border-color: #d8d2c8 transparent #fff;
        position: absolute;
        left: 0;
        right: 0;
    }

.list-inline, .list-inline ul, .list-h, .list-h ul, .list-v, .list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol, ul {
    line-height: inherit;
    font-weight: inherit;
}


.list-h > li, .list-h .item {
    float: left;
    box-sizing: border-box;
}

    .list-h > li a, .list-h .item a, .list-v li a {
        display: block;
        position: relative;
    }

.pic {
    text-align: center;
    margin: 0;
    padding: 0;
}
/*****頁碼******/


.pagination {
    display: table;
    width: 100%;
    border-top: 0px solid #e1e7ec;
}

    .pagination > .column {
        display: table-cell;
        padding-top: 16px;
        vertical-align: middle;
    }

    .pagination .pages {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pagination .pages > li {
            display: inline-block;
            width: 36px;
            height: 36px;
            font-size: 14px;
            font-weight: 500;
            line-height: 34px;
            text-align: center;
        }

.display ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination .pages > li.active > a {
    border-color: #ff9933;
    background-color: #ff9933;
    color: #fff;
    font-weight: bold;
}

.pagination .pages > li > a {
    display: block;
    width: 36px;
    height: 36px;
    transition: all .3s;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #606975;
    line-height: 36px;
    text-decoration: none;
}

    .pagination .pages > li > a:hover {
        border-color: #e1e7ec;
        background-color: #f5f5f5;
    }

.pagination .pages > li {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
}
/*****prd_info******/

.prdinfo {
    border: 1px dashed #DDD;
    border-width: 1px 0;
    color: #80A43C;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 18px 0;
    margin-bottom: 17px;
    font-weight: bold;
}

.product-detail-desc .rating {
    display: block;
    margin-bottom: 10px;
    color: rgb(85, 85, 85);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.product-detail-desc .price {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    color: #f36849;
    font-family: 'Quattrocento Sans', sans-serif;
}

del {
    font-size: 16px;
    color: #666666;
    /*margin-right: 20px;*/
    font-family: 'Quattrocento Sans', sans-serif;
}

.product-detail-desc .size {
    display: block;
    color: rgb(85, 85, 85);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

    .product-detail-desc .size select {
        width: 88px;
        height: 30px;
    }

.product-detail-desc .add-buttons a {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
}

    .product-detail-desc .add-buttons a:hover {
        background-color: #cc0000;
    }

.btn-skin {
    background-color: #fd6565;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 768px) {

    .nav-justified > li {
        display: table-cell;
        width: 100%;
    }
}

.nav-justified > li {
    float: none;
    width: 100%;
}

.nav > li {
    position: relative;
}

.display ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-more-info .nav-justified > li > a {
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    color: #179627;
    text-align: left;
    letter-spacing: 8px;
    font-weight: bold;
}

@media (min-width: 768px) {

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}


.item-more-info .nav-justified > li.active a:after {
    width: 100%;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-30 {
    height: 30px;
}

.space-50 {
    height: 50px;
}

.space-20 {
    height: 30px;
}
/*****footer********/
.site-footer {
    padding-top: 30px;
    margin-top: 50px;
    background-color: #374250;
}

@media (max-width: 768px) {
    .site-footer {
        padding-top: 30px;
        margin-top: 50px;
    }
}

.footer-copyright {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 24px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

    .footer-copyright > a {
        transition: color .25s;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

        .footer-copyright > a:hover {
            color: #0da9ef
        }

.widget {
    margin-bottom: 38px;
    margin-left: 30px;
}

.widget-light-skin .widget-title {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
    TEXT-ALIGN: LEFT;
    font-size: 16px;
}

.widget-title {
    margin: 0 0 22px;
    padding: 10px 0px;
    border-bottom: 1px solid #e1e7ec;
    color: rgba(83, 83, 83, 0.36);
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
    font-family: 'Tenor Sans', sans-serif;
}

.text-light, .text-white {
    color: #fff;
}

.navi-link-light {
    color: #fff;
    font-size: 14px;
}

.widget-categories ul, .widget-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget-categories ul > li, .widget-links ul > li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 30px;
        line-height: 30px;
    }

.widget-light-skin.widget-categories ul > li::before, .widget-light-skin.widget-links ul > li::before {
    color: rgba(255, 255, 255, 0.15);
}

.widget-categories ul > li::before, .widget-links ul > li::before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: '';
    color: #9da9b9;
}

.widget-light-skin.widget-categories ul > li > a, .widget-light-skin.widget-links ul > li > a {
    color: #fff;
}

/********top-nav*******/
.top-nav {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 200;
    background: rgba(230, 230, 230, 0.91);
    color: #0C1F34;
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei";
    font-size: 15px;
}






@media (max-width: 768px) {
    .hidden {
        display: none;
    }
}





.top-nav .language {
    float: left;
    position: relative;
    margin: 9px;
}

    .top-nav .language .btn {
        position: relative;
        border: 1px solid #F5F5F5;
        background: #BEBEBE;
        color: #fff;
        font-size: 12px;
        text-align: left;
        width: 124px;
        line-height: 32px;
        padding: 0 30px 0 10px;
    }

        .top-nav .language .btn:hover {
            background: #AE9326;
        }

        .top-nav .language .btn .ic {
            font-size: 1.4em;
            position: absolute;
            right: 10px;
            top: 9px;
        }

    .top-nav .language ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
    }

    .top-nav .language li {
        display: block;
    }

    .top-nav .language ul a {
        background: rgba(0, 32, 93, 0.8);
        color: #fff;
        font-size: 13px;
        line-height: 1.4;
        padding: 6px 8px;
        display: block;
        margin-top: 1px;
    }

        .top-nav .language ul a:hover {
            background: rgba(147, 24, 21, 0.8);
        }

.func-menu {
    float: right;
}

    .func-menu > li {
        position: relative;
    }

        .func-menu > li.gocart:before {
            display: none;
        }

        .func-menu > li > a {
            width: 120px;
            padding: 5px 12px;
            transform: skew(-12deg);
            color: #624535;
            font-size: 15px;
            text-align: center;
            letter-spacing: 0.05em;
            border-left: 1px solid rgba(78, 60, 50, 0.21);
            margin-top: 11px;
        }

            .func-menu > li > a:hover {
                color: #2ac118;
            }

            .func-menu > li > a .ic {
                display: block;
                font-size: 20px;
            }

            .func-menu > li > a .txt {
                display: block;
                transform: skew(12deg);
            }

        .func-menu > li.gocart {
            position: relative;
            height: 52px;
            margin-left: -6px;
        }

            .func-menu > li.gocart > a {
                color: #ea1616;
                font-size: 15px;
                /* width: 180px;*/

                overflow: hidden;
                transform: skew(0);
                border-left: 0;
                white-space: nowrap;
                padding: 1px 10px 0 15px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .func-menu > li.gocart > a:hover {
                    background-position: 0 100%;
                    color: #2ac118;
                }

                .func-menu > li.gocart > a > * {
                    display: inline-block;
                    vertical-align: middle;
                }

                .func-menu > li.gocart > a span {
                    width: 110px;
                    line-height: 1.2;
                    font-weight: bold;
                    text-align: left;
                    white-space: normal;
                    margin-left: 10px;
                }

                .func-menu > li.gocart > a b {
                    color: #f31f1f;
                }

                .func-menu > li.gocart > a:hover b {
                    color: #ffe600;
                }

    .func-menu .cart-box {
        position: absolute;
        z-index: 10;
        width: 300px;
        right: 0;
        top: 100%;
        border: 3px solid #624535;
        background: rgba(255, 255, 255, 0.90);
        padding: 1px;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        transition: all 0.3s;
        transform: rotateX(-90deg);
        transform-origin: 50% 0;
        text-align: left;
    }

    .func-menu .gocart.active .cart-box {
        pointer-events: visible;
        visibility: visible;
        opacity: 1;
        transform: rotateX(0);
    }

    .func-menu .cart-list {
        padding: 4px;
    }

        .func-menu .cart-list li + li {
            border-top: 1px solid #ccc;
        }

        .func-menu .cart-list a {
            display: block;
            overflow: hidden;
            padding: 8px;
        }

        .func-menu .cart-list .pic {
            float: left;
            width: 70px;
        }

        .func-menu .cart-list a:hover .pic {
            opacity: 0.6;
        }

        .func-menu .cart-list .txt {
            margin-left: 84px;
            line-height: 1.6;
            font-size: 13px;
        }

        .func-menu .cart-list .name {
            display: block;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #624535;
            font-size: 16px;
        }

        .func-menu .cart-list a:hover .name {
            text-decoration: underline;
        }

        .func-menu .cart-list .qty {
            display: inline-block;
            color: #b81f1b;
            margin: 3px 3px 0;
        }

    .func-menu .cart-box .btn {
        display: block;
        margin: 0;
    }

.site-nav {
    position: absolute;
    top: 546px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

    .site-nav .menu {
    }

        .site-nav .menu li {
            position: relative;
        }

            .site-nav .menu li a {
                display: block;
                letter-spacing: 0.05em;
                line-height: 1.4;
            }
        /* 原本客戶說要隱藏區塊，後來客戶又要開始販售商品，所以開啟 2017.08.23 小熊備註
.site-nav .menu > li {}

.site-nav .menu > li:nth-last-child(-n+7) {
    display: none;
} 
.site-nav .menu > li:nth-last-child(-n+4) {
    display: block;
} 
.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}
*/

        .site-nav .menu > li > a {
            color: #fff;
            font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
            ;
            font-size: 18px;
            /*font-weight: bold;*/
            letter-spacing: 0.18em;
            margin: 0 auto;
            padding: 8px 12px;
            border: 3px solid transparent;
            border-radius: 30px;
        }

            .site-nav .menu > li > a:hover,
            .site-nav .menu > li.active > a {
                color: #333;
                font-weight: bold;
                border-color: #ab8d5b;
                background: url('../../images/common/menu_bg.png') #ebc88d;
            }

            .site-nav .menu > li > a small {
                display: inline-block;
                width: 95px;
                color: #ebc88d;
                font-family: 'Gentium Basic', serif;
                font-size: 14px;
                letter-spacing: 0.13em;
                text-align: left;
            }

            .site-nav .menu > li > a:hover small,
            .site-nav .menu > li.active > a small {
                color: #fff;
            }

        .site-nav .menu ul {
            display: none;
            border: 3px solid #624535;
            /*background: url('../../images/common/menu_bg.png');*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 30px;
            margin-bottom: 12px;
        }

            .site-nav .menu ul li {
                position: relative;
            }

                .site-nav .menu ul li + li {
                    /*background: url('../../images/common/menu_shadow.png') 50% 0 no-repeat;*/
                }

                .site-nav .menu ul li a {
                    background: url('../../images/common/menu_bg4.png') #ebc98e;
                    color: #504641;
                    font-size: 15px;
                    font-weight: bold;
                    padding: 6px 16px 6px 75px;
                    border-radius: 30px;
                    text-align: left;
                    border: 3px solid rgba(171, 141, 91, 0.35);
                    margin: 3px 0;
                }

                    .site-nav .menu ul li a:hover,
                    .site-nav .menu ul li.active > a {
                        background: url('../../images/common/menu_bg2.png');
                        color: #ebc88d;
                        border: 3px solid rgba(255, 160, 0, 0.35);
                    }

            .site-nav .menu ul ul li a {
                background: #fff2dc;
                border: none;
            }

            .site-nav .menu ul ul ul {
                border: none;
            }

                .site-nav .menu ul ul ul li a {
                    background: rgba(255, 255, 255, 1);
                }

                    .site-nav .menu ul ul ul li a:hover {
                        color: #fff;
                        background: url('../../images/common/menu_bg3.html');
                    }

        .site-nav .menu .activity_menu a {
            color: #dc3407;
        }

            .site-nav .menu .activity_menu a:hover,
            .site-nav .menu .activity_menu.active > a {
                background: rgba(134, 77, 77, 0.3);
                color: #f1f1f1;
            }


.list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.list-inline,
.list-inline ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .list-inline > li,
    .list-inline .item {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

        .list-inline > li a,
        .list-inline .item a {
            display: inline-block;
            position: relative;
        }

    .list-h > li,
    .list-h .item {
        float: left;
        box-sizing: border-box;
    }

        .list-h > li a,
        .list-h .item a,
        .list-v li a {
            display: block;
            position: relative;
        }

@media (max-width: 768px) {
    .banner .item img {
        margin-top: 63px;
    }
}

/*******member********/

.mb30 {
    margin-bottom: 30px !important;
}
/* =Portfolio
-------------------------------------------------------------- */
#myPortfolio .item {
    display: none;
    opacity: 0;
}

#portfolio .item {
    margin-bottom: 30px;
}

#portfolio ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #portfolio ul {
        margin-bottom: 15px;
        margin-top: 20px;
    }
}

.nav-pills {
    font-size: 14px;
    font-weight: 400;
    font-weight: 300;
    display: inline-block;
}

#portfolio .nav-pills > li {
    float: none;
    display: inline-block;
    padding: 3px 33px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #fd659e;
    border: 2px solid #EFEFEF;
    border-radius: 2px;
    margin: 5px;
    line-height: 30px;
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei";
}


    #portfolio .nav-pills > li a {
        color: #ffffff;
    }












    #portfolio .nav-pills > li:hover {
        color: #fff;
        background: #CF2061;
        border: 2px solid #e78fb0;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

#portfolio .nav > li.active {
    color: #fff;
    background: #e60e5e;
    border: 2px solid #e78fb0;
}

    #portfolio .nav > li.active a {
        color: #fff;
    }


#portfolio li {
    list-style-type: none;
}

#portfolio img {
    max-width: 100%;
    width: 100%;
}

.portfolio-title {
    font-size: 14px;
    text-transform: none;
    color: #8F8F8F;
    font-weight: 600;
    margin: 0 0 5px !important;
}

.image-hover-1 .mask {
    opacity: 0;
    overflow: visible;
    background-color: rgba(0, 183, 235, 0.59);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image-hover-1 a.info {
    position: relative;
    text-decoration: none !important;
    border: 0 !important;
    opacity: 0;
    display: none;
    color: #fff;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
}

.image-hover-1:hover .mask {
    opacity: 1;
    background-color: rgba(0, 183, 235, 0.59);
}

.image-hover-1:hover a.info {
    opacity: 1;
    display: inline-block;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.view {
    margin: 10px 10px 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view-circle {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .view .mask, .view .content, .view-circle .mask, .view-circle .content {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.image-hover-content {
    height: 100%;
}

    .image-hover-content:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 104%;
    }

.image-icons {
    font-size: 24px;
    line-height: 2.1 !important;
}

.image-icon-holder {
    background-color: transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #fff;
}

    .image-icon-holder:hover {
        background-color: #fff;
        color: #00B7EB;
    }

.portfolio-title a {
    color: #a1a1a1;
}

    .portfolio-title a:hover {
        color: #00B7EB;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

.project-category {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.portfolio-text {
    background-color: transparent;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 30px;
    line-height: 15px;
}

.portfolio-text-circle {
    background-color: transparent;
    text-align: center;
    padding: 0 25px 0 25px;
    margin-bottom: 10px;
    line-height: 15px;
}

.port-borderless {
    margin: 0 0 25px 0;
    width: 100%;
}

.col-xs-12 {
    width: 100%;
}

@media (max-width: 480px) {

    #portfolio .nav-pills > li {
        margin-bottom: 13px;
    }
}

/*  END =Portfolio
-------------------------------------------------------------- */
.panel {
    border-radius: 2px !important;
    border: 1px solid #c6c6c7;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.02);
    box-shadow: 0 1px 1px rgba(0,0,0,.02);
}

.no-margin {
    margin: 0 !important;
}

.panel-default {
    /* border-color: #ddd;*/
}

    .panel-default > .panel-heading {
        background-color: #fafafa;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .panel-default > .panel-heading {
        color: #afaeae;
        background-color: rgba(247, 246, 246, 0.75);
        border-color: #ddd;
        letter-spacing: 3px;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 25px;
}

@media (max-width: 768px) {
    .panel-body {
        padding: 10px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-control:focus {
    border-color: #bababa;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.btn-rw {
    border-radius: 2px;
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei";
    font-weight: 300;
    border: 0;
}

    .btn-rw.btn-primary {
        color: #fff;
        background-color: #57b75e;
        -webkit-box-shadow: 0px 2px 0px #d0cecb;
        -moz-box-shadow: 0px 2px 0px #d0cecb;
        box-shadow: 0px 2px 0px #d0cecb;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 14px;
        font-weight: 500;
    }

        .btn-rw.btn-primary:hover, .btn-rw.btn-primary:focus {
            background-color: #2c8b8b;
            color: #fff;
            -webkit-box-shadow: 0px 2px 0px #d0cecb;
            -moz-box-shadow: 0px 2px 0px #d0cecb;
            box-shadow: 0px 2px 0px #d0cecb;
        }


.red {
    color: #1bbee6;
    margin-top: 22px;
    margin-left: 18px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

@media (max-width: 768px) {

    .red {
        color: #1bbee6;
        margin: 10px 5px 5px 5px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
}
/* =Cart
-------------------------------------------------------------- */
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    white-space: nowrap;
}

.cart {
    padding: 0;
    min-width: 350px !important;
    font-size: 13px;
}

    .cart a {
        background-color: transparent !important;
        color: #ff0066 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .cart .table > tbody > tr > td, .cart.table > tbody > tr > td {
        vertical-align: inherit
    }

    .cart .quantity {
        width: 50px;
    }

    .cart .product {
        width: 220px;
    }

        .cart .product .small {
            display: block;
            color: #999;
        }

    .cart.table .price {
        width: 18%;
    }

    .cart.table .amount, .cart.table .quantity, .cart.table .remove {
        width: 12%;
    }

        .cart.table .quantity input {
            width: 60px;
            padding: 6px;
        }

    .cart.table .product {
        font-size: 15px;
    }

        .cart.table .product small {
            font-size: 12px;
            display: block;
            color: #999;
        }

    .cart.table .total-amount, .cart.table .total-quantity {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        font-weight: 700;
    }

    .cart.table .btn-remove {
        position: relative;
        top: -5px;
    }

    .cart.table .form-group {
        margin: 7px 0;
    }

.table .information {
    width: 80%;
}

.table > thead > tr > th { /*background-color:#F7F7F7;*/
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #E4E9F0;
    line-height: 26px;
}

.cart-table {
    margin-bottom: 0;
    /*	border-bottom:3px solid #F3F3F3;*/
}

.table.cart-table > thead > tr > th {
    /*background-color:#b3b3b0;
    color:#fff;*/
    padding: 12px 15px;
    font-size: 16px;
    text-align: center;
}

.table.cart-table > tbody > tr > td, .table.cart-table > tbody > tr > th, .table.cart-table > tfoot > tr > td, .table.cart-table > tfoot > tr > th {
    padding: 10px 15px;
    vertical-align: middle;
    font-size: 15px;
    text-align: center;
    color: #666666;
}

@media (max-width: 768px) {
    .table.cart-table > tbody > tr > td, .table.cart-table > tbody > tr > th, .table.cart-table > tfoot > tr > td, .table.cart-table > tfoot > tr > th {
        font-size: 13px;
    }
}







.product-name {
    font-weight: 600;
    font-size: 16px;
    color: #1793ea;
}

@media (max-width: 768px) {
    .product-name {
        font-size: 14px;
    }
}




.product-name img {
    margin: 0 auto;
    width: 150px;
}

.product-description {
    display: block;
}

.cart-table .cart-price {
    vertical-align: middle;
    color: #666666;
}

.cart-table .cart-total {
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
}

.cart-table .total-title {
    text-align: right;
}

.cart-table .cart-quantity {
    width: 62px;
}

.cart-table .subtotal {
    font-weight: 800;
    font-size: 16px;
    text-align: right;
}

.cart-table > tbody > tr:nth-of-type(even) {
    /*background-color:#fbf9f9;*/
}

@media screen and (max-width: 767px) {

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }
}

/* =Icon Fonts
-------------------------------------------------------------- */
.bordered-icon-lg {
    border-radius: 0;
    font-size: 34px !important;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    color: #d8b176;
    background-color: transparent;
    padding-top: 28px;
    height: 90px;
    text-align: center;
    width: 90px;
}

    .bordered-icon-lg:hover, .bordered-icon-lg:focus {
        background-color: #d8b176;
        border-color: transparent;
        color: #fff;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        transition: color 0.5s ease;
    }

.bordered-icon-sm {
    border-radius: 0;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    color: #d8b176;
    background-color: transparent;
    text-align: center;
    font-size: 21px !important;
    padding-top: 20px;
    height: 60px;
    width: 60px;
}

    .bordered-icon-sm:hover, .bordered-icon-sm:focus {
        background-color: #d8b176;
        border-color: transparent;
        color: #fff;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        transition: color 0.5s ease;
    }

.bordered-icon-xs {
    border-radius: 0;
    /*border:1px solid #D2D2D2;*/
    border-radius: 50%;
    color: #d2ce57;
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    padding-top: 8px;
    height: 30px;
    width: 30px;
}

    .bordered-icon-xs:hover, .bordered-icon-xs:focus {
        background-color: #d2ce57;
        border-color: transparent;
        color: #fff;
        -webkit-transition: color 0.5s ease;
        -moz-transition: color 0.5s ease;
        -o-transition: color 0.5s ease;
        transition: color 0.5s ease;
    }

.bordered-icon-static-lg {
    border-radius: 0;
    font-size: 34px !important;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    color: #d8b176;
    background-color: transparent;
    padding-top: 28px;
    height: 90px;
    text-align: center;
    width: 90px;
}

.bordered-icon-static-sm {
    border-radius: 0;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    color: #d8b176;
    background-color: transparent;
    text-align: center;
    font-size: 21px;
    padding-top: 20px;
    height: 60px;
    width: 60px;
}

.bordered-icon-static-xs {
    border-radius: 0;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    color: #d8b176;
    background-color: transparent;
    text-align: center;
    font-size: 13px;
    padding-top: 8px;
    height: 30px;
    width: 30px;
}

.bordered-icon-color {
    background-color: #d8b176;
    color: #fff !important;
    border: 1px solid transparent;
}

    .bordered-icon-color:hover, .bordered-icon-color:focus {
        border: 1px solid #D2D2D2;
        color: #d8b176;
    }

.bordered-icon-dark {
    background-color: transparent;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
}

    .bordered-icon-dark:hover, .bordered-icon-dark:focus {
        border: 1px solid transparent;
        background-color: #d8b176;
        -webkit-transition: color 0.1s ease;
        -moz-transition: color 0.1s ease;
        -o-transition: color 0.1s ease;
        transition: color 0.1s ease;
    }

.bs-glyphicons li:hover {
    color: #fff;
    background-color: #d8b176;
}

.bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/******checksubmit 訂單查詢****/
.checksubmit {
    font-family: 微軟正黑體,新細明體, Microsoft Jhenghei;
    cursor: pointer;
    text-align: center;
    background-color: #373737;
    color: #FFFFFF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 18px;
    width: 200px;
    height: 40px;
    display: block;
    font-weight: bold;
    line-height: 36px;
    border: 1px solid #373737;
    float: left;
}



    .checksubmit:hover {
        background-color: #469625;
        border: 1px solid #469625;
        color: #FFFFFF;
    }

/*****index_news******/
.news-list {
    margin: 0 -6px;
}

    .news-list .item {
        width: 33%;
        padding: 0 6px;
    }

.list-h > li, .list-h .item {
    float: left;
    box-sizing: border-box;
}

.list-inline, .list-inline ul, .list-h, .list-h ul, .list-v, .list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header {
    position: relative;
    width: 100%;
}

.clear {
    clear: both;
}

#abgne_fade_pic {
    position: relative;
    z-index: 6;
    height: auto;
    padding: 0% 0% 0% 0%;
}

    #abgne_fade_pic img {
        padding: 0 0 0px 0;
        width: 100%
    }

    #abgne_fade_pic a.ad {
        position: absolute;
    }
    /* 讓圖片疊在一起 */
    #abgne_fade_pic .control {
        position: absolute;
        left: 200px;
        bottom: 20px;
    }

        #abgne_fade_pic .control a {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url(../images/do.png);
            float: left;
            text-decoration: none;
            text-indent: -5000px;
            background-position: -20px;
        }

            #abgne_fade_pic .control a.on {
                background-position: 0 0;
            }

a.more {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 8px 0;
    width: 130px;
    color: #969696;
    border: 1px solid #C4C4C4;
}

.navbar-toggler-icon i {
    color: #7f7f7f;
    font-size: 28px;
}

@media (max-width: 768px) {
    .news-list .item {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .news-list .item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .header {
        margin-top: 92px;
    }
}

.hide {
    display: none;
}

.contactForm .colCheckbox {
    margin-top: 8px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

.branchList {
    display: block;
    margin: 0 auto;
    padding: 5px;
    border: 0;
}

.main-title {
    margin-top: 10px;
}

/*修改*/
.news-list .cbp-caption-defaultWrap {
    display: flex;
}

#CurrencyChange {
    margin-top: 11px;
}