@charset "UTF-8";
html * {
    -webkit-font-smoothing: antialiased
}

body {
    letter-spacing: .05em;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 15px;
    color: #626262;
    background-color: #f1f1f1
}

a {
    color: #777;
    cursor: pointer;
    text-decoration: none
}

section {
    padding: 90px 0;
    text-align: center
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family: Arial, Noto Sans, \\5FAE\8EDF\6B63\9ED1\9AD4, \\7E41\9ED1\9AD4, Microsoft JhengHei, Microsoft YaHei, Heiti TC, LiHei Pro, sans-serif, "微軟正黑體";
    font-weight: 400;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #111;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    letter-spacing: 0
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 32px;
    letter-spacing: .25vw
}

h5 {
    font-size: 26px
}

section h2 {
    margin-bottom: 10px
}

section h4 {
    font-size: 20px
}

section a.btn {
    padding: 10px 50px
}

section .tags a.btn {
    padding: 5px 20px;
    margin: 5px
}

footer {
    padding: 60px 0;
    min-height: 100px;
    background: #000
}

input[data-readonly] {
    pointer-events: none
}

.flickity-page-dots .dot {
    width: 12px;
    height: 12px
}

.fancybox-content a {
    text-decoration: none
}

.fancybox-content p {
    color: #777!important
}

#top {
    position: relative
}

#home-top .flickity-slider {
    -webkit-transform: none!important;
    transform: none!important
}

#home-top .flickity-page-dots {
    bottom: 20px;
    z-index: 1
}

#home-top .flickity-page-dots .dot {
    width: 25px;
    height: 25px;
    background: hsla(0, 0%, 100%, .9);
    background-clip: padding-box;
    border: 8px solid hsla(0, 0%, 100%, 0);
    -webkit-transition: border 1s, background 1s;
    transition: border 1s, background 1s;
    cursor: pointer
}

#home-top .flickity-page-dots .dot.is-selected {
    background: #fff;
    border: 8px solid hsla(0, 0%, 100%, .2);
    background-clip: padding-box
}

#home-top .carousel {
    height: 100vh;
    width: calc(100vw - (100vw - 100%))
}

#home-top .carousel-cell {
    width: 100vw;
    height: 100vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0!important;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    z-index: -1
}

#home-top .carousel-cell.is-selected {
    opacity: 1;
    z-index: 0
}

#home-top .top-content {
    z-index: 0;
    position: absolute;
    height: 100vh;
    width: calc(100vw - (100vw - 100%));
    left: 0;
    top: 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 27, .65)), color-stop(20%, rgba(8, 8, 27, 0)), color-stop(80%, rgba(8, 8, 27, 0)), to(rgba(8, 8, 27, .8)));
    background: linear-gradient(180deg, rgba(8, 8, 27, .65) 0, rgba(8, 8, 27, 0) 20%, rgba(8, 8, 27, 0) 80%, rgba(8, 8, 27, .8))
}

#home-top .top-content-inner {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-weight: 400
}

#home-top .top-content-inner-btns {
    margin-top: 25px
}

#home-top .top-content-inner-btns a {
    margin: 5px 15px;
    width: 180px;
    text-decoration: none
}

#home-top .btn,
#membership .btn,
#personal .btn,
#services .btn,
.top-banner .btn {
    border-radius: 0
}

#home-top .top-content h1 {
    color: #fff;
    letter-spacing: 10px;
    font-size: 5.5vw
}

#home-top .top-content h3 {
    color: #fff;
    letter-spacing: 10px;
    font-size: 3.5vw
}

#home-top a.flickityPrevNextButtons {
    position: absolute;
    bottom: 24px;
    color: #fff;
    opacity: .6;
    font-size: 15px;
    font-weight: 400;
    z-index: 2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#home-top a.flickityPrevNextButtons:hover {
    opacity: 1
}

#home-top a.flickityPrevNextButtons:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 40px;
    top: calc(50% - .5px)
}

#home-top a.prevBtn {
    right: calc(50% + 140px)
}

#home-top a.prevBtn:before {
    left: calc(100% + 10px)
}

#home-top a.nextBtn {
    left: calc(50% + 140px)
}

#home-top a.nextBtn:before {
    right: calc(100% + 10px)
}

#home-top a.page-scroll .ti-arrow-down {
    color: #fff
}

@-webkit-keyframes bounce {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes bounce {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.home-slider-arrow-ani {
    margin-top: 10vh;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear
}

.desc {
    text-align: justify;
    margin: 60px auto;
    padding: 35px;
    color: #000;
    border-left: 2px solid #000;
    position: relative;
    max-width: 650px
}

.desc:before {
    border-top: 2px solid #000;
    top: 0
}

.desc:after,
.desc:before {
    content: "";
    display: block;
    width: 40%;
    position: absolute;
    left: 0
}

.desc:after {
    border-bottom: 2px solid #000;
    bottom: 0
}

section#features {
    background: #f9f9f9
}

section#features h4 {
    font-size: 20px
}

section#features .flickity-page-dots .dot.is-selected,
section#features .flickity-page-dots .dot:hover {
    opacity: 1
}

section#services {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 27, .75)), to(#08081b)), url("../assets/templates/modular/img/bg/bg_service.jpg");
    background-image: linear-gradient(rgba(8, 8, 27, .75), #08081b), url("../assets/templates/modular/img/bg/bg_service.jpg");
    background-size: cover;
    background-position: 50%;
    position: relative
}

section#services.inner-page {
    background-image: none;
    background-color: #fff
}

section#services .container h2 {
    font-size: 40px
}

section#services .container h4 {
    font-size: 20px
}

section#services .container h2,
section#services .container h4 {
    color: #fff;
    text-align: center;
    letter-spacing: .25vw
}

section#services .container h5 {
    margin-bottom: 10px
}

section#services.inner-page .container h2,
section#services.inner-page .container h4 {
    color: #000
}

section#services .service_portfolio {
    margin: 50px 0
}

section#services .service_item {
    margin-bottom: 30px
}

section#services .service_inner {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section#services .service_inner:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 27, 0)), color-stop(30%, rgba(8, 8, 27, .2)), to(rgba(8, 8, 27, .8)));
    background: linear-gradient(180deg, rgba(8, 8, 27, 0) 0, rgba(8, 8, 27, .2) 30%, rgba(8, 8, 27, .8));
    background-size: calc(100% + 2px) calc(100% + 2px);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

section#services .service_item .service_inner .service_hover {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px
}

section#services .service_item:hover .service_inner .service_hover {
    background-color: rgba(8, 8, 27, .7)
}

section#services .service_inner .service_hover .service_info {
    position: absolute;
    bottom: 0;
    padding: 15px
}

section#services .service_inner .service_hover .service_info h5 {
    font-size: 22px;
    letter-spacing: .25vw;
    text-align: left
}

section#services .service_inner .service_hover .service_info a,
section#services .service_inner .service_hover .service_info h5,
section#services .service_inner .service_hover .service_info p {
    color: #fff
}

section#blog {
    background-color: #fff
}

section#blog .blog-category {
    position: relative
}

section#blog .blog-category>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1px
}

section#blog .blog-category>div>div.blog-category-bg {
    height: 100%;
    position: relative;
    overflow: hidden
}

section#blog .blog-category>div>div.blog-category-bg>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-position: 50%;
    background-size: cover
}

section#blog .blog-category>div>div.blog-category-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    transition: all .3s
}

section#blog .blog-category>div:hover>div.blog-category-bg>div {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .6s;
    transition: all .6s
}

section#blog .blog-category>div:hover>div.blog-category-bg:after {
    background: rgba(0, 0, 0, .5)
}

section#blog .blog-category>div>div.blog-category-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 15px
}

section#blog .blog-category h3 {
    color: #fff;
    padding: 10px
}

section#blog .blog-category h4 {
    color: #fff;
    font-size: 16px
}

section#membership {
    background-color: #fff;
    padding: 80px 15px
}

section#membership p {
    text-align: left
}

section#membership .container>h2 {
    margin-bottom: 30px
}

section#membership .container .cel {
    margin-top: 30px
}

section#membership .membership_desc {
    padding: 40px;
    padding-right: 0;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    display: table
}

section#membership .membership_desc:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 100%
}

section#membership .membership_desc .wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

section#membership .memvership_item {
    padding: 5px;
    height: 180px;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left
}

section#membership .memvership_item_inner {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding: 20px;
    color: #fff
}

section#membership .memvership_item_inner i {
    font-size: 50px
}

section#membership .memvership_item_inner h4 {
    color: #fff;
    margin-top: 10px
}

section#membership .memvership_item_inner p {
    font-size: 12px;
    line-height: 1.4em
}

section#membership .membership_content .memvership_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

section#membership .service-desc p {
    margin-bottom: 20px;
    font-size: 15px
}

section#review {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 27, .8)), to(#08081b)), url("../assets/templates/modular/img/bg/bg_review.jpg");
    background-image: linear-gradient(rgba(8, 8, 27, .8), #08081b), url("../assets/templates/modular/img/bg/bg_review.jpg");
    background-size: cover;
    background-position: 50%;
    position: relative
}

section#review .container>h2 {
    font-size: 40px
}

section#review .container>h2,
section#review .container>h4 {
    color: #fff
}

section#review .review_wrapper {
    margin: 50px 0
}

section#review .review_wrapper .review_quote {
    width: 100%;
    color: #fff
}

section#review .review_quote .review_quote_content,
section#review .review_quote i {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px
}

section#review .review_quote h4,
section#review .review_quote h5 {
    color: #9e9e9e;
    letter-spacing: 0
}

section#review .review_quote h5 {
    font-size: 16px!important
}

section#review .flickity-page-dots .dot {
    background: #fff;
    opacity: .5
}

section#review .flickity-page-dots .dot.is-selected,
section#review .flickity-page-dots .dot:hover {
    opacity: 1
}

section#personal {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#08081b)), url("../assets/templates/modular/img/bg/2a3b3c1b460a624b488799b3d1fc9ae0.jpg");
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #08081b), url("../assets/templates/modular/img/bg/2a3b3c1b460a624b488799b3d1fc9ae0.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    padding: 150px 0;
    position: relative
}

section#personal .personal_box {
    width: 40vw;
    min-width: 280px;
    text-align: center;
    margin: auto;
    color: #fff;
    background-color: rgba(8, 8, 27, .4)
}

section#personal .personal_box .personal_box_top {
    font-size: 30px;
    line-height: normal;
    padding: 30px
}

section#personal .personal_box .personal_box_top h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 25px
}

section#personal .personal_box .personal_box_bottom {
    padding: 30px 0
}

section#personal.inner-page .personal_box .personal_box_top {
    padding: 30px 40px;
    font-size: 20px;
    line-height: normal
}

section#logos {
    background-color: #fff
}

section#logos .logoHover {
    width: 100%;
    padding-bottom: 30%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 35%;
    opacity: .6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

section#logos .logoHover:hover {
    opacity: 1
}

section.adventage {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 27, .75)), to(#08081b)), url(../assets/templates/modular/img/bg/15dff039b9995ab1648e50053c79285f.png);
    background-image: linear-gradient(rgba(8, 8, 27, .75), #08081b), url(../assets/templates/modular/img/bg/15dff039b9995ab1648e50053c79285f.png);
    background-size: cover;
    background-position: 50%;
    position: relative
}

section.adventage .container h2 {
    font-size: 38px;
    color: #fff
}

section.adventage .container h4 {
    font-size: 20px;
    letter-spacing: .25vw;
    color: #fff
}

section.adventage .container .adventage_portfolio {
    margin: 40px 0
}

section.adventage .container .adventage_inner {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%
}

section.adventage .container .adventage_inner:before {
    content: "";
    background-color: rgba(8, 8, 27, .3);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

section.adventage .container .adventage_inner:hover:before {
    opacity: 1
}

section.adventage .container .adventage_hover {
    position: absolute;
    background-color: #fff;
    width: 86%;
    left: 7%;
    bottom: -50px;
    padding: 15px;
    text-align: center
}

section.adventage .container .adventage_hover h5 {
    font-size: 20px!important;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .25vw
}

section.adventage .container .adventage_hover p {
    font-size: 13px;
    line-height: 1.2em;
    max-height: 4.8em;
    display: block;
    overflow: hidden
}

section#membership_detail {
    position: relative
}

section#membership_detail:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    background-image: url("../../assets/images/stastic/membership/member_bg_1.jpg")
}

section#membership_detail:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(8, 8, 27, .7)
}

section#membership_detail .container {
    position: relative;
    z-index: 1
}

section#membership_detail .container h2,
section#membership_detail .container h4,
section#membership_detail .container h6 {
    color: #fff
}

section#membership_detail .container h5 {
    font-size: 20px;
    margin: 20px 0
}

section#membership_detail .container .membership_detail_row {
    margin-top: 100px
}

section#membership_detail .container .membership_detail_img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative
}

section.page-title-fullscreen {
    width: 100%;
    height: 65vh;
    background-color: grey;
    background-size: cover;
    background-position: 50%;
    position: relative;
    min-height: 300px
}

section.page-title-fullscreen:after {
    content: "";
    background-color: rgba(8, 8, 27, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block
}

section .page-title-fullscreen-title {
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: 132px
}

section .page-title-fullscreen-title h1,
section .page-title-fullscreen-title h2,
section .page-title-fullscreen-title h3,
section .page-title-fullscreen-title h4,
section .page-title-fullscreen-title h5 {
    color: #fff
}

section .page-title-fullscreen-title h1,
section .page-title-fullscreen-title h2 {
    font-size: 50px;
    letter-spacing: 6px
}

section .page-title-fullscreen-title h4 {
    font-size: 30px;
    letter-spacing: 6px
}

.hero-header-2 {
    height: 65vh;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-header-2:after {
    position: absolute;
    content: "";
    background-color: rgba(8, 8, 27, .5);
    width: 100%;
    height: 65vh;
    top: 0;
    left: 0;
    z-index: 0
}

.hero-header-2 .container {
    color: #fff;
    text-align: center;
    position: relative;
    top: 15vh;
    width: 100%;
    z-index: 1
}

.hero-header-2 .container h3 {
    color: #fff;
    letter-spacing: 10px;
    font-size: 3vw!important;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 100%;
    width: 1280px;
    margin: auto
}

.hero-header-2 .container h4 {
    color: #fff;
    letter-spacing: 1vw;
    font-size: 32px
}

.tags {
    padding: 40px 0;
    margin: 10px auto;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee
}

.social-share h6 {
    font-weight: 600;
    margin: 30px auto
}

.social-share a.bttn-scale.twitter {
    background: #55acee
}

.social-share a.bttn-scale.facebook {
    background: #3b5998
}

.social-share a.bttn-scale.gplus {
    background: #dc4e41
}

.social-share a,
.social-share a.bttn-scale {
    color: #fff;
    padding: 8px 22px;
    margin: 5px
}

.social-share a {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none
}

.social-share a i {
    margin-right: 10px
}

section#footer-block {
    background-image: url("../assets/templates/modular/img/bg/bg_footer.jpg");
    background-size: cover;
    background-position: 50%;
    padding: 80px 0;
    position: relative;
    color: #fff;
    text-align: left
}

section#footer-block:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 27, .8);
    top: 0;
    left: 0;
    z-index: 0
}

section#footer-block .footer-block-left div {
    margin-bottom: 15px
}

section#footer-block .container i {
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 25px
}

section#footer-block .container h3,
section#footer-block .container h4 {
    color: #fff
}

section#footer-block .container h3 {
    font-size: 28px
}

section#footer-block .container h4 {
    font-size: 14px!important
}

section#footer-block .container a {
    color: #ccc;
    text-decoration: none
}

section#footer-block .container a:hover {
    color: #fff
}

section#footer-block .container form {
    margin-top: 25px
}

section#footer-block .container button,
section#footer-block .container input {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    height: 3.5em;
    color: #fff
}

.btn-outline-light {
    color: #fff
}

.footer {
    min-height: 100px
}

.footer a {
    text-decoration: none
}

.footer .heading {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1em;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    color: #fff
}

.footer .heading h5 {
    color: #fff;
    margin-top: 30px
}

.footer ul li a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    padding: 5px
}

.footer ul li a:hover {
    color: #fff
}

.footer .social-dark a {
    color: #000;
    border: 2px solid #a9a9a9;
    background: #a9a9a9;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    margin: 10px 5px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.footer .social-dark a:hover {
    border: 2px solid #fff;
    background: #fff
}

.footer .copyright {
    color: #fff;
    font-size: 14px;
    padding: 30px 15px
}

.footer .copyright p {
    margin-bottom: 0;
    line-height: 24px
}

.ext-item {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.ext-item:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 27, 0)), color-stop(30%, rgba(8, 8, 27, .2)), to(rgba(8, 8, 27, .8)));
    background: linear-gradient(180deg, rgba(8, 8, 27, 0) 0, rgba(8, 8, 27, .2) 30%, rgba(8, 8, 27, .8));
    content: "";
    left: 0;
    top: 0
}

.ext-item .inner,
.ext-item:before {
    width: 100%;
    height: 100%;
    position: absolute
}

.ext-item .inner {
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.ext-item:hover .inner {
    background-color: rgba(8, 8, 27, .7)
}

.ext-item h4 {
    color: #fff;
    text-align: left;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    font-size: 25px
}

#main-nav {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: calc(100vw - (100vw - 100%));
    text-align: right;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent
}

#main-nav.scroll-nav {
    background: #f9f9f9;
    border-bottom: 1px solid hsla(0, 0%, 49%, .1);
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07)
}

#main-nav a {
    text-decoration: none;
    color: #fff
}

#main-nav a.brand-name {
    width: 23vw;
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 130px;
    background-image: url("../images/cuta_white.svg");
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 130px
}

#main-nav a.brand-name .scroll-logo {
    display: none
}

#main-nav .menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    visibility: visible;
    opacity: 1
}

#main-nav .menu-wrapper .above_menu {
    line-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#main-nav .menu-wrapper .above_menu .above_menu_1 {
    padding-left: 25px;
    letter-spacing: 3px;
    text-align: left
}

#main-nav .menu-wrapper .above_menu .above_menu_2 {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#main-nav .menu-wrapper .above_menu .above_menu_2>div {
    display: inline-block
}

#main-nav .menu-wrapper .above_menu .above_menu_2>div>a {
    display: block;
    padding-right: 30px;
    height: 100%
}

#main-nav .menu-wrapper .above_menu .above_menu_2>div.above_menu_2_item>a:before {
    content: "|";
    margin-right: 30px;
    color: hsla(0, 0%, 100%, .2)
}

#main-nav .menu-wrapper .above_menu .above_menu_2 .dropdown>a {
    padding: 0 15px
}

#main-nav .menu-wrapper .above_menu .above_menu_2 .dropdown-menu {
    padding: 0;
    min-width: 0;
    overflow: auto;
    max-height: 65vh
}

#main-nav .menu-wrapper .above_menu .above_menu_2 .dropdown-menu a {
    color: #000;
    padding: 15px 25px;
    line-height: 20px;
    font-size: 16px
}

#main-nav .menu-wrapper ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both
}

#main-nav .menu-wrapper ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-right: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#main-nav .menu-wrapper ul li.active,
#main-nav .menu-wrapper ul li:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

#main-nav .menu-wrapper ul li a {
    font-size: 14px;
    letter-spacing: .25vw;
    white-space: normal;
    color: #eee;
    display: block;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#main-nav .toggle-btn-outer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#main-nav .toggle-btn {
    width: 56px;
    height: 56px;
    float: right
}

#main-nav .toggle-btn span {
    display: block;
    background: #000;
    height: 2px;
    width: 26px;
    position: relative;
    margin-left: 15px;
    margin-top: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#main-nav .toggle-btn span:before {
    margin-top: -7px;
    width: 26px
}

#main-nav .toggle-btn span:after {
    margin-top: 7px;
    width: 26px
}

#main-nav .toggle-btn span:after,
#main-nav .toggle-btn span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #111
}

#main-nav .close-menu-btn {
    width: 70px;
    height: 70px;
    position: relative
}

#main-nav .close-menu-btn span {
    display: block;
    position: absolute;
    top: 23px;
    left: 23px;
    height: 24px;
    width: 24px
}

#main-nav .close-menu-btn span:after,
#main-nav .close-menu-btn span:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 50%
}

#main-nav .close-menu-btn span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#main-nav .close-menu-btn span:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#main-nav .menu_title {
    background: #515256;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
    font-size: 18px;
    height: 70px
}

.header {
    position: absolute;
    top: 0;
    width: calc(100vw - (100vw - 100%));
    height: 65vh
}

.header #main-nav {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
}

.currency-btn:before {
    content: "\F0D6"
}

.currency-btn:before,
.languages-btn:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px
}

.languages-btn:before {
    content: "\F0AC"
}

.top-banner {
    height: 65vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 0
}

.top-banner .top-banner-bg {
    height: 65vh;
    background-color: rgba(8, 8, 27, .5)
}

.top-banner .container {
    padding-top: 25vh
}

.top-banner .container h4 {
    color: #fff;
    letter-spacing: 1vw;
    font-size: 32px
}

.top-banner .container h3 {
    color: #fff;
    letter-spacing: 10px;
    font-size: 3vw;
    font-weight: 400;
    margin-bottom: 3vh
}

section.blog {
    padding: 50px 0 5px;
    background-color: #fff
}

section.blog .fulltext img {
    max-width: 100%
}

.blog-list,
section.blog-comment {
    background-color: #fff
}

.blog-list>.row>div {
    margin-bottom: 60px
}

.blog-list-hr {
    height: 0;
    border-top: 1px solid #f1f1f1
}

.blog-content,
.blog-content:hover {
    text-decoration: none
}

.blog-content h3 {
    font-size: 24px
}

.blog-content h6 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
    margin-bottom: 0
}

.blog-content h6,
.blog-content p {
    font-size: 14px;
    color: gray;
    -webkit-transition: all .5s;
    transition: all .5s
}

.blog-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.blog-content:hover h6,
.blog-content:hover p {
    color: #000
}

.blog-content .blog-img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-box-flex: 0.3;
    -ms-flex: 0.3;
    flex: 0.3
}

.blog-content .blog-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(8, 8, 27, .3);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-content:hover .blog-img:after {
    opacity: 1
}

.pagination a.page-link {
    color: #000
}

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000
}

.blog p {
    text-align: justify;
    color: #555;
    font-size: 17px;
    line-height: 1.6em
}

#product-menu-btn {
    border-color: #343a40;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0
}

body.scrollDown .sticky-top-menu.sticky-top {
    top: 0;
    position: relative!important
}

.sticky-top-menu {
    border-bottom: 1px solid #f1f1f1
}

.sticky-top-menu.sticky-top {
    top: 54px;
    background-color: #fff
}

a.category-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-break: keep-all;
    white-space: nowrap;
    text-decoration: none;
    color: #949494;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#blog-list a.category-item {
    border-left: 1px solid #f1f1f1;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9f9f9;
    background-color: #fff;
    padding-left: 26px;
    padding-right: 26px
}

#blog-list a.category-item.active,
#blog-list a.category-item:hover {
    background-color: #f9f9f9
}

#blog-list .flickity-prev-next-button.previous,
#product-list .flickity-prev-next-button.previous {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(98%, hsla(0, 0%, 98%, 0)), to(hsla(0, 0%, 98%, 0)));
    background: linear-gradient(90deg, #f9f9f9 0, hsla(0, 0%, 98%, 0) 98%, hsla(0, 0%, 98%, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFF9F9F9", endColorstr="#00F9F9F9", GradientType=1)
}

#blog-list .flickity-prev-next-button.next,
#product-list .flickity-prev-next-button.next {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#f9f9f9), color-stop(98%, hsla(0, 0%, 98%, 0)), to(hsla(0, 0%, 98%, 0)));
    background: linear-gradient(270deg, #f9f9f9 0, hsla(0, 0%, 98%, 0) 98%, hsla(0, 0%, 98%, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00F9F9F9", endColorstr="#FFF9F9F9", GradientType=1)
}

#blog-list .flickity-prev-next-button,
#product-list .flickity-prev-next-button {
    background: #f9f9f9;
    border-radius: 0;
    width: 50px;
    height: 100%
}

#blog-list .flickity-prev-next-button .arrow,
#product-list .flickity-prev-next-button .arrow {
    fill: #949494;
    opacity: 0
}

#blog-list .flickity-prev-next-button.no-svg,
#product-list .flickity-prev-next-button.no-svg {
    color: #949494;
    opacity: 0
}

#blog-list .flickity-prev-next-button:disabled,
#product-list .flickity-prev-next-button:disabled {
    display: none
}

#product-list-anchor {
    margin-top: 30px
}

#product-list {
    background-color: #f1f1f1
}

#product-list .categories.style .flickity-viewport {
    height: 100%!important
}

#product-list .categories.child {
    border-top: 1px solid #ddd
}

#product-list .sticky-top-menu.sticky-top {
    background-color: #f9f9f9
}

#product-list a.category-item {
    padding-left: 10px;
    padding-right: 10px
}

#product-list a.category-item.active,
#product-list a.category-item:hover {
    color: #2c3f66
}

#product-list a.category-item .labels {
    border: 1px solid #959595;
    padding: 3.5px 18px
}

#product-list a.category-item.active .labels,
#product-list a.category-item:hover .labels {
    background-color: #2c3f66;
    color: #fff
}

#product-list a.category-item .img-box {
    height: 75px;
    width: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px
}

#product-list a.category-item.active .img-box,
#product-list a.category-item:hover .img-box {
    border: 1px solid #2c3f66
}

#product-list a.category-item .img {
    height: 67px;
    width: 67px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

#sort-option {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

#product-list h1 {
    margin: 50px auto
}

#product-list .dropdown-item,
#product-list .nav-link {
    -webkit-transition: all .3s;
    transition: all .3s
}

#product-list .nav-link {
    padding: 10px 17px
}

#product-list .dropdown-item.active,
#product-list .dropdown-item:active,
#product-list .nav-link.active,
#product-list .nav-link:focus,
#product-list .nav-link:hover,
#product-list .show>.nav-link {
    color: #fff;
    background-color: #343a40
}

#product-list .btn-outline-dark:not([disabled]):not(.disabled).active,
#product-list .btn-outline-dark:not([disabled]):not(.disabled):active,
#product-list .show>.btn-outline-dark.dropdown-toggle {
    color: #fff
}

.price-sort-btn {
    right: 0;
    -webkit-transform: none!important;
    transform: none!important;
    top: 100%!important;
    left: auto!important;
    padding: 10px
}

.price-sort-btn .dropdown-header,
.price-sort-btn .dropdown-item {
    text-align: center
}

.price-sort-btn .dropdown-item.active,
.price-sort-btn .dropdown-item:focus,
.price-sort-btn .dropdown-item:hover {
    background-color: #343a40;
    color: #fff
}

.product-content {
    display: block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px
}

.product-content:hover {
    text-decoration: none
}

.product-content p {
    text-align: justify;
    color: #565656;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.5;
    height: 6em;
    position: relative
}

.product-content p:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 1.5em;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff)
}

.product-content .product-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.product-content:hover .product-img:before {
    background-color: rgba(8, 8, 27, .7);
    -webkit-transition: all .3s;
    transition: all .3s
}

.product-content-box-outer {
    min-height: 200px
}

.product-content-box {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-content-box .labels {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-content h2 {
    font-size: 20px;
    color: #565656;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.product-content h3,
.product-content h4 {
    border-radius: 45.5px;
    border: 1px solid #959595;
    color: #959595;
    font-size: 12px!important;
    font-weight: 500;
    display: inline;
    padding: 3.5px 11px;
    letter-spacing: 0;
    margin-right: 8px
}

.product-content .wishlist {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 18px;
    width: 1em;
    height: 1em
}

.product-content .wishlist:before {
    content: "\F08A";
    font-family: FontAwesome;
    position: absolute
}

.product-content .wishlist:after {
    content: "\F004";
    font-family: FontAwesome;
    position: absolute;
    opacity: 0;
    color: red;
    -webkit-transition: all .3s;
    transition: all .3s
}

.product-content .wishlist.active:before {
    opacity: 0
}

.product-content .wishlist.active:after {
    opacity: .8
}

.product-content .wishlist:hover:after {
    opacity: 1
}

section.product_title {
    width: calc(100vw - (100vw - 100%));
    height: 65vh;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

section.product_title:before {
    content: "";
    background-color: rgba(8, 8, 27, .5);
    z-index: 0
}

section.product_title .product_title_inner,
section.product_title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

section.product_title .container {
    height: 100%
}

section.product_title h1 {
    font-size: 3vw;
    letter-spacing: .3em;
    color: #fff
}

section.product_title h5 {
    font-size: 2.5vw;
    color: #fff
}

section.blog .page-title-fullscreen-title p,
section.product_title p {
    padding-top: 2em;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em
}

.product-info-nav {
    top: -1px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 3;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07)
}

.product-info-nav .navbar {
    padding: 0;
    max-height: 100vh;
    overflow: auto
}

.product-info-nav .navbar .navbar-nav {
    background-color: #fff;
    width: 100%
}

.product-info-nav .navbar-toggler {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    background-color: #111;
    border: 1px solid #ddd;
    color: #fff;
    border-radius: 0
}

.product-info-nav .nav-item {
    border-left: 1px solid #ddd
}

.product-info-nav .nav-item:last-child {
    border-right: 1px solid #ddd
}

.product-info-nav .nav-link {
    padding: 20px 0;
    color: #626262
}

.product-info-nav .nav-link.active,
.product-info-nav .nav-link:hover {
    border-bottom: 3px solid #08081b
}

.product_map_container {
    height: 60vh;
    min-height: 300px;
    width: 100%
}

.product_map_container iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.product-container {
    padding-bottom: 30px;
    background-color: #fff;
    position: relative
}

.checkout {
    border: 1px solid #cdceda;
    counter-reset: section
}

.checkout .hr,
.product-container .hr {
    margin: 50px 0;
    height: 1px;
    background-color: #ddd
}

.product-container .anchor {
    height: 20px;
    margin-top: -10px;
    visibility: hidden
}

.checkout .anchor {
    height: 75px;
    margin-top: -35px;
    visibility: hidden
}

.product-container .product_info h3 {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: .15vw;
    text-align: center
}

.product-container .product_info h5 {
    text-align: center;
    font-size: 15px
}

.product-container ul {
    list-style: none outside none
}

.product-container ul.product_info_list {
    margin-left: 0;
    padding-left: 55px
}

.product-container ul.product_info_list li {
    margin: 10px 0
}

.product-container ul.service_list {
    margin: 0;
    padding: 0
}

.product-container ul.service_list li {
    margin: 10px 0;
    padding: 5px;
    background-color: #f4f4f4
}

.product-container ul.service_list li:before {
    content: "\30FB"
}

.product-container li.icon:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #08081b;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-left: -45px;
    margin-right: 15px
}

.product-container li.icon-location:before {
    content: "\F041"
}

.product-container li.icon-tag:before {
    content: "\F02B"
}

.product-container li.icon-star:before {
    content: "\F005"
}

.product-container li.icon-bed:before {
    content: "\F236"
}

.product-container .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #333
}

.product-container .flickity-prev-next-button:hover {
    background: #f90
}

.product-container .flickity-prev-next-button .arrow {
    fill: #fff
}

.product-container .flickity-prev-next-button.no-svg {
    color: #fff
}

.product-container .flickity-prev-next-button.previous {
    left: 10px
}

.product-container .flickity-prev-next-button.next {
    right: 10px
}

#product_share,
#product_sidebar {
    background-color: #fff
}

#product_sidebar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    padding: 36px 60px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    cursor: pointer
}

#product_sidebar .product-price {
    background-color: #8d8d8d;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px
}

#product_sidebar .product-price:after {
    content: "/\4EBA"
}

#product_sidebar label {
    width: 100%
}

.subproduct {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px
}

.room_item_img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.product_gallery .gallery,
.room_item_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.product_gallery .embed-responsive {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

#product_sidebar input[type=number]::-webkit-inner-spin-button,
#product_sidebar input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

#product_sidebar input {
    text-align: center
}

#product_sidebar input,
#product_sidebar select,
.input_with_label {
    height: 45px;
    border: 1px solid rgba(8, 8, 27, .15);
    border-radius: 0;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #f9f9f9;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#product_sidebar input[type=number] {
    -moz-appearance: textfield
}

textarea.input_with_label {
    padding: 15px
}

.contact textarea {
    height: auto
}

#product_sidebar input:focus,
#product_sidebar select:focus,
.input_with_label:focus {
    border-color: #08081b;
    background: #fff;
    outline: none
}

.input_with_label {
    font-size: 16px;
    color: #737373;
    width: 100%;
    text-align: left
}

.input_with_label+label {
    position: absolute;
    height: 100%;
    margin-bottom: 0;
    top: 37px;
    left: 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #08081b;
    font-size: 12px;
    line-height: 100%;
    opacity: .5;
    pointer-events: none
}

.input_with_label.filled+label,
.input_with_label:focus+label {
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    left: 5px;
    opacity: 1
}

input+label span.required {
    color: #ec1c00
}

.input_box {
    padding: 20px 0;
    position: relative
}

#product_sidebar span.quantity-controls {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background: #f7f7f7;
    width: 42px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .35s;
    transition: all .35s
}

#product_sidebar span.quantity-controls:hover {
    background-color: #08081b;
    color: #fff
}

#product_sidebar .wishlist {
    color: #000;
    position: relative;
    text-decoration: none;
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 10px 20px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

#product_sidebar .wishlist:before {
    content: "\F08A";
    font-family: FontAwesome
}

#product_sidebar .wishlist:hover {
    background-color: #000;
    color: #fff
}

#product_sidebar .wishlist.active:before,
#product_sidebar .wishlist:hover:before {
    content: "\F004";
    font-family: FontAwesome;
    color: red
}

#product_sidebar .product_notice ul {
    margin: 0;
    padding: 0
}

#product_sidebar .product_notice li {
    font-size: 15px;
    line-height: 2em
}

#product_sidebar .product_notice li:before {
    content: "\30FB"
}

#product_sidebar .quantity-input {
    width: calc(100% - 116px)
}

#product_sidebar input.quantity-input::-webkit-inner-spin-button,
#product_sidebar input.quantity-input::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0
}

#product_sidebar .price {
    font-size: 18px
}

#product_sidebar .price span {
    font-size: 25px
}

#product_sidebar .v-hr {
    height: 100%;
    background-color: #dedede;
    width: 1px;
    margin: 0 auto
}

#product_sidebar .product_sidebar_input {
    font-size: 16px;
    color: #737373;
    width: 100%;
    letter-spacing: 3px
}

#product_sidebar .order-tip {
    font-size: 12px;
    text-align: center;
    color: #737373
}

#product_sidebar .go-to-buy {
    padding: 10px 20px;
    border: 1px solid #da291c;
    font-size: 16px;
    font-weight: 500;
    color: #da291c
}

#product_sidebar .label {
    font-size: 16px;
    padding: 10px 0
}

@-webkit-keyframes show-animation {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    7% {
        opacity: .5
    }
    19% {
        transform: scale(1.7);
        -moz-transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0
    }
    22% {
        opacity: 0
    }
    23% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    28% {
        opacity: .5
    }
    39% {
        transform: scale(1.7);
        -moz-transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0
    }
}

@keyframes show-animation {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    7% {
        opacity: .5
    }
    19% {
        transform: scale(1.7);
        -moz-transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0
    }
    22% {
        opacity: 0
    }
    23% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    28% {
        opacity: .5
    }
    39% {
        transform: scale(1.7);
        -moz-transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0
    }
}

@-webkit-keyframes point-animation {
    0%,
    4%,
    8%,
    23%,
    27%,
    to {
        visibility: visible;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        right: 0;
        top: 0
    }
    5%,
    25% {
        transform: scale(.7);
        -moz-transform: scale(.7);
        -webkit-transform: scale(.7);
        right: 7px;
        top: 5px
    }
}

@keyframes point-animation {
    0%,
    4%,
    8%,
    23%,
    27%,
    to {
        visibility: visible;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        right: 0;
        top: 0
    }
    5%,
    25% {
        transform: scale(.7);
        -moz-transform: scale(.7);
        -webkit-transform: scale(.7);
        right: 7px;
        top: 5px
    }
}

#product_sidebar_price {
    position: relative
}

#product_sidebar_price.unfocus:before {
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #122047;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    animation: show-animation 5s ease-in-out 0s infinite;
    -moz-animation: show-animation 5s ease-in-out 0s infinite;
    -webkit-animation: show-animation 5s ease-in-out 0s infinite;
    -webkit-animation-delay: 4.25s;
    animation-delay: 4.25s
}

#product_sidebar_price.unfocus:after {
    visibility: hidden;
    content: "\F25A";
    font-family: FontAwesome;
    position: absolute;
    right: 7px;
    top: 5px;
    animation: point-animation 5s ease-in-out 0s infinite;
    -moz-animation: point-animation 5s ease-in-out 0s infinite;
    -webkit-animation: point-animation 5s ease-in-out 0s infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.product-description {
    padding: 15px;
    margin: 0 auto;
    line-height: 2em
}

.product-description img {
    width: 100%
}

.product-description p {
    line-height: 2em
}

.faq_category_content h6 {
    margin: 10px auto
}

.fsf_faq {
    border: 1px solid #e5e6ec;
    padding: 15px;
    margin-bottom: 15px
}

.fsf_faq_question {
    font-size: 17px;
    margin-bottom: 10px
}

.fsf_faq_question:before {
    content: "\E69C";
    font-family: themify;
    font-size: 17px;
    padding-right: 10px
}

.fsf_faq_answer {
    font-size: 12px
}

.checkout_status {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px
}

.checkout_status li {
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout_status li:after {
    content: "";
    display: block;
    line-height: 1em;
    width: 1em;
    height: 1em;
    border: 1px solid #000
}

.checkout_status li.active:after {
    background-color: #000
}

.payments {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.payments .options .payment {
    height: 50px
}

.payments .options .payment .card-type {
    height: 30px;
    margin-left: 15px
}

.payments li label {
    display: inline;
    opacity: .5;
    line-height: 1em
}

.payments li label:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    margin-right: 10px;
    float: left
}

.payments li:hover label,
.payments li input[type=radio]:checked+label {
    opacity: 1
}

.payments li input[type=radio]:checked+label:before {
    background-color: #000
}

.payments li input[type=radio],
.read_terms input[type=checkbox] {
    display: none
}

.read_terms {
    line-height: 1em;
    font-size: 12px;
    padding-top: 20px
}

.read_terms label {
    display: inline
}

.read_terms label:before {
    content: "";
    display: block;
    line-height: 1em;
    width: 1em;
    height: 1em;
    border: 1px solid #000;
    margin-right: 10px;
    color: #fff;
    font-family: Poppins, sans-serif;
    float: left
}

.read_terms input[type=checkbox]:checked+label:before {
    content: "\2713";
    background-color: #000
}

.checkout h3 {
    font-size: 24px;
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: .075em;
    line-height: 32px
}

.checkout h3:before {
    counter-increment: section;
    content: counter(section);
    font-weight: 500;
    font-size: 20px;
    background-color: #08081b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-left: 1.5px
}

.checkout .product-link {
    color: #e00000;
    font-size: 20px
}

.checkout .options {
    font-size: 14px
}

.checkout .submit-btn {
    padding: 0;
    line-height: 45px;
    height: 100%;
    border-radius: 0;
    text-align: center;
    width: 100%
}

.note_desc p {
    color: #e00000;
    font-size: 14px;
    margin: 0
}

.login-form input[type=submit] {
    width: 140px;
    height: 44px;
    border-radius: 22px;
    background-color: #383838;
    color: #fff;
    cursor: pointer;
    border: 0
}

.login-form .row {
    margin-top: 40px;
    margin-bottom: 40px
}

.login-form a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1.3px;
    color: #6c6c6c;
    border-bottom: 1px solid #979797;
    text-decoration: none
}

.login-form .input_box input,
.login-form a {
    font-family: NotoSansCJKtc;
    font-style: normal;
    font-stretch: normal
}

.login-form .input_box input {
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    border: none;
    border-bottom: 1px solid #979797
}

.login-form .input_box input::-webkit-input-placeholder {
    color: #d2d2d2
}

.login-form .input_box input:-moz-placeholder,
.login-form .input_box input::-moz-placeholder {
    color: #d2d2d2
}

.login-form .input_box input:-ms-input-placeholder {
    color: #d2d2d2
}

.login-form p {
    margin-top: 25px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1.3px
}

.login-form p,
.sns-hr {
    font-family: NotoSansCJKtc;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #6c6c6c
}

.sns-hr {
    font-size: 16px;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: 30px
}

.sns-hr:before {
    left: 0
}

.sns-hr:after,
.sns-hr:before {
    content: "";
    position: absolute;
    background-color: #979797;
    height: 1px;
    width: calc(50% - 30px);
    top: calc(50% - .5px)
}

.sns-hr:after {
    right: 0
}

a.btn-social {
    display: block;
    width: 140px;
    height: 44px;
    border-radius: 22px;
    font-family: NotoSansCJKtc;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 1.5px;
    border: 1px solid;
    text-align: center;
    text-decoration: none;
    margin: 25px auto 0
}

.btn-facebook,
a.btn-facebook:hover {
    border-color: #4367b2;
    color: #4367b2
}

a.btn-facebook:hover {
    opacity: .7
}

.btn-google,
a.btn-google:hover {
    border-color: #ea4335;
    color: #ea4335
}

a.btn-google:hover {
    opacity: .7
}

#login.modal {
    z-index: 10000
}

#login.modal .modal-content {
    border-radius: 0
}

#login.modal .modal-body {
    text-align: center;
    padding: 110px 90px 60px
}

#login.modal .modal-body .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px
}

#login.modal .modal-body .close:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#login.modal .modal-body .close:after,
#login.modal .modal-body .close:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 14px;
    right: 5px;
    background-color: #303030
}

#login.modal .modal-body .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#login.modal .modal-body h5 {
    margin-top: 10px;
    font-family: NotoSansCJKtc;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.8px;
    color: #383838
}

.reset_password_email_send {
    padding-left: 50px;
    padding-top: calc(50% - .5em);
    width: 308px;
    height: 364px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/letter.svg)
}

.order {
    font-size: 10px
}

.order,
.profile {
    border: 1px solid #e5e6ec
}

.profile {
    background-color: #fff
}

.profile h3 {
    font-size: 18px
}

.profile_left {
    width: 280px;
    border-right: 1px solid #e5e6ec;
    position: relative;
    padding: 70px;
    z-index: 1
}

.profile_left ul li {
    padding-top: 20px
}

.profile_left ul li:before {
    content: ">";
    padding-right: 8px
}

.profile_right {
    padding: 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.profile .navbar {
    display: block;
    padding: 0
}

.profile .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff
}

.profile_left .navbar-toggler {
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 0
}

.profile_left .navbar-toggler:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.profile .navbar-expand-lg #memberNav .nav-link {
    padding: 0;
    display: inline
}

.page-item {
    margin: 0 8px
}

.page-link {
    border: none
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.breadcrumb {
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.breadcrumb .breadcrumb-item {
    font-size: 14px
}

.breadcrumb a.breadcrumb-item {
    color: #777
}

.breadcrumb-item+.breadcrumb-item:before {
    content: ">"
}

.buy-btn {
    background-color: #da291c!important;
    color: #fff;
    padding: 10px 20px!important;
    width: 100%;
    border: 0!important
}

.categories {
    width: 100%;
    height: 54px
}

#blog-list .categories {
    width: calc(100% - 50px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#searchBtn {
    width: 50px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.sticky-top-menu.open .categories {
    visibility: hidden
}

.sticky-top-menu.open #searchBtn {
    width: 100%;
    border-left: none;
    border-right: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative
}

.searchIcon {
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: none
}

.searchIcon:after {
    content: "\F002";
    font-family: FontAwesome
}

.searchInput {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none
}

#searchClose {
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

#searchClose:after {
    content: "\F002";
    font-family: FontAwesome
}

.sticky-top-menu.open #searchClose:after {
    content: "\F00D";
    font-family: FontAwesome
}

.areas {
    position: absolute;
    top: 100%;
    display: none;
    padding: 15px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sticky-top-menu.open #searchClose,
.sticky-top-menu.open .searchIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sticky-top-menu.open .areas,
.sticky-top-menu.open .searchInput {
    display: block
}

.initial-logo {
    width: 169px;
    height: 52px
}

.searchModalBtn {
    width: 44px;
    position: relative
}

.searchModalInput {
    height: 44px;
    background-color: #f5f5f5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.closeArea:after,
.closeArea:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 50%;
    top: 50%;
    left: 12px;
    background: #979797
}

.closeArea:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closeArea:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.backArea {
    display: none
}

.backArea:before {
    content: "";
    position: absolute;
    height: 30%;
    width: 30%;
    top: 16px;
    left: 12px;
    border-top: 1px solid #979797;
    border-left: 1px solid #979797;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-tab .nav-item.active,
#nav-tab .nav-item:hover,
#nav-tabContent .nav-item.active,
#nav-tabContent .nav-item:hover {
    background-color: #2c3f66;
    color: #fff
}

.container-full {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

#product-list .filter a.category-item {
    color: #2c3f66
}

#product-list .filter a.category-item .badge-pill {
    border: 1px dotted #2c3f66
}

#searchModal .left,
#searchModal .right {
    height: 100%;
    overflow: scroll
}

#searchModal .left {
    border-right: 1px solid #979797
}

#searchModal .right h6 {
    color: #777
}

#searchModal .right a.nav-item {
    color: #111
}

#searchModal .right a.nav-item:hover {
    color: #fff
}

body.ios.modal-open {
    position: fixed;
    overflow: hidden;
    height: 100vh
}

div.register {
    display: none
}

html[lang=en] body,
html[lang=en] h1,
html[lang=en] h2,
html[lang=en] h3,
html[lang=en] h4,
html[lang=en] h5,
html[lang=en] h6 {
    font-family: Helvetica, 微軟正黑體, 繁黑體, Microsoft JhengHei, Microsoft YaHei, Heiti TC, LiHei Pro, sans-serif
}

html[lang=en] #home-top .top-content h1,
html[lang=en] #home-top .top-content h3,
html[lang=en] #main-nav .menu-wrapper ul li a {
    letter-spacing: 0
}

html[lang=en] section#membership .memvership_item_inner i {
    display: none
}

html[lang=en] section#membership .memvership_item_inner h4 {
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 15px
}

html[lang=en] .top-banner .container h3 {
    letter-spacing: 0
}

html[lang=en] .product-content p {
    text-align: left
}

@media (max-width:575.98px) {
    #login.modal .modal-dialog {
        margin: 0
    }
    #searchModal .modal-body .row {
        height: 80vh
    }
    #searchModal.active .backArea {
        display: block
    }
    #searchModal .left {
        border-right: none
    }
    #searchModal .right {
        display: none;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 83px;
        height: calc(100% - 83px);
        padding: 15px
    }
    #searchModal .right h6 {
        margin-top: 15px;
        margin-bottom: 5px
    }
    #searchModal.active .right {
        display: block
    }
    #searchModal .left .nav .nav-item,
    #searchModal .right .nav .nav-item {
        border-bottom: 1px solid #d9d9d9
    }
    #product-list .categories.style {
        height: 130px
    }
    #product-list .categories.style .category-item {
        font-size: 12px
    }
    #product-list .categories.style .category-item:first-child {
        padding-left: 20px
    }
    #product-list .categories.style .category-item:last-child {
        padding-right: 20px
    }
    #product-list .categories.child {
        border-top: none
    }
    #product-list .categories.child .category-item {
        font-size: 13px
    }
}

@media screen and (max-height:480px) {
    #home-top .top-content-inner {
        top: 30%
    }
    .top-banner .container {
        padding-top: 35vh
    }
    .top-banner,
    .top-banner .top-banner-bg,
    section.page-title-fullscreen {
        height: 100vh
    }
}

@media screen and (max-height:576px) {
    #home-top .flickity-page-dots,
    #home-top .flickityPrevNextButtons,
    #home-top .home-slider-arrow-ani {
        display: none
    }
    .header,
    section.page-title-fullscreen,
    section.product_title {
        height: 100vh
    }
}

@media screen and (max-width:576px) {
    #main-nav .menu-wrapper .above_menu .above_menu_2>div.above_menu_2_register,
    #main-nav .menu-wrapper .above_menu .above_menu_2>div.currency {
        display: none
    }
    section#membership .memvership_item_inner i {
        font-size: 28px
    }
    .blog-comment .social-share a {
        width: 100%;
        display: block;
        text-align: center
    }
    #product_sidebar {
        padding: 20px
    }
    section .page-title-fullscreen-title p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 1.2em;
        letter-spacing: 1px
    }
}

@media screen and (max-width:768px) {
    #main-nav a.brand-name {
        background-size: 100px;
        width: 30vw
    }
    section#membership_detail:after,
    section#membership_detail:before {
        height: 280px
    }
    section#footer-block .container i,
    section#footer-block .container p {
        display: inline;
        line-height: 40px;
        vertical-align: middle
    }
    section#footer-block .container i {
        font-size: 22px
    }
    section .page-title-fullscreen-title h1,
    section .page-title-fullscreen-title h2 {
        font-size: 40px
    }
    section .page-title-fullscreen-title h4 {
        font-size: 23px
    }
    .product-icons {
        border-bottom: 1px solid #999
    }
}

@media screen and (max-width:991px) {
    #main-nav {
        background-color: #fff
    }
    #main-nav.win-closed .menu-wrapper {
        visibility: hidden;
        opacity: 0
    }
    #main-nav a.brand-name {
        background-image: url("/assets/images/cuta-black220.svg")
    }
    #main-nav .menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: scroll;
        background: rgba(0, 0, 0, .9)
    }
    #main-nav .menu-wrapper .above_menu {
        line-height: 70px
    }
    #main-nav .menu-wrapper .above_menu .above_menu_2 {
        background-color: #000;
        float: none;
        text-align: left
    }
    #main-nav .menu-wrapper ul {
        list-style: none outside none;
        display: block;
        text-align: center;
        padding: 0 15px;
        margin: 0
    }
    #main-nav .menu-wrapper ul li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .3);
        border-right: none;
        text-align: center;
        font-size: 16px;
        height: 55px
    }
    #main-nav .menu-wrapper ul li a {
        color: #fff;
        line-height: 55px;
        display: block;
        padding: 0
    }
    #main-nav .close-menu-btn-outer {
        float: right
    }
    #product-list #navbarSupportedContent {
        position: absolute;
        top: calc(100% - 2px);
        width: 100%;
        z-index: 10;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem
    }
    #product-list .order-menu {
        width: 100%
    }
    #product-list .dropdown-item.active,
    #product-list .dropdown-item:active,
    #product-list .nav-link.active,
    #product-list .show>.nav-link {
        color: #777;
        background-color: #fff
    }
    .price-sort-btn .dropdown-item {
        padding: 10px 17px
    }
    .md-hide {
        display: none!important
    }
    section.product_title h1 {
        font-size: 24px;
        letter-spacing: .2em
    }
    section.product_title h5 {
        font-size: 20px
    }
    section.blog .page-title-fullscreen-title p,
    section.product_title p {
        padding-top: 15px;
        font-size: 14px
    }
    .profile_left {
        width: 100%;
        border-right: none;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 57px;
        background-color: #000;
        padding: 0
    }
    .profile_left ul li {
        padding: 0
    }
    .profile_left ul li:before {
        display: none
    }
    .profile_right {
        padding: 5vw
    }
    .profile .navbar-expand-lg #memberNav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        width: 100%
    }
    .profile .navbar-expand-lg #memberNav .nav-link {
        display: block;
        padding: 20px 0;
        color: #626262;
        text-align: center;
        border-bottom: 1px solid #e5e6ec;
        border-right: 1px solid #e5e6ec;
        border-left: 1px solid #e5e6ec
    }
}

@media screen and (min-width:992px) {
    #main-nav.scroll-nav a.brand-name {
        background-image: url("/assets/images/cuta-black220.svg")
    }
    #main-nav.scroll-nav .above_menu {
        display: none
    }
    #main-nav.scroll-nav .menu-wrapper ul li a {
        padding: 16px 0;
        color: #555
    }
    #main-nav.scroll-nav .menu-wrapper ul li a:hover {
        color: #111
    }
}

@media screen and (max-width:993px) {
    .product-info-nav {
        border-bottom: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .product-info-nav .navbar {
        -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
        box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07)
    }
    .product-info-nav .navbar-toggler {
        border: none
    }
    .product-info-nav .nav-item:last-child {
        border-right: none
    }
    .product-info-nav .nav-link,
    .product-info-nav .nav-link.active,
    .product-info-nav .nav-link:hover {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
    section .page-title-fullscreen-title {
        padding-top: 53px
    }
}

@media screen and (max-width:1060px) {
    #main-nav .menu-wrapper .above_menu .above_menu_1 {
        display: none
    }
}

@media screen and (max-height:768px) and (max-width:992px) {
    #main-nav.win-closed.win-scroll-down {
        display: none
    }
}

@media screen and (max-width:480px) {
    #login.modal .modal-content {
        min-height: 100vh
    }
    #login.modal .modal-content .modal-body {
        padding: 60px 40px;
        min-height: 100%
    }
    h2 {
        font-size: 28px
    }
    #home-top .flickity-page-dots,
    #home-top .flickityPrevNextButtons {
        display: none
    }
    section#services .service_item .service_inner .service_hover {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        top: 5px;
        left: 5px
    }
    section#services .service_item .service_inner .service_hover h5 {
        font-size: 15px
    }
    section#services .container h2,
    section.adventage .container h2 {
        font-size: 30px
    }
    section#membership .memvership_item {
        height: 90px
    }
    section#membership .memvership_item_inner h4 {
        margin-top: 0
    }
    section#membership .memvership_item_inner p {
        display: none
    }
    section#membership .memvership_item_inner i {
        font-size: 20px
    }
    .footer ul li a {
        border-bottom: 1px solid #555;
        display: block
    }
    section#review .container>h4,
    section#services .container>h4 {
        font-size: 15px
    }
    section#review .review_quote .review_quote_content,
    section#review .review_quote i {
        font-size: 20px
    }
    section#review .container>h2 {
        font-size: 28px
    }
    section .page-title-fullscreen-title h1,
    section .page-title-fullscreen-title h2 {
        font-size: 30px
    }
    section .page-title-fullscreen-title h4 {
        font-size: 18px
    }
    section {
        padding: 40px 0
    }
}

section#personal {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#08081b)), url("../../assets/images/background/weewf.jpg");
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #08081b), url("../../assets/images/background/weewf.jpg")
}

.hotels-box {
    width: 312px;
    margin: 0 auto
}

.hotels {
    margin-top: 5px
}

.hotels:after {
    content: "flickity";
    display: none
}

.hotels .flickity-page-dots {
    bottom: auto
}

.hotels .flickity-page-dots .dot {
    width: 6px;
    height: 6px
}

.hotel {
    width: 220px;
    margin-right: 61px
}

.hotel .embed-responsive-item div {
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hotels-info .flickity-slider {
    -webkit-transform: none!important;
    transform: none!important
}

.hotels-info {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px
}

.hotel-info {
    width: 100%;
    left: 0!important;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: -1
}

.hotel-info.is-selected {
    opacity: 1;
    z-index: 0
}

.hotel-info-h5 {
    word-break: keep-all
}

@media screen and (min-width:768px) {
    .hotels-box {
        width: 576px
    }
    .hotels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 22px
    }
    .hotels:after {
        content: ""
    }
    .hotel {
        margin-right: 0;
        margin-bottom: 14px;
        width: 83px
    }
    .hotel.active .embed-responsive div {
        -webkit-box-shadow: 0 1px 5px 0 hsla(0, 0%, 47%, .5);
        box-shadow: 0 1px 5px 0 hsla(0, 0%, 47%, .5)
    }
}

@media screen and (min-width:992px) {
    .hotels-box {
        width: 760px
    }
    .hotels {
        margin-top: 50px
    }
    .hotel {
        width: 110px
    }
}

@media screen and (min-width:576px) and (max-width:767.98px) {
    .hotels-info {
        margin-top: 40px
    }
}

.modal.fade .modal-dialog {
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-transform: none!important;
    transform: none!important
}

.error_msg {
    color: red;
    display: none;
}


/*留言板*/

.board_left {
    width: 280px;
    border-right: 1px solid #e5e6ec;
    position: relative;
    padding: 10px;
    z-index: 1;
}

.boarditem {
    width: 260px;
    height: auto;
    overflow: hidden;
    border: 1px #aaa solid;
    margin-bottom: 20px;
    position: relative;
}

.boarditem.active {
    opacity: 0.5;
}

.boarditem .board_img {
    width: 100%;
    height: 170px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-filter: contrast(100%);
    cursor: pointer;
    transition: all 0.3s;
}

.boarditem .board_img:hover {
    -webkit-filter: contrast(120%);
}

.boarditem .board_img img {
    width: 100%;
    height: auto;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}

.boarditem .board_info {
    width: 100%;
    line-height: 22px;
    color: #000;
    text-align: center;
    padding: 10px 15px;
}

.board_right {
    width: 70%;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.message_back {
    width: 100px;
    padding: 5px 15px;
    margin: 10px auto;
    text-align: center;
    border: 1px #000 solid;
    color: #000;
    cursor: pointer;
    display: none;
}

.message_back:hover {
    background: #000;
    color: #fff;
}

.message_total {
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 8px 15px;
}

.message_total span {
    color: #000;
    font-weight: bold;
}

.message_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px #aaa solid;
    position: relative;
}

.read,
.recover,
.unread {
    padding: 5px 15px;
    background: #f5f5f5;
    color: #aaa;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 0;
}

.recover {
    background: #aaa;
    color: #fff;
    border: 1px solid #aaa;
    border-right: none;
    transition: all 0.3s;
    cursor: pointer;
}

.recover:hover {
    background: #fff;
    color: #aaa;
}

.unread {
    background: #da291c;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.message_portrait {
    width: 90px;
    height: 66px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    float: left;
}

.message_portrait img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.message_info {
    width: 84%;
    float: left;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message_info2 {
    width: 76%;
}

.name span {
    color: #000;
    font-weight: bold;
}

.message_talk {
    width: 84%;
    float: left;
    line-height: 22px;
    text-align: justify;
}

.message_keyin {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px #aaa dotted;
    padding-top: 20px;
    margin-bottom: 20px;
}

.keyinbox {
    width: 100%;
    min-height: 64px;
    max-height: 64px;
    padding: 20px;
    line-height: 22px;
    background: #f9f9f9;
    border: 1px solid rgba(8, 8, 27, .15);
    outline: none;
}

.keyinbox2 {
    width: 96%;
    min-height: 56px;
    max-height: 300px;
    padding: 5px;
    margin-left: 15px;
}

.message_btn {
    width: 120px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    transition: all 0.3s;
    float: right;
    cursor: pointer;
}

.message_btn:hover {
    background: #fff;
    color: #000;
}


/*會員資料*/

.profile_data {
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.profile_photo {
    width: 400px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.profile_img {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_img_delete {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.profile_img_delete img {
    width: 100%;
    height: auto;
}

.profile_img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile_img.empty {
    background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.profile_img.empty:hover {
    background: #fff;
    color: #000;
    border: 1px #000 solid;
}

.profile_img.empty span {
    font-size: 50px;
}

.profile_imglist {
    width: 100%;
    height: auto;
    min-height: 72px;
    overflow: hidden;
    padding: 0;
    margin: 0 20px 0 0;
}

.profile_imgitem {
    width: 72px;
    height: 72px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    float: left;
    -webkit-filter: contrast(100%);
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile_imgitem.active {
    opacity: 0.5;
}

.profile_imgitem:hover {
    -webkit-filter: contrast(120%);
}

.profile_imgitem img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.profile_imgitem:nth-child(5n) {
    margin: 0;
}

.profile_imgitem:last-child {
    background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.profile_imgitem:last-child:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.profile_about {
    width: 60%;
    height: auto;
    overflow: hidden;
    float: left;
}

.profile_about_title {
    width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.profile_about ul {
    line-height: 30px;
    padding: 0;
}

.profile_about ul li>span,
.profile_about ul li>p {
    font-weight: bold;
}

.profile_about ul li>p {
    padding-left: 15px;
    margin: 0;
}

.profile_keyin {
    width: 30%;
    height: auto;
    line-height: 22px;
    padding: 0 5px;
    background: #f9f9f9;
    border: 1px solid rgba(8, 8, 27, .15);
    outline: none;
}

.profile_keyin2 {
    width: 10%;
}

.profile_keyin3 {
    width: 85%;
}

.profile_select {
    width: 30%;
    height: 24px;
    padding: 0 5px;
    background: #f9f9f9;
    border: 1px solid rgba(8, 8, 27, .15);
    outline: none;
}

.profile_talkbtn {
    width: 120px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto;
    cursor: pointer;
    line-height: 20px;
}

.profile_talkbtn:hover {
    background: #fff;
    color: #000;
}

.mwt_border {
    width: 250px;
    height: 90px;
    text-align: center;
    background: #fff;
    position: relative;
    border: solid 1px #000;
    margin: 30px;
    padding: 30px;
}

.mwt_border .arrow_r_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 20%;
    right: -30px;
}

.mwt_border .arrow_r_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 20%;
    right: -29px;
}

.mwt_border .arrow_l_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    top: 20%;
    left: -30px;
}

.mwt_border .arrow_l_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 20%;
    left: -29px;
}

.mwt_border .arrow_t_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -30px;
    left: 40px;
}

.mwt_border .arrow_t_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -29px;
    left: 40px;
}

.mwt_border .arrow_b_int {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    right: 50px;
}

.mwt_border .arrow_b_out {
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -29px;
    right: 50px;
}


/* ------------ Mobile ------------ */


/*iPad Pro*/

@media only screen and (max-width: 1335px) {
    .message_info,
    .message_talk {
        width: 78%;
    }
    .message_info2 {
        width: 70%;
    }
    .profile_about {
        width: 53%;
    }
}


/*iXR.iXS Max*/

@media only screen and (max-width: 896px) {
    .profile {
        border: none;
    }
    .board_left {
        display: none;
    }
    .board_left.on {
        display: block;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        border-right: none;
    }
    .boarditem {
        float: left;
        margin-right: 20px;
    }
    .boarditem.active {
        opacity: 1;
    }
    .board_right.conceal {
        display: none;
    }
    .board_right {
        width: 100%;
        padding: 0;
    }
    .message_back {
        display: block;
    }
    .message_total {
        background: none;
        text-align: center;
    }
    .message_info,
    .message_talk {
        width: 83%;
    }
    .message_info2 {
        width: 74%;
    }
    .profile_about {
        width: 37%;
    }
    .profile_about ul li>span.tt {
        width: 94%;
        display: inline-block;
        margin-left: 15px;
        text-align: justify;
    }
    .profile_keyin {
        width: 64%;
    }
    .profile_keyin2 {
        width: 20%
    }
    .profile_select {
        width: 64%;
    }
    .profile_select2 {
        width: 93%;
        margin-left: 15px;
    }
    .profile_select2.short {
        width: 53%;
        margin-left: 0;
    }
    .keyinbox2 {
        width: 93%;
    }
}


/*i6Plus*/

@media only screen and (max-width: 736px) and (orientation: landscape) {
    .message_info,
    .message_info2 {
        width: 76%;
        margin-top: 11px;
    }
    .message_talk {
        width: 100%;
        margin-top: 10px;
    }
    .profile_photo {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .profile_img {
        height: 510px;
    }
    .profile_imgitem {
        width: 94px;
        height: 94px;
    }
    .profile_about {
        width: 100%;
        margin-top: 20px;
    }
    .profile_keyin {
        width: 75%;
    }
    .profile_keyin2 {
        width: 15%;
    }
    .profile_select {
        width: 75%;
    }
    .profile_select2,
    .keyinbox2 {
        width: 97%;
    }
    .profile_select2.short {
        width: 69%;
    }
}


/*i5*/

@media only screen and (max-width: 568px) and (orientation: landscape) {
    .profile_img {
        height: 538px;
    }
    .profile_imgitem {
        width: 18.8%;
        height: 100px;
        margin: 0 1.5% 10px 0;
    }
    .profile_about {
        text-align: center;
    }
    .profile_about>ul {
        text-align: left;
    }
}


/*i6Plus.iXR.iXS Max*/

@media only screen and (max-width: 415px) {
    .message_info {
        width: 67%;
        margin-top: 11px;
    }
    .message_talk {
        width: 100%;
        margin-top: 10px;
    }
    .profile_photo {
        width: 100%;
        margin: 0;
    }
    .profile_img {
        height: 384px;
    }
    .profile_imgitem {
        width: 18.8%;
        height: 72px;
        margin: 0 1.5% 10px 0;
    }
    .profile_about {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .profile_about>ul {
        text-align: left;
    }
    .profile_keyin,
    .profile_select {
        width: 75%;
    }
    .profile_keyin2 {
        width: 20%;
    }
    .profile_select2.short {
        width: 67.5%;
    }
    .keyinbox2,
    .profile_select2 {
        width: 95%;
    }
}


/*i6.iX.iXS*/

@media only screen and (max-width: 376px) {
    .message_info {
        width: 100%;
        margin-top: 10px;
        white-space: normal;
        word-wrap: break-word;
    }
    .message_talk {
        margin-top: 0;
    }
    .profile_img {
        height: 345px;
    }
    .profile_imgitem {
        height: 65px;
    }
}


/*i5*/

@media only screen and (max-width: 321px) {
    .profile_img {
        height: 290px;
    }
    .profile_imgitem {
        height: 54.5px;
    }
    .keyinbox2,
    .profile_select2 {
        width: 92%;
    }
}