body {
    font-family: '微軟正黑體';
    color: #67696c;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

a {
    font-family: '微軟正黑體';
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: '微軟正黑體';
}

.section-padding {
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

/***********************************
************************************
HEADER 
************************************
***********************************/
.inf_bar {
    z-index: 1050;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 36px;
    background-color: #dee4e3;
}

    .inf_bar a {
        margin-left: 10px;
        margin-top: 10px;
    }

    .inf_bar span {
        font-family: '微軟正黑體';
        color: #2d2d2d;
        margin-left: 8px;
    }

    .inf_bar a {
        text-decoration: none;
        color: #466562;
    }

.navbar-fixed-top {
    top: 35px;
}

.header {
    position: relative;
}

.bg-color {
    min-height: 650px;
}

#main-header {
}

.navbar-default {
    background-color: #FFF;
    border: 0px;
    padding: 20px 0;
    transition: all 0.3s;
}

    .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #002F2F;
    }

.navbar-brand img {
    margin-top: -22px;
    width: 55%;
    transition: .3s;
}

.navbar-brand50 img {
    margin-top: -18px;
    width: 40%;
    transition: .3s;
}


.top-nav-collapse {
    padding: 0;
    background: rgba(255,255,255, 1);
    -webkit-box-shadow: 1px -6px 37px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px -6px 37px 2px rgba(0,0,0,0.5);
    box-shadow: 1px -6px 37px 2px rgba(0,0,0,0.5);
}

.logo-dec {
    color: #be9e21;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: 700;
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #fff;
    }

.navbar-brand {
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 5px;
    margin-top: 6px;
}

.navbar-default .navbar-nav > li > a {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    color: #6e807e;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #6e807e;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #6d817f;
}

.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.banner-info {
    padding-top: 160px;
    color: #fff;
}

.bnr-title, .bnr-sub-title {
    background-color: #6e807e;
    color: #FFF;
}

h1.bnr-title {
    margin-top: 200px;
    padding: 15px 25px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h2.bnr-sub-title {
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}

.bnr-para {
    padding: 15px 25px;
    margin-top: -10px;
    font-size: 30px;
    background-color: rgba(255,255,255,.3);
}

.btn-custom, .btn-more, .btn-custom:hover, .btn-custom:focus, .btn-more:focus {
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}


    .btn-more, .btn-more:focus {
        margin-left: 15px;
        border: 1px solid #be9e21;
        color: #be9e21;
    }

        .btn-more:hover {
            background: #be9e21;
            color: #fff;
        }

.overlay-detail a i {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background-color: #FFF;
    text-align: center;
    position: absolute;
    bottom: 30px;
    font-size: 40px;
    color: #98a7a5;
    transition: .7s;
}

    .overlay-detail a i:hover {
        background-color: transparent;
        transition: .3s;
        color: #FFF;
        font-size: 50px;
    }

/***********************************
************************************
features
************************************
***********************************/
.title, .service-title {
    font-size: 35px;
    text-transform: uppercase;
}

.item-img {
    margin-bottom: 15px;
}

.sub-title {
    font-size: 20px;
}

.bottom-line {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 40px;
    background-color: #BE9E21;
}

.wrap-item h3 {
    font-size: 24px;
    line-height: 25px;
}

.pad-bt15 {
    padding-bottom: 15px;
}

.sec-sub-title {
    padding-top: 30px;
}

.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}

#service {
    background-color: #6d817f;
}

ul.service-list li i {
    color: #002F2F;
    padding-right: 10px;
}

.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
    height: 50px;
    width: 175px;
    display: inline-block;
    text-align: center;
    color: #495376;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #838aa1;
    margin-top: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.bx-wrapper img {
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-bottom: 15px;
}

.service-item h3 span {
    opacity: 0.7;
    font-size: 75px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
}

.service-item h3 {
    font-weight: 700;
}

.service-item p {
    opacity: 0.6;
    color: inherit;
    padding: 10px 0px;
}

.service-item a {
    color: #be9e21;
}

.mr-btn-15 {
    margin-bottom: 15px;
}

.padding-right-zero {
    padding-right: 0px !important;
}

.bx-wrapper {
    margin: 0 auto 35px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
}

    .portfolio-item figure {
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
    }

        .portfolio-item figure img {
            display: block;
            position: relative;
            z-index: 10;
            margin: -15px 0;
        }

        .portfolio-item figure figcaption {
            display: block;
            position: absolute;
            z-index: 5;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .portfolio-item figure h2 {
            color: #fff;
            font-size: 20px;
            text-align: left;
            padding-bottom: 15px;
        }

        .portfolio-item figure p {
            display: block;
            line-height: 18px;
            margin: 0;
            color: #fff;
            text-align: left;
        }

        .portfolio-item figure figcaption {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 59px 30px;
            background-color: #BE9E21;
            backface-visibility: hidden;
            -webkit-transform: rotateY(-180deg);
            -moz-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
            text-align: center;
        }

        .portfolio-item figure img {
            backface-visibility: hidden;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

        .portfolio-item figure:hover img, figure.hover img {
            -webkit-transform: rotateY(180deg);
            -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        .portfolio-item figure:hover figcaption, figure.hover figcaption {
            -webkit-transform: rotateY(0);
            -moz-transform: rotateY(0);
            transform: rotateY(0);
        }
/***********************************
************************************
TESTIMONIAL
************************************
***********************************/
#testimonial {
    background: url('../img/bg.jpg') no-repeat;
    background-size: cover;
    min-height: 390px;
}

.bg-testicolor {
    background-color: RGBA(73, 84, 105, 0.61);
    min-height: 390px;
}

.white {
    color: #fff !important;
}

.testimonial-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    position: relative;
    border: 0;
}

.testimonial-item ul li small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.bx-viewport {
    height: 235px !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}

.testimonial-item ul li blockquote::before {
    content: '“';
    left: 30px;
}

.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    color: #ccc;
    top: 62%;
}

.testimonial-item ul li blockquote::after {
    content: '”';
    right: 30px;
}
/***********************************
************************************
Blog
************************************
***********************************/
.blog-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
}

.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}

    .blog-info p, .blog-comment p {
        color: #949494;
    }

        .blog-comment p:first-child {
            float: left;
        }

        .blog-comment p:last-child {
            float: right;
            margin-right: 0;
        }

        .blog-comment p i {
            color: #949494;
        }

.read-more {
    color: #949494;
    margin-top: 15px;
    display: inline-block;
}

.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

    .blog-img img:hover {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .blog-img img {
        width: 100%;
        opacity: 0.8;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
/***********************************
************************************
Responsive media queries
************************************
***********************************/
/***********************************
************************************
cta
************************************
***********************************/
.cta {
    background-color: rgb(73, 84, 105);
}

    .cta .cta-info {
        width: 100%;
        float: left;
        padding: 30px 25px 30px 15px;
        border-radius: 5px;
    }

        .cta .cta-info .cta-txt h3 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .cta .cta-info .cta-btn {
            margin-top: 16px;
            background-color: rgb(190, 158, 33);
            padding: 20px 50px;
            color: #FFF;
            font-size: 22px;
            display: inline-block;
            transition: all 0.5s ease-in 0s;
        }


/***********************************
************************************
OTOP style
************************************
***********************************/

/* ------ cart menu ------*/
.cart-dropdown {
    float: right;
    right: 160px;
    position: relative;
    text-align: left;
    width: 100px;
}

.cart-dropdown-text {
    position: absolute;
    background-color: transparent;
    width: 100%;
}

.cart-dropdown-text,
.cart-dropdown-content a {
    color: #333;
}

.cart-dropdown-toggle {
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    border: none;
    padding: 0;
    margin: 0 0 0 1px;
    background: transparent;
    text-indent: -10px;
    height: 34px;
    width: 100%;
}

    .cart-dropdown-toggle:focus {
        outline: 0;
    }

.cart-dropdown-content {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    list-style-type: none;
    position: absolute;
    right: -60px;
    top: 32px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    line-height: 26px;
    background-color: #FFF;
    border: 1px solid #ccc;
    width: 280px;
}

    .cart-dropdown-content a {
        display: block;
    }

    .cart-dropdown-content img {
        width: 100%;
    }

    .cart-dropdown-content a {
        text-decoration: none;
        margin: 0;
    }

        .cart-dropdown-content a:hover {
            text-decoration: none;
        }

    .cart-dropdown-content .cart-title {
        font-size: 20px;
    }

    .cart-dropdown-content .cart-number {
        font-weight: bold;
        color: #b20000;
    }

.cart-dropdown-toggle:hover ~ .cart-dropdown-text,
.cart-dropdown-toggle:focus ~ .cart-dropdown-text {
}

.cart-dropdown-toggle:focus ~ .cart-dropdown-text {
}

    .cart-dropdown-toggle:focus ~ .cart-dropdown-text:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #555 transparent;
    }

.cart-dropdown-content:hover,
.cart-dropdown-toggle:focus ~ .cart-dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.cart-dropdown-content .btn_red, .cart-dropdown-content .btn_green {
    color: #FFF;
    padding: 5px 0;
    margin: 3px 0;
}

.cart-dropdown .badge {
    color: #6d817f;
    background-color: #FFF;
    margin-top: -5px;
    margin-left: 2px;
    padding: 3px 5px;
}

/* ------ mar & pad ------*/
.mar_T30 {
    margin-top: 30px;
}

.mar_T-30 {
    margin-top: -30px;
}

.mar_T10 {
    margin-top: 10px;
}

.mar_0 {
    margin: 0;
}

.mar_L5 {
    margin-left: 5px;
}

.mar_L10 {
    margin-left: 10px;
}

.pad_LR0 {
    padding-right: 0;
    padding-left: 0;
}

.pad_R0 {
    padding-right: 0;
}

.pad_0 {
    padding: 0;
}

/* ------ all btn ------*/
.btn_login a {
    text-align: center;
    width: 100%;
    display: block;
    color: #FFF;
    background-color: #b20000;
    padding: 7px 0;
    border: 1px #b20000 solid;
    transition: .7s;
    text-decoration: none;
}

    .btn_login a:hover {
        display: block;
        transition: .3s;
        text-decoration: none;
        color: #b20000;
        border: 1px #b20000 solid;
        background-color: transparent;
    }

.btn_other a {
    text-align: center;
    width: 100%;
    display: block;
    color: #FFF;
    background-color: #6d817f;
    padding: 7px 0;
    border: 1px #6d817f solid;
    transition: .7s;
    text-decoration: none;
}

    .btn_other a:hover {
        display: block;
        transition: .3s;
        text-decoration: none;
        color: #6d817f;
        border: 1px #6d817f solid;
        background-color: transparent;
    }

.btn_search {
    text-align: center;
    transition: .7s;
    text-decoration: none;
    display: block;
    border: 1px solid #6d817f;
    background-color: #6d817f;
    padding: 5px 3px;
    color: #FFF;
}

    .btn_search:hover {
        transition: .3s;
        text-decoration: none;
        border: 1px solid #6d817f;
        background-color: #FFF;
        color: #6d817f;
    }

.btn_general, .btn_general_line {
    text-align: center;
}

    .btn_general a {
        width: 100%;
        display: block;
        color: #FFF;
        background-color: #b20000;
        padding: 5px 0;
        border: 1px #b20000 solid;
        transition: .7s;
        text-decoration: none;
    }

        .btn_general a:hover {
            display: block;
            transition: .3s;
            text-decoration: none;
            color: #b20000;
            border: 1px #b20000 solid;
            background-color: transparent;
        }


    .btn_general_line a {
        width: 100%;
        display: block;
        color: #b20000;
        background-color: transparent;
        padding: 5px 0;
        border: 1px #b20000 solid;
        transition: .7s;
        text-decoration: none;
    }

        .btn_general_line a:hover {
            display: block;
            transition: .3s;
            text-decoration: none;
            color: #FFF;
            border: 1px #b20000 solid;
            background-color: #b20000;
        }


.btn_green {
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 7px 20px;
    background-color: #6d817f;
    transition: .7s;
    border: 1px solid #6d817f;
}

    .btn_green:hover {
        border: 1px solid #6d817f;
        transition: .3s;
        color: #6d817f;
        text-decoration: none;
        background-color: #FFF;
    }

.btn_red {
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 7px 20px;
    background-color: #b20000;
    transition: .7s;
    border: 1px solid #b20000;
}

    .btn_red:hover {
        border: 1px solid #b20000;
        transition: .3s;
        color: #b20000;
        text-decoration: none;
        background-color: #FFF;
    }

.btn_gray {
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 7px 20px;
    background-color: #c0c0c0;
    transition: .7s;
    border: 1px solid #c0c0c0;
}

    .btn_gray:hover {
        border: 1px solid #c0c0c0;
        transition: .3s;
        color: #c0c0c0;
        text-decoration: none;
        background-color: #FFF;
    }

/* ------ text color ------*/
.text_white {
    color: #FFF;
}

/* ------ Hom page ------*/
.home {
    min-height: 900px;
    background-image: url("../img/home_BG.JPG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0; /* or: center center */
}

    .home img {
        width: 100%;
    }

.home_logo {
    padding-top: 100px;
}

.home_title {
    padding-top: 15px;
}

.home_btn {
    padding-top: 15px;
}

    .home_btn a {
        display: block;
        opacity: 1;
        padding-top: 2px;
        transition: rotate(0deg);
        transition: .7s;
    }

        .home_btn a:hover {
            display: block;
            opacity: .7;
            transform: scale(1.1) rotate(3deg);
            padding-top: 6px;
            transition: .3s;
        }

/* ------ hamburger Icon ------*/
.button {
    margin-top: 12px;
    position: relative;
    height: 34px;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.icon {
    position: absolute;
    margin: -18px -8px;
}

.line {
    position: relative;
    background: #6d817f;
    height: 2px;
    width: 35px;
    border-radius: 3px;
    margin: 8px auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s, ease-in-out;
    transition: all 0.4s, ease-in-out;
}

.button:active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.button.active .line-1,
.button.active .line-2,
.button.active .line-3 {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s, ease-in-out;
    transition: all 0.4s, ease-in-out;
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
}

.button.active .line-2 {
    background: transparent;
}

.button.active .line-1 {
    width: 40px;
    top: 2px;
    left: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.button.active .line-3 {
    top: -1px;
    left: 0px;
    width: 40px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
/* ========================== 登入 ========================== */
.panel-login {
}

    .panel-login > .panel-heading {
        color: #00415d;
        background-color: #fff;
        border-color: #fff;
        text-align: center;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            color: #666;
            font-weight: bold;
            font-size: 15px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
        }

            .panel-login > .panel-heading a.active {
                color: #b20000;
                font-size: 18px;
            }

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.login_inf {
    line-height: 26px;
    margin: 5px 0;
}

    .login_inf a {
        color: #b20000;
        text-decoration: none;
    }

        .login_inf a:hover {
            color: #b20000;
            text-decoration: none;
        }

.btn-facebook {
    border-radius: 0;
    border: 1px #3b5998 solid;
    transition: .7s;
    background-color: #3b5998;
    color: #fff;
}

    .btn-facebook:hover {
        border: 1px #3b5998 solid;
        transition: .3s;
        background-color: #fff;
        color: #3b5998;
    }

.btn-google {
    border-radius: 0;
    border: 1px #c23321 solid;
    transition: .7s;
    background-color: #c23321;
    color: #fff;
}

    .btn-google:hover {
        border: 1px #c23321 solid;
        transition: .3s;
        background-color: #fff;
        color: #c23321;
    }

.Verification img {
    height: 45px;
}

/* ====================== 首頁 ======================*/
.section1_BG1 {
    position: relative;
    overflow: hidden;
    background-image: url(../Images/BG_1.jpg);
    background-size: cover;
    height: 400px;
}

.section1_title1 {
    position: absolute;
    margin-top: 40px;
}

.section1_BG2 {
    position: relative;
    background-image: url(../Images/BG_2.jpg);
    height: 500px;
}

.section1_title2 {
    position: absolute;
    margin: 80px 0 0 525px;
    height: 350px;
    width: 80px;
    background-color: #FFF;
}

    .section1_title2 img {
        margin: 50px 0 0 5px;
        width: 140px;
    }

.title_text {
    margin-top: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
}

.index_more {
    margin-top: 15px;
}

    .index_more img {
        opacity: .7;
        transform: rotate(-5deg);
        transition: .5s;
    }

        .index_more img:hover {
            opacity: 1;
            transform: rotate(370deg);
            transition: .3s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

    .index_more a {
        color: #000;
        margin-left: 5px;
        transition: .7s;
    }

        .index_more a:hover {
            text-decoration: none;
            color: #000;
            margin-left: 12px;
            transition: .3s;
        }

    .index_more i {
        margin-left: 10px;
    }

.section2_BG1_position {
    background-image: url(../img/BG_3.jpg);
    position: relative;
    height: 500px;
}

.section2_BG1 {
    height: 500px;
    position: absolute;
}

.section2_BG2 {
    padding: 30px 50px 30px 65px;
    position: absolute;
    left: -50px;
    top: 50px;
    background-color: #FFF;
    opacity: .8;
    width: 100%;
    height: 400px;
}


/* ---------- mega menu ---------- */
.nav-list {
    border-bottom: 1px solid #eee;
}

    .nav-list > li {
        padding: 20px 15px 15px;
        border-left: 1px solid #eee;
    }

        .nav-list > li:last-child {
            border-right: 1px solid #eee;
        }

        .nav-list > li > a:hover {
            text-decoration: none;
        }

        .nav-list > li > a > span {
            display: block;
            font-weight: bold;
            text-transform: uppercase;
        }

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 30px 15px;
    text-align: left !important;
    width: 100%;
}

.navbar-nav > li > .dropdown-menu {
}

.dropdown-menu > li > a {
    padding: 8px 0;
}

    .dropdown-menu > li > a:hover {
        background-color: #dee4e3;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: transparent;
    color: #67696c;
}

.navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}

.dropdown-menu {
    padding-top: 15px;
    min-width: 115px;
    width: 100%;
    text-align: center;
    top: 81.7%;
}

.dropdown-header {
    padding-left: 12px;
    color: #b20000;
    font-size: 20px;
    font-weight: bold;
}

.mega_blocks {
}

    .mega_blocks ul {
        padding: 0;
    }

        .mega_blocks ul li {
            padding: 8px 0;
        }

            .mega_blocks ul li a {
                color: #404040;
                transition: .7s;
            }

                .mega_blocks ul li a:hover {
                    color: #b20000;
                    text-decoration: none;
                    transition: .3s;
                }


hr {
    margin: 12px 0;
}

.blocks_title {
    font-size: 20px;
    color: #000;
}

.mega_blocks .checkbox {
    margin-left: 20px;
}

.mega_blocks label {
    font-weight: lighter;
    color: #000;
    padding-bottom: 13px;
}

/* ---------- banner ---------- */
body.loaded {
    opacity: 1;
    transition: 1s opacity;
}

#myCarousel {
    margin-top: 140px;
}

.carousel-inner .item img {
    width: 100%;
}

#myCarousel .carousel-inner .item {
    text-align: center;
    height: auto; /*change as your needs*/
}

.control-buttons {
    text-align: center;
}

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #6d817f; /*progress bar color*/
    width: 0;
    margin: 0 0 0 0;
    border: none;
    z-index: 11;
    position: relative;
}

.carousel-control {
    z-index: 11;
}

.carousel-caption {
}
/* ---------- carousel ---------- */
#quote-carousel {
    line-height: 30px;
    color: #FFF;
    padding: 0 70px 30px 10px;
    margin-top: 80px;
    text-align: center;
}

    #quote-carousel h2 {
        margin-bottom: 40px;
    }
    /* indicator position */
    #quote-carousel .carousel-indicators {
        left: 45%;
        top: auto;
        bottom: -60px;
        margin-right: 20px;
    }
        /* indicator color */
        #quote-carousel .carousel-indicators li {
            background: #8c9493;
        }
        /* active indicator */
        #quote-carousel .carousel-indicators .active {
            background: #FFF;
            height: 10px;
            width: 10px;
            margin-bottom: 1px;
        }


/* ---------- section2_products ---------- */
.section2_BG3 {
    background-image: url(../Images/BG_4.jpg);
    background-size: cover;
}

.section2_products {
    margin: 40px 0;
}

#portfolio {
    padding: 65px 0;
}

.products_shop {
    position: relative;
    margin-left: 35px;
    font-size: 20px;
}

    .products_shop a {
        transition: .7s;
        color: #6d817f;
        text-decoration: none;
    }

        .products_shop a:hover {
            transition: .3s;
            color: #2e4b48;
            text-decoration: none;
        }

.bottom_brush {
    left: 0;
    top: 20px;
    width: 160px;
    height: 25px;
    position: absolute;
    background-image: url(../img/bottom_line.png);
}

.products_img a {
    display: block;
}

.products_img img {
    transition: .7s;
    width: 100%;
}

    .products_img img:hover {
        transition: .3s;
        transform: rotate(-5deg);
        width: 100%;
    }

.products_inf {
    margin-top: 0;
    font-size: 18px;
    color: #523219;
}

    .products_inf h2 {
        color: #b20000;
    }

    .products_inf p {
        color: #333;
    }

.products_btn {
    margin: 20px 0 40px 0;
}

    .products_btn a {
        width: 100%;
        display: block;
        color: #FFF;
        background-color: #b20000;
        padding: 12px;
        transition: .7s;
        border: 1px #b20000 solid;
    }

        .products_btn a:hover {
            display: block;
            transition: .3s;
            text-decoration: none;
            color: #b20000;
            border: 1px #b20000 solid;
            padding: 12px;
            background-color: transparent;
        }

.store_products {
    margin: 10px 0;
    border: 1px solid #cad2d7;
}

.products_frame {
}

    .products_frame img {
        width: 100%;
    }

.products_content {
    margin: 15px;
}

.price {
    font-weight: bold;
    color: #b20000;
}

.product_name {
    font-size: 18px;
    margin: 15px 0;
}

/* ----- stars ----- */
.star-rating {
    margin: 5px 0;
    color: #f7d137;
}

    .star-rating .fa-star, .star-rating .fa-star-o {
        color: #f7d137;
        font-size: 18px;
        margin-left: 0;
    }


/* ----- hover images -----*/
#portfolio figure.hover_img {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 12px 0;
    width: 100%;
    background: #466562;
    text-align: center;
    height: 180px;
}

figure.hover_img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.hover_img img {
    max-width: 100%;
    vertical-align: top;
}

figure.hover_img i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #6d817f;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

figure.hover_img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.hover_img:hover img,
figure.hover_img.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure.hover_img:hover i,
figure.hover_img.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.news_title {
    margin: 5px 0;
    font-size: 24px;
    text-align: center;
}


/* ---------- section3 ---------- */
.section3_BG1 {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-image: url(../Images/BG_5.jpg);
    height: 400px;
}

.section3_title1 {
    position: absolute;
    margin-top: 40px;
}


.section3_BG2 {
    position: relative;
    background-image: url(../Images/BG_6.jpg);
    height: 500px;
    padding: 40px 60px 0 20px;
}

.section3_title2 {
    position: absolute;
    margin: 80px 0 0 520px;
    height: 350px;
    width: 80px;
    background-color: #FFF;
}

    .section3_title2 img {
        margin: 50px 0 0 16px;
        width: 140px;
    }

/* ---------- footer ---------- */
#footer {
    text-align: left;
    color: #FFF;
    background-color: #98a7a5;
    padding: 30px 0 40px 0;
}

    #footer a {
        color: #FFF;
        display: inline-block;
        text-decoration: none;
    }


    #footer i {
        margin-right: 10px;
        color: #466562;
    }

    #footer h3 {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 35px;
        position: relative;
    }

.footer_divider {
    position: absolute;
    width: 55px;
    height: 1px;
    background-color: #FFF;
    top: 59px;
}

#footer p {
    font-size: 13px;
    margin-top: 8px;
}

.footer_bottom {
    margin-top: 40px;
    color: #FFF;
    padding: 10px 0;
    background-color: #6d817f;
}

.form-control {
    border-radius: 0px;
}

    .form-control:focus {
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.btn-footer {
    border-radius: 0;
    width: 100%;
    padding: 10px 0;
    transition: .7s;
    color: #466562;
    background-color: #FFF;
}

    .btn-footer:hover {
        transition: .3s;
        background: #6d817f;
        color: #FFF;
    }

#footer .form-group {
    margin-top: 8px;
}

#footer .form-control:focus {
    border-color: #FFF;
}

/*social icons*/
#footer .icons {
    margin-top: 15px;
}

/* ====================== bootstrap ======================*/
.col-form-label {
    font-weight: 500;
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-block;
}

.table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px;
}

.table > thead > tr > th {
    padding: 20px 20px;
    border-bottom: 0px;
    background-color: #f6f6f6;
    color: #606060;
}

.table :focus {
    outline: none;
}

.btn {
    border-radius: 0;
}


/***********************************
************************************
Responsive
************************************
***********************************/
@media (min-width: 981px) and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding: 5px 8px;
    }

    .section1_title2 {
        position: absolute;
        margin: 80px 0 0 360px;
        height: 350px;
        width: 140px;
        background-color: #FFF;
    }

    .section3_title2 {
        position: absolute;
        margin: 80px 0 0 360px;
        height: 350px;
        width: 140px;
        background-color: #FFF;
    }
}

@media(max-width:980px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 5px 5px;
    }

    .service-item, .blog-sec, .wrap-item, .loction-info {
        margin-bottom: 15px;
    }

    .portfolio-item figure figcaption {
        padding: 55px 30px;
    }

    .padding-right-zero {
        padding-right: 15px !important;
    }
}

@media(max-width:767px) {
    /*#myCarousel .carousel-inner .item{
        height: 200px;
    }
    .carousel-inner .item img{
        height: 200px;
    }*/
    .btn_other {
        margin-top: 15px;
    }

    .dropdown-menu {
        text-align: left;
    }

    #menu_line a::after {
        margin-top: 4px;
    }

    #menu_line a:hover::after {
        margin-top: 4px;
    }

    .navbar-default .navbar-nav > li > a {
        line-height: 30px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu {
        background-color: #f9f9f9;
        padding: 8px 0 0 0;
        margin-left:;
        width: 100%;
    }

    #quote-carousel {
        padding: 0 10px 30px 10px;
    }

        #quote-carousel .carousel-indicators {
            left: 50%;
        }

    #quote-carousel {
        margin-top: 40px;
    }

    .text_carousel {
        height: 350px;
    }

    .section2_BG1 {
        position: none;
    }

    .section2_BG2 {
        padding: 30px 70px;
        top: 50px;
        left: 0;
        width: 100%;
    }

    h1.bnr-title {
        margin-top: 70px;
    }

    .service-item, .blog-sec, .wrap-item, .loction-info {
        margin-bottom: 15px;
    }
}

@media(max-width:450px) {
    .cart-dropdown {
        width: 90px;
        right: 160px;
    }

    h1.bnr-title {
        margin-top: 140px;
    }

    .bnr-para {
        font-size: 24px;
    }

    #quote-carousel {
        padding: 0 10px 30px 10px;
    }

        #quote-carousel .carousel-indicators {
            left: 50%;
        }


    .section2_BG1 {
        position: none;
    }

    .section2_BG2 {
        padding: 20px 30px;
        top: 50px;
        left: 0;
        width: 100%;
    }

    .text_carousel {
        height: 420px;
    }

    #quote-carousel {
        margin-top: 20px;
    }

    .big_title img {
        width: 100%;
    }

    .banner-info {
        padding-top: 40px;
    }

    h1.bnr-title {
        font-size: 16px;
    }

    h2.bnr-sub-title {
        font-size: 33px;
    }

    body {
        font-size: 14px;
    }

    .btn-custom, .btn-more, .btn-custom:hover, .btn-more:hover, .btn-custom:focus, .btn-more:focus {
        font-size: 12px;
        padding: 7px 18px;
    }

    .wrap-item h3 {
        font-size: 18px;
    }

    .title, .service-title {
        font-size: 28px;
    }

    .sub-title {
        font-size: 15px;
    }

    .service-item, .blog-sec, .wrap-item, .loction-info {
        margin-bottom: 15px;
    }

    .loction-info {
        padding: 0px 15px;
    }

    .portfolio-item figure figcaption {
        padding: 30px 30px;
    }

    .padding-right-zero {
        padding-right: 15px !important;
    }

    .portfolio-item figure p {
        font-size: 14px;
    }

    .portfolio-item figure h2 {
        font-size: 18px;
    }

    .testimonial-item ul li blockquote {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0;
        padding: 0 40px;
    }
}

@media(max-width: 767px) {
    .section1_BG1 {
        background-image: url(../Images/BG_1_RWD.jpg);
    }

    .section3_BG1 {
        background-image: url(../Images/BG_5_RWD.jpg);
    }
}



/* ----- add 0713 ----- */
#search-btn {
    transition: .3s;
    background-color: #FFF;
    position: absolute;
    top: 105px;
    margin-left: 85px;
    z-index: 999;
}

    #search-btn .form-inline {
        -webkit-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.06);
        -moz-box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.06);
        box-shadow: 2px 5px 6px 0px rgba(0,0,0,0.06);
        padding: 15px;
    }

.search-pos button {
    padding: 5px 8px;
}

@media(max-width: 767px) {
    #search-btn .btn_green {
        margin-top: 8px;
    }

    #search-btn {
        margin-left: 50px;
    }
}


/* ============================ 180315 add ============================ */
.Top_search {
    width: 300px;
    margin-top: 15px;
    margin-left: 100px;
    position: absolute;
}

    .Top_search .dropdown-menu {
        padding: 0;
        min-width: 80px;
    }

/* ----- live ----- */
.live-list {
    border-bottom: 1px solid #e8eae9;
    padding-bottom: 20px;
    margin-top: 20px;
}

    .live-list .list-title {
        padding: 10px 0 0 0;
        font-size: 24px;
    }

    .live-list p {
        margin: 6px;
    }

    .live-list .list-text {
        color: #6e8280;
    }

    .live-list .live-time {
        color: #b20000;
        font-size: 18px;
    }

.live-detail {
    background-color: #f6f6f6;
    padding-bottom: 25px;
}

    .live-detail hr {
        border-top: 1px solid #dedede;
    }

    .live-detail .icons {
        margin: 15px 0 10px 0;
    }

.live-view {
    text-align: right;
    margin-top: 6px;
    font-size: 18px;
    color: #b20000;
}

.chatroom {
    margin-top: 15px;
    border: 1px solid #dedede;
    background-color: #FFF;
    padding: 50px;
    text-align: center;
}

.live-products {
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

    .live-products:nth-child(1) {
        padding-top: 5px;
    }

.live-products-inf {
    padding-left: 12px;
}

    .live-products-inf p {
        font-size: 16px;
        margin: 2px 0;
    }

    .live-products-inf .o-price {
        font-size: 14px;
    }

        .live-products-inf .o-price :nth-child(2) {
            font-size: 16px !important;
            color: #000;
            text-decoration: line-through;
        }

    .live-products-inf .btn_general {
        font-size: 12px;
    }

        .live-products-inf .btn_general a {
            padding: 4px 6px;
        }

@media(max-width:980px) {
    .Top_search {
        width: 200px;
    }
}

@media(max-width:767px) {
    .live-view {
        text-align: left;
    }

    .live-products-inf {
        padding-top: 10px;
        padding-left: 0;
    }

    .live-detail {
        margin-bottom: 20px;
    }
}

@media(max-width:480px) {
    .Top_search {
        width: 100%;
        padding: 8px;
        position: initial;
        margin-left: 0;
    }
}