.promotion-swiper-container {
    padding-bottom: 78px;
    width: 100%;
    overflow: visible
}

@media only screen and (max-width:750px) {
    .promotion-swiper-container {
        padding-bottom: 35px
    }
}

.promotion-swiper-container .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    cursor: pointer
}

.promotion-swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px
}

.promotion-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 370px
}

@media only screen and (max-width:750px) {
    .promotion-card {
        width: 90%
    }
}

.promotion-card .type {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b18a48;
    text-transform: uppercase
}

@media only screen and (max-width:750px) {
    .promotion-card .type {
        margin-bottom: 12px;
        font-size: 12px
    }
}

.promotion-card .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (max-width:750px) {
    .promotion-card .title {
        margin-bottom: 16px;
        font-size: 21px
    }
}

.promotion-card .cover-image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    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;
    width: 100%;
    max-width: 370px;
    height: 280px;
    min-height: 1px;
    margin-bottom: 20px;
    overflow: hidden
}

@media only screen and (max-width:750px) {
    .promotion-card .cover-image {
        max-width: 100%;
        margin-bottom: 14px
    }
}

.promotion-card .cover-image img {
    position: absolute;
    width: 100%
}

.promotion-card .cover-image .cover-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.promotion-card .description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    width: 100%;
    height: 48px;
    margin-bottom: 25px;
    font-size: 16px
}

@media only screen and (max-width:750px) {
    .promotion-card .description {
        margin-bottom: 15px;
        font-size: 15px
    }
}

.view-all-promotion {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase
}

.view-all-promotion img {
    margin-right: 10px
}

.exclusive-promotion-detials-container {
    position: fixed;
    padding: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-image: url(../../images/common/bg.jpg);
    background-repeat: repeat;
    overflow: hidden;
    z-index: 1100;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.exclusive-promotion-detials-container a.btn {
    -webkit-transition: unset !important;
    transition: unset !important
}

.exclusive-promotion-detials-container .lang-container {
    position: absolute;
    top: 56px;
    right: 120px;
    text-transform: uppercase;
    z-index: 5
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .lang-container {
        top: 20px;
        right: 55px
    }
}

.exclusive-promotion-detials-container .lang-container .selected-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.exclusive-promotion-detials-container .lang-container .selected-lang.open .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.exclusive-promotion-detials-container .lang-container .selected-lang .arrow {
    display: block;
    margin-left: 12px;
    width: 14px;
    height: 8px;
    background-image: url(../../images/common/arrow_lang.svg);
    background-repeat: no-repeat;
    background-size: cover
}

.exclusive-promotion-detials-container .lang-container .nav-lang {
    position: absolute;
    top: 30px;
    display: none;
    width: 100%;
    background: #fff
}

.exclusive-promotion-detials-container .lang-container .nav-lang li {
    padding: 5px 2px;
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        overflow: auto
    }
}

.exclusive-promotion-detials-container .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.exclusive-promotion-detials-container .btn-close {
    position: absolute;
    top: 56px;
    right: 70px;
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/button_close.svg);
    background-repeat: no-repeat;
    z-index: 5;
    cursor: pointer
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .btn-close {
        top: 20px;
        right: 15px
    }
}

.exclusive-promotion-detials-container .nav-bar {
    position: absolute;
    right: -270px;
    bottom: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px;
    width: 540px;
    height: 80px;
    font-size: 12px;
    text-transform: uppercase;
    background: #f7f4ee;
    -webkit-transform: translate(0, 50%) rotate(-90deg);
    transform: translate(0, 50%) rotate(-90deg);
    z-index: 10
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .nav-bar {
        right: 50%;
        bottom: 0;
        width: 100%;
        max-width: 540px;
        -webkit-transform: translate(50%, 50%) rotate(0);
        transform: translate(50%, 50%) rotate(0)
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .nav-bar {
        padding: 0 15px;
        max-width: calc(100% - 40px);
        height: 50px;
        font-size: 10px
    }
}

.exclusive-promotion-detials-container .nav-bar a {
    position: relative;
    letter-spacing: 2.5px
}

.exclusive-promotion-detials-container .nav-bar .btn-back-to-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.exclusive-promotion-detials-container .nav-bar .btn-next.disabled,
.exclusive-promotion-detials-container .nav-bar .btn-prev.disabled {
    opacity: .3;
    cursor: default
}

.exclusive-promotion-detials-container .nav-bar .btn-next:after,
.exclusive-promotion-detials-container .nav-bar .btn-prev:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 25px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (max-width:750px) {

    .exclusive-promotion-detials-container .nav-bar .btn-next:after,
    .exclusive-promotion-detials-container .nav-bar .btn-prev:after {
        width: 15px;
        height: 5px
    }
}

.exclusive-promotion-detials-container .nav-bar .btn-prev {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 23px
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .nav-bar .btn-prev {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        margin-left: 23px
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .nav-bar .btn-prev {
        margin-left: 10px
    }
}

.exclusive-promotion-detials-container .nav-bar .btn-prev:after {
    right: -30px;
    background-image: url(../../images/exclusive-promotions/arrow_left-02.svg)
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .nav-bar .btn-prev:after {
        right: auto;
        left: -30px
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .nav-bar .btn-prev:after {
        left: -16px
    }
}

.exclusive-promotion-detials-container .nav-bar .btn-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 23px
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .nav-bar .btn-next {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 23px;
        margin-left: 0
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .nav-bar .btn-next {
        margin-right: 10px
    }
}

.exclusive-promotion-detials-container .nav-bar .btn-next:after {
    left: -30px;
    background-image: url(../../images/exclusive-promotions/arrow_right-02.svg)
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .nav-bar .btn-next:after {
        right: -30px;
        left: auto
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .nav-bar .btn-next:after {
        right: -16px
    }
}

.exclusive-promotion-detials-container .cover-image-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    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;
    width: 50%;
    min-height: 1px;
    background-image: url(../../images/exclusive-promotions/pattern_dining.jpg);
    background-size: cover
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .cover-image-container {
        width: 100%
    }
}

.exclusive-promotion-detials-container .cover-image-container .cover-image {
    position: relative;
    display: block;
    width: 66%;
    max-width: 635px
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .cover-image-container .cover-image {
        padding: 76px 0
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .cover-image-container .cover-image {
        width: 76%
    }
}

.exclusive-promotion-detials-container .cover-image-container .cover-image .cover-image-title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.exclusive-promotion-detials-container .cover-image-container .cover-image img {
    width: 100%
}

.exclusive-promotion-detials-container .info-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    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;
    width: 50%;
    height: 100%;
    min-height: 1px
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .info-container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 100px;
        padding-bottom: 100px;
        width: 100%
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container {
        padding-top: 50px
    }
}

.exclusive-promotion-detials-container .info-container .info {
    position: relative;
    padding-right: 60px;
    padding-left: 70px;
    width: 825px;
    height: 712px;
    overflow-y: auto
}

.exclusive-promotion-detials-container .info-container .info::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
}

.exclusive-promotion-detials-container .info-container .info::-webkit-scrollbar {
    width: 6px;
    background-color: transparent
}

.exclusive-promotion-detials-container .info-container .info::-webkit-scrollbar-thumb {
    background-color: #b8b5b0
}

@media only screen and (max-width:1280px) {
    .exclusive-promotion-detials-container .info-container .info {
        width: 100%;
        height: auto;
        overflow-y: hidden
    }
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .info {
        padding: 0 15px
    }
}

.exclusive-promotion-detials-container .info-container .type {
    margin-bottom: 12px;
    color: #b18a48;
    text-transform: uppercase
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .type {
        margin-bottom: 8px;
        font-size: 12px
    }
}

.exclusive-promotion-detials-container .info-container .title {
    margin-bottom: 35px;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.2px;
    font-weight: 200;
    text-transform: uppercase
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .title {
        margin-bottom: 10px;
        font-size: 27px
    }
}

.exclusive-promotion-detials-container .info-container .benefits,
.exclusive-promotion-detials-container .info-container .description-container {
    font-size: 16px;
    line-height: 1.9
}

@media only screen and (max-width:750px) {

    .exclusive-promotion-detials-container .info-container .benefits,
    .exclusive-promotion-detials-container .info-container .description-container {
        font-size: 14px
    }
}

.exclusive-promotion-detials-container .info-container .benefits a,
.exclusive-promotion-detials-container .info-container .description-container a {
    text-decoration: underline
}

.exclusive-promotion-detials-container .info-container .description-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .description-container {
        margin-bottom: 15px;
        line-height: 1.5
    }
}

.exclusive-promotion-detials-container .info-container .description-container .description {
    width: 80%;
    max-width: 520px
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .description-container .description {
        width: 75%
    }
}

.exclusive-promotion-detials-container .info-container .description-container .start-from {
    width: 20%;
    font-size: 14px;
    text-align: right
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .description-container .start-from {
        font-size: 12px
    }
}

.exclusive-promotion-detials-container .info-container .description-container .start-from-price {
    font-size: 32px;
    line-height: 1.2
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .description-container .start-from-price {
        font-size: 20px
    }
}

.exclusive-promotion-detials-container .info-container .benefits {
    margin-bottom: 30px
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .benefits {
        margin-bottom: 18px
    }
}

.exclusive-promotion-detials-container .info-container .benefits ul {
    padding-left: 20px;
    list-style-type: disc
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .benefits li {
        line-height: 1.3
    }
}

.exclusive-promotion-detials-container .info-container .btn-view-menu {
    display: block;
    margin-bottom: 33px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .btn-view-menu {
        margin-bottom: 25px;
        font-size: 14px
    }
}

.exclusive-promotion-detials-container .info-container .btn-view-menu img {
    margin-left: 3px
}

.exclusive-promotion-detials-container .info-container .btn-book-now,
.exclusive-promotion-detials-container .info-container .btn-book-table {
    margin-bottom: 48px;
    width: 170px;
    height: 65px;
    letter-spacing: 1px
}

@media only screen and (max-width:750px) {

    .exclusive-promotion-detials-container .info-container .btn-book-now,
    .exclusive-promotion-detials-container .info-container .btn-book-table {
        margin-bottom: 20px;
        width: 118px;
        height: 45px
    }
}

.exclusive-promotion-detials-container .info-container .tnc {
    position: relative;
    font-size: 13px
}

@media only screen and (max-width:750px) {
    .exclusive-promotion-detials-container .info-container .tnc {
        font-size: 10px
    }
}

.exclusive-promotion-detials-container .info-container .tnc div {
    margin-bottom: 8px
}

.exclusive-promotion-detials-container .info-container .tnc b {
    margin-bottom: 8px;
    font-weight: 700
}

.exclusive-promotion-detials-container .info-container .tnc ul {
    padding-left: 10px;
    font-weight: 400
}

.exclusive-promotion-detials-container .info-container .tnc li:before {
    content: '*';
    position: absolute;
    left: 0
}

.exclusive-promotion-detials-container a.btn {
    -webkit-transition: unset !important;
    transition: unset !important
}

.section-container {
    padding-top: 160px
}

@media only screen and (max-width:750px) {
    .section-container {
        padding-top: 100px
    }
}

.left-menu {
    position: fixed;
    top: 700px;
    /* left: 80px; */
    right: -356px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 460px;
    z-index: 100;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.left-menu a{
    opacity: 0.5;
}
.left-menu a:hover{
    opacity: 1;
}

@media only screen and (max-width:1560px) {
    .left-menu {
        /* left: 30px */
        display: none;
    }
}

@media only screen and (max-width:750px) {
    .left-menu {
        display: none
    }
}

.right-scroll {
    position: absolute;
    color: #b18a48;
    left: 90px;
    top: 400px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (max-width:1900px) {
    .right-scroll {
        left: 70px
    }
}

@media only screen and (max-width:1280px) {
    .right-scroll {
        display: none
    }
}

.right-scroll:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -110px;
    border-top: 1px solid #b18a48;
    width: 100px
}

@media only screen and (max-width:750px) {
    .right-scroll:after {
        left: -60px;
        width: 50px
    }
}

.room-info-section {
    margin-bottom: 100px
}

.room-info-section .container{
    /* margin-left: 77px; */
}

@media only screen and (max-width:750px) {
    .room-info-section {
        margin-bottom: 30px
    }
}

.desinger-section {
    padding-top: 45px;
    margin-bottom: 215px
}

@media only screen and (max-width:750px) {
    .desinger-section {
        padding-top: 115px;
        margin-bottom: 70px
    }
}

section .container {
    max-width: 1335px
}

section .container>div {
    margin-bottom: 60px
}

@media only screen and (max-width:750px) {
    section .container>div {
        margin-bottom: 30px
    }
}

section.promotion-swiper-section>.container>div {
    margin-bottom: 0
}

section .top-banner-container {
    /* padding: 0 50px 0 140px; */
    padding: 0 140px 0 90px;

    max-width: 100%;
    margin-bottom: 40px;
    -webkit-transition: all .6s;
    transition: all .6s
}

@media only screen and (max-width:1620px) {
    section .top-banner-container {
        padding: 0 50px 0 50px
    }
}

@media only screen and (max-width:1280px) {
    section .top-banner-container {
        padding: 0 20px 0 20px
    }
}

@media only screen and (max-width:750px) {
    section .top-banner-container {
        padding: 0;
        margin-bottom: 30px
    }
}

section .top-banner-container .cover-image,
section .top-banner-container .panoramic-iframe-container {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:750px) {

    section .top-banner-container .cover-image,
    section .top-banner-container .panoramic-iframe-container {
        height: 170px;
        border-radius: 0
    }
}

section .top-banner-container .panoramic-iframe-container {
    overflow: hidden
}

@media only screen and (max-width:750px) {
    section .top-banner-container .panoramic-iframe-container {
        height: 170px;
        border-radius: 0
    }
}

section .top-banner-container .panoramic-iframe-container .panoramic-dropdown {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px
}

section .top-banner-container .panoramic-iframe-container .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

section .top-banner-container .panoramic-iframe-container .select {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 260px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer
}

@media only screen and (max-width:750px) {
    section .top-banner-container .panoramic-iframe-container .select {
        display: none
    }
}

section .top-banner-container .panoramic-iframe-container .select-styled {
    position: absolute;
    top: 0;
    left: 50%;
    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;
    width: 100%;
    height: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding: 8px 15px;
    background-color: #4e4a48;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: #494543
}

section .top-banner-container .panoramic-iframe-container .select-styled:before {
    content: '';
    position: absolute;
    left: 20px;
    display: inline-block;
    width: 20px;
    height: 13.5px;
    background-image: url(../../images/common/Icon_awesome-eye.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section .top-banner-container .panoramic-iframe-container .select-styled:after {
    content: '';
    position: absolute;
    right: 20px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

section .top-banner-container .panoramic-iframe-container .select-styled.active,
section .top-banner-container .panoramic-iframe-container .select-styled:active {
    color: #fff;
    background-color: #413d3c
}

section .top-banner-container .panoramic-iframe-container .select-styled.active:after,
section .top-banner-container .panoramic-iframe-container .select-styled:active:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

section .top-banner-container .panoramic-iframe-container .select-options {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f2f2
}

section .top-banner-container .panoramic-iframe-container .select-options li {
    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;
    margin: 0;
    padding: 12px 0;
    height: 50px;
    text-indent: 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
}

section .top-banner-container .panoramic-iframe-container .select-options li.is-selected,
section .top-banner-container .panoramic-iframe-container .select-options li:hover {
    color: #fff;
    background: #4e4a48
}

section .top-banner-container .panoramic-iframe-container .select-options li[rel=hide] {
    display: none
}

section .top-banner-container .panoramic-iframe-container .mobile-panoramic {
    position: absolute;
    right: 0;
    display: none
}

@media only screen and (max-width:750px) {
    section .top-banner-container .panoramic-iframe-container .mobile-panoramic {
        display: block
    }
}

section .top-banner-container .panoramic-iframe-container .mobile-panoramic__btn-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 70px;
    padding: 10px;
    cursor: pointer;
    background-color: #4e4a48
}

section .top-banner-container .panoramic-iframe-container .mobile-panoramic .icon-eye {
    display: block;
    width: 20px;
    height: 13.5px;
    margin-top: 9px;
    margin-bottom: 10px;
    background-image: url(../../images/common/Icon_awesome-eye.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

section .top-banner-container .panoramic-iframe-container .mobile-panoramic .icon-arrow-down {
    display: block;
    width: 9px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

section .top-banner-container .panoramic-iframe-container .mobile-panoramic__dropdown {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 70px;
    opacity: 0;
    cursor: pointer
}

section .top-banner-container .panoramic-iframe-container .overlay-container {
    position: absolute;
    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;
    width: 100%;
    height: 100%
}

section .top-banner-container .panoramic-iframe-container .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    background-position: center;
    background-size: cover
}

section .top-banner-container .panoramic-iframe-container .btn-panoramic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    color: #fff;
    background: #644523;
    border-radius: 5px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1
}

section .top-banner-container .panoramic-iframe-container .btn-panoramic img {
    margin-bottom: 10px
}

section .top-banner-container .panoramic-iframe-container .btn-panoramic:hover {
    opacity: .9
}

section .top-banner-container .panoramic-iframe-container iframe {
    width: 100%;
    height: 100%
}

section .container .title-group h1 {
    margin-bottom: 19px;
    max-width: 900px;
    font-size: 74px;
    line-height: 1.2;
}
section .container .title-group h4 {
    margin-bottom: 45px;
    font-weight: 350;
}
section .container .title-group h5 {
    margin-bottom: 0px;
    max-width: 1200px;
    font-weight: 200;
    font-size: 76px;
    line-height: 1;
    text-transform: uppercase;

}

@media only screen and (max-width:750px) {
    section .container .title-group h1 {
        margin-bottom: 30px;
        font-size: 42.5px
    }
    section .container .title-group h5{
        font-size: 42.5px;
    }
}

section .container .title-group .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #644523
}

section .container .title-group .description>div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

@media only screen and (max-width:1280px) {
    section .container .title-group .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:750px) {
    section .container .title-group .description {
        font-size: 1rem
    }
}

section .container .title-group .description>div:nth-child(1) {
    max-width: 620px
}

section .container .title-group .description>div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (max-width:1280px) {
    section .container .title-group .description>div:nth-child(2) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

section .container .type-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
section .container .type-group{
    margin-bottom: 40px;
}

section .container.huxing .col-sm-12{
    margin-bottom: 40px;
    text-align: center;
    color: #644523;
    display: flex;
    align-items: center;
}
section .container.huxing .col-sm-12 img{
    display: block;
}
section .container.huxing .col-md-7 img{
    max-height: 720px !important;
    width: auto !important;
    margin-left: 20px;
    max-width: 660px;
}
section .container.huxing .col-sm-12:last-child img{
    margin-top: -50%;
    /* margin-left: -15%; */

    opacity: .8;
    transition: all 0.26s ease 0s;
	-webkit-transition: all .26s ease-in;
}
section .container.huxing .col-sm-12:last-child img:hover{
    opacity: 1;
}
section .container .type-group>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0 30px;
    color: #644523;
    text-align: center;
    /* width: calc(100% / 3) */
    border-right: solid 1px #644523;
}


section .container .type-group>div:nth-child(3n+1) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section .container .type-group>div:nth-child(3n+2) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section .container .type-group>div:nth-child(3n+3) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:750px) {
    section.room-info-section .container .type-group {
        width: 100%;
        border-right: solid 1px #644523;
    }
    section.room-info-section .container .row{
        margin: auto;
    }

    section.room-info-section .container .type-group>div {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        width: 100%;
        margin-bottom: 10px;
        border-left: solid 1px #644523;

    }
}

section .container .type-group>div .title {
    margin-bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;

}

section .container .type-group>div .size {
    font-size: 28px
}

@media only screen and (max-width:750px) {
    section .container .type-group>div .size {
        font-size: 20px
    }
    section .container .type-group>div .title {
        font-size: 14px;
        letter-spacing: 0px;
    
    }
}

section .container .type-group>div .size span {
    font-size: 16px
}

@media only screen and (max-width:750px) {
    section .container .type-group>div .size span {
        font-size: 11px;
        display: block;
    }
}
@media only screen and (max-width:750px) {
    section .huxing{
        padding: 0;
    }
    section .container .type-group {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-flow: unset;
        flex-flow: unset;
    }
    section .container .type-group>div{
        padding: 0 5px; 
        text-align: center;
        border-right:none;
    }
    section .container.huxing .col-sm-12 img{
        margin: auto;
        max-width: 80vw;
    }
    section .container .type-group>div .inner{
        width: 100%;
    }
    section .container.huxing .col-sm-12:last-child img{
        opacity: 1;
        margin-top: auto;
    }
}

section .container .facilities-group {
    margin-bottom: 110px
}

@media only screen and (max-width:750px) {
    section .container .facilities-group {
        margin-bottom: 55px
    }
}

section .container .facilities-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section .container .facilities-group ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 14px;
    width: 25%;
    margin-bottom: 30px;
    border-left: 1px solid #644523;
    text-align: center
}

@media only screen and (max-width:750px) {
    section .container .facilities-group ul{
        padding: 0;
    }
    section .container .facilities-group ul li {
        width: 50%
    }
}

section .container .facilities-group ul li:last-child,
section .container .facilities-group ul li:nth-child(4n+4) {
    border-right: 1px solid #644523
}

@media only screen and (max-width:750px) {
    section .container .facilities-group ul li:nth-child(2n+2) {
        border-right: 1px solid #644523
    }
}

section .container .designer-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section .container .designer-group:after {
    content: '';
    position: absolute;
    top: 0;
    left: -30%;
    width: 110%;
    height: 100%;
    background: #d2c7bb
}

@media only screen and (max-width:750px) {
    section .container .designer-group:after {
        left: -15px;
        width: calc(100% + 30px)
    }
}

section .container .designer-group .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-top: 100px;
    width: 100%;
    max-width: 460px;
    margin-bottom: 120px;
    z-index: 1
}

@media only screen and (max-width:750px) {
    section .container .designer-group .left {
        margin-top: -120px;
        margin-bottom: 35px
    }
}

section .container .designer-group .left h2 {
    margin-bottom: 55px;
    font-size: 50px
}

@media only screen and (max-width:750px) {
    section .container .designer-group .left h2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        font-size: 30px
    }
}

section .container .designer-group .left h3 {
    margin-bottom: 35px;
    font-size: 24px
}

@media only screen and (max-width:750px) {
    section .container .designer-group .left h3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 20px;
        font-size: 12px
    }
}

section .container .designer-group .left .job-title {
    margin-top: -25px;
    margin-bottom: 38px
}

section .container .designer-group .left .description {
    font-size: 18px;
    line-height: 1.2
}

@media only screen and (max-width:750px) {
    section .container .designer-group .left .description {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        font-size: 12px
    }
}

section .container .designer-group img.thumbnail {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 100%;
    max-width: 480px
}

@media only screen and (max-width:1280px) {
    section .container .designer-group img.thumbnail {
        top: -50px;
        right: 0;
        bottom: auto;
        max-width: 35%
    }
}

@media only screen and (max-width:750px) {
    section .container .designer-group img.thumbnail {
        position: relative;
        top: 0;
        max-width: calc(100% - 80px);
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

section .container .promotion-group {
    padding: 80px 0 145px
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group {
        padding: 35px 0 65px
    }
}

section .container .promotion-group .title {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 200;
    text-transform: uppercase
}

section .container .promotion-group .promotion-information {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

section .container .promotion-group .promotion-information .cover-image,
section .container .promotion-group .promotion-information .details-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

section .container .promotion-group .promotion-information .cover-image {
    max-width: 390px
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group .promotion-information .cover-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 45px;
        max-width: 100%
    }
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .cover-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-bottom: 23px
    }
}

section .container .promotion-group .promotion-information .cover-image img {
    width: 100%
}

section .container .promotion-group .promotion-information .details-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group .promotion-information .details-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

section .container .promotion-group .promotion-information .details-group .details {
    margin: 0 50px 0 60px;
    width: 100%;
    max-width: 425px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group .promotion-information .details-group .details {
        margin: 0 20px 45px 20px;
        width: 80%;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .details {
        margin: 0 0 26px;
        width: 100%
    }
}

section .container .promotion-group .promotion-information .details-group .details .promotion-title {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .details .promotion-title {
        font-size: 20px
    }
}

section .container .promotion-group .promotion-information .details-group .details .promotion-description {
    margin-bottom: 20px;
    line-height: 24px;
    color: #a56f13
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .details .promotion-description {
        font-size: 12px
    }
}

section .container .promotion-group .promotion-information .details-group .details .promotion-benifits {
    margin-left: 20px;
    line-height: 24px;
    list-style-type: disc
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .details .promotion-benifits {
        font-size: 12px
    }
}

section .container .promotion-group .promotion-information .details-group .more-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 37px 45px;
    border-left: 1px solid #644523
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group .promotion-information .details-group .more-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 45px 20px 0 20px;
        border-left: 0;
        border-top: 1px solid #644523;
        width: 80%
    }
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .more-details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 26px 0 0;
        width: 100%
    }
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group .promotion-information .details-group .more-details>div {
        margin: 0 35px 15px
    }
}

section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-text {
    font-size: 16px
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-text {
        font-size: 12px
    }
}

section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-price {
    margin-bottom: 55px;
    font-size: 32px
}

@media only screen and (max-width:1280px) {
    section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-price {
        margin-bottom: 0
    }
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-price {
        font-size: 29px
    }
}

section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-price span {
    font-size: 16px
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .more-details .star-from-group .start-from-price span {
        font-size: 12px
    }
}

section .container .promotion-group .promotion-information .details-group .more-details .btn-check-availability {
    padding: 12.5px 32.5px;
    border: 1px solid #644523;
    text-transform: uppercase
}

@media only screen and (max-width:750px) {
    section .container .promotion-group .promotion-information .details-group .more-details .btn-check-availability {
        padding: 14px 22px
    }
}

.studio-wrapper .room-info-section:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 415px;
    top: 340px;
    left: 0;
    background: url(../images/jin2.png) no-repeat;
    background-size: cover;
    z-index: -1
}

@media only screen and (max-width: 1440px) {
    .studio-wrapper .room-info-section:after {
       display: none;
    }
}


@media only screen and (max-width: 750px) {
    .studio-wrapper .room-info-section:after {
        width:65px;
        height: 145px;
        top: auto;
        bottom: -130px;
    }
}


.studio-wrapper .room-image-list-section:after {
    content: '';
    position: absolute;
    width: 133px;
    height: 324px;
    bottom: 180px;
    right: 0;
    background: url(../images/jin3.png) no-repeat;
    background-size: cover;
    z-index: -1;
}

@media only screen and (max-width: 750px) {
    .studio-wrapper .room-image-list-section:after {
        width:120px;
        height: 120px
    }
}


section .container .next-residence-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 110px;
    text-align: center
}

@media only screen and (max-width:750px) {
    section .container .next-residence-group {
        margin-bottom: 65px
    }
}

@media only screen and (max-width:750px) {
    section .container .next-residence-group .next-residence {
        font-size: 12px
    }
}

section .container .next-residence-group .title {
    margin-top: 30px;
    font-weight: 200;
    font-size: 74px;
    line-height: 1
}

@media only screen and (max-width:750px) {
    section .container .next-residence-group .title {
        font-size: 50px
    }
}

@media only screen and (max-width:750px) {
    section .container .next-residence-group .title a {
        display: block
    }
}

section .full-container .image-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 155px
}

@media only screen and (max-width:750px) {
    section .full-container .image-list-group {
        margin-bottom: 70px
    }
}

section .full-container .image-list-group .row {
    position: relative;
    width: 100%
}

section .full-container .image-list-group .row:nth-child(2n+1) .item-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section .full-container .image-list-group .row:nth-child(2n+2) .item-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

section .full-container .image-list-group .row .item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1335px;
    padding: 0 20px
}

@media only screen and (max-width:750px) {
    section .full-container .image-list-group .row .item-wrapper {
        margin-top: 0
    }
}

section .full-container .image-list-group .row .item-wrapper .item {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin-top: -300px
}

@media only screen and (max-width:1280px) {
    section .full-container .image-list-group .row .item-wrapper .item {
        width: 48%
    }
}

@media only screen and (max-width:750px) {
    section .full-container .image-list-group .row .item-wrapper .item {
        width: 100%;
        max-width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 15px
    }
}

section .full-container .image-list-group .row .item-wrapper .item.item-1 {
    margin-top: 0
}

section .full-container .image-list-group .row .item-wrapper .item p {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:750px) {
    section .full-container .image-list-group .row .item-wrapper .item p {
        font-size: 12px
    }
}

section .full-container .image-list-group .row .item-wrapper .item img {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    z-index: 1
}

@media only screen and (max-width:750px) {
    section .full-container .image-list-group .row .item-wrapper .item img {
        margin-bottom: 20px
    }
}

section .full-container .billboard-group {
    position: relative;
    width: 100%;
    max-width: 1620px;
    padding-left: 20px;
    margin-left: auto;
    margin-bottom: 130px
}

@media only screen and (max-width:750px) {
    section .full-container .billboard-group {
        margin-bottom: 78px
    }
}

section .full-container .billboard-group img {
    position: relative;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1
}

section.promotion-swiper-section {
    position: relative;
    margin: 0 auto;
    margin-bottom: 130px;
    padding: 0 20px;
    max-width: 1335px
}


.room-image-list-section .title{
    color: #644523;
    margin-bottom: 30px;
}
.room-image-list-section .title h5{
    font-size: 60px;
    line-height: 1;
    font-weight: 200;
    text-transform: uppercase;
}
.room-image-list-section .title h4{
    font-size: 74px;
    line-height: 1;
    font-weight: 100;
}

.image-list-group img{
    margin-bottom: 30px;
}
/* .image-list-group .col-md-6:last-child{
    margin-top: -110px;
} */

@media only screen and (max-width:750px) {
    .room-image-list-section .title h5,.room-image-list-section .title h4{
        font-size: 40px;
    }
    /* .image-list-group .col-md-6:last-child{
        margin-top: 0;
    } */

    section.promotion-swiper-section {
        margin-bottom: 78px;
        padding: 0 15px
    }


    .luxy-el {
        transform:unset !important;
    }

}
