html{
  scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.promessa-slm{
    color:#333333;
}

#custom-content-holder .sec-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#custom-content-holder {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
   /* overflow: hidden;*/
}

#custom-content-holder a {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 {
        padding: 6% 4%;
    }
}

#custom-content-holder .sec-holder--3 h3 {
    color: #fa857b;
    font-weight: normal;
}

#custom-content-holder .sec-holder--3 h2 {
    font-size: 2em;
    font-weight: normal;
}

#custom-content-holder .sec-holder--3 p {
    line-height: 1.8;
}

#custom-content-holder .sec-holder--3 p span {
    color: #fa857b;
}

#custom-content-holder .sec-holder--3 .sec-holder__left {
    margin-right: 60px;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-holder__left {
        margin-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__left {
        text-align: center;
        width: 100%;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right {
        height: 360px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: right;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right {
        height: 304px;
        padding: 0;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-contents {
    width: 100%;
    height: 100%;
    position: relative;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content {
    position: absolute;
    text-align: left;
    left: 220px;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content {
        text-align: center;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content .collection-prod {
    position: static;
    display: inline-block;
    z-index: 1;
    width: 90%;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content .collection-prod {
        width: auto !important;
        height: 92%;
        margin-bottom: 8%;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content .collection-kv {
    position: absolute;
    z-index: 0;
    max-width: initial;
    -webkit-transform: translate(20%);
    transform: translate(20%);
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content.active {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content.active .collection-kv {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
    bottom: 0;
    right: -60px;
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
        bottom: 150px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
        top: 38px;
        height: 190px;
        right: 10%;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
    bottom: 40px;
    right: -130px;
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
        bottom: 70px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
        top: -32px;
        height: 260px;
        right: 0;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv {
    bottom: 100px;
    right: -70px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv {
        right: 20%;
        top: 0%;
        height: 140px;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv {
    bottom: 180px;
    right: -130px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv {
        top: 0;
        height: 180px;
        right: -80px;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv {
    bottom: 160px;
    right: -130px;
    width: 320px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv {
        top: -14px;
        width: 220px;
        right: 0;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv {
    bottom: 70px;
    right: -210px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv {
        top: -20px;
        height: 220px;
        right: 0;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
    bottom: 20px;
    right: -74px;
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
        bottom: 120px;
        right: -64px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
        height: 100%;
        top: -50px;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-tags {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-tags {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }
}

#custom-content-holder .sec-holder--3 .sec-tags .sec-tag {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    margin: 0 8px 12px 0;
    color: #ddd;
    padding-bottom: 8px;
}

#custom-content-holder .sec-holder--3 .sec-tags .sec-tag.active {
    color: #222;
    border-bottom: 1px solid #ecbdb9;
}

#custom-content-holder .sec-holder--3 .sec-tag-contents {
    height: 152px;
    position: relative;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-tag-contents {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}

#custom-content-holder .sec-holder--3 .sec-tag-content {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: -120px;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 0;
    display: flex;
    width: 100%;
    align-items: flex-start;
}

#custom-content-holder .sec-holder--3 .sec-tag-content p {
    width: 60%;
    line-height: 1.5;
    font-size: 22px;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content span {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-tag-content {
        margin: 0 auto;
        width: 100%;
    }
}

#custom-content-holder .sec-holder--3 .sec-tag-content.active {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 1;
}

#custom-content-holder .sec-holder--3 .sec-tag-content .btn {
    margin-top: 22px;
}

#custom-content-holder .sec-holder .mb-show {
    display: none;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder .mb-hide {
        display: none;
    }

    #custom-content-holder .sec-holder .mb-show {
        display: block;
    }
}

.ormethod {
    display: flex;
    width: 100%;
}

.section-booking__item-number {
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fa857b;
    color: #fff;
    border-radius: 50px;
    flex-shrink: 0;
}

.section-booking__item-text a {
    color: #222;
    transition: .3s all ease;
}

.section-booking__item-text a:hover {
    color: #fa857b;
}

.section-booking__btn img {
    width: auto;
    height: 16px;
    margin-right: 12px;
}

.cus-select {
    position: relative;
}

.cus-select select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.section-booking__item-select-mask {
    padding: 11px 20px;
    padding-right: 50px;
    border: 1px #222 solid;
    font-size: 14px;
    position: relative;
}

.section-booking__item-select-mask::after {
    content: "";
    border: 5px transparent solid;
    border-top: 7px #222 solid;
    display: block;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    right: 19px;
    margin-top: -2px;
}
/*form style*/

/*herobanner style*/
@media (min-width:992px) {
    .nav-container-hasSubnav .nav-tabs li:hover .tab__subnav {
        display: block;
    }
}
@media (max-width: 991px) {
    .nav-container-hasSubnav .nav-tabs li .tab__subnav {
        display: none;
    }
    .nav-container-hasSubnav .nav-tabs li.showMenu .tab__subnav {
        display: block;
    }
}
#pageProductListing .nav-tabs {
margin-bottom: 0;
}
.nav-container.nav-container-hasSubnav {
    overflow: inherit;
position: relative;
    z-index: 5;
    padding-bottom: 10px;
}
.nav-container-hasSubnav .tab__btn-subnav {
    z-index: 1;
}
.nav-container-hasSubnav .tab__subnav {
    width: calc(100% - 16px);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    line-height: 30px;
    padding-top: 30px;
    z-index: 0;
    display: none;
}
.nav-container-hasSubnav .tab__subnav .subnav__item {
    display: block;
    color: #7f7f7f;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.nav-container-hasSubnav .tab__subnav .subnav__item.active {
    font-weight: bold;
    color: #111111;
}
.nav-container-hasSubnav .tab__subnav .subnav__item:hover {
    color: #111111;
}
.pageHeadline .btn {
    display: none !important;

}

.toggle_page {
    display: none !important;
}

.toggle_page.active {
    display: block !important;
}

.swiper-button-prev:focus {
    border: none;
    outline: none;
}

.swiper-button-next:focus {
    border: none;
    outline: none;
}

.pageHeadline .wrapper .container a {
    float: right;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}

.pageHeadline .wrapper .container h1 {
    float: left;
}

.fs-container {
    max-width: 1200px;
    width: 95%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .fs-container {
        width: 100%;
    }
}

.fs-inline-block {
    display: inline-block;
}

nav>.fs-container {
    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;
}

nav>.fs-container>ul {
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    display: block;
    width: 100%;
}

nav>.fs-container>ul>li {
    display: inline-block;
    padding: 0 22px;
}

nav>.fs-container>ul>li:not(:last-child) {
    border-right: 1px solid #aaa;
}

nav>.fs-container>ul>li>a {
    display: inline-block;
    padding: 6px;
    text-decoration: none;
    font-size: 16px;
}

nav>.fs-container>ul>#current-page>a {
    font-weight: bold;
    color: black;
}

.section-1 p,
.section-2 p,
.section-2 p {
    text-align: center;
    font-size: 16px;
    color: #b78e78;
    margin: auto;
}

@media screen and (max-width: 991px) {

    .section-1 p,
    .section-2 p,
    .section-2 p {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .nav-container-hasSubnav .nav-tabs li:hover .tab__subnav {
        display: block;
    }
}
@media (max-width: 991px) {
    .nav-container-hasSubnav .nav-tabs li .tab__subnav {
        display: none;
    }
    .nav-container-hasSubnav .nav-tabs li.showMenu .tab__subnav {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .nav-container-hasSubnav .nav-tabs li:hover .tab__subnav {
        display: none;
    }
}
.nav-container.nav-container-hasSubnav {
    overflow: inherit;
}
@media screen and (max-width: 480px) {
.nav-container.nav-container-hasSubnav {
overflow-x: scroll;
overflow-y: hidden;
}
}
.nav-container-hasSubnav .tab__btn-subnav {
    z-index: 1;
}
.nav-container-hasSubnav .tab__subnav {
    width: calc(100% - 16px);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    line-height: 30px;
    padding-top: 30px;
    z-index: 0;
    display: none;
}
.nav-container-hasSubnav .tab__subnav .subnav__item {
    display: block;
    color: #7f7f7f;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}
.nav-container-hasSubnav .tab__subnav .subnav__item.active {
    font-weight: bold;
    color: #111111;
}
.nav-container-hasSubnav .tab__subnav .subnav__item:hover {
    color: #111111;
}
.mobile-submenu {
width: 100%;
display: none;
position: absolute;
text-align: center;
background: #fff;
z-index:2;
}
.mobile-submenu a {
display: block;
padding: 12px;
}
.pageHeadline .text-headline {
    font-family: "Times New Roman", Times, Georgia, "Microsoft JhengHei", "微軟正黑體", serif;
}
.pageHeadline .content--right {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
}
.fs-btn {
    text-decoration: none;
    color: #b78e78;
    font-size: 14px;
    display: inline-block;
    padding: 14px 28px;
    margin: 0.8rem;
    border: 1.5px solid #b78e78;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.fs-btn:hover {
    background-color: #b78e78;
    color: white;
}

main {
    background: #ffe6da;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe6da), color-stop(10%, #fbcbb0));
    background: linear-gradient(to bottom, #ffe6da 0%, #fbcbb0 10%);
}

.hero-section {
    background-image: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec-banner-bg.png");
    background-position-x: -8%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding: 4rem 0 3rem 0;
    position: relative;
}

.hero-section .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-section>.fs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero-section>.fs-container>div {
    width: 65%;
}

.hero-section>.fs-container>div>img {
    width: 100%;
}

@media screen and (max-width: 1650px) {
    .hero-section {
        background-position-x: -36%;
    }
}

@media screen and (max-width: 1450px) {
    .hero-section {
        background-position-x: -60%;
    }
}

@media screen and (max-width: 1200px) {
    .hero-section {
        padding-top: 9%;
        padding-left: 12px;
        padding-right: 12px;
        background-position-y: 2%;
        background-position-x: -49%;
        background-size: 50%;
        padding: 2rem 0;
    }

    .hero-section>.fs-container>div {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        background: none;
        padding: 1rem 0 2rem 0;
    }

    .hero-section>.fs-container>div {
        width: 100%;
    }
}

.section-1 {
    position: relative;
    overflow: hidden;
}

.section-1>.fs-container {
    background-image: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/HK/asset.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdebe2;
}

@media screen and (max-width: 1200px) {
    .section-1>.fs-container>img {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1200px) {
    .section-1>.fs-container {
        padding: 40px 0;

    }
}

@media screen and (max-width: 992px) {
    .section-1>.fs-container {
        background-position-x: 107%;
    }
}

@media screen and (max-width: 767px) {
    .section-1>.fs-container {
        background-image: none;
    }
}

.section-1>.fs-container>.section-1-intro {
    margin-top: 60px;
    padding: 0 200px;
}

@media screen and (max-width: 1200px) {
    .section-1>.fs-container>.section-1-intro {
        margin-top: 30px;
        padding: 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .section-1>.fs-container>.section-1-intro {
        margin-top: 30px;
        padding: 0 50px;
    }
}

.section-1>.fs-container>.section-1-buttons {
    margin-top: 2rem;
}

.section-1>.fs-container>a {
    color: #b78e78;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.section-1>.fs-container>a::before {
    content: "";
    display: block;
    position: absolute;
    left: -14px;
    top: 3px;
    background-image: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/location.png");
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
}

.section-2>.fs-container {
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec2-bg.jpg") center no-repeat;
    background-size: cover;
    padding: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .section-2>.fs-container {
        padding: 80px;
    }
}

.section-2>.fs-container>p {
    font-size: 36px;
}

@media screen and (max-width: 991px) {
    .section-2>.fs-container>p {
        font-size: 26px;
        width: 100%;
    }
}

.section-3 p {
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .section-3 p {
        font-size: 16px;
    }
}

.section-3>.fs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-3>.fs-container>.product {
    width: 50%;
    padding: 75px 75px 0px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
    .section-3>.fs-container>.product {
        padding: 75px 25px 0 25px;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product {
        padding: 75px 15px 0 15px;
    }
}

.section-3>.fs-container>.product>.product-slogons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-3>.fs-container>.product>.product-slogons span {
    text-align: center;
}

.section-3>.fs-container>.product>.product-slogons p {
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product>.product-slogons p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product>.product-slogons {
        width: 90%;
    }
}

.section-3>.fs-container>.product>.swiper-container {
    width: 100%;
}

.section-3>.fs-container>.product>.swiper-container>.swiper-wrapper>.swiper-slide {
    padding-bottom: 38px;
    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;
}

.section-3>.fs-container>.product>.swiper-container>div {
    color: #a28877;
}

.section-3>.fs-container>.product>.swiper-container>.swiper-pagination>.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #a28877;
    border-radius: 50%;
    background-color: transparent;
}

.section-3>.fs-container>.product>.swiper-container>.swiper-pagination>.swiper-pagination-bullet-active {
    background-color: #a28877;
}

.section-3>.fs-container>.product .text-type-01 {
    font-size: 24px;
    color: #a28877;
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .section-3>.fs-container>.product .text-type-01 {
        font-size: 20px;
    }
}

.section-3>.fs-container>.product .text-type-02 {
    font-size: 24px;
    color: #f99f88;
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .section-3>.fs-container>.product .text-type-02 {
        font-size: 20px;
    }
}

.section-3>.fs-container>.product-01 {
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec3-bg-01.jpg") center no-repeat;
    background-size: cover;
    background-position-y: 10%;
}

@media screen and (max-width: 1200px) {
    .section-3>.fs-container>.product-01 {
        background-position-x: 4%;
    }
}

.section-3>.fs-container>.product-02 {
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec3-bg-02.jpg") center no-repeat;
    background-size: cover;
    background-position-y: 10%;
}

.section-3>.fs-container>.product-03 {
    background: url(https://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/2020-04-06_promessa_update/sec4-bg.svg);
    background-size: 40%;
    background-position-y: 2%;
    background-position-x: 10%;
    background-repeat: no-repeat;
    background-color: white;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 75px;
}

.section-3>.fs-container>.product-03>.product-slogons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-3>.fs-container>.product-03>.swiper-container {
    width: 43%;
}

.section-3>.fs-container>.product-03>.swiper-container>.swiper-wrapper>.swiper-slide {
    padding-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
    .section-3>.fs-container>.product-03 {
        padding: 75px 35px 0 35px;
    }

    .section-3>.fs-container>.product-03>.swiper-container {
        width: 47%;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product-03 {
        background-size: 368px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-position: 2% 48%;
    }

    .section-3>.fs-container>.product-03>.swiper-container {
        width: 100%;
    }
}

.section-3>.fs-container>.product-04 {
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec5-bg-01.jpg") center no-repeat;
    background-size: cover;
    background-position-y: 10%;
    background-position-x: 3%;
}

.section-3>.fs-container>.product-05 {
    background-image: url(https://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/2020-04-06_promessa_update/sec5-bg-02.svg);
    background-size: 94%;
    background-position-y: -70px;
    background-position-x: 365%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product-05 {
        background-size: 520px;
        background-position: calc(100% - -90px) -80px;
    }

}

.section-3>.fs-container>.product-06 {
    width: 100%;
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec6-bg.jpg") center no-repeat;
    background-size: cover;
    background-position-y: 10%;
    background-position-x: 1%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 75px;
}

.section-3>.fs-container>.product-06>.product-slogons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-3>.fs-container>.product-06>.product-slogons p {
    width: 85%;
}

.section-3>.fs-container>.product-06>.swiper-container {
    width: 43%;
}

.section-3>.fs-container>.product-06>.swiper-container>.swiper-wrapper>.swiper-slide {
    padding-bottom: 0rem;
}

@media screen and (max-width: 1200px) {
    .section-3>.fs-container>.product-06 {
        padding: 10px 35px 0 35px;
    }

    .section-3>.fs-container>.product-06>.swiper-container {
        width: 47%;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product-06 {
        padding: 75px 15px 0 15px;
        background-position-x: 8%;
        background-position-y: 103%;
        background-size: 200%;
        background-color: white;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-3>.fs-container>.product-06>.product-slogons p {
        width: 100%;
    }

    .section-3>.fs-container>.product-06>.swiper-container {
        width: 100%;
    }
}

.section-3>.fs-container>.product-07 {
    width: 100%;
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec7-bg.jpg") center no-repeat;
    background-size: cover;
    background-position-y: 10%;
    background-position-x: 97%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 10px 75px;
}

.section-3>.fs-container>.product-07>.product-slogons {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-3>.fs-container>.product-07>.product-slogons p {
    width: 85%;
}

.section-3>.fs-container>.product-07>.swiper-container {
    width: 43%;
}

.section-3>.fs-container>.product-07>.swiper-container>.swiper-wrapper>.swiper-slide {
    padding-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
    .section-3>.fs-container>.product-07 {
        padding: 10px 35px 0 35px;
    }

    .section-3>.fs-container>.product-07>.swiper-container {
        width: 47%;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product-07 {
        padding: 75px 15px 0 15px;
        background-position-x: 39%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-3>.fs-container>.product-07>.product-slogons p {
        width: 100%;
    }

    .section-3>.fs-container>.product-07>.swiper-container {
        width: 100%;
    }
}

.section-3>.fs-container>.product-08 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: url("http://cdn.chowsangsang.com/eshop/hk/newweb/2020/Promessa%20collection_revamp/sec8-bg.jpg") no-repeat;
    background-size: cover;
    background-position-x: 3%;
    padding: 10px 75px;
}

.section-3>.fs-container>.product-08>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-3>.fs-container>.product-08>.product-image {
    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;
}

@media screen and (max-width: 1200px) {
    .section-3>.fs-container>.product-08 {
        padding: 10px 35px 0 35px;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product-08 {
        padding: 75px 15px 25px 15px;
        background-position-x: 39%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-3>.fs-container>.product-08>.swiper-container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .section-3>.fs-container>.product {
        width: 100%;
    }
}

#custom-content-holder {
  /*  overflow: hidden;*/
}

#custom-content-holder p {
    line-height: 1.8em;
}

#custom-content-holder .btn {
    display: inline-block;
    padding: 0.8em 2.6em;
    border: 1px solid;
    font-size: 14px;
}

#custom-content-holder .page-tags {
    text-align: center;
}

#custom-content-holder .page-tags .page-tag {
    display: inline-block;
    text-decoration: none;
    color: #222;
    padding: 8px 12px;
    position: relative;
}

#custom-content-holder .page-tags .page-tag.active {
    font-weight: bold;
}

#custom-content-holder .page-tags .page-tag:not(:last-child):after {
    content: "·";
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 11px;
    right: -5px;
}

#custom-content-holder .sec-bg-img--1 {
    background: white;
}


#custom-content-holder .sec-bg-img--2 {
    padding-bottom: 72px;
    background: #fdd6c5;
    background: linear-gradient(22deg, #fdd6c5 0%, white 76%);
}

#custom-content-holder .sec-holder {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder h2 {
        font-size: 36px;
        margin-bottom: 18px;
margin-top: 72px;
    }
}

#custom-content-holder .sec-holder .mb-show {
    display: none;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder .mb-hide {
        display: none;
    }

    #custom-content-holder .sec-holder .mb-show {
        display: block;
    }
}

#custom-content-holder .sec-holder--head {
    text-align: center;
    margin-bottom: -40px;
}

#custom-content-holder .sec-holder--head .headline {
    padding: 180px 0 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#custom-content-holder .sec-holder--head .headline .mb-show {
    width: auto;
    height: 100px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--head {
        margin-bottom: -20px;
    }

    #custom-content-holder .sec-holder--head .headline {
        padding: 100px 0 32px;
    }
}

#custom-content-holder .sec-holder--head .subHeadline {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#custom-content-holder .sec-holder--head .subHeadline img {
    max-width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--head .subHeadline {
        margin: 0 auto;
    }

    #custom-content-holder .sec-holder--head .subHeadline img {
        max-width: 50%;
    }
}

#custom-content-holder .sec-holder--head .kv-img {
    margin-top: -40px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--head .kv-img {
        margin-top: -20px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--head .kv-img {
        margin-top: -55px;
    }
}

#custom-content-holder .sec-holder--slide {
    text-align: center;
    padding: 0;
    max-width: 100%;
    min-height: 600px;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--slide {
        min-height: auto;
    }
}

#custom-content-holder .sec-holder--slide .hero-swiper {
    width: 100%;
    pointer-events: none;

}

#custom-content-holder .sec-holder--slide .hero-slider {
    max-width: 100%;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    /* min-height: 600px; */
}

@media screen and (max-width: 1600px) {
    #custom-content-holder .sec-holder--slide .hero-slider {
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--slide .hero-slider {
        min-height: 300px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--slide .hero-slider {
        /* min-height: auto; */
    }
}

#custom-content-holder .sec-holder--slide .swiper-slide {
    width: auto;
    height: auto;
    /* padding: 0 12px; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


#custom-content-holder .sec-holder--slide .swiper-slide--1 img {
    height: 320px;
    width: auto;
}

#custom-content-holder .sec-holder--slide .swiper-slide--2 img {
    height: 480px;
    width: auto;
}

#custom-content-holder .sec-holder--slide .swiper-slide--3 img {
    height: 660px;
    width: auto;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--slide .swiper-slide--1 img {
        height: 160px;
        width: auto;
    }

    #custom-content-holder .sec-holder--slide .swiper-slide--2 img {
        height: 240px;
        width: auto;
    }

    #custom-content-holder .sec-holder--slide .swiper-slide--3 img {
        height: 330px;
        width: auto;
    }
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
    height: auto;
    position: relative;
    left: 0;
}

/* .hero-swiper .swiper-wrapper.sliderFast{
    transition-duration: 1000ms !important;
} */

#custom-content-holder .sec-holder--slide .slide-wrapper {
    overflow: visible;
    white-space: nowrap;
    /* width: 200%; */
    padding: 0 20%;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    /* min-width: 3000px; */
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--slide .slide-wrapper {
        min-width: 2000px;
    }
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container {
    display: inline-block;
    padding: 14px;
    width: 12.5%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    vertical-align: middle;
}

/* #custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(1) {
    width: 11%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(2) {
    width: 11%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(3) {
    width: 11%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(4) {
    width: 11%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(5) {
    width: 23%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(6) {
    width: 11%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(7) {
    width: 11%;
}

#custom-content-holder .sec-holder--slide .slide-wrapper .img-container:nth-child(8) {
    width: 11%;
} */

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--slide .slide-wrapper .img-container {
        padding: 8px;
    }
}

#custom-content-holder .sec-holder--slide .slide-wrapper img {
    vertical-align: middle;
    position: relative;
    width: 100%;
}

/* #custom-content-holder .sec-holder--slide .swiper-slide {
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */

#custom-content-holder .sec-holder--slide .sec-kv-holder {
    text-align: center;
    margin-bottom: -250px;
}

#custom-content-holder .sec-holder--slide .sec-kv-holder img {
    max-width: 320px;
    margin: 0 auto 12px;

}

@media screen and (max-width: 640px) {

    #custom-content-holder .sec-holder--slide .sec-kv-holder {
        margin-bottom: -172px;
    }

    #custom-content-holder .sec-holder--slide .sec-kv-holder img {
        max-width: 52%;
        margin: 0 auto;
    }
}

#custom-content-holder .sec-holder--1 {
    margin-top: 80px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--1 {
        margin-top: 0;
    }
}

#custom-content-holder .sec-holder--1 .sec-title {
    font-size: 54px;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--1 .sec-title {
        font-size: 32px;
    }
}

#custom-content-holder .sec-holder--1 .sec-desc {
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #444;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--1 .sec-desc {
        margin-top: 32px;
        margin-bottom: 20px;
    }

    #custom-content-holder .sec-holder--1 .sec-desc br {
        display: none;
    }
}

#custom-content-holder .sec-holder--1 .sec-kv {
    display: block;
    font-size: 0;
    position: relative;
    top: -56px;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--1 .sec-kv {
        top: 0;
        margin-bottom: 32px;
    }
}

#custom-content-holder .sec-holder--1 .sec-kv .sec-kv__left,
#custom-content-holder .sec-holder--1 .sec-kv .sec-kv__right {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

#custom-content-holder .sec-holder--1 .sec-kv .sec-kv__left {
    width: 36%;
    z-index: 1;
}

#custom-content-holder .sec-holder--1 .sec-kv .sec-kv__right {
    width: 60%;
    margin-bottom: 6%;
    margin-left: -4%;
    z-index: 0;
}

@media screen and (max-width: 1600px) {
    #custom-content-holder .sec-holder--2 {
        padding: 140px 46% 160px 52px;
        margin: 0 52px;
        background-position: center;
    }
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--2 {
        padding: 48% 0 0;
        background-position: right;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--2 {
        padding: 0;
        margin: 0;
        background-position: 80%;
    }

    #custom-content-holder .sec-holder--2 .sec-content {
        padding: 30% 6% 26%;
    }
}

#custom-content-holder .sec-holder--2 .btn {
    color: #fff;
}

#custom-content-holder .sec-holder--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 104px;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 {
        padding: 6% 4%;
    }
}

#custom-content-holder .sec-holder--3 h3 {
    color: #fa857b;
    font-weight: bold;
}

#custom-content-holder .sec-holder--3 .sec-holder__left {
    margin-right: 60px;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-holder__left {
        margin-right: 0px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__left {
        text-align: center;
        width: 100%;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right {
        height: 360px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: right;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right {
        height: 304px;
        padding: 0;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-contents {
    width: 100%;
    height: 100%;
    position: relative;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content {
    position: absolute;
    text-align: left;
    left: 220px;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content {
        text-align: center;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content .collection-prod {
    position: static;
    display: inline-block;
    z-index: 1;
    width: 90%;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content .collection-prod {
        width: auto !important;
        height: 92%;
        margin-bottom: 8%;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content .collection-kv {
    position: absolute;
    z-index: 0;
    max-width: initial;
    -webkit-transform: translate(20%);
    transform: translate(20%);
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content.active {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content.active .collection-kv {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
    bottom: 0;
    right: -60px;
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
        bottom: 150px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
        top: 38px;
        height: 190px;
        right: 0;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
    bottom: 40px;
    right: -130px;
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
        bottom: 70px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
        top: -32px;
        height: 260px;
        right: -32px;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv {
    bottom: 250px;
    right: -70px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv {
        right: -20%;
        top: -12%;
        height: 140px;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv {
    bottom: 180px;
    right: -130px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv {
        top: 0;
        height: 180px;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv {
    bottom: 160px;
    right: -130px;
    width: 320px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv {
        top: -14px;
        width: 220px;
        right: -82px;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv {
    bottom: 70px;
    right: -210px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv {
        top: -42px;
        height: 220px;
        right: -24%;
    }
}

#custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
    bottom: 20px;
    right: -74px;
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
        bottom: 120px;
        right: -64px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
        height: 100%;
        top: -50px;
        right: -32px;
    }
}

#custom-content-holder .sec-holder--3 .sec-tags {
    margin: 22px 0 10px;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    #custom-content-holder .sec-holder--3 .sec-tags {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-tags {
        white-space: nowrap;
        overflow: auto;
        width: 100%;
    }
}

#custom-content-holder .sec-holder--3 .sec-tags .sec-tag {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    margin: 0 8px 12px;
    color: #ddd;
    padding-bottom: 8px;
}

#custom-content-holder .sec-holder--3 .sec-tags .sec-tag.active {
    color: #222;
    border-bottom: 1px solid #ecbdb9;
}

#custom-content-holder .sec-holder--3 .sec-tag-contents {
    height: 152px;
    position: relative;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-tag-contents {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
    }
}

#custom-content-holder .sec-holder--3 .sec-tag-content {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: -120px;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 0;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--3 .sec-tag-content {
        margin: 0 auto;
        width: 100%;
    }
}

#custom-content-holder .sec-holder--3 .sec-tag-content.active {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 1;
}

#custom-content-holder .sec-holder--3 .sec-tag-content .btn {
    margin-top: 32px;
}

#custom-content-holder .sec-holder--4,
#custom-content-holder .sec-holder--5 {
    padding: 20px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {

    #custom-content-holder .sec-holder--4,
    #custom-content-holder .sec-holder--5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {

    #custom-content-holder .sec-holder--4,
    #custom-content-holder .sec-holder--5 {
        padding: 20px 6%;
        margin-bottom: -18%;
    }
}

#custom-content-holder .sec-holder--4 h3,
#custom-content-holder .sec-holder--5 h3 {
    color: #fa857b;
    font-weight: bold;
}

#custom-content-holder .sec-holder--4 .btn,
#custom-content-holder .sec-holder--5 .btn {
    margin-top: 32px;
}

#custom-content-holder .sec-holder--4 .sec-kv,
#custom-content-holder .sec-holder--5 .sec-kv {
    position: relative;
    overflow: visible;
}

@media screen and (max-width: 1600px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media screen and (max-width: 1200px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        position: relative;
        left: -8%;
    }
}

@media screen and (max-width: 520px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        left: -7%;
    }
}

@media screen and (max-width: 420px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        left: -100px;
    }
}

@media screen and (max-width: 420px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        left: -100px;
    }
}

@media screen and (max-width: 350px) {

    #custom-content-holder .sec-holder--4 .sec-kv,
    #custom-content-holder .sec-holder--5 .sec-kv {
        left: -128px;
    }
}

#custom-content-holder .sec-holder--4 .sec-holder__left {
    margin-right: 10%;
}

@media screen and (max-width: 1600px) {
    #custom-content-holder .sec-holder--4 .sec-holder__left {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--4 .sec-holder__left {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: center;
    }
}

#custom-content-holder .sec-holder--4 .sec-holder__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}

@media screen and (max-width: 1600px) {
    #custom-content-holder .sec-holder--4 .sec-holder__right {
        margin: 0 -30px;
    }
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--4 .sec-holder__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 -60px -30px;
    }
}

@media screen and (max-width: 600px) {
    #custom-content-holder .sec-holder--4 .sec-holder__right {
        margin: -100px -30px -40px;
    }
}

@media screen and (max-width: 380px) {
    #custom-content-holder .sec-holder--4 .sec-holder__right {
        margin: -140px -30px -80px;
    }
}

#custom-content-holder .sec-holder--4 .sec-kv {
    width: 600px;
    height: 720px;
    text-align: right;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer {
    overflow: hidden;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-box-shadow: 0 0 10px #2228;
    box-shadow: 0 0 10px #2228;
    background-color: #ffd6d3;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer:not(.animated) {
    opacity: 0;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer img {
    position: absolute;
    width: 600px;
    max-width: 600px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 1;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--1 {
    display: inline-block;
    position: relative;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 450px;
    height: 720px;
    left: 0;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--1 img {
    left: -150px;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--1:not(.animated) {
    left: 600px;
    opacity: 0;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--1:not(.animated) img {
    left: -750px;
    opacity: 0;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--2 {
    position: absolute;
    width: 450px;
    height: 290px;
    left: 0;
    top: 224px;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--2 img {
    left: 0;
    top: -224px;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--2:not(.animated) {
    left: 450px;
    opacity: 0;
}

#custom-content-holder .sec-holder--4 .sec-kv__layer--2:not(.animated) img {
    left: -450px;
    opacity: 0;
}

#custom-content-holder .sec-holder--5 .sec-holder__right {
    margin-left: 10%;
}

@media screen and (max-width: 1600px) {
    #custom-content-holder .sec-holder--5 .sec-holder__right {
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--5 .sec-holder__right {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: center;
    }
}

#custom-content-holder .sec-holder--5 .sec-holder__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}

@media screen and (max-width: 1600px) {
    #custom-content-holder .sec-holder--5 .sec-holder__left {
        margin: 0 -30px;
    }
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--5 .sec-holder__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 -60px -30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--5 .sec-holder__left {
        margin: -100px -30px;
    }
}

@media screen and (max-width: 380px) {
    #custom-content-holder .sec-holder--5 .sec-holder__left {
        margin: -140px -30px;
    }
}

#custom-content-holder .sec-holder--5 .sec-kv {
    width: 600px;
    height: 720px;
    text-align: right;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer {
    overflow: hidden;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-box-shadow: 0 0 10px #2228;
    box-shadow: 0 0 10px #2228;
    background-color: #ffd6d3;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer:not(.animated) {
    opacity: 0;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer img {
    position: absolute;
    width: 600px;
    max-width: 600px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 1;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--1 {
    display: inline-block;
    position: relative;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 450px;
    height: 710px;
    right: 0;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--1 img {
    right: 0px;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--1:not(.animated) {
    right: 450px;
    opacity: 0;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--1:not(.animated) img {
    right: -450px;
    opacity: 0;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--2 {
    position: absolute;
    width: 450px;
    height: 600px;
    right: 150px;
    top: 150px;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--2 img {
    right: -150px;
    top: -150px;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--2:not(.animated) {
    right: 600px;
    opacity: 0;
}

#custom-content-holder .sec-holder--5 .sec-kv__layer--2:not(.animated) img {
    right: -600px;
    opacity: 0;
}

#custom-content-holder .sec-holder--6 {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    color: #fff;
    background-color: #fa857b;
    padding: 0;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
    #custom-content-holder .sec-holder--6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}



#custom-content-holder .sec-holder--6>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media screen and (max-width: 992px) {
    #custom-content-holder .sec-holder--6>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 1200px) {
    #custom-content-holder .sec-holder--6 .sec-holder__right {
        padding: 60px;
    }
}

@media screen and (max-width: 992px) {
    #custom-content-holder .sec-holder--6 .sec-holder__right {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--6 .sec-holder__right {
        padding: 6% 6% 42px;
    }
}

#custom-content-holder .sec-holder--6 .sec-holder__right p {
    max-width: 470px;
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--6 .sec-holder__right p {
        line-height: 22px;
    }
}

@media screen and (max-width: 992px) {
    #custom-content-holder .sec-holder--6 .sec-holder__left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
}

@media screen and (max-width: 640px) {
    #custom-content-holder .sec-holder--6 .sec-holder__left {
        min-height: auto;
        padding-bottom: 72%;
    }
}

@-webkit-keyframes fadeInRightBing {
    0% {
        margin-right: -16%;
    }

    to {
        margin-right: 0;
    }
}

@keyframes fadeInRightBing {
    0% {
        margin-right: -16%;
    }

    to {
        margin-right: 0;
    }
}

#custom-content-holder .fadeInRightBing {
    -webkit-animation-name: fadeInRightBing;
    animation-name: fadeInRightBing;
}

@-webkit-keyframes slideInRightBing {
    0% {
        opacity: 0;
        left: 50%;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes slideInRightBing {
    0% {
        opacity: 0;
        left: 50%;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

#custom-content-holder .slideInRightBing {
    -webkit-animation-name: slideInRightBing;
    animation-name: slideInRightBing;
}

/*# sourceMappingURL=style.css.map */
/*herobanner style*/

/*section-tag style*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #custom-content-holder .sec-products {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Verdana", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", sans-serif;
    overflow: hidden;
  }

  #custom-content-holder .sec-products .btn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    user-select: none;
    outline: 0 !important;
    line-height: 1.42857143;
    border-radius: 0px;
    transition: background 0.2s ease;
    display: inline-block;
    padding: 0.8em 2.6em;
    border: 1px solid;
    font-size: 14px;
    color: #262626;
  }

  #custom-content-holder .sec-products a {
    text-decoration: none;
  }

  #custom-content-holder .sec-products  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 104px;
  }

  @media screen and (max-width: 768px) {
    #custom-content-holder .sec-products  {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  {
      padding: 6% 4%;
    }
  }

  #custom-content-holder .sec-products  h3 {
    color: #fa857b;
    font-weight: normal;
  }

  #custom-content-holder .sec-products  h2 {
    font-size: 2em;
    font-weight: normal;
  }

  #custom-content-holder .sec-products  p {
    line-height: 1.8;
  }

  #custom-content-holder .sec-products  p span {
    color: #fa857b;
  }

  #custom-content-holder .sec-products  .sec-holder__left {
    margin-right: 60px;
  }

  @media screen and (max-width: 768px) {
    #custom-content-holder .sec-products  .sec-holder__left {
      margin-right: 0px;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__left {
      text-align: center;
      width: 100%;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    pointer-events: none;
  }

  @media screen and (max-width: 768px) {
    #custom-content-holder .sec-products  .sec-holder__right {
      height: 360px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: right;
      width: 100%;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right {
      height: 304px;
      padding: 0;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-contents {
    width: 100%;
    height: 100%;
    position: relative;
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content {
    position: absolute;
    text-align: left;
    left: 220px;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  @media screen and (max-width: 768px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content {
      text-align: center;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content .collection-prod {
    position: static;
    display: inline-block;
    z-index: 1;
    width: 90%;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content .collection-prod {
      width: auto !important;
      height: 92%;
      margin-bottom: 8%;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content .collection-kv {
    position: absolute;
    z-index: 0;
    max-width: initial;
    -webkit-transform: translate(20%);
    transform: translate(20%);
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content.active {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content.active .collection-kv {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
    bottom: 0;
    right: -60px;
  }

  @media screen and (max-width: 1200px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
      bottom: 150px;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv {
      top: 38px;
      height: 190px;
      right: 10%;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
    bottom: 40px;
    right: -130px;
  }

  @media screen and (max-width: 1200px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
      bottom: 70px;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv {
      top: -32px;
      height: 260px;
      right: 0;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv {
    bottom: 100px;
    right: -70px;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv {
      right: 20%;
      top: 0%;
      height: 140px;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv {
    bottom: 180px;
    right: -130px;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv {
      top: 0;
      height: 180px;
      right: -80px;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv {
    bottom: 160px;
    right: -130px;
    width: 320px;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv {
      top: -14px;
      width: 220px;
      right: 0;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv {
    bottom: 70px;
    right: -210px;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv {
      top: -20px;
      height: 220px;
      right: 0;
    }
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
    bottom: 20px;
    right: -74px;
  }

  @media screen and (max-width: 1200px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
      bottom: 120px;
      right: -64px;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv {
      height: 100%;
      top: -50px;
      right: 0;
    }
  }

  #custom-content-holder .sec-products  .sec-tags {
    margin: 22px 0 10px;
    font-size: 16px;
    font-weight: normal;
  }

  @media screen and (max-width: 768px) {
    #custom-content-holder .sec-products  .sec-tags {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-tags {
      white-space: nowrap;
      overflow: auto;
      width: 100%;
    }
  }

  #custom-content-holder .sec-products  .sec-tags .sec-tag {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    margin: 0 8px 12px 0;
    color: #ddd;
    padding-bottom: 8px;
  }

  #custom-content-holder .sec-products  .sec-tags .sec-tag.active {
    color: #222;
    border-bottom: 1px solid #ecbdb9;
  }

  #custom-content-holder .sec-products  .sec-tag-contents {
    height: 152px;
    position: relative;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-tag-contents {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      text-align: center;
    }
  }

  #custom-content-holder .sec-products  .sec-tag-content {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: -120px;
    opacity: 0;
    top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 0;
    display: flex;
    width: 100%;
    align-items: flex-start;
  }

  #custom-content-holder .sec-products  .sec-tag-content p {
    width: 60%;
    line-height: 1.5;
    font-size: 16px;
  }

  #custom-content-holder .sec-products  .sec-holder__right .sec-tag-content span {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #333;
    text-align: center;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products  .sec-tag-content {
      margin: 0 auto;
      width: 100%;
    }
  }

  #custom-content-holder .sec-products  .sec-tag-content.active {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 1;
  }

  #custom-content-holder .sec-products  .sec-tag-content .btn {
    margin-top: 22px;
    margin-left: auto;
  }

  #custom-content-holder .sec-products .sec-holder .mb-show {
    display: none;
  }

  @media screen and (max-width: 640px) {
    #custom-content-holder .sec-products .sec-holder .mb-hide {
      display: none;
    }

    #custom-content-holder .sec-products .sec-holder .mb-show {
      display: block;
    }
  }
/*section-tag style*/

/*section3 style*/



/*section3 style*/

/*5/10/2020*/


.promessa-slm .nav-tabs {
    padding-bottom: 15px;
}

.promessa-slm .sec-content p{
    width: 100%;
    max-width: 400px;
}

.promessa-slm #custom-content-holder .sec-holder--2{
    width: 100%;
    margin: 0 auto;
    max-width: unset;
}

.promessa-slm #custom-content-holder{
    max-width: unset;
    min-height: 550px;
}

.section-booking__item-3{
    display: block;
}

.d-flex{
    display: flex !important;
}

input.section-booking__item-input{
    width: 100%;
    padding: 11px 20px;
    padding-right: 50px;
    border: 1px #222 solid;
    font-size: 14px;
}

input.section-booking__item-input::placeholder{
    color: #333;
}


.section-booking__item-input.row{
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-control {
    height: 40px;
}

.form-group .icon {
    position: absolute;
    z-index: 1;
    right: 1px;
    width: 36px;
    height: 36px;
    color: #111;
    display: block;
    text-align: center;
    pointer-events: none;
    top: 3%;
}

.form-group .icon .fa {
    line-height: 36px;
}

.section-booking__item-input.row .form-control{
    border: 1px solid #222;
    color: #333;
}

.form-control.lookForItemDesc{
    height: 80px;
}

.container.sec-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#custom-content-holder .sec-holder--2 {
    color: #fff;
    background-image: url(//cdn.chowsangsang.com/eshop/hk/newweb/sec2-bg.jpg);
    background-position: left;
    background-size: cover;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    height: 550px;
}

#custom-content-holder .sec-holder--2 p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 22px;
}



#custom-content-holder .btn {
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    user-select: none;
    outline: 0 !important;
    line-height: 1.42857143;
    border-radius: 0px;
    transition: background 0.2s ease;
    display: inline-block;
    padding: 0.8em 3.6em;
    border: 1px solid;
    font-size: 14px;
    color: #262626;
}

#custom-content-holder .sec-holder h3 {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 16px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#custom-content-holder .sec-holder h2 {
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 12px;
    text-align: left;
}

#custom-content-holder .sec-holder--3 .sec-tags {
    margin: 22px 0 10px;
    font-size: 18px;
    font-weight: normal;
}

#custom-content-holder .sec-holder--3 p{
    font-size: 16px;
    width: 100%;
    max-width: 530px;
}

#custom-content-holder .ormethod p{
    width: 20% !important;
}


#custom-content-holder .maxwidth_unset{
    max-width: unset;
    width: 100%;
}

#custom-content-holder .sec-holder--3 .sec-holder{
    padding: 0;
}

.half-section{
    width: 80%;
}

.ormethod .grayline {
    content: '';
    display: block;
    background-color: #b7b7b7;
    height: 1px;
    width: 50%;
    margin: auto 0;
}

.ormethod p {
    width: 10%;
    text-align: center;
}

.section-booking__item-text {
    padding: 0 12px;
    font-weight: bold;

    margin: 0;
    align-self: center;
}

.form-contain{
    padding: 60px 0;
}

.form-contain .sec-holder{
    margin-bottom: 40px;
}

.sec-form .section-booking__btn {
    width: 210px;
    border: 1px #fa857b solid;
    flex-shrink: 0;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa857b;
    font-size: 14px;
    margin-left: auto;
}

.section-booking__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;;
}

.section-booking__item.section-booking__item-3{
    display: block;
}


.item-input__span{
    display: block;
    color: #fa857b;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

.form-group span{
    display: block;
    color: #fa857b;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

#custom-content-holder .sec-products h2{
    font-size: 44px !important;
}

.test-map {
    height: 500px;
  }

  #custom-content-holder .sec-holder--6 .sec-holder__right {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 85px;
    padding-right: 12%;
    background: linear-gradient(143deg, rgba(255,252,251,1) 0%, rgba(255,252,251,1) 0%, rgba(254,216,201,1) 100%);
    color: #333;
}

#custom-content-holder .sec-holder__right p{
    text-align: left;
    width: 100%;
    max-width: 80% !important;
    margin-right: auto;
    font-size: 16px;
}

#custom-content-holder .sec-holder--6 .sec-holder__left {
    background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/sec3-kv.jpg');
    background-size: cover;
    background-position: center;
    min-height: 550px;
}

#custom-content-holder .sec-holder__right .btn{
 margin-right: auto;
}

#custom-content-holder .sec-holder--7{
    background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/gift-bg.jpg');
    background-position: left;
    background-size: cover;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    height: 620px;
    max-width: unset;
    width: 100%;
}

#custom-content-holder .sec-holder--7 .sec-holder__left{
    position: absolute;
    left: 0;
    top: 60px;
    height: 100%;
}

#custom-content-holder .sec-holder--7 .sec-holder__right{
    position: absolute;
    top: 10px;
    right: 0;
    width: 60%;
    height: 100%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center ;
}

#custom-content-holder .sec-holder--7 .sec-holder__right.bg_en{
    background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/gift-en.png');
}

#custom-content-holder .sec-holder--7 .sec-holder__right.bg_tc{
    background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/gift.png');
}

#custom-content-holder .sec-holder--7 p{
    font-size: 16px;
}

#custom-content-holder .sec-holder--7 .btn{
    margin-top: 50px;
}

.sec-holder--7 .container{
    height: 100%;
}

.holder-7-remark {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

#custom-content-holder .holder-7-remark p{
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
}

.sec-holder--7 .sec-holder__left h2{
    margin-bottom: 25px;
}

#custom-content-holder .sec-holder--6 h2{
    margin-bottom: 25px;
}

#custom-content-holder .sec-holder--6 .sec-holder__right p{
    margin-bottom: 10px;
}

#custom-content-holder .sec-holder--6 .btn {
    color: #333;
    border-color: #000;
    margin-top: 40px;
}

#custom-content-holder .sec-holder--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 30px;
}

#custom-content-holder .sec-holder--7 h2{
    font-size: 40px;
}

#custom-content-holder .section-booking__item .btn-red{
  color: #FFF;
  background-color: #fa857b;
  width: 165px;
}

.tips-2{
    margin: 30px 0;
}

#custom-content-holder .sec-holder--3 .sec-holder{
    margin-bottom: 30px;
}

#custom-content-holder .sec-holder--3{
    padding-bottom: 0;
}

#custom-content-holder .sec-products{
    padding: 30px 0;
    min-height: 500px;
}

#custom-content-holder .sec-holder--7 .sec-holder__left{
    width: 50%;
}

.sec-form-remark li{
    margin-bottom: 10px;
}

.sec-form-remark ul{
    padding-inline-start: 20px;
}

.m-dp{
    display: none
}

.info-map{
    width: 80px;
    font-size: 16px;
    color: #fa857b;
    padding-bottom: 3px;
    border-bottom: 1px solid #fa857b;
    margin-top: 50px;
    margin-bottom: 50px;
}

.reservation-form{
    margin-top: 20px;
}

select.sp-set{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

select.sp-set2{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.mobile{
    display:none;
}
@media screen and (min-width: 992px) {
    .m-btn{
    display: none !important;
}
}

@media screen and (max-width: 991px) {
    .m-btn{
        display: flex;
    }

    .sec-holder__left{
        margin-right: 0;
    }

    #custom-content-holder .sec-holder--3 .sec-tags{
        text-align-last: center;
    }

    #custom-content-holder .sec-holder--3 p{
        text-align: center;
        max-width: unset;
    }

    .form-contain{
        padding: 60px 25px;
    }

    .section-booking__item-2, .section-booking__item-1{
        display: block;
    }

    .section-booking__item-2 select{
        display: block;
        max-width: 250px;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec-form .section-booking__btn{
        margin-left: unset;
    }

    .section-booking__item-2 .section-booking__item-select-mask{
        width: 250px;
        margin: 25px auto;
       overflow:hidden;
       white-space:nowrap;
       text-overflow:ellipsis;
    }

    .section-booking__item-1 .section-booking__btn{
        width: 250px;
        margin: 25px auto;
    }
    .section-booking__item-2 .section-booking__btn{
        width: 250px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1280px) {
    .half-section{
        width: 90%;
    }
}

@media screen and (max-width: 991px) {

    .promessa-slm #custom-content-holder{
        min-height: unset;
    }


    .mobile-hide{
        display: none;
    }

    #custom-content-holder .sec-holder--2 .sec-content{
        width: 100%;
        padding: 0 50px;
    }

    #custom-content-holder .sec-holder--2 h3{
        text-align: left !important;
    }

    #custom-content-holder .sec-holder h2{
        margin-top: 20px;
    }

    #custom-content-holder .sec-holder h2{
        font-size: 30px;
    }

    #custom-content-holder .sec-holder h3{
        font-size: 14px;
        text-align: center;
    }

    #custom-content-holder .sec-holder--2 p{
        font-size: 14px;
        line-height: 1.5;
    }

    #custom-content-holder .sec-holder--2{
        background-position: center;
        background-size: cover;
        background-blend-mode: color;
        background-color: rgb(0 0 0 / 30%);
        height: 450px;
    }

    #custom-content-holder .sec-holder--2 .btn{
        width: 140px;
        padding: 10px 0;
    }

    #custom-content-holder .sec-holder--3.sec-products{
        padding: 30px 25px 60px;
    }

    #custom-content-holder .sec-holder--3 h2{
        text-align: center;
        font-size: 30px !important;
    }

    #custom-content-holder .sec-holder--3 p{
        font-size: 14px;
    }

    #custom-content-holder .sec-tag-contents.mb-show{
        display: block;
    }

    #custom-content-holder .sec-tag-contents.mb-hide{
        display: none;
    }

    #custom-content-holder .sec-holder--3.sec-products{
        display: block;
    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content .collection-prod{
        width: 60%;
        height: unset !important;
    }

    #custom-content-holder .sec-products .sec-holder__right .collection-kv{
        top: 0;
        right: 0;
    }

    #custom-content-holder .sec-products .sec-holder__right{
        height: 460px;
    }

    #custom-content-holder .sec-products{
        display: block;
    padding-bottom: 220px;
    }

    #custom-content-holder .sec-products .sec-tag-content{
        display: block;
        text-align: -webkit-center;
    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="1"] .collection-kv{
        top: 0;
        right: -15px;
        height: 270px;
    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="2"] .collection-kv{

    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="3"] .collection-kv{

    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="4"] .collection-kv{

    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="5"] .collection-kv{

    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="6"] .collection-kv{

    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content[data-tag="7"] .collection-kv{

    }

    #custom-content-holder .sec-products .sec-tag-content .btn{
        width: 200px;
        font-size: 16px;
    }

    #custom-content-holder .sec-holder--6 .sec-holder__left{
        padding: 0;
        min-height: 300px;
        background-size: cover;
    }

    #custom-content-holder .sec-holder--6 h2{
        font-size: 30px;
        text-align: center;
    }

    #custom-content-holder .sec-products .sec-tag-contents{
        height: 150px;
    }



    #custom-content-holder .sec-holder--6 .sec-holder__right{
        padding: 25px 30px;
    }

    #custom-content-holder .sec-holder--6 .sec-holder__right p{
        text-align: center;
        max-width: unset !important;
        width: 100%;
        font-size: 14px;
        margin-bottom: 20px;
    }

    #custom-content-holder .sec-holder--6 .btn{
        margin: 20px auto 40px;
        width: 200px;
        font-size: 16px;
    }

    .half-section {
        width: 90%;
    }


}

@media screen and (max-width: 768px) {
    .half-section{
        width: 100%;
    }
    .input-remark{
        margin-top:20px;
    }

    .mobile{
        margin: 0 auto;
        display: table;
    }

    .desktop{
        display:none;
    }
}

@media screen and (max-width: 540px) and (min-width: 426px) {


    #custom-content-holder .sec-holder--7 .sec-holder__left {
    width: 100%;
    top: 30px;
    padding: 0 30px;
}
#custom-content-holder .sec-holder--7 h2 {
    font-size: 30px;
    text-align: center;
}
#custom-content-holder .sec-holder--7 p {
    font-size: 14px;
    text-align: center;
}
#custom-content-holder .sec-holder--7 .btn {
    display: none;
}

#custom-content-holder .sec-holder--7{
    height: 1120px;
}


}

@media screen and (max-width: 425px) {

    .m-dp{
        display: block;
    }

    #custom-content-holder .sec-holder--7 .sec-holder__right.bg_en{
        background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/m-gift-en.png');
        width: 100%;
        height:500px;
    }
    #custom-content-holder .sec-holder--7 .sec-holder__right.bg_tc{
        background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/m-gift.png');
        width: 100%;
        height:500px;
    }
/*
#custom-content-holder .sec-holder--7 .sec-holder__right{
        background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/m-gift-en.png');
        width: 100%;
    }
*/
    #custom-content-holder .sec-products .sec-holder__right{
        height: 330px;
    }

    #custom-content-holder .sec-products .sec-holder__right .sec-tag-content .collection-prod{
        width: 85% !important;
    }



    #custom-content-holder .sec-holder--7{
        background-image: url('//cdn.chowsangsang.com/eshop/hk/newweb/m-gift-bg.jpg');
        padding: 0 0 40px 0;
        height: max-content;
        margin-bottom: 0;
    }

    #custom-content-holder .sec-holder--7 .sec-holder__left{
        margin-top: 50px;
        padding: 0 15px;
    }

    #custom-content-holder .sec-holder--7 .sec-holder__left,
    #custom-content-holder .sec-holder--7 .sec-holder__right,
    .holder-7-remark{
        position:unset;
        height:unset;
    }


    #custom-content-holder .sec-holder--7 h2{
        font-size: 30px;
        text-align: center;
    }

    #custom-content-holder .sec-holder--7 p{
        font-size: 14px;
        text-align: center;
    }

    #custom-content-holder .sec-holder--7 .btn{
        display: none;
    }

    .holder-7-remark{
        bottom: 30px;
        padding-top:15px;
    }

    #custom-content-holder .holder-7-remark p{
        text-align: left;
        padding: 0 30px;
        font-size: 12px;
        margin-bottom: 5px;
    }
    #custom-content-holder .sec-holder--7 .sec-holder__left{
        width: 100%;
    }

    .md-flex{
        display: flex;
    }

    .form-contain{
        padding: 30px 30px 100px;
    }

    #custom-content-holder .sec-form h2{
        font-size: 25px;
    }

    .half-section{
        width: 100%;
    }

    .section-booking__item{
        display: block;
    }

    .sec-form .section-booking__btn{
        margin: 10px auto;
        font-size: 16px;
        width: 250px;
    }

    #custom-content-holder .sec-holder--3 .sec-holder{
        margin-bottom: 10px;
    }

    .ormethod .grayline{
        width: 40%;
    }

    #custom-content-holder .ormethod p{
        width: 20%;
    }

    .section-booking__item-select-mask{
        width: 230px;
        margin: 0 auto;
    }

    .section-booking__item .cus-select select{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .cus-select{
        margin-bottom: 25px;
    }

    #custom-content-holder .sec-form{
        margin-bottom: 10px;
    }

    .item-input__span{
        font-size: 16px;
    }

    .section-booking__item-3 .section-booking__item-select-mask{
        width: 100%;
    }

    .section-booking__item-3 .section-booking__item-input.row{
        margin-bottom: 0;
    }

    .section-booking__item-3 .cus-select{
        margin-bottom: 20px;
    }

    .form-group span{
        font-size: 16px;
    }

    #custom-content-holder .section-booking__item .btn-red{
        width: 200px;
        margin: 20px auto;
        display: block;
        font-size: 16px;
    }



}

@media screen and (max-width: 375px){
    #custom-content-holder .sec-holder h2{
        font-size: 25px;
    }

    #custom-content-holder .sec-form h2{
        font-size: 25px !important;
    }

    #custom-content-holder .sec-holder--3 h2{
        font-size: 25px !important;
    }

    #custom-content-holder .sec-holder--6 h2 {
        font-size: 25px;
    }

    #custom-content-holder .sec-holder--7 h2{
        font-size: 25px;
    }

    #custom-content-holder .sec-holder--3 h2{
        font-size: 25px !important;
    }

    #custom-content-holder .sec-products .sec-tag-content .btn {
        width: 140px;
        font-size: 14px;
        padding: 10px 0;
    }

    #custom-content-holder .sec-holder--6 .btn {
        width: 140px;
        font-size: 14px;
        padding: 10px 0;
    }

    .form-contain {
        padding: 30px 15px 100px;
    }

    #custom-content-holder .sec-products .sec-tag-content p{
        font-size: 18px;
        width: 100%;
}

#custom-content-holder .sec-products .sec-tag-contents {
    height: 150px;
}

}

/*5/10/2020*/
</style>
<!-- customer datepicker -->
<style>
  *{margin:0;padding:0;}

.dateBox{
    width:160px;
    height:auto;
    border:1px solid blue;

}




/* jQuery UI Datepicker Styles */
/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* Overlays */
.ui-widget-overlay {
	position:relative;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	position:relative;
	width: 200px;
	height:auto;
	padding: 0;
	display: none;
	margin:0;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	background:#FFF;

}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 9px;
	width: 1.1em;
	height: .90em;
}

.ui-datepicker .ui-datepicker-prev {
	left: 10px;
	top:9px;
	background: url(../images/scroller-h-prev.png) top no-repeat;
 }
.ui-datepicker .ui-datepicker-next {
	right: 10px;
	background: url(../images/scroller-h-next.png) bottom  no-repeat;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;

}
.ui-datepicker table {
	width: 100%;
	font-size: .6em;
	border-collapse: collapse;
  margin: 0 0 .4em;
  background-color: #FFF;
}
.ui-datepicker th {
  font-size: 12px;
	padding: .7em .3em;
	text-align: center;

	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}




/* Component containers
----------------------------------*/
.ui-widget {

	font-size: 1.1em;

}
.ui-widget .ui-widget {
	font-size: 5em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  color: #999999;
  box-shadow: 0 0 5px 0px #7d7d7d;
}
.ui-widget-content a {
	color: yellow;
}
.ui-widget-header {
	border: none;
	color: #212020;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background: #FFF;
  color: #300808;
  font-size: 14px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #999999;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {

	background: #1ca3f4;
	color: #fff;
	text-align:center;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
  color: #FFF;
  background: #127ab9;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev:hover {
	background: transparent url(../images/scroller-h-prev.png) top  no-repeat;
 }
.ui-datepicker .ui-datepicker-next {
	background: transparent url(../images/scroller-h-next.png) bottom  no-repeat;
}


#submissionForm{
    margin-top: 20px;
}
.custom-select2{
    font-size: 14px;
    position: relative;
    height: 40px;
}
.select-Service{
     position: relative;
     height: 40px;
}
.select-Service .icon{
    position: absolute;
    right: 1px;
    width: 38px;
    top: 50%;
    margin-top: -15px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
}

#customerTitle, #phoneCountryCode, #lookForItemStyleNo{
    opacity: 1;
}

.custom-select{
height:40px;
}

.custom-select2:after {
    position: absolute;
    right: 1px;
    width: 38px;
    text-align: center;
    background: white;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    display: block;
    line-height: 30px;
    pointer-events: none;
    font-family: FontAwesome;
    content: "\f0d7";
}

#pageReserveInStore #mapContainer {
    width: 100%;
    height: 500px;
    position: relative;
}

#pageReserveInStore #mapContainer #map {
    width: 100%;
    height: 100%;
    position: absolute !important;
}
#pageReserveInStore #mapContainer #map iframe {
    width: 100%;
    height: 100%;
}

#pageReserveInStore #slidePanel-map .slidePanel-body #panel-mapContainer {
    position: relative;
    width: 100%;
    height: 100%;
}
#pageReserveInStore #slidePanel-map .slidePanel-body #panel-mapContainer iframe {
    width: 100%;
    height: 100%;
}