/**/

@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Russo+One');
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei';
    font-size: 14px;
    line-height: 1.428571429;
    /*color:#FFF;*/
    background-color: #111;
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

a {
    background: transparent;
    color: #c1a363;
    text-decoration: none;
    outline: none;
    /* for Firefox Google Chrome  */
    behavior: expression(this.onFocus=this.blur());
    /* for IE */
}

a:active,
a:hover,
a:focus {
    outline: 0;
    color: #c1a363;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    color: #FFF;
}

h2 {
    color: #FFF;
}

.product_list_cart .name {
    color: #FFF;
}

.count_table {
    color: #FFF;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    /* for Firefox Google Chrome  */
    behavior: expression(this.onFocus=this.blur());
    /* for IE */
}

::selection {
    background: #b0955d;
    color: #fff;
}

::-moz-selection {
    background: #b0955d;
    color: #fff;
}

#toTop {
    line-height: 90%;
    position: fixed;
    right: 18px;
    bottom: 23px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    background: #b0955d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#toTop a {
    color: #fff;
    font-size: 0.9em;
}

#toTop a:hover {
    color: #fff;
}

#toTop i {
    margin-top: 3px;
    margin-bottom: -5px;
    font-size: 2em;
}

#toTop:hover {
    cursor: pointer;
}

@media (max-width:767px) {
    #toTop {
        right: 13px;
    }
}

#btn_cart a i {
    position: fixed !important;
    top: 32px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    _position: absolute;
    _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
    z-index: 1031;
    font-size: 1.4em;
    color: #b0955d;
    background: #FFF;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width:1050px) and (min-width:992px) {
    #btn_cart a i {
        top: 130px;
    }
}

@media (max-width:991px) {
    #btn_cart a i {
        top: 22px;
    }
}

@media (max-width:850px) {
    #btn_cart a i {
        top: 130px;
    }
}

@media (min-width:768px) {
    #btn_cart a i:hover {
        color: #FFF;
        background: #b0955d;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
}

.cart_num {
    position: absolute;
    z-index: 99;
    top: -3px;
    right: -5px;
    background: #d83232;
    color: #fff;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 0.45em;
    border-radius: 50%;
    font-family: Montserrat;
}

@media (max-width:767px) {
    #btn_cart a i {
        left: 8px;
        top: 12px;
        color: #FFF;
        border: 0;
        background: transparent;
    }
    .cart_num {
        top: 1px;
        right: -4px;
    }
}

.site-main {
    padding-top: 0;
}

.site-navbar {
    border-bottom: 2px #c1a363 solid;
    background: rgba(22, 22, 22, 0.9);
    height: 103px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}

@media (min-width:768px) {
    .navbar-brand img {
        float: left;
        height: 57px;
        margin: 21px 40px 0 15px;
    }
}

.navbar-brand img:hover {
    -webkit-filter: opacity(.8);
}

@media (min-width:991px) {
    #navigation {
        float: right;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .site-navbar {
        height: 83px;
    }
    .site-main {
        padding-top: 0;
    }
    .navbar-brand img {
        float: left;
        height: 40px;
        margin: 20px 27px 0 15px;
    }
    .header_tool_m {
        position: absolute;
        top: 15px;
        right: -11px;
    }
    .header_tool_m a {
        position: relative;
        padding-left: 0;
    }
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
}

@media (max-width:767px) {
    .site-navbar {
        height: 58px;
    }
    .site-main {
        padding-top: 0;
    }
    .navbar-brand {
        margin: 0 auto;
    }
    .navbar-brand a {
        display: inline-block;
    }
    .navbar-brand img {
        margin-top: 13px;
        max-height: 30px;
    }
    .navbar-toggle {
        position: absolute;
        top: -8px;
        right: -30px;
    }
    button.navbar-toggle {
        color: #fff;
        padding: 16px 15px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .navbar-nav {
        padding-bottom: 10px;
    }
    header .nav>li>a {
        color: #FFF;
        text-align: left;
        font-size: 1.1em !important;
        border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
    }
    header .nav>li>a:hover,
    header .nav>li>a:focus {
        text-decoration: none;
        color: #FFF;
        background-color: transparent;
    }
    header .nav>li.active>a,
    header .nav>li>a:hover {
        text-decoration: none;
        color: #c1a363;
        border-left: 2px #c1a363 solid;
    }
    .menu li i {
        width: 40px;
        text-align: center;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        margin-top: 0;
    }
    .navbar-nav>li>a {
        padding: 29px 29px;
        margin: 0 1px;
        color: #FFF;
        text-align: center;
        font-size: 0.95em;
        position: relative;
    }
    .navbar-nav>li>a span {
        font-size: 0.8em;
        /*text-transform:uppercase;*/
        display: block;
        color: #FFF;
        margin-top: 2px;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li.active>a,
    .navbar-nav>li>a:focus,
    .navbar-nav>li>a:hover span,
    .navbar-nav>li.active>a span,
    .navbar-nav>li>a:focus span {
        color: #c1a363;
        background: transparent;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .navbar-nav>li>a {
        padding: 29px 20px;
        margin: 0;
        font-size: 0.9em;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-nav {
        float: right;
    }
    .navbar-nav>li>a {
        padding: 19px 10px;
        margin: 0 1px;
        font-size: 0.85em;
    }
    .navbar-nav>li>a img {
        margin-top: 4px;
        width: 75px;
    }
}

@media (max-width:767px) {
    .site-main {
        padding-top: 0;
    }
    #myCarousel section {
        background-size: auto 100% !important;
    }
}


/*-------------------------------*/


/*           Wrappers            */


/*-------------------------------*/


/*手機選單搜尋*/

#search label {
    position: absolute;
    right: 25px;
    top: 48px;
}

#sidebar-wrapper .title {
    display: inline-block;
    margin: 0;
    padding: 40px 25px 20px;
    text-align: left;
    font-size: 1.7em;
    width: 100%;
    color: #fff;
    /*background:rgba(22, 22, 22, 0.9);*/
    /*border-bottom: 2px #fff solid;*/
}

#sidebar-wrapper .title img {
    margin: 5px 20px 10px 10px;
    max-height: 43px;
}

#sidebar-wrapper .nav li a {
    padding: 15px 15px 15px 25px;
    text-transform: uppercase;
}

#sidebar-wrapper .nav li a span {
    display: inline-block;
    padding-left: 30px;
    /*margin-left:15px;
    position: relative;
    vertical-align: top;*/
}


/*#sidebar-wrapper .nav li a span:before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #444;
    left: 10px;}*/


/*手機選單大標*/

.nav .menu {
    background: #000;
    font-size: 0.8em;
}

.nav .menu a:hover {
    background-color: #000;
}

.nav .menu>li>a {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px #000 solid !important;
}

.nav>li>a i {
    width: 30px;
    color: #111;
}

.nav .open .dropdown-menu>li>a {
    font-size: 1.05em;
}

.nav .arrow {
    display: inline-block;
    float: right;
    /*width: 0;
    height: 0;
	margin-top: 7px;
    margin-right: 6px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;*/
}

.nav .arrow i {
    font-size: 1.3em;
    margin-right: 5px;
    width: auto !important;
}


/*第二層選單*/

.nav .dropdown-menu>li>a {
    color: #fff;
}

.nav .dropdown-menu>li>a:hover,
.nav .dropdown-menu>li>a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}


/*.nav {
    position: absolute;}*/

.nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #b0955d;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav .open .dropdown-menu>li>a,
.nav .open .dropdown-menu .dropdown-header {
    padding: 8px 15px 8px 45px !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #FFF;
    color: #b0955d;
    border-color: #FFF;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.dropdown-menu>li>a {
    white-space: inherit;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: hidden;
    overflow-x: hidden;
    background: rgba(22, 22, 22, 0.9);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.toggled #sidebar-wrapper {
    overflow-y: auto;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 270px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}


/*-------------------------------*/


/*     Sidebar nav styles        */


/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before,
.sidebar-nav li:nth-child(4):before,
.sidebar-nav li:nth-child(6):before,
.sidebar-nav li:nth-child(8):before {
    background-color: #f1a801;
}

.sidebar-nav li:nth-child(3):before,
.sidebar-nav li:nth-child(5):before,
.sidebar-nav li:nth-child(7):before,
.sidebar-nav li:nth-child(9):before {
    background-color: #044877;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 240px;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    width: 220px;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    /*height: 80px;*/
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 14px;
    right: 15px;
    z-index: 9998;
    display: block;
    width: 20px;
    height: 29px;
    background: transparent;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    right: 0;
    height: 3px;
    width: 20px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.hamburger.is-closed .hamb-top {
    top: 6px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 6px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    /*top: 0;*/
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    /*bottom: 0;*/
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #FFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}


/*-------------------------------*/


/*            Overlay            */


/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(53, 53, 53, 0.8);
    z-index: 999;
}

.dropdown-menu-tree {
    background: #FFF;
    padding-left: 33px;
}

.dropdown-menu-tree a {
    color: #555 !important;
}


/*.dropdown-menu-tree a:hover{
	background:#FFF !important;}*/

.dropdown-menu-tree ul {
    list-style-type: none !important;
}

.dropdown-menu-tree li {
    list-style-type: none !important;
    padding: 5px 10px;
}

.dropdown-menu-tree .now a {
    color: #6FB038 !important;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

footer {
    color: #2b2b2b;
    background: #181818 url(../images/bg_footer.jpg) repeat;
}

footer a {
    color: #FFF;
}

footer a:hover,
footer a:active,
footer a:foucus {
    color: #c1a363;
}

footer img {
    padding: 5px 20px 0;
}

footer p {
    color: #727272;
    font-size: 1.15em;
    line-height: 200%;
}

footer i {
    display: inline-block;
    width: 25px;
    text-align: center;
    padding-right: 10px;
    color: #c1a363;
}

footer .footer_box {
    margin-bottom: 30px;
}

footer .info {
    padding: 0 55px 0 15px;
}

@media (max-width:991px) {
    footer .info {
        padding: 0 30px;
    }
}

footer .info p {
    color: #FFF;
    line-height: 200%;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

footer .links {
    line-height: 250%;
}

footer .links ul {
    margin: 20px 0 20px;
}

footer .links .list {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 32px;
}

footer .links .list li {
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-size: 1.1em;
    padding: 0 35px 0 20px;
    vertical-align: top;
}

footer .links .list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #444;
    right: 7px;
}

footer .links .list li:last-child:before {
    display: none;
}

@media (max-width: 991px) {
    footer .links .list {
        display: block;
        height: auto;
        margin-left: 0;
    }
    footer .links .list li {
        padding: 0 25px 0 5px;
        vertical-align: top;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    footer .links .list {
        font-size: 0.95em;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    footer .links .list {
        font-size: 0.9em;
    }
}

@media (max-width: 466px) {
    footer .links .list li:nth-child(3n):before {
        display: none;
    }
}

ul.reset,
li.reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.txt_red {
    color: #d83232 !important;
}

.txt_gold {
    color: #b0955d !important;
}

.txt_gray {
    color: #afafaf !important;
}

.txt_grayD {
    color: #666 !important;
}

.txt_white {
    color: #FFF !important;
}

.banner_height {
    height: 870px;
}

.banner_content {
    margin: 400px 0 0;
    color: #FFF;
    font-weight: 100;
}

.banner_content h3 {
    font-size: 3em;
    font-style: italic;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.banner_content span {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 15px 0 17px;
    background: #FFF;
}

.banner_content p {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    line-height: 180%;
}

@media (max-width:991px) {
    .banner_height {
        height: 650px;
    }
    .banner_content {
        margin: 290px auto 0;
    }
}

@media (max-width:767px) {
    #myCarousel .carousel-inner {
        position: relative;
    }
    .banner_height {
        padding: 0 0;
        height: 550px;
        text-align: right;
    }
    .banner_content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin: 0 auto 0;
        padding: 10px 30px 15px;
        background: rgba(0, 0, 0, 0.5);
    }
    .banner_content h3 {
        font-style: normal;
        font-size: 2.1em;
        padding-bottom: 0px;
    }
    .banner_content span {
        width: 30px;
        margin: 10px 0 12px;
    }
    .banner_content p {
        font-style: normal;
        font-size: 1.2em;
    }
}


/*PADDING*/

.padding_0 {
    padding: 0;
}

.index_padding {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.footer_padding {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

.page_padding {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}

.index_ad img {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

@media (max-width:767px) {
    .padding_turn0 {
        padding: 0;
    }
    .index_padding {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .footer_padding {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }
    .page_padding {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}

.animatedDelay1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.animatedDelay2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.animatedDelay3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animatedDelay4 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.animatedDelay5 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.animatedDelay6 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.animatedDelay7 {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.animatedDelay8 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.animatedDelay9 {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.animatedDelay10 {
    -webkit-animation-delay: 3.0s;
    animation-delay: 3.0s;
}


/*modal*/

.modal_header {
    background: #b0955d;
    color: #FFF;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h4.modal-title {
    font-size: 1.2em;
    font-weight: 400;
}

.modal_body {
    font-size: 1.05em;
    padding-bottom: 0;
}

.modal_body img {
    margin: 0 auto 15px;
    text-align: center;
    border: 1px #DDD solid;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.modal_body_content {
    color: #555;
    padding: 10px;
}

@media (max-width:767px) {
    .modal_body {
        padding-left: 15px;
    }
    .modal_body_content {
        padding: 0 0 5px;
    }
}

.modal_product_detail_list {
    float: left;
    list-style-type: none;
    padding: 0;
}

.modal_product_detail_list li {
    padding-bottom: 5px;
}

.modal_product_detail_list li a {
    color: #313131;
}

.modal_product_detail_list li a:hover {
    color: #ed6953;
}

.modal_product_detail_list h3 {
    color: #111;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 150%;
}

.modal_product_detail_list h3 span {
    color: #ed6953;
}

.modal_product_detail_list p {
    margin: 5px 0 5px;
}

.modal_product_detail_list .price {
    color: #d04c25;
    font-size: 1.2em;
}

.btn-first {
    color: #fff;
    background-color: #b0955d;
}

.btn-second {
    color: #fff;
    background-color: #161616;
}

.btn-third {
    color: #fff;
    background-color: #333;
}

.btn-first:hover,
.btn-first:active,
.btn-first:focus,
.btn-second:hover,
.btn-second:active,
.btn-second:focus,
.btn-third:hover,
.btn-third:active,
.btn-third:focus {
    color: #CCC !important;
}

.modal-footer .btn-first,
.modal-footer .btn-second {
    padding: 12px 5px;
    font-size: 1.12em;
}

.btn_left {
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


/*BG*/

.fixed_bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.fixed_bg img {
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
}

.bg_index1 {
    background-image: url(../images/bg_index1.jpg);
    box-shadow: 1px 1px 13px 2px rgba(0, 0, 0, 0.2) inset;
}

.bg_index2 {
    background-image: url(../images/bg_index2.jpg);
    box-shadow: 1px 1px 13px 2px rgba(0, 0, 0, 0.2) inset;
    background-position: left;
}

@media (max-width:1199px) {
    .fixed_bg {
        background-attachment: scroll;
    }
}


/*QUICK BOOKING*/

.bg_index1 .container {
    position: relative;
}

.quick_booking {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.index_padding .quick_booking {
    position: relative;
    top: -130px;
    left: 0;
    margin-bottom: -50px;
    background: #b0955d;
    box-shadow: 0 7px 0 rgba(0, 0, 0, 0.15);
}

.page_padding .quick_booking {}

@media (min-width:768px) and (max-width:991px) {
    .index_padding .quick_booking {
        margin-bottom: -150px;
    }
}

@media (max-width:767px) {
    .quick_booking {
        padding: 45px 15px 50px;
    }
    .index_padding .quick_booking {
        top: -70px;
        margin-bottom: -10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: rgba(216, 184, 118, 0.7);
    }
}

.form_style {
    padding: 0;
    font-size: 1.1em;
    position: relative;
}

@media (min-width:768px) {
    .form_style .booking_title {
        position: absolute;
        top: -60px;
        left: -30px;
        z-index: 1;
    }
    .form_style .booking_title h2 {
        display: inline-block;
        background: #b0955d;
        padding: 17px 30px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}

.form_style h2 {
    margin: -5px 0 3px;
    padding: 0;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
}

.form_style h2 span {
    font-size: 1.2em;
}

.form_style .form-control,
.form_style button {
    min-height: 39px;
    height: auto;
    font-size: 1em;
}

.form_style .input-group,
.form_style .form-group {
    margin-bottom: 0;
}

@media (max-width:1199px) {
    .form_style .input-group,
    .form_style .form-group {
        margin-bottom: 15px;
    }
    .form_style {
        padding: 0;
    }
}


/*INDEX IFNO*/

.index_info {
    color: #FFF;
    padding: 65px 25px 30px;
}

.index_info h2 {
    font-size: 2.5em;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 200;
    font-style: italic;
}

.index_info h2:first-letter {
    color: #c1a363;
}

.index_info h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    font-weight: 200;
    font-style: italic;
    line-height: 200%;
}

.index_info p {
    font-size: 1.25em;
    font-weight: 200;
    margin-bottom: 0;
    line-height: 200%;
}

.index_info span {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 15px 0 17px;
    background: #c1a363;
}

@media (max-width:1199px) and (min-width:992px) {
    .index_info {
        padding: 15px 5px 10px;
    }
}

@media (max-width:767px) {
    .index_info {
        padding: 10px 5px 10px;
    }
    .index_info h2 {
        font-size: 2em;
    }
    .index_info h3 {
        font-size: 1.2em;
    }
    .index_info p {
        font-size: 1.2em;
    }
    .add_height {
        margin-bottom: 30px;
    }
}

.index_title h2 {
    color: #FFF;
    font-size: 2.5em;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 200;
    font-style: italic;
}

.index_title h2:first-letter {
    color: #c1a363;
}

.index_title h2 span {
    font-size: 0.6em;
    font-weight: 200;
    margin-bottom: 0;
    padding-left: 10px;
}

.index_title>span {
    display: inline-block;
    width: 50px;
    height: 1px;
    margin: 18px 0 8px;
    background: #c1a363;
}

@media (max-width:767px) {
    .index_title h2 {
        font-size: 2em;
    }
    .index_title>span {
        margin: 17px 0 17px;
    }
    .index_title h2 span {
        display: block;
        margin-top: 12px;
        padding-left: 0;
    }
}


/*NEWS*/

.news_padding {
    padding: 20px 5px 15px;
}

.index_padding .news_padding {
    padding: 20px 5px 10px;
}

.news_list {
    background: #1c1c1c;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 5px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width:767px) {
    .news_padding {
        padding: 0 15px 30px;
    }
    .index_padding .news_padding {
        padding: 20px 15px 10px;
    }
    .news_list.location_list {
        margin-bottom: 0;
    }
}

.news_list figcaption {}

.news_list .date {
    position: absolute;
    top: 10px;
    left: -7px;
    z-index: 9;
    color: #FFF;
    width: 60px;
    height: 60px;
    padding: 7px 15px 0;
    text-align: center;
    font-size: 1.15em;
    line-height: 100%;
    background: #1c1c1c url(../images/bg_date.png) center center no-repeat;
}

.news_list .date span.mm,
.title_box .date span.mm {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.news_list .date span.dd,
.title_box .date span.dd {
    display: block;
    text-align: right;
}

.news_list h3 {
    color: #FFF;
    margin: 0;
    padding: 20px 23px 10px;
    font-size: 1.35em;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list p {
    color: #a9a9a9;
    font-size: 1.2em;
    line-height: 180%;
    padding: 0px 23px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list:hover {
    background: #917b4c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list:hover img {
    -webkit-filter: contrast(1.3);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list:hover h3 {
    color: #FFF;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list:hover p {
    color: #ead8b3;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list:hover .date {
    background: #917b4c url(../images/bg_date.png) center center no-repeat;
    ;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.btn_more a {
    background: #b0955d;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 2px 15px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn_more a:hover {
    background: #1c1c1c;
}

@media (max-width:767px) {
    .btn_more a {
        margin: -5px 0 10px 0;
    }
}


/*banner標題*/

.bg_title {
    background: #2b2b2b url(../images/bg_banner.jpg) bottom center no-repeat;
    text-align: center;
}

.title_padding {
    padding-top: 165px !important;
    padding-bottom: 60px !important;
}

.top_title {
    display: inline-block;
    padding: 0;
    color: #FFF;
    text-align: left;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei';
}

.top_title h2 {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.65em;
    font-weight: 300;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.top_title h2 span.en {
    font-size: 0.7em;
    padding-left: 10px;
    color: #e6c47b;
    text-transform: uppercase;
}

.top_title>span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #c1a363;
}

.bg_title a {
    float: right;
    background: #d83232;
    color: #fff;
    font-size: 0.7em;
    text-shadow: none;
    margin: -4px 5px 0 5px;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}

.bg_title a:hover {
    background: #b0955d;
}

@media (max-width:991px) {
    .title_padding {
        padding-top: 145px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width:767px) {
    .bg_title {
        background-size: auto 100%;
    }
    .title_padding {
        padding-top: 85px !important;
        padding-bottom: 35px !important;
    }
    .top_title h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .bg_title a {
        font-size: 0.8em;
    }
}


/*路徑*/

.path {
    border-bottom: 1px #000 solid;
}

#pathway {
    height: 50px;
    line-height: 50px;
    text-align: right;
    float: right;
    padding: 0 5px;
    width: 100%;
    color: #838383;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#pathway span {
    color: #838383;
}

#pathway a {
    color: #838383;
}

#pathway a:hover {
    color: #c1a363;
}

#pathway i {
    padding: 0 10px;
}


/*詳細頁標題*/

.title_box {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px #303030 solid;
}

.title_box .title {
    margin: 0;
    padding: 0 0 0 75px;
}

.title_box .title p {
    margin: 5px 0 1px;
}

.title_box .title h1 {
    display: inline-block;
    margin: 0;
    padding: 0 0 20px;
    width: auto;
    color: #FFF;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 140%;
}

.title_box .date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #FFF;
    width: 60px;
    height: 60px;
    padding: 7px 15px 0;
    text-align: center;
    font-size: 1.15em;
    line-height: 100%;
    background: #917b4c url(../images/bg_date.png) center center no-repeat;
}

.addthis_box {
    float: right;
    padding-top: 36px;
    height: 39px;
}

@media (max-width:767px) {
    .title_box {
        padding: 0 15px 0 0;
    }
    .addthis_box {
        padding-top: 0;
        margin: -10px 0 13px;
    }
}


/*網頁編輯內容*/

.page_content {
    float: left;
    width: 100%;
    height: auto;
}

.page_content h2 {
    margin: 0 0 7px;
    font-size: 1.5em;
    text-align: center;
    color: #c1a363;
    line-height: 160%;
    font-weight: 400;
}

.page_content h3 {
    margin: 0 0 7px;
    padding: 0;
    font-size: 1.3em;
    color: #c1a363;
    line-height: 160%;
    font-weight: 400;
}

.page_content p {
    font-size: 1.15em;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 200%;
    color: #fff;
}

.page_content a {
    color: #c1a363;
}

.page_content a:hover {
    color: #b0955d;
}

.page_content .box {
    padding: 0;
}

.page_content .box img {
    margin: 5px auto 20px;
    display: block;
    max-width: 100%;
    height: auto;
}


/*TABLE*/

.page_content_table {
    border: 0;
    font-size: 1.15em;
    margin-bottom: 20px;
}

.page_content_table a,
.page_content_table a i {
    color: #FFF;
}

.page_content_table a:hover,
.page_content_table a:hover i {
    color: #b0955d !important;
}

.page_content_table tr:hover {
    background: #1c1c1c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page_content_table th {
    color: #FFF;
    text-align: center;
    font-weight: 300;
    padding: 13px 15px !important;
    background: #313131;
    border: 0 !important;
}

.page_content_table td {
    text-align: center;
    font-weight: 300;
    vertical-align: middle !important;
    border-top: 0 !important;
    border-bottom: 1px #1c1c1c solid;
    color: #FFF;
    line-height: 160% !important;
    padding: 10px 15px !important;
}

.page_content_table td i:hover {
    color: #FFF;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width:991px) {
    .table-responsive {
        border: 0 !important;
    }
    .page_content_table {
        border: 0 !important;
        font-size: 1.1em;
    }
    .page_content_table th {
        padding: 10px 2px;
    }
    .page_content_table td {
        padding: 5px 2px;
    }
}

.numlist {
    margin-top: 5px;
    padding-left: 20px;
}

.numlist li {
    list-style-type: decimal;
    font-size: 1.15em;
    padding-bottom: 0;
    line-height: 200%;
    font-family: "Noto Sans TC", "Microsoft JhengHei";
}

.numlist.addheight li {
    padding-bottom: 10px;
}

.numlist li ul li {
    font-size: 1em;
    list-style-type: upper-alpha;
}

.numlist li ul li ul li {
    font-size: 1em;
    list-style-type: lower-alpha;
}


/*換頁*/

.pagination {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pagination>li>a,
.pagination>li>span {
    color: #b0955d;
    background-color: transparent;
    border: 0 solid transparent;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination li a:hover {
    background-color: #b0955d;
    border-color: #b0955d;
    color: #FFF;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*BTN*/

.line_button {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 70px auto 50px;
}

.line_button a {
    border: 1px #b0955d solid;
    padding: 7px 25px;
    font-size: 1.1em;
    color: #b0955d !important;
    border-radius: 4px;
}

.line_button a i {
    padding: 0 5px 0 0;
}

.line_button a:hover {
    background: #b0955d;
    color: #fff !important;
}


/*LOCATION*/

.news_list.location_list {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}

.news_list.location_list figcaption {
    position: relative;
    padding: 3px 20px 0;
}

.news_list.location_list h3 {
    padding: 20px 5px 18px;
    margin-bottom: 13px;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.news_list.location_list p {
    padding: 0;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    display: block;
}

.news_list.location_list p a {
    color: #a9a9a9;
}

.news_list.location_list p i {
    display: inline-block;
    width: 30px;
    text-align: center;
    padding-right: 1px;
}

.news_list.location_list p.text-right a,
.news_list.location_list p.text-right {
    color: #FFF;
}

.news_list.location_list p.text-right i.fa-user {
    width: 20px;
}

.news_list.location_list:hover p a {
    color: #ead8b3;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list.location_list:hover p.text-right a,
.news_list.location_list:hover p.text-right {
    color: #413721;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list.location_list .btn_booking a {
    position: absolute;
    top: -45px;
    right: 20px;
    z-index: 9;
    color: #636363;
    width: 70px;
    height: 70px;
    padding-top: 14px;
    line-height: 130%;
    font-size: 1.2em;
    text-align: center;
    background: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}

.news_list.location_list .btn_booking a i {
    font-size: 1.2em;
}

.news_list.location_list:hover .btn_booking a {
    color: #917b4c;
}

.location_area .info_tag {
    float: left;
    width: 100%;
    height: auto;
    line-height: 180%;
    margin-bottom: 5px;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px #c1a363 solid;
}

.location_area .info_tag ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.location_area .info_tag li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.location_area .info_tag a {
    width: 100%;
    display: inline-block;
    padding: 0 0 10px 0;
    color: rgba(193, 163, 99, 0.5);
    border-bottom: 3px #111 solid;
}

.location_area .info_tag .active a {
    color: #c1a363;
    border-bottom: 3px #c1a363 solid;
}

.location_area .info_tag_show {
    float: left;
    width: 100%;
    height: auto;
    line-height: 180%;
    padding-top: 20px;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    font-size: 1.15em;
}

.location_area .info {
    float: left;
    width: 100%;
    height: auto;
    line-height: 180%;
    padding-top: 15px;
    margin-bottom: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    font-size: 1em;
}

@media (max-width: 767px) {
    .location_area .info {
        padding-top: 25px;
    }
}


/*小頁籤*/

.sort {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
}

.sort a {
    display: inline-block;
    margin: 6px;
}

.md-button {
    color: rgba(193, 163, 99, 0.5);
    background: #111;
    border: 1px solid rgba(193, 163, 99, 0.5);
    text-decoration: none;
    padding: 5px 20px;
    margin: 0;
    position: relative;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    transition: all .5s;
    font-size: 1.15em;
}

.md-button.active,
.md-button:hover {
    color: #c1a363;
    background: #111;
    border: 1px solid #c1a363;
}


/*QA*/

.supportQA {
    padding: 0 0 15px;
}

.supportQA h3 {
    font-size: 1.25em;
    margin-bottom: 15px;
    line-height: 180%;
    font-weight: 300;
    color: #fff;
}

.supportQA p {
    color: #a9a9a9;
    margin-left: 8px;
    padding-left: 22px;
    padding-bottom: 5px;
    line-height: 200%;
    font-weight: 300;
    font-size: 1.15em;
    border-left: 2px #c1a363 solid;
}

.supportQA:hover h3 {
    color: #c1a363;
}


/*聯絡我們*/

.contactus span {
    font-size: 1.15em;
    color: #dc4e41;
}

.contactus .form-control {
    height: auto;
    padding: 10px 12px;
    font-size: 1.15em;
    box-shadow: none;
    border: 0;
    color: #FFF;
    background: #1c1c1c;
}

.contactus .form-control:focus {
    background: #313131;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.contactus button {
    font-size: 1.15em;
}

button.more {
    border: 1px #b0955d solid;
    margin: 30px auto;
    padding: 5px 20px;
    font-size: 1.1em;
    color: #b0955d !important;
    border-radius: 4px;
    background: #111;
}

button.more i {
    font-size: 1.3em;
}

button.more:hover {
    color: #FFF !important;
    background-color: #b0955d;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

fieldset[disabled] .form-control {
    background-color: #1c1c1c;
    opacity: 1;
    color: #777;
}

.contact-form .alert {
    line-height: 150%;
    font-size: 1.1em;
}


/*標題樣式*/

h2.title_style {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 28px;
    font-size: 1.35em;
    padding: 16px 10px;
    margin: 0 auto 15px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
    line-height: 160%;
    color: #FFF;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei';
    background: url(../images/bg_off.png) repeat-x;
    background-position: 0 35px;
}

h2.title_style span {
    padding: 0 15px;
    background: #111;
}


/*LOCATION_DETAIL*/

.bg_locaion {
    margin-top: 50px;
    border-top: 2px #c1a363 solid;
    border-bottom: 2px #c1a363 solid;
}

.location_info {
    position: relative;
    padding: 30px 30px 40px;
    min-height: 600px;
    background: rgba(17, 17, 17, 0.9);
    font-weight: 300;
}

.location_info figcaption {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px rgba(92, 92, 92, 0.50) solid;
    border-bottom: 1px rgba(92, 92, 92, 0.50) solid;
}

.location_info img {
    height: 40px;
}

.location_info h1 {
    text-align: center;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 150%;
    margin: 15px 0 3px;
    padding: 0;
}

.location_info h2 {
    text-align: center;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 180%;
    margin: 0;
    padding: 0;
}

.location_info p {
    color: #ead8b3;
    font-size: 1.2em;
    line-height: 180%;
    padding: 0;
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
    display: block;
}

.location_info p a {
    color: #ead8b3;
}

.location_info p a:hover {
    color: #FFF;
}

.location_info p i {
    display: inline-block;
    width: 35px;
    text-align: center;
    padding-right: 1px;
}

.location_info .btn_booking a {
    position: absolute;
    bottom: 45px;
    right: -80px;
    z-index: 9;
    color: #fff;
    width: 125px;
    height: 125px;
    font-weight: 400;
    padding-top: 32px;
    font-size: 1.3em;
    text-align: center;
    background: #b0955b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}

.location_info .btn_booking a i {
    padding-bottom: 3px;
    font-size: 1.8em;
}

.location_info .btn_booking a:hover {
    color: #b0955b;
    background: #FFF;
}

@media (max-width: 767px) {
    .location_info {
        min-height: auto;
    }
    .location_info .btn_booking a {
        top: -90px;
        left: 30px;
    }
}

.location_photo {
    text-align: right;
    margin-top: -20px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .location_photo {
        margin-top: 0;
    }
}

.location_photo img {
    height: 60px;
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.location_photo img:hover {
    -webkit-filter: brightness(.5);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list {
    margin: 5px 0 30px;
}

.services_list h3 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 1.3em;
    font-weight: 300;
    color: #c1a363;
    padding-left: 70px;
}

.services_list h3.icon1 {
    background: url(../images/icon_services1.png) no-repeat;
}

.services_list h3.icon2 {
    background: url(../images/icon_services2.png) no-repeat;
}

.services_list h3.icon3 {
    background: url(../images/icon_services3.png) no-repeat;
}

.services_list ul {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 0 0 0 70px;
    font-weight: 300;
    list-style-type: none;
    color: #a9a9a9;
    font-size: 1.15em;
}

.services_list ul li {
    line-height: 200%;
}

.services_list ul li.notOffered {
    color: #333;
}

.services_list ul li i {
    padding-right: 10px;
}

@media (max-width: 767px) {
    .location_photo {
        text-align: center;
    }
    .location_photo img {
        margin: 7px;
    }
    .services_list ul {
        padding: 0;
    }
}

p.notice_text {
    padding: 15px;
    font-size: 1.15em;
    color: #a9a9a9;
    line-height: 180%;
}


/*M_SERVICES*/

table.table_services {
    line-height: 180%;
    font-size: 1.05em;
    border-top: 1px rgba(176, 149, 93, 0.5) solid;
}

table.table_services tr {
    border-bottom: 1px rgba(176, 149, 93, 0.5) solid;
}

table.table_services th {
    padding: 8px 5px;
    font-weight: 400;
    color: #b0955d;
}

table.table_services td {
    padding: 8px 5px;
}

ul.services_room_list {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #555;
}

ul.services_room_list li {
    padding: 0;
    margin: 0;
}

img.small_pic {
    height: 60px;
    margin-right: 10px;
}


/*------------------購物車列表------------------*/

@media (min-width: 768px) {
    .cart_item {
        float: left;
        box-sizing: border-box;
        margin: 10px 0 15px;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .product_list_cart {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 15px;
        margin: 0 0 15px;
        border-bottom: 1px #333 dashed;
    }
    .product_list_cart.checkorder {
        padding: 0 10px 48px;
    }
}

@media (max-width: 767px) {
    .cart_item {
        float: left;
        box-sizing: border-box;
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .product_list_cart {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px 20px;
        margin: 10px 0;
        border-bottom: 1px #333 dashed;
        position: relative;
    }
}

.product_list_cart .pic {
    float: left;
    height: 85px;
    margin-right: 15px;
}

.product_list_cart .pic img {
    height: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product_list_cart .pic img {
    height: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product_list_cart .name {
    width: auto;
    height: auto;
    font-size: 1.25em;
    margin-top: 3px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_list_cart .count {
    width: auto;
    height: auto;
    font-size: 1.05em;
    margin-top: 5px;
    color: #a9a9a9;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei';
}

.product_list_cart .count span {
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    line-height: 160%;
    color: #c1a363;
    display: inline-block;
    border-left: 2px #c1a363 solid;
}

@media (max-width: 767px) {
    .product_list_cart .pic img {
        height: 85px;
    }
    .product_list_cart .name {
        font-size: 1.15em;
        white-space: normal;
    }
    .product_list_cart .count {
        font-size: 1em;
    }
    .product_list_cart .count span {
        margin: 8px 0 5px 5px;
        padding: 0 0 0 10px;
    }
}

.product_list_cart .price {
    float: right;
    width: auto;
    height: auto;
    margin-top: 8px;
    font-size: 1.2em;
    color: #d83232;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei';
}

.product_list_cart .price span {
    height: auto;
    font-size: 0.9em;
    color: #BBB;
    font-weight: normal;
    padding: 0 7px;
    text-decoration: line-through;
}

.product_list_cart .memo {
    float: left;
    width: auto;
    height: auto;
    margin-top: 8px;
    font-size: 1em;
    color: #c1a363;
    text-shadow: 0 1px 0 #FFF;
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
    font-weight: 500;
}

@media (max-width: 500px) {
    .product_list_cart .memo {
        float: left;
        width: auto;
        height: auto;
        margin-left: 85px;
    }
}

.memo {
    font-size: 0.9em;
    color: #c1a363;
    text-shadow: 0 1px 0 #FFF;
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
    font-weight: 500;
}

.product_list_cart .state {
    float: left;
    width: auto;
    height: auto;
    padding-top: 10px;
    font-size: 1.05em;
    color: #c1a363;
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
    font-weight: 500;
}

.product_list_cart .btns {
    width: auto;
    height: auto;
    float: right;
    margin-top: 5px;
}

.product_list_cart .btns button {
    font-size: 0.95em;
    margin-left: 5px;
}


/*COUPON按鈕*/

a .btn_coupon {
    background: #FFF;
}

a:hover .btn_coupon {
    background: #F3F3F3;
}

a:active .btn_coupon {
    background: #EEE;
}

.btn_coupon {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 9px;
    border: 1px #DDD solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.1em;
    margin-bottom: 7px;
    background: #FFF;
}

.btn_coupon .title {
    float: left;
    color: #1E2C31;
    font-weight: 500;
}

.btn_coupon .content {
    float: right;
    color: #313131;
    font-weight: 500;
}

.btn_coupon i {
    width: 25px;
    text-align: center;
}

.count_table {
    float: right;
    width: 100%;
    padding: 10px 0 0;
}

@media (max-width: 767px) {
    .count_table {
        padding: 10px 0 25px;
    }
}

.count_table table {}

.count_table th {
    padding: 5px 0;
    font-weight: 400;
    font-size: 1.11em;
    text-align: right;
}

.count_table td {
    padding: 5px 15px 5px 20px;
    text-align: right;
    font-size: 1.11em;
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
}

.count_table .total {
    font-size: 1.5em;
    color: #d83232;
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
}

.btn_cartNext {
    font-size: 1.15em;
    border: 0;
    padding-left: 25px;
    padding-right: 25px;
    float: right;
    margin: 20px 5px 5px 5px;
}


/*購物車列表*/

.cart_list_form {
    float: left;
    width: 100%;
    padding: 0 0 20px;
}

.cart_list_form h2 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 1.2em;
    color: #333;
}

.cart_list_form h2 span {
    color: #1263aa;
}

.cart_list_form table {}

.cart_list_form th {
    padding: 10px 15px 10px 0;
    text-align: right;
    font-size: 1.1em;
    border-top: 1px #DDD solid;
    border-bottom: 2px #DDD solid;
}

.cart_list_form td {
    text-align: right;
    font-size: 1.1em;
    padding: 10px 15px 10px 0;
    border-bottom: 1px #DDD solid;
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
}

@media (max-width: 767px) {
    .cart_list_form td {
        font-size: 1em;
    }
}

.cart_list_form a {
    color: #313131;
}

.cart_list_form a:hover {
    color: #555;
}

.cart_list_form img {
    width: 30px;
    height: 30px;
}

.cart_list_form .num {
    font-family: 'Noto Sans TC', 'Microsoft Yahei';
}

.cart_list_form .total {
    color: #c1a363;
}

.cart_list_form .total_final {
    color: #c1a363;
    font-size: 1.4em;
    font-weight: bold;
}

.cart_list_form .linethrough {
    color: #999;
    text-decoration: line-through;
}

.form_heading {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFF;
}

.form_heading i {
    margin-left: 5px;
    margin-right: 10px;
}


/*表單*/

.box_userform {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .box_userform {
        margin-top: 0px;
        margin-bottom: 0px;
        border-left: 0px #DDD solid;
        border-right: 0px #DDD solid;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.box_userform h3 {
    color: #c1a363;
    font-weight: 300;
    font-size: 1.4em;
}

.box_userform h3 i {
    color: #c1a363;
}

.box_userform .btn_sytle {
    margin-top: 25px;
    border-radius: 3px;
    padding-left: 35px;
    padding-right: 35px;
}

.box_userform_view {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box_userform_view h3 {
    color: #313131;
    font-size: 1.2em;
}

.box_userform_view h3 i {
    color: #c1a363;
}

.box_userform_view .contact-form {
    padding: 0 15px;
}

@media (max-width:767px) {
    .box_userform_view .contact-form {
        padding: 0;
    }
}

.contact-form a.choice {
    display: inline-block;
    margin: 0 4px;
    padding: 4px 15px;
    color: #c1a363;
    background: #fff;
    border: 1px solid #c1a363;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    transition: all .5s;
}

.contact-form a.choice:hover {
    color: #FFF;
    background-color: #c1a363;
}


/*登入表單*/

.form-signin {}

.form-signin .tip {
    margin: 10px 0;
    padding-left: 10px;
    font-size: 1.15em;
    line-height: 180%;
    font-weight: 300;
}

.form-signin .tip a {
    display: inline-block;
    color: #FFF;
}

.form-signin .tip a:hover {
    color: #c1a363;
}

.form-signin .tip p {
    font-size: 1em;
    line-height: 175%;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.15em;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin .top {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin .middle {
    margin-bottom: -1px;
    border-radius: 0;
}

.form-signin .bottom {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.contact-form .form-control {
    height: auto;
    font-size: 1.1em;
    /*border:0;
	border-bottom:1px #DDD solid;
	box-shadow:none;*/
}

.contact-form .btn-lg {
    font-size: 1.15em;
}

button.btn_send {
    border: 1px #b0955d solid;
    background: #b0955d;
    color: #FFF !important;
    margin: 30px auto;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 1.15em;
    border-radius: 4px;
}

button.btn_send:hover {
    color: #ccc !important;
}

table.table_services td i {
    display: inline-block;
    padding-right: 4px;
}


/* 20211028 */

.padding_inline {
    padding: 0 15px 0 0;
}

@media (max-width:991px) {
    .people_4 .padding_inline {
        padding: 0 15px 0 0;
    }
    .people_4 .padding_inline:nth-child(2n) {
        padding: 0 0 15px 0;
    }
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.booking_form .booking_btn button {
    font-size: 1.1em;
    width: 100%;
    margin: 5px 0;
}


/* 20211028 */

.padding_inline {
    padding: 0 15px 0 0;
}

@media (max-width:991px) {
    .people_4 .padding_inline {
        padding: 0 15px 0 0;
    }
    .people_4 .padding_inline:nth-child(2n) {
        padding: 0 0 15px 0;
    }
}


/* 20211125 */

.contact-form .booking_form .control-label {
    color: #fff;
    font-size: 1.1em;
}

.contact-form .booking_form select,
.booking_form input {
    padding: 10px 15px !important;
}

.contact-form .booking_form select {
    padding: 10px 10px !important;
}

.booking_sameMember .checkbox label {
    margin-left: 10px;
}

.booking_form select,
.booking_form input {
    color: #888 !important;
}

.booking_form .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size: 1em;
    font-weight: 400;
}

.booking_form .booking_btn button {
    font-size: 1.1em;
    width: 100%;
    margin: 5px 0;
}

.people_group {
    border-bottom: 1px dashed #afafaf;
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .booking_box_L {
        padding-right: 15px;
    }
    .booking_box_R {
        padding-left: 15px;
    }
}

@media (max-width:767px) {
    .booking_box_L {
        padding-right: 10px;
    }
    .booking_box_R {
        padding-left: 10px;
    }
}

@media (max-width:991px) {
    .order_select_first {
        margin-right: 0 !important;
    }
    .order_select_second {
        margin-left: 0 !important;
    }
}

/*220726*/
#btn_thsr{
    position: fixed;
    right: 18px;
    top: 80px;
    width: 80px;
    height: 80px;
    z-index: 1031;}
  #btn_thsr a{
    display: block;
    padding: 15px 0 0;
    width: 100%;
    height: 100%;
    text-align:center;
    background:#cb4f0f;
    color: #fff;
    line-height: 130%;
    font-size:1.3em;
    font-weight: 500;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
  #btn_thsr a:hover{
    background:#fff;
    color: #cb4f0f;}
  @media (max-width:767px){
  #btn_thsr{
    right: 8px;
    top: 88px;
    width: 60px;
    height: 60px;}
  #btn_thsr.bottom_style{
    right: 8px;
    top: auto;
    bottom: 80px;}
  #btn_thsr a{
    padding: 9px 0 0;
    font-size:1.1em;}}