html, body, .fullScreen {
    height: 100%;
}

body {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    background: #FEFDFB;
    line-height: 2;
    letter-spacing: 0em;
    font-family: "微軟正黑體","Open Sans", Arial, sans-serif,"Microsoft JhengHei" !important;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1510px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1680px;
    }
}

button:focus {
    outline: 0 !important;
}

a, .simple-hover img, button, .btn {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a {
    color: #a78859;
    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-weight: 400;
    line-height: 1.3;
    color: #22232d;
}

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.05);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

ul, ol {
    margin: 0 0 1.5em 0;
}

.font-base-400 {
    font-weight: 400 !important;
}

.font300 {
    font-weight: 300 !important;
}

.font400 {
    font-weight: 400 !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: #a78859 !important;
}

.bg-primary {
    background: #a78859 !important;
    border-color: #a78859;
}

.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: #22232d !important;
    background-color: #22232d !important;
}

.bg-white {
    background: #fff;
}

.text-primary {
    color: #a78859 !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 !important;
}

.text-dark {
    color: #22232d !important;
}

.text-white-gray {
    color: rgba(255, 255, 255, 0.8) !important;
}

.text-dark-gray {
    color: rgba(34, 35, 45, 0.5) !important;
}

.text-imp {
    color: #b0302f;
}

.border-round {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.pos-relative {
    position: relative;
}

.lead {
    font-weight: 300;
    font-size: 1rem;
}

strong, b {
    font-weight: 700;
}

.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;
}

.bullet-list {
    list-style: circle;
    padding-left: 20px;
    padding-bottom: 0px;
}

    .bullet-list li {
        padding-bottom: 10px;
    }

.back-to-top {
    position: fixed;
    display: block;
    width: 50px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    bottom: 0px;
    right: 30px;
    background: #22232d;
    color: #fff;
    line-height: 30px;
    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: 16px;
        padding: 10px 0px;
        line-height: 30px;
        text-align: center;
    }

    .back-to-top:hover {
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
    }

.clearfix {
    display: block;
    clear: both;
    content: "";
}

.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%;
    }

.center-img {
    display: block;
    margin: 0 auto;
}

.shadow-card {
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.section-title {
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .section-title:before {
        content: "";
        position: absolute;
        margin-left: -20%;
        width: 40%;
        height: 1px;
        background-color: #a78859;
        top: 50%;
        margin-top: -1px;
        left: 50%;
    }

    .section-title h3 {
        display: inline-block;
        z-index: 2;
        position: relative;
        padding: 3px 10px;
        background-color: #fff;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 2rem;
    }

    .section-title.title-on-faded h3 {
        background-color: #F9F9F9;
    }

    .section-title.title-on-dark h3 {
        background-color: #22232d;
        color: #fff;
    }

    .section-title.title-on-dark:before {
        background-color: #fff;
    }

    .section-title.title-on-primary h3 {
        background-color: #a78859;
        color: #fff;
    }

    .section-title.title-on-primary:before {
        background-color: #fff;
    }

.page-title {
    position: relative;
    z-index: 3;
    padding-top: 12rem !important;
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

    .page-title .page-breadcrumb {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: rgba(34, 35, 45, 0.3);
        padding: 10px 0;
    }

        .page-title .page-breadcrumb .breadcrumb {
            padding: 0px;
            margin: 0px;
            background-color: transparent;
        }

            .page-title .page-breadcrumb .breadcrumb .breadcrumb-item {
                opacity: 1;
                color: #fff;
                font-size: 12px;
            }

                .page-title .page-breadcrumb .breadcrumb .breadcrumb-item.active {
                    opacity: 0.5;
                }

                .page-title .page-breadcrumb .breadcrumb .breadcrumb-item a {
                    color: #fff;
                }

/**
paginations
**/
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #a78859;
    border-color: #a78859;
}

.page-link {
    color: #aeaeae;
}

    .page-link:hover {
        color: #a78859;
    }

.form-control:focus {
    box-shadow: none;
    border-color: #a78859;
}

.pagination {
    margin-bottom: 0px;
}

    .pagination > li {
        display: inline-block;
        margin-right: 8px;
    }

        .pagination > li > a, .pagination > li > span {
            width: 32px;
            height: 32px;
            padding: 1px 0px;
            text-align: center;
            border-radius: 10px;
            display: block;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
                color: #fff;
                border-color: #77674b;
                background: #77674b;
                cursor: pointer;
            }


/**
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 #22232d;
    border-right: 0.5em solid rgba(204, 204, 204, 0.5);
    border-bottom: 0.5em solid rgba(204, 204, 204, 0.5);
    border-left: 0.5em solid rgba(204, 204, 204, 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);
    }
}

/**
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;
        color: #FFF !important;
    }

/**
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;
        color: #FFF !important;
    }

/**
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;
        color: #FFF !important;
    }

.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 colored
**/
.si-colored-facebook, .si-facebook {
    background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter {
    background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus {
    background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype {
    background-color: #00AFF0 !important;
}

.si-linkedin, .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss, .si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr, .si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo, .si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg, .si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr, .si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal, .si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo, .si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android, .si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore, .si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox {
    background-color: #3D9AE8 !important;
}

.si-dribbble, .si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud, .si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing, .si-colored-xing {
    background-color: #126567 !important;
}

.si-phone, .si-colored-phone {
    background-color: #444 !important;
}

.si-behance, .si-colored-behance {
    background-color: #053eff !important;
}

.si-github, .si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon, .si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email, .si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress, .si-colored-wordpress {
    background-color: #1E8CBE !important;
}


/**
Top bar style
**/
.top-bar {
    padding-top: 12px;
    padding-bottom:10px;
    background-color: #423f3a
}

    .top-bar .list-inline .list-inline-item {
        padding: 0px 0px;
        margin-right: 0px;
    }

        .top-bar .list-inline .list-inline-item a {
            font-size: 12px;
            display: block;
            color: #999;
            margin: 0 !important;
        }

          

    .top-bar h1 {
        font-size: 13px;
        line-height: 30px;
        display: block;
        color: #ccc;
    }

.links .list-inline-item {
    position: relative;
    padding: 0 7px !important;
}

    .links .list-inline-item:before {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 30%;
        top: 35%;
        background: rgba(0, 0, 0, 0.1);
    }

    .links .list-inline-item:last-child:before {
        display: none;
    }

    .links .list-inline-item:first-child {
        padding-left: 0px;
    }

    .links .list-inline-item i {
        color: rgba(0, 0, 0, 0.1);
    }

    .links .list-inline-item a:hover {
        color: #4782d3;
    }

/**
dark top bar
**/
.top-bar.dark {
    background: #222;
}

/**
Header Style
**/

/*Navbar start*/
.navbar > .container {
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-nav > li > .nav-link {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 18px;
}

#navPhone .navbar-nav > li > .nav-link {
    font-size: 22px;
}
    .navbar-nav > li .navbar-light .navbar-nav .nav-link:focus, .navbar-nav > li .navbar-light .navbar-nav .nav-link:hover {
        color: #4782d3;
    }

.navbar-nav > li.dropdown-full-width {
    position: static;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: #4782d3;
}

.navbar-brand {
    margin: 0 auto;
}

    .navbar-brand img {
        max-width: 220px;
    }

@media (min-width: 768px) {
    .navbar-brand img {
        max-width: 300px;
    }
}

.navbar-toggler-right {
    top: 0;
}

.single-navbar .navbar-toggler-right {
    right: 0px;
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-inverse .navbar-right-elements .list-inline > li > a {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover, .navbar-inverse .navbar-right-elements .list-inline > li > a:hover {
        color: rgba(255, 255, 255, 0.75);
    }

.navbar-right-elements {
    float: none !important;
    position: absolute;
    top: 28px;
    right: 15px;
}

    .navbar-right-elements .list-inline {
        margin-bottom: 0px;
    }

        .navbar-right-elements .list-inline > li > a {
            color: #999;
            padding: .3rem .3rem;
            display: block;
            position: relative;
            top: -2px;
        }

            .navbar-right-elements .list-inline > li > a i {
                display: block;
            }

            .navbar-right-elements .list-inline > li > a .badge {
                position: absolute;
                top: -10px;
                right: -5px;
                font-weight: 300;
                font-size: 11px;
                padding: 0px;
                width: 18px;
                height: 18px;
                line-height: 18px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
            }

/**
Dropdown menu styles
**/
#navPC.navbar .dropdown-menu {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    min-width: 13rem;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fefefe77;
    border: 0px;
}

#navPhone.navbar .dropdown-menu {
    width: 100%;  
    border:none;
    background-color: rgba(0,0,0,0);
}

#navPhone .nav-link
{
    padding:0;
}

#navbarNavPhone
{
    background: #ddd;
    padding: 0 15px;
    overflow: auto;
}

#navbarNavPhone ul nav
{
    padding:10px 0;
}
.navbar .dropdown-menu.lang-dropdown {
    width: 100px;
    min-width: 100px;
}

    .navbar .dropdown-menu.lang-dropdown > li > a {
        line-height: 18px !important;
    }

#navPC.navbar .dropdown-menu .dropdown-item, .navbar .mega-inner-nav li a {
    font-weight: 400;
    /*font-size: .8rem;*/
}

.navbar .dropdown-menu .dropdown-item, .navbar .mega-inner-nav li a {
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    text-transform: capitalize;
    left: 0;
}
    .navbar .dropdown-menu .dropdown-item:hover, .navbar a.nav-link:hover {
        font-weight: bold;
    }

    #navPC.navbar .dropdown-menu .dropdown-item:hover, .navbar .mega-inner-nav li a:hover {
        left: 5px;    
    }

.navbar .dropdown .mega-inner-nav li a {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .mega-menu-content p {
    font-size: 12px;
    opacity: 0.6;
    color: #aeaeae;
}

/**
mulit level dropdown
**/
.navbar .dropdown-submenu {
    position: relative;
}

.navbar li
{
    list-style-type:none;
}

.navbar .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0px;
}

    .navbar .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .navbar .dropdown-submenu > a:after {
        display: block;
        float: right;
        font-family: "FontAwesome";
        content: "\f105";
        margin-top: 4px;
        margin-right: -5px;
    }

    .navbar .dropdown-submenu:hover > a:after {
        border-left-color: #ccc;
    }

    .navbar .dropdown-submenu.pull-left {
        float: none;
    }

        .navbar .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.navbar .mega-title {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #444;
}

.navbar .mega-inner-nav li {
    vertical-align: middle;
}

    .navbar .mega-inner-nav li a {
        display: block;
    }

        .navbar .mega-inner-nav li a:hover {
            color: #4782d3;
            background-color: transparent;
        }

        .navbar .mega-inner-nav li a i {
            margin-right: 6px;
            position: relative;
            top: 1px;
            font-size: 13px;
            width: 16px;
            display: inline-block;
        }

.navbar .dropdown .dropdown-menu .dropdown-item, .navbar .mega-inner-nav > li > a {
    padding: 10px 20px;
}

    #navPhone.navbar .dropdown .dropdown-menu .dropdown-item
    {
        text-indent:40px;    
    }

#navPhone.navbar .dropdown .dropdown-menu.sub-menu a.dropdown-item {
    background: #eee;
}

#navPhone.navbar .dropdown .dropdown-menu.sub-menu .sub-menu a.dropdown-item,
#navPhone.navbar .dropdown .dropdown-menu.sub-menu .sub-menu li {
    background: #FFF;
    text-indent: 80px;
}
#navPhone.navbar
{
    padding:0;
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .mega-inner-nav > li > a:hover {
    background-color: transparent;
    color: #4782d3;
}

    .navbar .dropdown .dropdown-menu .dropdown-item:focus, .navbar .mega-inner-nav > li > a:focus {
        background-color: transparent;
        color: #4782d3;
    }

    #navPC.navbar .dropdown-menu {
        margin-top: 0px;
        background-color: #212121aa;
    }

        #navPC.navbar .dropdown-menu .dropdown-item, #navPC.navbar .mega-inner-nav li a {
            color: rgba(255, 255, 255, 0.6);
        }

        .navbar .dropdown-menu.dropdown-mega-fw {
            position: absolute;
            width: 100%;
            padding: 0px 20px;
            padding-bottom: 0px;
        }

    .navbar .mega-menu-content {
        padding: 30px 0;
        padding-bottom: 20px;
    }

    #navPC.navbar .dropdown-menu, #navPC.navbar .dropdown-submenu .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        /*height:0;
        overflow:hidden;*/
        z-index: 1;
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    #navPhone.navbar .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .navbar .show > .dropdown-menu, .navbar .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .navbar .mega-menu-content .row .col-lg-3:first-child {
        border-left: 0;
    }

    .navbar .mega-menu-content .row .col-lg-3 {
        border-left: 1px solid rgba(255, 255, 255, 0.09);
        padding: 0px 30px;
    }

    .navbar .mega-menu-content .mega-title {
        color: #fff;
    }

    
    #navPhone .navbar-nav .nav-item .nav-link {
        height:40px;       
        padding-left:10px;
    }

#navPhone .navbar-nav .nav-item .nav-link, #navPhone .navbar-nav .dropdown-item, #navPhone .navbar-nav .arrowSign {
    margin: 10px 0;
}

#navPhone .dropdown-menu, #navPhone .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
}

#navPhone.navbar .dropdown .dropdown-menu.sub-menu a.dropdown-item:before {
    position: absolute;
    top: 18px;
    left: 30px;
    width: 7px;
    height: 1px;
    content: '';
    background-color: #777777;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    padding:0;
}

#navPhone.navbar .dropdown .dropdown-menu.sub-menu .sub-menu a.dropdown-item:before {
    left: 50px;
}

#navPhone.navbar .dropdown .dropdown-menu.sub-menu .sub-menu a.dropdown-item {
    background: #FFF;
    text-indent: 60px;
}

#navbarNavPhone .arrowSign {
    margin-top: 3px;
    font-size: 20px;
    color: blue;
    font-weight:500;
}
#navPhone .dropdown-Lv1 .arrowSign {
    padding: 0 30px;
}


#navbarNavPhone .arrowSign:hover {
    font-weight: 900;
}
#navbarNavPhone ul li a, #navPhone .navbar-nav .nav-item .arrowSign {
    padding: 0;
}
#navPhone .navbar-nav .arrowSign {
    position: absolute;
    right: 10px;
}
#navPC .navbar-nav a.arrowSign:hover, #navPC .navbar-nav a.arrowSign:focus {
    color: #FFF;
    font-weight:900;
}
/*Navbar end*/
/*
Page title styles
*/
.page-titles.title-background {
    background-color: #eee8df;
}

    .page-titles.title-background h4 {
        color: #666;
    }

        .page-titles.title-background h4 span {
            color: #423f3a;
        }

    .page-titles.title-background .breadcrumb .breadcrumb-item {
        color: #423f3a;
    }

        .page-titles.title-background .breadcrumb .breadcrumb-item a {
            color: #423f3a;
        }

        .page-titles.title-background .breadcrumb .breadcrumb-item.active {
            opacity: 0.5;
        }

.page-titles h4 {
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    color: #999;
}

    .page-titles h4 span {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 1.5rem;
        letter-spacing: -1px;
        color: #252525;
    }

.page-titles-img {
    text-align: center;
}

    .page-titles-img h1 {
        color: #fff;
        font-weight: 700;
        font-size: 1.7rem;
    }

    .page-titles-img p {
        color: rgba(255, 255, 255, 0.8);
    }

.title-space-lg {
    padding-top: 14em;
    padding-bottom: 7em;
}

.page-title-sm-gray {
    padding: 30px 0;
    padding-bottom: 20px;
    background-color: #f5f5f5;
}

    .page-title-sm-gray .breadcrumb {
        margin-bottom: 0px;
    }

        .page-title-sm-gray .breadcrumb li.breadcrumb-item {
            font-size: 13px;
        }

    .page-title-sm-gray h4 {
        font-weight: 400;
        text-transform: uppercase;
    }
/*
Breadcrumb style
*/
.breadcrumb {
    background: transparent;
    padding: 0px;
    float: right;
}

    .breadcrumb .breadcrumb-item {
        float: none;
        display: inline-block;
        padding-left: 5px;
    }

.page-title-center .breadcrumb {
    display: inline-block;
    float: none;
    text-align: center;
}

.sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.categories li {
    vertical-align: middle;
}

    .categories li > ul {
        list-style: none;
        padding-left: 15px;
    }

        .categories li > ul > li > a {
            font-weight: 300;
        }

    .categories li a {
        color: #999;
        position: relative;
        display: block;
        padding: 5px 10px;
        border-bottom: 1px solid #eee;
    }

        .categories li a:hover {
            color: #444;
            background-color: #f5f5f5;
        }

.categories > li.active > a {
    font-weight: 600;
    color: #444;
}

.categories .dropdown-toggle.collapsed:after {
    border-top: .3em solid;
    border-bottom: 0;
}

.categories .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-top: 0;
}

.media-body h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
}

    .media-body h5 a {
        color: #555;
    }

        .media-body h5 a:hover {
            color: #4782d3;
        }

/**		
footer		
**/
footer {
    background: url(../images/background.jpg) -1000px 8100px;
    color: #222;
}

.footer h4 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
    font-weight: 600;
}

    .footer h4:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 3px;
        margin-bottom: -1.5px;
        background: #444;
    }

.footer p {
    font-size: 16px;
    line-height: 28px;
}

.footer-inner {
    background: rgba(255,255,255,0.7);
    padding-top: 20px;
    margin-bottom: 30px;
}

.downloadAppTxt {
    color: #000;
}

/**
index
**/
.bg-content {
    background: url(../images/background.jpg) 0px 1000px;
}

.fast-item-content {
    background: url(../images/background.jpg) 0px 650px;
    padding: 50px;
}

    .fast-item-content .container {
        border: 1px solid #423f3a;
        border-radius: 10px;
    }

        .fast-item-content .container .col-line {
            border-bottom: 1px solid #423f3a;
        }

    .fast-item-content i {
        font-size: 50px;
    }

    .fast-item-content h2 {
        font-size: 25px;
    }

.title-heading {
    border-left: 5px solid #423f3a;
    padding-left: 5px;
}

.cate-item {
    font-size: 16px;
    margin-bottom: 15px;
    color: #111;
}

.cate-item-title {
    border-radius: 5px;
    font-size: 15px;
    background: #b0936e;
    color: #fff;
    width: 100%;
}

@media (min-width: 768px) {
    .cate-item-title {
        font-size: 16px;
    }

    .fast-item-content .container .col-line {
        border-bottom: 0px solid #423f3a;
    }
}

.service-item {
    color: #111;
    margin-bottom: 15px;
}

.service-item-pic {
    width: 100%;
    padding: 0px;
    
}

    .service-item-pic a {
        border-radius: 5px;
        border: 1px solid #bdb3a1;
        color: #fff;
        width: 100%;
        padding: 0px;
        overflow: hidden;
        display: block;
    }

    .service-item-pic img {
        width: 100%;
    }

.service-item-content span {
    display: block;
    font-weight: bold;
}

.content-item-pic {
    border-radius: 5px;
    background: #423f3a;
    color: #fff;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

    .content-item-pic img {
        width: 100%;
    }

.content-item h4 {
    line-height: 20px;
    margin-top: 20px;
}

.content-item p {
    height: 120px;
}

.index-slick .card {
    margin: 10px;
}

.slick-prev {
    z-index: 1 ;
    left: 0px ;
    display: inline-block ;
    line-height: 50px ;
    height: 50px ;
    background: white ;
    width: 20px ;
    text-align: center ;
    border-radius: 3px ;
    border: 1px solid #b0936e ;
}

.slick-next {
    z-index: 1;
    right: 0px;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    background: white;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    border: 3px solid #b0936e;
}



    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background: #fff;
    }

.slick-prev::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 46px;
    content: "\f053";
    color: #a78859;
}

.slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 46px;
    content: "\f054";
    color: #a78859;
}

/**
page
**/
.banner img {
    width: 100%;
    height:300px;
    object-fit:none;
    object-position:center;
}

/**
news
**/
.news .item {
    border-bottom: 1px dotted #887452;
    margin: 5px 0px 15px;
}

    .news .item a {
        width: 100%;
    }

    .news .item .item-date span {
        text-align: center;
        background: #b7a382;
        color: #fff;
        padding: 0px 35px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        font-size: 16px;
    }

    .news .item .item-content {
        margin-top: 8px;
        margin-bottom: 0px;
    }

.newsInfo .newsInfo-subtitle {
    border-bottom: 1px dotted #887452;
    padding: 2px 10px;
}

.newsInfo .newsInfo-cate {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background: #9a0000;
    color: #fff;
    padding: 2px 35px;
    margin-right: 10px;
}

/**
product
**/
.product .item {
    overflow-x: auto;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    color: #333;
}

.product .item-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product .item-content {
    padding: 0px 10px;
}

.productInfo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product .item .item-content span.price {
    font-size: 19px;
    color: #0A9BDE;
}

/** 
.productInfo
**/

.productInfo-image-holder {
    margin-right: 35px;
}

    .productInfo-image-holder img {
        width: auto;
    }

.productInfo .content-box {
    position: relative;
    display: block;
}

    .productInfo.content-box h2 {
        color: #27282c;
        font-size: 24px;
        font-weight: 600;
        margin: 6px 0 7px;
        text-transform: capitalize;
    }

    .productInfo .content-box .productInfo-price {
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        margin-top: 20px;
        padding-top: 20px;
    }

        .productInfo .content-box .productInfo-price p {
            display: inline-block;
        }

        .productInfo .content-box .productInfo-price .productInfo-price-original {
            text-decoration: line-through;
            color: #a9a9a9;
            font-size: 24px;
        }

        .productInfo .content-box .productInfo-price .productInfo-price-discount {
            color: #da0404;
            font-size: 34px;
            font-weight: 400;
        }

.main-price{
    font-size: 14px;
    line-height: 22px;
    color: #7e7e7e;
    text-decoration: line-through;
}

.productInfo .btn-add-cart {
    overflow: hidden;
    margin-top: 40px;
    float: right;
}

    .productInfo .btn-add-cart select {
        float: left;
        width: 90px;
        color: #303030;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        border: 0px;
        border: 1px solid #e9e9e9;
        box-shadow: none;
        padding: 15px;
        float: left;
    }


    .productInfo .btn-add-cart input[type="submit"] {
        float: left;
        border-radius: 0px;
        font-family: Montserrat, Arial, sans-serif;
        color: #FFF ;
        font-size: 15px;
        text-align: left;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        white-space: nowrap;
        background-color: #ca2808;
        padding: 10px 25px 9px 5px;
        border: 1px solid #ca2808;
        -webkit-transition: color .2s ease, background .2s ease, border .2s ease, opacity .2s ease-in-out;
        transition: color .2s ease, background .2s ease, border .2s ease, opacity .2s ease-in-out;
    }

.productInfo .share-products-socials {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 46px;
}

    .productInfo .share-products-socials ul {
        position: relative;
        display: inline-block;
        float: left;
        margin-left: 20px;
    }

        .productInfo .share-products-socials ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .productInfo .share-products-socials ul li:last-child {
                margin-right: 0;
            }

            .productInfo .share-products-socials ul li a i {
                position: relative;
                display: block;
                width: 40px;
                height: 40px;
                font-size: 18px;
                line-height: 42px;
                text-align: center;
                transition: all 500ms ease;
            }

.productInfo .product-tab-box {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 0px;
}

    .productInfo .product-tab-box .tab-btns {
        position: relative;
        display: block;
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-bottom: 35px;
        z-index: 1;
    }

        .productInfo .product-tab-box .tab-btns .tab-btn {
            display: inline-block;
            float: none;
            text-align: center;
            margin: 0 2px;
        }

            .productInfo .product-tab-box .tab-btns .tab-btn span {
                position: relative;
                display: block;
                background: transparent;
                border-radius: 0;
                cursor: pointer;
                margin: 0;
                padding: 15px 20px 13px;
                color: #27282c;
                font-size: 16px;
                font-weight: 500;
                text-transform: capitalize;
                transition: all 500ms ease;
                font-family: 'Poppins', sans-serif;
            }

            .productInfo .product-tab-box .tab-btns .tab-btn.active-btn span, .productInfo .product-tab-box .tab-btns .tab-btn:hover span {
                color: #666;
            }

            .productInfo .product-tab-box .tab-btns .tab-btn span:before {
                position: absolute;
                left: 0;
                bottom: -1px;
                right: 0;
                height: 2px;
                background: #999;
                content: "";
                opacity: 0;
                transition: all 500ms ease;
                transition-delay: .3s;
            }

            .productInfo .product-tab-box .tab-btns .tab-btn.active-btn span:before, .productInfo .product-tab-box .tab-btns .tab-btn:hover span:before {
                opacity: 1;
            }

    .productInfo .product-tab-box .tabs-content {
        position: relative;
        display: block;
        padding: 0;
    }

        .productInfo .product-tab-box .tabs-content .tab {
            position: relative;
            padding: 0px;
            display: none;
        }

            .productInfo .product-tab-box .tabs-content .tab.active-tab {
                display: block;
            }


/**
service
**/
.service .item {
    overflow-x: auto;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    color: #333;
}

.service .item-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.service .item-content {
    padding: 0px 10px;
}

.serviceInfo img {
    max-width: 100%;
    height: auto;
    display: block;
}
/**
ClinicProcessStatus
**/
.progress-content {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    margin: 0 auto;
}

    .progress-content .progress-item {
        background-color: #f6f6f6;
        color: #0d0d0d;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 10px;
        width: 85%;
        border: 2px solid #f6f6f6;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    .progress-content .progress-count {
        font-size: 70px;
        color: #f00;
        line-height: 100px;
    }

/**
reservation
**/

@media (max-width: 767px) {
    /** mobile **/
    .schedule-outter {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .schedule-selector {
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        background: #fff;
        position: relative;
        padding: 5px;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
    }

        .schedule-selector a {
            padding: 0px 20px;
        }

    .schedule-table .schedule-item div:nth-of-type(odd) {
        background: #fbf8f3;
    }

    .schedule-selector {
        width: 100%;
        text-align: center;
    }

    .schedule-table {
        overflow-x: auto;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        background: #fff;
        position: relative;
        padding: 0px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
        text-align: center;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin: 0 auto;
    }

        .schedule-table .schedule-item {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            position: relative;
            border-right: 1px solid #eee8df;
        }

            .schedule-table .schedule-item:last-child {
                border: none;
            }

            .schedule-table .schedule-item div {
                display: block;
                height: 60px;
            }

                .schedule-table .schedule-item div:first-child {
                    height: 120px;
                }
}

@media (min-width: 768px) {
    /** normal **/
    .schedule-selector {
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        background: #fff;
        position: relative;
        padding: 5px;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.2);
        text-align: center;
    }

        .schedule-selector a {
            padding: 0px 20px;
        }

    .schedule-table {
        min-width: 880px;
        overflow-x: auto;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        background: #fff;
        position: relative;
        padding: 0px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
        box-shadow: 0 10px 30px 0 rgba(0,0,0,0.3);
        text-align: center;
        color: #333;
    }

        .schedule-table .schedule-item {
            display: block;
            clear: both;
            display: flex;
        }

            .schedule-table .schedule-item div {
                float: left;
                width: 110px;
                height: auto;
                min-height: 100% !important;
                padding: 5px;
                border-bottom: 1px solid #eee8df;
            }

            .schedule-table .schedule-item:last-child {
                border: none;
            }

            .schedule-table .schedule-item div:nth-of-type(odd) {
                background: #fbf8f3;
            }
}
/**
article
**/
.article .item {
    border-bottom: 1px dotted #887452;
    margin: 5px 0px 15px;
}

    .article .item a {
        width: 100%;
    }

    .article .item .item-content {
        margin-top: 8px;
        margin-bottom: 0px;
    }

.articleInfo .articleInfo-subtitle {
    border-bottom: 1px dotted #887452;
    padding: 2px 10px;
}

.articleInfo .articleInfo-cate {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background: #9a0000;
    color: #fff;
    padding: 2px 35px;
    margin-right: 10px;
}

/**
contact
**/
.contact-title {
    line-height: 25px;
}

/** 
	member
**/
.member .list-inline, .member .list-inline ul, .member .list-h, .member .list-h ul, .member .list-v, .member .list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.member .side-nav li {
    display: inline-block;
    margin: 0 5px;
}
/*
.member .border_r {
    border-right: 1px solid #DCDCDC;
}
*/

.member .fbLink {
    text-align: center;
}

.member .quickLogin {
    margin-top: 10px;
}

.member .clear, .member hr {
    clear: both;
}

.member .or {
    background: #FFF;
    padding: 0 15px;
    display: inline-block;
    margin-top: -37px;
    position: absolute;
    margin-left: -37px;
    left: 50%;
}

    .member .or span {
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #D0D0D0;
    }

    .member .or span {
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
        letter-spacing: 0px;
    }

.member .fbLink button.fbBtn {
    border: none;
    margin: 5px auto;
    padding: 12px 43px;
    width: 100%;
    margin-bottom: 13px;
    text-align: center;
}

.member .fbLink .fbBtn {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 20px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #3b5998;
}

.member .gLink {
    text-align: center;
}

.member .fbLink .fbBtn:hover {
    background-color: #4664a5;
    -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
}

.member .gLink button.gBtn {
    border: none;
    margin: 5px auto;
    padding: 12px 43px;
    width: 100%;
    margin-bottom: 13px;
    text-align: center;
}

.member .gLink .gBtn {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 20px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #ec170c;
}

    .member .gLink .gBtn:hover {
        background-color: #ec2c22;
        -webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.5);
    }

.member table, table td, .member table th {
    border: 0px solid #ccc;
}


/********************* programmer後面新增的CSS *********************/
/*slider btn style*/
.carousel-btn-prev, .carousel-btn-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    line-height: 30px;
    background: rgba(255,255,255,0.5);
    width: 20px;
    text-align: center;
    border-radius: 10%;
    border: 1px solid #b0936e;
}

    .carousel-btn-prev i, .carousel-btn-next i {
        font-size:18px;
        font-weight:900;
        color: blue;
    }

.carousel-btn-prev {
    left: 0px;
}

.carousel-btn-next {
    right: 0px;
}

    .carousel-btn-prev:hover, .carousel-btn-next:hover {
        background: #ddd;
        border: 1px solid blue;
    }

        .carousel-btn-prev:hover i, .carousel-btn-next:hover i {
            font-weight: 700;
            color: black;
        }

img.lineIcon {
    width: 30px;
    margin-bottom: 5px;   
}

.product .item-img img,  .card-img-top, .service .item-img img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
}

.service .item, .product .item {
    min-height: 330px;
}

.item-img {
    width: 100%;
}

/*#navPhone .nav-item {
    margin: 0;
}*/

.rocDate select {
    width: 30%;
    height: 50px;
    margin: 3px;
    border-radius: 5px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.rocDate
{
    width:90%;
}
.rocDate, .rocDate * {
    font-size: 20px;
}

.homeService ,.homeData{
    min-height: 370px;
}

.homeProduct {
    min-height: 400px;
}

.homeService img, .homeData img{
    min-height: 200px;
}

@media (max-width: 991px)
/******電腦版顯示尺寸*******/
{
    .display-in-pc {
        display: none;
    }
}

/******手機下拉選項*******/
@media (min-width: 992px) {
    .display-in-mobile1 {
        display: none;
    }
}

@media (max-width:768px) {
    .display-in-mobile {
        display: none;
    }
}



.fbLoginBtn {
    width: 100%;
}

#memSel {
    height: 50px;
}

.widget-socials2 a {
    width: 33px;
    height: 33px;
}

.newsLeftImg
{
    max-width:200px;
}

.back-to-top {
    bottom: 72px;
    right: 12px;
    border-radius: 5px;
    height: 45px;
}

/*----------  post share  ----------*/
.post-share span {
    padding-right: 10px;
}

.post-share ul {
    display: inline-block;
}

.post-share ul li {
    display: inline-block;
    margin-right: 5px;
}

.post-share ul li a {
     color: #333;
}

.productInfo .btn-add-cart button {
    float: left;
    border-radius: 0px;
    font-family: Montserrat, Arial, sans-serif;
    color: #FFF !important;
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    white-space: nowrap;
    background-color: #ca2808;
    padding: 10px 25px 9px 5px;
    border: 1px solid #ca2808;
    -webkit-transition: color .2s ease, background .2s ease, border .2s ease, opacity .2s ease-in-out;
    transition: color .2s ease, background .2s ease, border .2s ease, opacity .2s ease-in-out;
}

.shopping-title .payment, .reg-bar1.payTypeSelect {
    padding:0;
    width: 98%;
    margin: 0 auto;
}

img.cartImg
{
    max-width:100px;
}

#checkoutbottom .btn-custom.btn-continue.btn-sm a {
    color: #FFF ;
}

.albumPhotos .photoPreview
{
    object-position:center;  
}

.top-bar .list-inline .list-inline-item a.social-icon-sm {
    font-size: 18px;
}

.gl_trans {
    display: inline-block;
    margin-left:10px;
}

.lineIcon i
{
    background:green;
}

.topMarq {   
    display: block;
    margin-bottom: 0px;
}

.lineIcon .fa-line {
    margin-left: -1px;
}

.slick-prev:before, .slick-next:before {
    opacity: 0.5 !important;
    color: black !important;
}

.changePicBlock .hintIcon {
    position: fixed;
}

/*---------navbar增加下拉式選單---------*/
#navbarNavDropdown .nav > li.menu-item-has-children > a {
    padding-right: 18px;
}

#header.header-2 #navbarNavDropdown .nav > li.menu-item-has-children > a, #header.header-5 #navbarNavDropdown .nav > li.menu-item-has-children > a {
    padding-right: 0px;
}
#navbarNavDropdown .nav > li ul li.menu-item-has-children {
    position: relative;
}

#navbarNavDropdown .nav > li .sub-menu {    
    width: 100%;    
    padding: 0;   
    z-index: 5;
}

#navigation .nav > li .sub-menu a {
    padding: 10px 20px;
}

#navbarNavDropdown .nav > li .sub-menu .sub-menu {
    list-style: none;
    height:auto;  
}
    #navbarNavDropdown .nav > li .sub-menu .sub-menu a {
        margin-left: 20px;
    }
    /*#navbarNavDropdown .menu-item-arrow::after*/
    /*#navbarNavDropdown .collapsedSign::after {
    position: absolute;   
    font-style: normal;   
    text-decoration: inherit;  
    font-weight: 900;
    font-size: 18px;  
    content: ">";
    transform: scaleX(0.6);
}*/
    #navbarNavDropdown .nav > li > .sub-menu, #navigation .nav > li .sub-mega-menu {
        visibility: hidden;
        position: absolute;
        background-color: #242424;
        margin-top: 20px;
        opacity: 0;
        -webkit-transition: visibility .5s ease, top .5s ease, bottom .5s ease, background .5s ease, margin .5s ease, opacity .5s ease;
        transition: visibility .5s ease, top .5s ease, bottom .5s ease, background .5s ease, margin .5s ease, opacity .5s ease;
    }

#navPhone .sub-menu a.dropdown-item
{
    font-size:18px;
}
/*navbar 上排li:hover後展開下面第一層*/
#navbarNavDropdown .nav > li:hover > .sub-menu, #navbarNavDropdown .nav > li:hover > .sub-mega-menu {
    height: auto;
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}

ul.dropdown-menu.sub-menu .sub-menu {
    /*height: 0;*/
    height:auto;
}

ul.dropdown-menu.sub-menu:hover .sub-menu {
    overflow: hidden;
}

#navbarNavDropdown .dropdown-menu.sub-menu .sub-menu {
    color:white;
    background-color: #666;
}
#navPC .dropdown-menu.sub-menu li {
    height: auto;
    min-height: 35px;
}
    
/*#navPC .dropdown-menu.sub-menu li.dropdown-Lv1 {
    padding: 10px 0;
}*/
#navbarNavPhone ul.dropdown-menu.sub-menu li {
    background-color: #eee;
}
#navbarNavPhone ul.dropdown-menu.sub-menu li:hover {
    height: auto;

}

#navbarNavDropdown .nav > li .sub-menu-left .sub-menu, #navbarNavDropdown .nav > li .sub-menu .sub-menu.sub-menu-left {
    right: 100%;
    left: auto;
    margin-right: 2px;
    margin-left: 0px;
}

#navbarNavDropdown .nav > li .sub-menu .sub-menu.sub-menu-top ,#navbarNavDropdown .nav > li .sub-menu li:hover .sub-menu.sub-menu-top 
{
    position:relative;
    height:auto;
}

#navbarNavDropdown .nav > li .sub-menu a {
    font-size: 16px;
    margin-left:5px;
}

#navbarNavDropdown .nav-item > .dropdown-menu {
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 60vh;
}

/**************Navigation style end**************/
.post-share {
    text-align: right;
}

@media (max-width:768px) {
    .slick-next {
        right: -10px !important;
    }

    .slick-prev {
        left: -10px !important;
    }
}

#homeContent .container {
    padding: 0 20px;
}

.productInfo .btn-add-cart button.stockEmpty {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;    
}

.productInfo .btn-add-cart button {
    margin: 0 5px;
}

#navbarNavDropdown .collapsedSign 
{
    margin-top: 5px;
}

@media (min-width:992px) {
    .arrowSign {
        color:white;
    }
}

@media (max-width:991px) {
    .arrowSign {
        color: black;
        font-size:16px;
    }
}


@media (min-width:500px) {
    #phoneMenuBox {
        width: 400px;
    }
}

@media (max-width:499px) {
    #phoneMenuBox {
        width: 100%;
    }
}