/* --------- NAV --------- */
nav {
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    padding-bottom: 50px;
}

#nav_logo {
    background: url("../img/logo_top_w.png?a=1") 0 0 no-repeat;
}

#nav_logo_rwd {
    background: url("../img/logo_top_w_rwd.png?a=1") 0 0 no-repeat;
}

#menu .submenu li {
    background: rgba(0, 0, 0, .5);
    border-top: 1px solid rgba(255, 255, 255, .2);
}

#menu li a {
    color: white;
}

#menu>li a:hover,
#menu .submenu li:hover {
    background: rgba(0, 0, 0, .8);
}

#hambergur>span {
    background: white;
}

#rwdmenu {
    background: rgba(0, 0, 0, .9);
    color: white;
}

#rwdmenu a {
    color: white;
}

#rwdmenu>ul>li:before,
#rwdmenu>ul>li:after {
    background: white;
}

/* --------- END NAV --------- */
/* --------- SEC_TOP --------- */
.sec_top {
    height: 680px;
    background-position: center top;
}

.sec_top .container {
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    pointer-events: none;
}

.title_container {
    width: 360px;
    position: absolute;
    top: 36%;
    left: 15%;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

/* h2{
		color:white;
		font-weight: bold;
		letter-spacing: 17px;
		font-size: 2.6em;
		line-height: 1.3em;
		margin-bottom: 10px;
	} */
.sub_title {
    font-size: 1.250em;
    letter-spacing: 8px;
    margin-bottom: 35px;
}

.sec_top h2 {
    -webkit-animation: fadefromdown .7s forwards;
    -o-animation: fadefromdown .7s forwards;
    animation: fadefromdown .7s forwards;
}

.sub_title {
    opacity: 0;

    -webkit-animation: fadefromdown .7s .2s forwards;
    -o-animation: fadefromdown .7s .2s forwards;
    animation: fadefromdown .7s .2s forwards;
}

.sec_top .btn {
    opacity: 0;
    -webkit-animation: fadefromdown .7s .4s forwards;
    -o-animation: fadefromdown .7s .4s forwards;
    animation: fadefromdown .7s .4s forwards;
    pointer-events: all;
}

/* --------- TOP SLIDER --------- */
#top_slider,
#top_slider.owl-carousel .owl-stage-outer,
#top_slider .owl-stage,
#top_slider .owl-item,
#top_slider .item {
    height: 100%;
}

#top_slider .item {
    background: top no-repeat;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

/* --------- END SEC_TOP --------- */
/* --------- MAIN ---------- */
.btn_orange {
    width: 160px;
    height: 50px;
    line-height: 47px;
    box-shadow: 0 5px 15px rgba(170, 110, 10, .2),
        0 0 20px 5px rgba(255, 169, 0, 1) inset;
    background: rgba(255, 169, 0, .8);
    font-size: 1.2em;
    letter-spacing: 5px;
    font-weight: bold;
    margin-right: 34px;
}

.btn_orange_l {
    display: block;
    width: 320px;
    height: 71px;
    font-size: 1.4em;
    line-height: 69px;
    margin: 50px auto 0;
}

.btn_orange:hover,
.btn_orange_l:hover {
    box-shadow: 0 5px 15px rgba(170, 110, 10, .5),
        0 0 0 6px rgba(255, 169, 0, 1) inset,
        0 0 0 7px white inset,
        0 0 20px 5px rgba(255, 169, 0, 1) inset;
}

.btn_trans {
    width: 160px;
    height: 50px;
    line-height: 47px;
    background-color: transparent;
    border: 1px solid white;
    font-size: 1.2em;
    letter-spacing: 5px;
}

.btn_trans_s {
    width: 113px;
    height: 47px;
    line-height: 40px;
    font-weight: 300;
    font-size: 1em;
    letter-spacing: 4px;
    background-color: transparent;
    border: 2px solid white;
}

.btn_trans_b {
    display: block;
    width: 200px;
    height: 58px;
    font-size: 1.313em;
    font-weight: bold;
    line-height: 55px;
    background-color: transparent;
    border: 2px solid #646464;
    color: #646464;
    margin: 80px auto 0;
}

.btn_trans:hover,
.btn_trans_b:hover {
    box-shadow: 0 5px 15px rgba(170, 110, 10, .2),
        0 0 15px 2px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, .2);
}

.service li:hover .btn_trans_s {
    background: white;
    color: #FFAB00;
    font-weight: bold;
    box-shadow: 0 0 15px 2px rgba(255, 255, 255, .2);
}

.service li:hover .btn_trans_s:hover {
    box-shadow: 0 0 15px 2px rgba(255, 255, 255, .5);
}

.btn_trans_b:hover {
    box-shadow: 0 5px 15px rgba(170, 110, 10, .2),
        0 0 15px 1px rgba(170, 110, 10, 0.1) inset;
}

.h3_en,
.h3_zh {
    color: #646464;
    letter-spacing: 2px;
    text-align: justify;
    text-align: center;
    margin-bottom: 0;
}

.h3_en {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.9em;
    letter-spacing: 3px;
}

.h3_zh {
    font-weight: 500;
}

.h3_zh:before,
.h3_zh:after {
    content: "";
    display: block;
    width: 10%;
    height: 1px;
    background: #818181;
    position: absolute;
    top: 23px;
}

.sec_progress .h3_zh:before {
    left: 27%;
}

.sec_progress .h3_zh:after {
    right: 27%;
}

.h3_zh:before {
    left: 32%;
}

.h3_zh:after {
    right: 32%;
}

/* --------- END MAIN --------- */
/* --------- SEC_PROGRESS --------- */
.sec_progress {
    padding: 100px 0;
    background: white;
}

.progress {
    text-align: center;
    margin-top: 70px;
}

.progress li {
    display: inline-block;
    /*width: 245px;*/
    width: 21%;
    min-width: 200px;
    text-align: center;
    margin-right: 8%;
    vertical-align: top;
    /*background: #aaa;*/
}

.progress li h3 {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.progress li:last-child {
    margin-right: 0;
}

.icon_progress {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto 35px;
}

.icon_prog_s {
    width: 105px;
    height: 105px;
    margin-top: 15px;
}

.icon_prog_m {
    width: 110px;
    height: 110px;
    margin-top: 10px;
}

/* --------- END SEC_PROGRESS --------- */
/* --------- SEC_SPECIAL --------- */
.sec_special {
    padding: 90px 0;
    background: #FFF4E6;
}

.special {
    text-align: center;
    margin-top: 50px;
}

.special li {
    display: inline-block;
    vertical-align: top;
    width: 315px;
    height: 315px;
    box-sizing: border-box;
    margin: 17px;
    padding: 115px 35px;
    position: relative;
}

.special h4 {
    display: block;
    height: 3em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;

}

.special h4 span {
    font-size: 1.7em;
    font-weight: bold;
    letter-spacing: 0;
}

.special h4 span.sp_en {
    font-size: 1.35em;
    font-weight: bold;
    letter-spacing: 0;
}

.special p {
    color: white;
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: auto;
    right: 35px;
    bottom: 75px;
    left: 35px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.special li:hover {
    -webkit-animation: growshadow 1s forwards;
    -o-animation: growshadow 1s forwards;
    animation: growshadow 1s forwards;
}

@keyframes growshadow {
    from {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0) inset;
    }

    to {
        box-shadow: 0 0 0 315px rgba(0, 0, 0, .3) inset;
    }
}

.special li:hover h4 {
    margin-top: -50px;

}

.special li:hover p {
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

/* --------- END SEC_SPECIAL --------- */
/* --------- SEC_SERVICE --------- */


#home_slider {
    width: 65%;
    margin: 0 auto;
}

#home_slider {
    text-align: center;
    position: relative;
}

.owl-prev,
.owl-next {
    width: 0;
    height: 0;
    opacity: .8;
    border-style: solid;
    position: absolute;
    top: 100px;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.owl-prev {
    border-width: 12px 20px 12px 0;
    border-color: transparent #ffaa00 transparent transparent;
    left: -70px;
}

.owl-next {
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffaa00;
    right: -70px;
}

#home_slider img,
#home_slider h3,
#home_slider p {
    display: block;
    max-width: 205px;
    text-align: center;
    margin: 0 auto;
}

#home_slider h3 {
    font-size: 1.2em;
    font-weight: 400;
    margin: 10px auto 0px;
}

#home_slider p {
    line-height: 1.2em;
    font-weight: 300;
}

.sec_charge .container {
    width: 1300px;
    padding-top: 80px;
}

.sec_charge .container>ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    .sec_charge .container>ul {
        display: block;
    }
}

.charge_wrap {
    display: inline-block;
    width: 25%;
    max-width: 265px;
    min-width: 260px;
    margin: 10px 0;
    vertical-align: top;
}

@media only screen and (max-width: 480px) {
    .charge_wrap {
        width: 100%;
        margin: 10px auto;
        border: 1px solid #ededed;
    }
}

@media only screen and (max-width: 1200px) {
    .charge_wrap {
        min-width: 0;
        margin: 10px 5px;
    }
}

.charge_wrap .charge_img {
    width: 264px;
    height: 248px;
    background-repeat: no-repeat;
    /* opacity: .4; */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    padding: 70px 0;
}

@media only screen and (max-width: 1200px) {
    .charge_wrap .charge_img {
        width: 100%;
        max-width: 265px;
        min-width: 180px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 480px) {
    .charge_wrap .charge_img {
        width: 100%;
        height: 150px;
        padding: 20px 0 0;
        opacity: .8;
    }
}


.sec_service {
    padding: 90px 0;
    background: white;
}

.sec_service .container {
    width: 1286px;
}

.service {
    text-align: center;
    margin-top: 50px;
}

.service li {
    display: inline-block;
    width: 23%;
    min-width: 200px;
    /*width: 301px;*/
    /*height: 553px;*/
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    padding: 313px 43px 45px;
    margin-right: 23px;
    position: relative;
    overflow: hidden;

}

.service li:last-child {
    margin-right: 0;
}

.service h4,
.service p,
.service .btn {
    z-index: 2;
    position: relative;
}

.service p {
    text-align: center;
    line-height: 21px;
    margin: 18px 0 30px;
    height: 50px;
}

.service svg {
    position: absolute;
    background: white;
    width: 100%;
    height: 130%;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .7s cubic-bezier(.06, .68, .35, .99);
    -moz-transition: all .7s cubic-bezier(.06, .68, .35, .99);
    -ms-transition: all .7s cubic-bezier(.06, .68, .35, .99);
    -o-transition: all .7s cubic-bezier(.06, .68, .35, .99);
    transition: all .7s cubic-bezier(.06, .68, .35, .99);
}

.service li:hover svg {
    opacity: .2;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* --------- END SEC_SERVICE --------- */
/* --------- SEC_NEWS --------- */
.sec_news {
    padding: 90px 0 130px;
    background: linear-gradient(180deg, #FFEAAC, #FFDC80);
}

#news_slider {
    /*width: 1000px;*/
    width: 83.333%;
    height: 290px;
    margin: 50px auto 0;
    /*background:#aaa;*/
}

#news_slider .item {
    display: inline-block;
    width: 315px;
    height: 288px;
    position: relative;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

#news_slider .slider_img {
    width: 100%;
    height: 189px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#news_slider .slider_title {
    background: white;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#news_slider .slider_title h4,
#news_slider .slider_title p {
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news_slider .slider_title h4 {
    width: 100%;
    height: 1.5em;
    font-size: 1.313em;
}

#news_slider .item:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

#news_slider .item:hover .slider_title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #707064;
    z-index: 1;
    -webkit-animation: showback .8s forwards;
    -o-animation: showback .8s forwards;
    animation: showback .8s forwards;
}

#news_slider .item:hover .slider_title h4,
#news_slider .item:hover .slider_title p {
    color: white;
    position: relative;
    z-index: 2;
}

/* --------- OWL DOTS --------- */
#news_slider.owl-carousel .owl-stage-outer {
    height: 290px;
}

#news_slider.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

#news_slider.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#news_slider.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #646464;
    color: #fff;
    text-decoration: none
}

#news_slider.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .3;
    cursor: default
}

#news_slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

#news_slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 15px 7px 0px;
    background: #646464;
    opacity: .3;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

#news_slider.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: .7;
}

/* --------- END OWL DOTS --------- */
/* --------- END SEC_NEWS --------- */
/* --------- RWD --------- */


@media only screen and (max-width: 1380px) {

    .sec_noservice .container,
    .sec_process .container,
    .sec_area .container,
    .sec_charge .container {
        width: 90%;
    }
}

@media only screen and (max-width: 980px) {
    .sec_charge .container {
        width: 100%;
        box-sizing: border-box;
        padding: 80px 20px 0px;
        text-align: center;
    }
}

@media only screen and (min-width:1921px) {
    #top_slider .item {
        background-position: top center;
    }
}

@media only screen and (max-width: 1350px) {
    .sec_service .container {
        width: 98%;
    }

    .service li {
        width: 23%;
        padding: 300px 25px 45px;
        margin-right: 20px;
    }

    .service li>h4 {
        letter-spacing: 4px;
    }
}

@media only screen and (max-width: 1250px) {
    .progress li {
        width: 25%;
    }

    .progress li {
        margin-right: 5%;
    }

    #news_slider {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    .sec_progress .h3_zh:before {
        left: 20%;
    }

    .sec_progress .h3_zh:after {
        right: 20%;
    }

    .special li {
        margin: 5px;
    }

    .service li {
        width: 23%;
        padding: 300px 25px 45px;
        margin-right: 5px;
    }

    #news_slider {
        width: 640px;
    }
}

@media only screen and (max-width: 880px) {
    .progress li {
        margin-right: 2%;
    }

    .service li {
        width: 37%;
        padding: 70px 25px 45px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .service svg {
        height: 200%;
    }
}

@media only screen and (max-width: 768px) {
    .sec_top {
        height: 640px;
    }

    #top_slider .item {
        /*background: 70% top;*/
        background-size: cover;
        background-position: top center;
    }
}

@media only screen and (max-width: 700px) {
    .sec_top .btn_orange {
        margin-right: 4%;
    }

    .progress li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .progress li:last-child {
        margin-bottom: 0;
    }

    .progress li>p {
        width: 200px;
        margin: 0 auto;
    }

    .h3_zh:before,
    .h3_zh:after {
        width: 10%;
    }

    .sec_progress .h3_zh:before {
        left: 10%;
    }

    .sec_progress .h3_zh:after {
        right: 10%;
    }

    .h3_zh:before {
        left: 20%;
    }

    .h3_zh:after {
        right: 20%;
    }

    #news_slider {
        width: 315px;
    }
}

@media only screen and (max-width: 480px) {
    .sec_top {
        height: 100vh;
        max-height: 680px;
    }

    .title_container {
        width: 265px;
        top: 30vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    h2 {
        font-size: 2.4em;
        letter-spacing: 5px;
    }

    .sub_title {
        font-size: 1em;
        letter-spacing: 5px;
    }

    .sec_top .btn {
        display: block;
        margin: 0 auto 10px;
    }

    .sec_progress .h3_zh:before {
        left: 0;
    }

    .sec_progress .h3_zh:after {
        right: 0;
    }

    .special li {
        width: 265px;
        height: 265px;
    }

    .special h4 {
        font-size: 1.313em;
        letter-spacing: 5px;
    }

    .special h4 span.sp_en {
        font-size: 1.313em;
    }

    .special p {
        line-height: 1.5em;
        top: auto;
        right: 20px;
        bottom: 35px;
        left: 20px;
    }

    .btn_orange_l {
        width: 265px;
        font-size: 1.2em;
    }

    #news_slider {
        width: 265px;
    }

    #news_slider .item {
        width: 265px;
        height: 265px;
    }
}

@media only screen and (max-width: 429px) {
    .service li {
        width: 90%;
        max-width: 300px;
    }
}

/* --------- END RWD --------- */

/*新增表單區塊 & RWD*/
/* --------- sec_form --------- */
.sec_form {
    background: #E6E9E6;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .2);
    text-align: center;
}

#contact_btn {
    width: 120px;
    padding: 1px 3px 3px;
    background: #ffffff;
    border: 1px solid #FFB64D;
    cursor: pointer;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -ms-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease;
}

#contact_btn img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
}

#contact_btn p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 15px;
    color: #161616;
}

#contact_btn:hover p {
    color: inherit;
}

.sec_form form {
    max-height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sec_form.active form {
    max-height: 2000px;
    width: 320px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.sec_form.active #contact_btn {
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.sec_form.active #contact_btn img {
    display: none;
}

.sec_form.active #contact_btn:before {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
    width: 13px;
    height: 2px;
    background-color: #ffffff;
}

.sec_form.active #contact_btn p {
    display: none;
}


.sec_form .form_title {
    font-size: 0.875em;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding: 3px 0;
    text-align: center;
    background-color: #FFB64D;
    color: #ffffff;
}

.sec_form .center {
    display: block;
    width: 90%;
    margin: auto;
    vertical-align: top;
}

.sec_form li {
    margin: 10px 0;
    position: relative;
}

.form_item {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.875em;
    font-weight: 400;
    z-index: 1;
    letter-spacing: 3px;
    line-height: 1em;
    padding: 6px 5px;
    pointer-events: none;
}

.sec_form span+p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1em;
}

.sec_form p+input[type=text],
.sec_form p+input[type=email],
.sec_form p+textarea {
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 7px;
    padding-left: 5px;
    width: calc(100% - 90px);
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.sec_form p+textarea {
    max-width: calc(100% - 95px);
    max-height: 150px;
}

.sec_form p+input+label {
    margin-left: 110px;
}

.sec_form .center .btn {
    width: 120px;
    height: 37px;
    background: #FFB64D;
    line-height: 36px;
    margin: 0 auto 30px;
    display: block;
}

.sec_form p {
    color: #161616;
    letter-spacing: 1px;
}

/*text樣式覆蓋*/
input[type=text],
input[type=email] {
    width: 100%;
    height: 29px;
    color: #A3A3A3;
    font-size: .95em;
    letter-spacing: 3px;
    border-radius: 7px;
    border: none;
    box-sizing: border-box;
    padding: 0px 20px;
}

textarea[name=contact] {
    width: 100%;
    height: 116px;
    color: #A3A3A3;
    font-size: .95em;
    letter-spacing: 3px;
    border-radius: 7px;
    border: none;
    box-sizing: border-box;
    padding: 5px 20px;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

input[type=text]:active,
input[type=text]:focus,
input[type=email]:active,
input[type=email]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    outline-color: #FFB64D;
}

/* --------- END sec_form --------- */
/* --------- RWD --------- */
@media only screen and (max-width: 1150px) {
    .sec_form .center {
        max-width: 520px;
    }
}

@media only screen and (max-width: 620px) {
    .sec_form p {
        color: #646464;
    }
}

@media only screen and (max-width: 480px) {
    .form_item.filename {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 365px) {
    .sec_form p+input+label {
        margin-left: 0;
    }

    .sec_form span+p.txt_s {
        font-size: .8em;
    }
}

/* --------- END RWD --------- */


@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot?48381373");
    src: url("../font/fontello.eot?48381373#iefix") format("embedded-opentype"), url("../font/fontello.woff2?48381373") format("woff2"), url("../font/fontello.woff?48381373") format("woff"), url("../font/fontello.ttf?48381373") format("truetype"), url("../font/fontello.svg?48381373#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-star:before {
    content: '\e800'
}

.icon-star-empty:before {
    content: '\e801'
}

.icon-dot-3:before {
    content: '\e802'
}

.icon-plus:before {
    content: '\e803'
}

.icon-cancel:before {
    content: '\e804'
}

.icon-ok:before {
    content: '\e805'
}

.icon-minus:before {
    content: '\e806'
}

.icon-cancel-alt-filled:before {
    content: '\e807'
}

.icon-trash-empty:before {
    content: '\e808'
}

.icon-eye:before {
    content: '\e809'
}

.icon-basket:before {
    content: '\e80a'
}

.icon-pencil:before {
    content: '\e80b'
}

.icon-heart:before {
    content: '\e80c'
}

.icon-heart-empty:before {
    content: '\e80d'
}

.icon-search:before {
    content: '\e80e'
}

.icon-phone:before {
    content: '\e80f'
}

.icon-home-outline:before {
    content: '\e810'
}

.icon-key:before {
    content: '\e811'
}

.icon-location:before {
    content: '\e812'
}

.icon-key-1:before {
    content: '\e813'
}

.icon-compass:before {
    content: '\e814'
}

.icon-cloud:before {
    content: '\e815'
}

.icon-suitcase:before {
    content: '\e816'
}

.icon-flash:before {
    content: '\e817'
}

.icon-ailpay:before {
    content: '\e818'
}

.icon-line:before {
    content: '\e819'
}

.icon-up-small:before {
    content: '\e81a'
}

.icon-basket-1:before {
    content: '\e81b'
}

.icon-calendar:before {
    content: '\e81c'
}

.icon-chat:before {
    content: '\e81d'
}

.icon-bell:before {
    content: '\e81e'
}

.icon-attention:before {
    content: '\e81f'
}

.icon-home:before {
    content: '\e820'
}

.icon-search-1:before {
    content: '\e821'
}

.icon-thumbs-up:before {
    content: '\e822'
}

.icon-user-1:before {
    content: '\e823'
}

.icon-pencil-alt:before {
    content: '\e824'
}

.icon-bell-1:before {
    content: '\e825'
}

.icon-attention-1:before {
    content: '\e826'
}

.icon-info:before {
    content: '\e827'
}

.icon-question:before {
    content: '\e828'
}

.icon-chat-1:before {
    content: '\e829'
}

.icon-phone-1:before {
    content: '\e82a'
}

.icon-cog:before {
    content: '\e82b'
}

.icon-tools:before {
    content: '\e82c'
}

.icon-eye-1:before {
    content: '\e82d'
}

.icon-eye-off:before {
    content: '\e82e'
}

.icon-left-hand:before {
    content: '\e82f'
}

.icon-right-hand:before {
    content: '\e830'
}

.icon-down-open-1:before {
    content: '\e831'
}

.icon-menu:before {
    content: '\e832'
}

.icon-right:before {
    content: '\e833'
}

.icon-email:before {
    content: '\e834'
}

.icon-left-open-1:before {
    content: '\e835'
}

.icon-right-open-1:before {
    content: '\e836'
}

.icon-up-open-1:before {
    content: '\e837'
}

.icon-down-open-mini:before {
    content: '\e838'
}

.icon-left-open-mini:before {
    content: '\e839'
}

.icon-right-open-mini:before {
    content: '\e83a'
}

.icon-up-open-mini:before {
    content: '\e83b'
}

.icon-down-open-big:before {
    content: '\e83c'
}

.icon-left-open-big:before {
    content: '\e83d'
}

.icon-right-open-big:before {
    content: '\e83e'
}

.icon-up-open-big:before {
    content: '\e83f'
}

.icon-globe:before {
    content: '\e840'
}

.icon-down-open:before {
    content: '\f004'
}

.icon-up-open:before {
    content: '\f005'
}

.icon-right-open:before {
    content: '\f006'
}

.icon-left-open:before {
    content: '\f007'
}

.icon-user:before {
    content: '\f061'
}

.icon-users:before {
    content: '\f064'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-sort:before {
    content: '\f0dc'
}

.icon-upload-cloud:before {
    content: '\f0ee'
}

.icon-circle:before {
    content: '\f111'
}

.icon-instagram-1:before {
    content: '\f16d'
}

.icon-bank:before {
    content: '\f19c'
}

.icon-language:before {
    content: '\f1ab'
}

.icon-wechat:before {
    content: '\f1d7'
}

.icon-handshake-o:before {
    content: '\f2b5'
}

.icon-address-book-o:before {
    content: '\f2ba'
}

.icon-facebook:before {
    content: '\f300'
}

.icon-facebook-rect:before {
    content: '\f301'
}

.icon-twitter-bird:before {
    content: '\f303'
}

.icon-twitter:before {
    content: '\f309'
}

.icon-facebook-1:before {
    content: '\f30c'
}

.icon-instagram:before {
    content: '\f31e'
}

.dropdown-menu,
.page-header.is-sticky {
    -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.3)
}

.page-header .navbar-nav {
    font-family: 'Source Sans Pro', sans-serif
}

.section-title-group .section-title {
    font-family: 'Ubuntu', serif;
    font-weight: 700
}

body {
    position: relative;
    background-color: #FFF;
    color: #212224;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, "Source Sans Pro", Roboto, 'Microsoft JhengHei', 'Helvetica Neue', Arial, sans-serif
}

body.modal-open {
    padding-right: 0px !important
}

body.modal-open .mm-page {
    position: initial
}

@media (max-width: 767.98px) {
    .modal .modal-dialog {
        width: 100%
    }
}

a {
    color: #212224;
    text-decoration: none
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ffeb01;
    text-decoration: none;
    outline: 0
}

a.link-color {
    color: #ffeb01
}

a.link-color:hover,
a.link-color:focus,
a.link-color:active,
a.link-color.active {
    color: #ffeb01;
    text-decoration: underline
}

img.img-rounded {
    border-radius: 50%
}

.row.small-gutters {
    margin-right: -5px;
    margin-left: -5px
}

.row.small-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.row.middle-gutters {
    margin-right: -10px;
    margin-left: -10px
}

.row.middle-gutters>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.row.large-gutters {
    margin-right: -20px;
    margin-left: -20px
}

.row.large-gutters>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px
}

.dropdown-menu {
    border: 0;
    margin: 0;
    border-radius: 0
}

.dropdown-menu a {
    display: block
}

.dropdown-menu a:hover {
    color: #ffeb01;
    background-color: #ffffff
}

.modal-content {
    border-radius: 0 15px 15px 15px;
    border: 0
}

.modal-content .modal-header {
    background-color: #ffeb01;
    color: #010100;
    border: 0;
    border-radius: 0 15px 0 0;
    padding: .75rem 1.5rem
}

.pagination-container {
    margin: 20px 0
}

.pagination {
    margin: 0
}

.pagination>li>a {
    display: inline-block;
    float: none;
    height: 34px;
    margin-left: 5px;
    text-align: center
}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus {
    background: #fff79a;
    border-color: #fff79a
}

.pagination>li.actvie>a {
    background: #b4a500;
    border-color: #b4a500
}

.pagination>li.disabled>a:hover,
.pagination>li.disabled>a:active,
.pagination>li.disabled>a:focus {
    background: #caccd0;
    border-color: #caccd0
}

.breadcrumb>li {
    max-width: 200px;
    display: inline-block
}

.page-header .navbar-nav .nav-link::before,
.page-header .navbar-nav .dropdown-menu {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

@media (max-width: 767.98px) {
    .page-header {
        position: relative
    }
}

.page-header.is-sticky {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003 !important
}

.page-header.is-sticky .navbar-brand .branding-dark {
    display: block
}

@media (max-width: 767.98px) {
    .page-header.is-sticky .navbar-brand .branding-dark {
        display: none
    }
}

.page-header.is-sticky .navbar-brand .branding-light {
    display: none
}

.page-header.is-sticky .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff
}

.page-header.is-sticky .navbar-nav .nav-item:hover .nav-link::before {
    background: #ff9c2a
}

.page-header.is-sticky .navbar-nav .nav-item:hover .nav-link::after {
    border-top-color: #ffffff
}

.page-header.is-sticky .navbar-nav .nav-item .nav-link {
    color: #434343
}

.page-header .header-top-alert .alert {
    position: relative;
    padding: .6rem 1rem;
    font-size: .8125rem;
    border: 0;
    border-radius: 0;
    background: #ffeb01;
    color: #010100;
    text-align: center;
    padding-right: 40px
}

.page-header .header-top-alert .alert button.close {
    position: absolute;
    right: 1rem;
    font-size: .9375rem;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #010100;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.page-header .navbar {
    padding: 1rem 0
}

@media (max-width: 767.98px) {
    .page-header .navbar {
        padding: .5rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    .page-header .navbar .navbar-toggler {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.page-header .navbar-nav {
    font-weight: 400;
    font-size: 1rem
}

.page-header .navbar-nav .nav-item {
    position: relative
}

.page-header .navbar-nav .nav-item:hover .nav-link {
    color: #ff9c2a
}

.page-header .navbar-nav .nav-item:hover .nav-link::before {
    width: 100%;
    background: #ffffff
}

.page-header .navbar-nav .nav-item:hover .nav-link::after {
    border-top-color: #ff9c2a;
    z-index: 32;
    position: relative
}

.page-header .navbar-nav .nav-link {
    color: #ffffff;
    position: relative;
    z-index: 10;
    padding: .5rem 1rem
}

.page-header .navbar-nav .nav-link .text {
    z-index: 30;
    position: relative
}

.page-header .navbar-nav .nav-link::before {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 0%;
    bottom: 0;
    left: 0;
    z-index: 0
}

.page-header .navbar-nav .dropdown-menu {
    background: #ffffff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3)
}

.page-header .navbar-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible
}

.page-header .navbar-nav .dropdown-menu .dropdown-item {
    color: #212224;
    font-size: .875rem;
    padding: .35rem 1rem
}

.page-header .navbar-nav .dropdown-menu .dropdown-item:hover,
.page-header .navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #ff9c2a;
    background: transparent
}

.page-header .navbar-brand {
    width: 260px
}

@media (max-width: 767.98px) {
    .page-header .navbar-brand {
        width: 80px
    }
}

.page-header .navbar-brand .branding-dark {
    display: none
}

@media (max-width: 767.98px) {
    .page-header .navbar-brand .branding-light {
        display: none
    }
}

.page-header .navbar-brand .branding-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .page-header .navbar-brand .branding-mobile {
        display: block
    }
}

section .section-warpper {
    padding: 3rem 0
}

section .section-warpper.pb-2x {
    padding-bottom: 6rem
}

.section-title-group {
    padding: 2rem 0
}

.section-title-group .section-title {
    text-transform: uppercase;
    position: relative;
    z-index: 6
}

.section-title-group .section-title:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../images/lemon.svg");
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.section-title-group .section-title.section-title-1 {
    font-size: 2rem
}

@media (max-width: 991.98px) {
    .section-title-group .section-title.section-title-1 {
        font-size: 1.75rem
    }
}

@media (max-width: 767.98px) {
    .section-title-group .section-title.section-title-1 {
        font-size: 1.5rem
    }
}

.section-title-group .section-descript {
    font-size: 1.125rem
}

#toTop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 38px;
    height: 38px;
    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-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #dbdbe0;
    z-index: 1981;
    color: #ffffff;
    opacity: 1
}

#toTop .icon-up-small {
    font-size: 1.25rem
}

#toTop:hover,
#toTop:focus,
#toTop:active,
#toTop.active {
    background: #ff9c2a
}

#toTop:hover:before,
#toTop:focus:before,
#toTop:active:before,
#toTop.active:before {
    border-color: #FFF
}

.slick-slide img {
    width: 100%
}

.slick-arrow {
    position: absolute;
    top: 50%;
    text-indent: 999px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-top: -35px;
    background: transparent;
    border: 0;
    margin-top: -25px;
    border-radius: 50px;
    z-index: 561
}

.slick-arrow::after {
    content: '';
    display: block;
    border-left: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 17px;
    left: 20px
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active,
.slick-arrow.active {
    outline: 0;
    background: #ffeb01
}

.slick-arrow:hover::after,
.slick-arrow:focus::after,
.slick-arrow:active::after,
.slick-arrow.active::after {
    border-color: #817600
}

.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden
}

.slick-arrow.slick-prev {
    left: 0px
}

.slick-arrow.slick-next {
    right: 0px
}

.slick-arrow.slick-next::after {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.slick-dots {
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%
}

.slick-dots>li {
    display: inline-block
}

.slick-dots>li.slick-active>button {
    background: #ffeb01;
    border-color: #ffeb01
}

.slick-dots>li>button {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #9498A0;
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
    text-indent: -9999px;
    overflow: hidden
}

.slick-dots>li>button:hover,
.slick-dots>li>button:focus,
.slick-dots>li>button:active,
.slick-dots>li>button.active {
    outline: 0 !important
}

.hero-banner {
    position: relative
}

.hero-banner:after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #825f33;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-banner .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 620px
}

@media (max-width: 767.98px) {
    .hero-banner .item img {
        height: 80vh;
        min-height: 600px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.hero-form {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 88
}

.hero-form .form-title {
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 2.5rem;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    color: #434343
}

.hero-form .form-wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2.5rem 2rem;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
    margin-top: 80px;
    position: relative
}

.hero-form .form-wrapper .form-control {
    background: transparent;
    border-color: #434343
}

.hero-form .form-wrapper .btn-orderItem {
    background: transparent;
    border-color: #434343
}

.quantity-control {
    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-radius: 50px;
    border: 1px solid #dbdbe0
}

.quantity-control .controlButton {
    position: absolute;
    top: 4px;
    width: calc(38px - 6px);
    height: calc(38px - 6px);
    border-radius: 50%;
    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;
    background: #f3f2f1;
    cursor: pointer
}

.quantity-control .controlButton:hover,
.quantity-control .controlButton:focus {
    background: #ffeb01;
    border-color: #ffeb01
}

.quantity-control .controlButton.inc {
    right: 9px
}

.quantity-control .controlButton.dec {
    left: 9px
}

.quantity-control .quantity {
    border: 0;
    background-color: transparent;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0 0 15px;
    width: 60px;
    height: 38px;
    color: #F3273C
}

.btn.btn-outline-white {
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 0
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:active,
.btn.btn-outline-white:focus {
    background: #ffeb01;
    color: #212224;
    border-color: #ffeb01
}

.card {
    border: 0 !important;
    border-radius: 0
}

.card.card-service {
    cursor: pointer;
    margin-bottom: 1rem
}

.card.card-service:hover .card-body,
.card.card-service:focus .card-body,
.card.card-service:active .card-body {
    bottom: 1.2rem
}

.card.card-service:hover .card-img,
.card.card-service:focus .card-img,
.card.card-service:active .card-img {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2)
}

.card.card-service:hover .card-img img,
.card.card-service:focus .card-img img,
.card.card-service:active .card-img img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.card.card-service .card-img {
    overflow: hidden;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px
}

.card.card-service .card-img:after {
    content: '';
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25)));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0
}

.card.card-service .card-img img {
    -webkit-transition: .8s transform ease-out;
    -o-transition: .8s transform ease-out;
    transition: .8s transform ease-out;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767.98px) {
    .card.card-service .card-img img {
        height: 320px
    }
}

.card.card-service .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    -webkit-transition: .2s all ease-out;
    -o-transition: .2s all ease-out;
    transition: .2s all ease-out
}

@media (max-width: 767.98px) {
    .card.card-service .card-body {
        line-height: 1.2;
        padding: 1rem .5rem
    }
}

.card.card-service .card-body .card-title {
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6)
}

@media (max-width: 767.98px) {
    .card.card-service .card-body .card-title {
        font-size: 1.25rem
    }
}

.card.card-service .card-body .card-desc {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6)
}

@media (max-width: 767.98px) {
    .card.card-service .card-body .card-desc {
        font-size: .875rem
    }
}

@media (max-width: 767.98px) {
    .card.card-service .card-body .btn-outline-white {
        padding: .8rem .5rem
    }
}

@media (max-width: 575.98px) {
    .card.card-reservation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 1.5rem
    }
}

.card.card-reservation .card-img {
    max-width: 76px;
    margin: 0 auto
}

@media (max-width: 575.98px) {
    .card.card-reservation .card-img {
        max-width: 50px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }
}

.card.card-reservation .card-body {
    text-align: center;
    font-size: .875rem;
    color: #8E8E93
}

@media (max-width: 767.98px) {
    .card.card-reservation .card-body {
        padding: 15px 0 0 0
    }
}

@media (max-width: 575.98px) {
    .card.card-reservation .card-body {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 85%;
        flex: 0 1 85%;
        padding: 0 0 0 15px;
        text-align: left
    }
}

.card.card-reservation .card-body .card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212224;
    margin-bottom: .5rem
}

@media (max-width: 767.98px) {
    .card.card-reservation .card-body .card-title {
        font-size: 1.25rem
    }
}

.card.card-reservation .card-body .card-text {
    width: 100%;
    white-space: pre-wrap
}

.card.card-celebrity {
    background: #ffffff;
    margin: 0 30px;
    border-radius: 5px;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .card.card-celebrity {
        margin: 0 15px
    }
}

@media (max-width: 767.98px) {
    .card.card-celebrity {
        margin: 0 0 1rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: transparent;
        position: relative
    }
}

@media (min-width: 576px) {
    .card.card-celebrity:hover {
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.11);
        z-index: 7
    }
}

.card.card-celebrity .card-img {
    position: relative
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-img {
        /*-webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 150px;
        position: static*/
    }
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-img img {
        /*border-radius: 50%*/
    }
}

.card.card-celebrity .card-img .bage {
    border-radius: 5px;
    background: #ffeb01;
    color: #212224;
    position: absolute;
    bottom: .25rem;
    right: .25rem;
    padding: .15rem .7rem;
    font-size: .75rem;
    line-height: 1.3
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-img .bage {
       /* top: .8rem;
        bottom: auto;
        right: .8rem;
        padding: .15rem .5rem;
        font-size: .6875rem;
        z-index: 60*/
    }
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-img .bage .icon-thumbs-up {
        /*display: none*/
    }
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-img .bage .icon-star {
        /*display: none*/
    }
}

.card.card-celebrity .card-body {
    padding: 1rem;
    background: #ffffff;
    position: relative;
    border-bottom: 3px solid #ffeb01;
    border-radius: 0 0 5px 5px
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-body {
       /* border-radius: 5px;
        background: #ffffff;
        border: 0;
        margin-left: 1rem*/
    }
}

.card.card-celebrity .card-body:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -15px;
    left: 10px
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-body:before {
        /*border-width: 10px 10px 10px 0;
        border-color: transparent #ffffff transparent transparent;
        top: 10px;
        left: -10px*/
    }
}

.card.card-celebrity .card-body .card-title {
    margin-bottom: 0
}

.card.card-celebrity .card-body .card-title h6 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212224;
    margin-bottom: 0
}

.card.card-celebrity .card-body .card-title p {
    font-size: .9375rem;
    font-weight: 300;
    color: #434343;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .card.card-celebrity .card-body .card-title p {
        font-size: .8125rem
    }
}

.card.card-celebrity .card-body .card-text {
    border-radius: 15px;
    background: #ffffff;
    font-size: .8125rem;
    line-height: 1.4;
    color: #434343
}

.card.card-celebrity .card-body .star-wrapper {
    margin-bottom: .5rem
}

.card.card-celebrity .card-body .icon-thumbs-up {
    font-size: 1.0625rem;
    margin-left: -4px
}

.card.card-celebrity .card-body .icon-star {
    font-size: .875rem;
    margin-left: -4px
}

.card.card-celebrity .card-body .rank {
    font-size: 1rem;
    font-weight: 600
}

.card.card-report {
    margin-bottom: 1rem;
    background: transparent
}

.card.card-report .card-img {
    max-width: 140px;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .card.card-report .card-img {
        width: 80%
    }
}

.card.card-report .card-body {
    text-align: center;
    font-size: .875rem;
    color: #8E8E93
}

@media (max-width: 767.98px) {
    .card.card-report .card-body {
        padding: 1rem 0
    }
}

.card.card-report .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #212224
}

.home-service .service-row {
    padding-bottom: 40px
}

.home-service .service-row .col-item {
    margin: 15px
}

@media (max-width: 767.98px) {
    .home-service .service-row .col-item {
        margin: 8px
    }
}

@media (max-width: 575.98px) {
    .home-service .service-row .col-item {
        margin: 5px
    }
}

.home-service .slick-dots {
    bottom: 10px
}

.home-celebrity {
    padding-bottom: 50px
}

@media (max-width: 767.98px) {
    .home-celebrity .slick-arrow {
        top: auto;
        margin-top: 0;
        bottom: -50px
    }
}

.home-celebrity .slick-arrow::after {
    border-color: #212224
}

.home-celebrity .slick-arrow.slick-prev {
    left: -40px
}

@media (max-width: 1199.98px) {
    .home-celebrity .slick-arrow.slick-prev {
        left: -30px
    }
}

@media (max-width: 767.98px) {
    .home-celebrity .slick-arrow.slick-prev {
        left: 50%;
        margin-left: -25px
    }
}

.home-celebrity .slick-arrow.slick-next {
    right: -40px
}

@media (max-width: 1199.98px) {
    .home-celebrity .slick-arrow.slick-next {
        right: -30px
    }
}

@media (max-width: 767.98px) {
    .home-celebrity .slick-arrow.slick-next {
        right: 50%;
        margin-right: -25px
    }
}

.home-celebrity .cusomer-items .card.card-celebrity .card-body {
    border-color: #ff9c2a
}

@media (max-width: 991.98px) {
    .home-reports .row.large-gutters {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (max-width: 767.98px) {
    .home-reports .row.large-gutters {
        margin-left: -5px;
        margin-right: -5px
    }
}

@media (max-width: 991.98px) {
    .home-reports .row.large-gutters>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 767.98px) {
    .home-reports .row.large-gutters>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }
}

#footer {
    font-size: .875rem
}

#footer a {
    color: #ffffff
}

#footer .footer-above {
    padding: 2rem 0
}

#footer .footer-below {
    padding: 1rem 0
}

#footer .footer-navi li {
    position: relative;
    display: inline-block
}

#footer .footer-navi li::after {
    content: "|";
    display: inline-block;
    margin: 0 .5rem
}

#footer .area_toggle .nav-tabs {
    border: 0;
    margin-bottom: 1rem
}

#footer .area_toggle .map-wrapper {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0;
    padding-bottom: 50%
}

#footer .area_toggle .map-wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

#footer .area_toggle .nav-item:not(:last-child) {
    margin-right: .25rem
}

#footer .area_toggle .nav-link {
    font-size: 13px;
    border: 0;
    padding: .5rem
}

#footer .area_toggle .nav-link:active,
#footer .area_toggle .nav-link.active {
    color: #434343;
    background: #ffeb01
}

#footer .area_toggle .nav-link:hover,
#footer .area_toggle .nav-link:focus {
    color: #434343;
    background: #ffffff
}

#footer .seo-description {
    font-size: .6875rem;
    width: 60%
}

#footer .widget-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem
}

#footer .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#footer .social-wrapper .social-item:not(:last-child) {
    margin-right: .8rem
}

#footer .social-wrapper .social-item a {
    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;
    font-size: 1.125rem;
    width: 24px;
    height: 24px
}

#CalculatingHours .modal-body {
    padding: 2.5rem
}

@media (max-width: 767.98px) {
    #CalculatingHours .modal-body {
        padding: 1rem
    }
}

@media (max-width: 991.98px) {
    #CalculatingHours .modal-body .h5 {
        font-size: 1rem
    }
}

@media (min-width: 768px) {
    .above-slider .slick-slide img {
        height: 420px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.above-slider .slick-arrow::after {
    border-color: #e9e7e7
}

.above-slider .slick-arrow:hover::after,
.above-slider .slick-arrow:focus::after {
    border-color: #000
}

.above-slider .slick-arrow.slick-prev {
    left: 2rem
}

.above-slider .slick-arrow.slick-next {
    right: 2rem
}

.above-parallax .parallaxie {
    height: 520px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: columns;
    flex-direction: columns;
    padding-top: 3rem
}

.above-parallax .parallaxie h2 {
    font-size: 2.625rem
}

@media (max-width: 991.98px) {
    .above-parallax .parallaxie h2 {
        font-size: 1.5rem
    }
}

.above-parallax .parallaxie.text-white {
    position: relative
}

.above-parallax .parallaxie.text-white .container {
    z-index: 88
}

.above-parallax .parallaxie.text-white:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1e2123;
    opacity: .1;
    z-index: 0
}

.above-parallax .parallaxie.text-white .breadcrumb {
    color: #ffeb01
}

.above-parallax .parallaxie.text-white .breadcrumb .breadcrumb-item.active {
    color: #ffeb01
}

.above-parallax .parallaxie.text-white .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff
}

.above-parallax .parallaxie.text-white .breadcrumb a {
    color: #ffffff
}

.above-parallax .parallaxie.text-white .breadcrumb a:hover {
    color: #ffeb01
}

@media (max-width: 767.98px) {
    .above-parallax .avatar-above-media .parallaxie {
        height: 320px
    }
}

.above-parallax .avatar-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.above-parallax .avatar-media img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem
}

.above-parallax .avatar-media .name {
    margin-bottom: 0rem
}

.above-parallax .avatar-media .title {
    margin-bottom: 0rem;
    font-size: 1.25rem
}

@media (max-width: 767.98px) {
    .above-parallax .avatar-media .title {
        font-size: 1rem
    }
}

.above-parallax .avatar-media .breadcrumb {
    padding-left: 0
}

.above-parallax .breadcrumb {
    background: transparent
}

.celebrity-page .card.card-celebrity {
    margin: 0 0 20px 0
}

@media (max-width: 991.98px) {
    .celebrity-page .card.card-celebrity:hover {
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent
    }
}

@media (min-width: 768px) {
    .celebrity-page .card.card-celebrity:hover .card-body {
        border-color: #f3f2f1
    }
}

.celebrity-page .card.card-celebrity .card-body {
    border: 1px solid #dbdbe0
}

@media (min-width: 768px) {
    .celebrity-page .card.card-celebrity .card-body {
        border-top: 0
    }
}

@media (max-width: 991.98px) {
    .celebrity-page .card.card-celebrity .card-body:before {
        display: none
    }
}

.customer-case {
    background: #f3f2f1;
    min-height: 600px;
    padding: 4rem 0;
    margin-bottom: 1rem
}

@media (max-width: 991.98px) {
    .customer-case {
        padding: 2rem 1rem;
        min-height: unset
    }
}

.customer-case.left::before {
    left: 20px
}

.customer-case.middle::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.customer-case.right::before {
    right: 20px
}

.customer-case::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #f3f2f1 transparent;
    position: absolute;
    top: -24px;
    z-index: 881
}

@media (max-width: 767.98px) {
    .customer-case::before {
        border-width: 0 20px 20px 20px;
        top: -18px;
        left: 20px
    }
}

.customer-case .case-wrapper {
    background: #ffffff;
    padding: 1rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2)
}

.customer-case .case-title {
    font-size: 2rem;
    margin-top: 1rem
}

@media (max-width: 991.98px) {
    .customer-case .case-title {
        font-size: 1.25rem
    }
}

.customer-case .case-descript {
    font-size: .875rem;
    word-wrap: break-word;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .customer-case .slick-arrow::after {
        border-color: #9498A0
    }
}

@media (min-width: 768px) {
    .customer-case .slick-arrow.slick-prev {
        left: -70px
    }
}

@media (min-width: 768px) {
    .customer-case .slick-arrow.slick-next {
        right: -70px
    }
}

.posts-aside .aside-title {
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0.03em;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e7e7;
    font-weight: 600;
    color: #212224
}

.posts-aside .post-item.media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.posts-aside .post-item.media .media-img {
    margin-right: 15px;
    padding-right: 0;
    border-radius: 4px;
    width: 85px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.posts-aside .post-item.media .media-title {
    font-size: 1rem;
    font-weight: 600;
    color: #8E8E93;
    margin-bottom: 0
}

.posts-aside .post-item.media .media-title:hover {
    color: #ff9c2a
}

.page-content {
    padding-top: 5rem
}

.page-content .post-content {
    padding: 2rem 1.5rem;
    line-height: 1.8;
    color: #434343
}

.page-content .post-content p {
    margin-top: 1.2rem
}

.page-content .post-content img {
    max-width: 100%;
    height: auto;
    margin-top: 1.2rem
}

.reservation-block .reservation-area {
    padding: 15rem 0
}
