.header-right,
.language-switcher,
.header-logo,
.header-heading,
.main-menu-container ul.menu>li,
#backtotop,
.home-banner-inner,
.hbi-buttons,
.hn-date:before,
.hn-date span,
.bx-wrapper .bx-controls-direction a,
.cr-icon,
.cr-text,
.pattern-1:after,
.pattern-2:after,
.pattern-3:after,
.schedule-table td:first-child:before,
.btn-inner span:last-child,
.icon-instagram,
.gallery-block .wrapper:after {
    display: inline-block;
}

.language-switcher a,
.main-menu-container ul ul:before,
.main-menu-container .menu>li>ul>li,
.main-menu-container .menu>li>ul>li>a,
.main-menu-container .menu>li>ul>li.menu-item-has-children>a:after,
.main-menu-container ul ul ul li,
.home-banner:before,
.hn-row,
.testimonial-slide:after,
.overlay:before {
    display: block;
}

.main-menu-container .menu>li>ul>li.menu-item-has-children>a:after {
    content: '';
}

.header-right,
.language-switcher a,
.main-menu-container ul ul,
.main-menu-container ul ul:before,
.main-menu-container .menu>li>ul>li.menu-item-has-children>a:after,
.main-menu-container ul ul ul,
.home-banner:before,
.home-banner-inner,
.hbi-buttons,
.home-section-3:before,
.home-section-3:after,
.testimonial-slide:after,
.page-top h1,
.overlay:before,
.pattern-1:after,
.pattern-2:after,
.pattern-3:after,
.gallery-block .wrapper:after {
    position: absolute;
}

.main-menu-container ul.menu>li,
.main-menu-container .menu>li>ul>li>a,
.home-banner,
.bx-wrapper .bx-controls-direction a,
.home-section-3,
.page-top {
    position: relative;
}

.main-menu-container ul ul ul li {
    text-align: left;
}

.language-switcher,
.header-logo,
.header-heading,
.hn-date:before,
.hn-date span,
.cr-icon,
.cr-text,
.schedule-table td:first-child:before,
.btn-inner span:last-child,
.icon-instagram {
    vertical-align: middle;
}

.main-menu-container .menu>li>ul>li.menu-item-has-children>a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-banner,
.page-top,
.highlights .content-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-menu-container ul ul:before,
#backtotop,
.hn-row,
.hn-date:before,
.flower-pattern,
.bx-wrapper .bx-controls-direction a,
.home-section-3:before,
.home-section-3:after,
.testimonial-slide:after,
.cr-icon,
.pattern-1:after,
.pattern-2:after,
.pattern-3:after,
.icon-instagram,
.gallery-block .wrapper:after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

body {
    min-width: 300px;
    color: #222222;
    font-size: 50%;
    font-family: 'Poppins', 'Noto Sans HK', sans-serif;
}

.container {
    width: 100%;
    min-width: 300px;
}

.page-template-page-wellness-introduction .main {
    background-color: #F8F1E4;
}

.content {
    position: relative;
    background-color: #F8F1E4;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    z-index: 2;
}

.wrapper {
    position: relative;
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

.inpage-wrapper {
    position: relative;
    max-width: 1280px;
    z-index: 2;
}

.large-wrapper {
    max-width: 100%;
}

h2 {
    font-size: 4.2em;
}

a {
    color: #222222;
}

a:hover {
    color: #FEBE74;
}

i,
em {
    font-style: italic;
}

p {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

p a,
p li {
    font-size: 1em;
}

.aligncenter {
    text-align: center;
}


/* MOBILE */

.main-menu-button-inner {
    width: 29px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.main-menu-button-inner span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #FEBE74;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top {
    display: none;
}


/* GRID */

.grid-1-2 {
    overflow: hidden;
}

.grid-1-2>.grid-col {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.5%;
}

.grid-1-2>.grid-col:nth-child(2n+2) {
    margin-right: 0;
}

.grid-1-2>.grid-col:nth-child(2n+1) {
    clear: both;
}

.grid-1-3 {
    overflow: hidden;
}

.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.grid-1-4 {
    overflow: hidden;
}

.grid-1-4>.grid-col {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.grid-1-4>.grid-col:nth-child(4n+4) {
    margin-right: 0;
}

.grid-1-4>.grid-col:nth-child(4n+1) {
    clear: both;
}


/* HEADER */

.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

.header {
    position: relative;
    background: #f8f1e4;
    padding: 10px 0;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
    z-index: 10;
}

.header-top {
    padding: 10px 0 20px 0;
}

.header-top .wrapper {
    position: relative;
}

.header-right {
    top: 0;
    right: 0;
    width: auto;
}

.language-switcher {
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
}

.language-switcher li {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    background-color: #F8E8D5;
    border-radius: 24px;
    margin-right: 13px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}

.language-switcher li:last-child {
    margin-right: 0;
}

.language-switcher li:hover {
    background-color: #FEBE74;
}

.language-switcher li:hover a {
    color: #fff;
}

.language-switcher a {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #666666;
}

li.lang-en {
    float: left;
}

.language-chooser li.active {
    font-weight: 700;
}

.header-logo img {
    max-width: none;
    width: auto;
    height: 100%;
    max-height: 85px;
}

.header-logo-1 {
    margin-right: 11px;
}

.header-heading {
    margin-left: 10px;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.2;
}

.header-heading span {
    display: block;
}

.header-heading strong {
    font-size: 1.25em;
}

.header-bottom {
    height: 50px;
    border-top: 1px solid #DDDDDD;
}

.main-menu-container ul.menu {
    font-size: 0.1px;
    text-align: justify;
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
}

.en_US .main-menu-container ul.menu {
    font-size: 1.9em;
}

.en_US .main-menu-container {
    margin-top: 3px;
}

.en_US .main-menu-container ul.menu>li a {
    padding: 17px 0;
}

.main-menu-container ul.menu:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.main-menu-container ul.menu>li {
    display: inline-block;
    vertical-align: middle;
}

.main-menu-container ul.menu>li {
    padding: 17px 0;
    border-bottom: 4px solid transparent;
    font-size: 1em;
}

.main-menu-container ul.menu>li a {
    color: #222222;
    border-bottom: 3px solid transparent;
    padding: 17px 17px 14px 17px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}

.main-menu-container ul.menu>li a:hover {
    color: #FEBE74;
    border-color: #FEBE74;
}

.main-menu-container ul ul {
    display: none;
    background-color: #fff;
    color: #222222;
    left: 0;
    width: 298px;
    z-index: 10000;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 7px 0;
    border-radius: 15px;
    border: 2px solid #dcdcdc;
}

.main-menu-container ul ul:before {
    top: -16px;
    left: 36px;
    width: 27px;
    height: 16px;
    background-image: url(images/wellness/submenu-arrow.png);
    content: '';
}

.main-menu-container ul ul>li>a {
    color: #222222;
    text-decoration: none;
}

.main-menu-container ul ul>li {
    font-weight: 700;
}

.main-menu-container ul ul>li:hover>a {
    color: #FEBE74;
    text-decoration: underline;
}

.main-menu-container ul li:last-child ul ul {
    left: auto;
    right: 0;
}

.main-menu-container ul li:hover>ul {
    display: block;
}

.main-menu-container .menu>li>ul>li {
    width: 100%;
}

.main-menu-container .menu>li>ul>li>a {
    padding: 9px 25px;
}

.main-menu-container .menu>li:last-child>ul>li.menu-item-has-children>a {
    padding: 12px 25px;
}

.main-menu-container .menu>li>ul>li.menu-item-has-children>a:after {
    background-image: url("images/wellness/menu-arrow-sprite@2x.png");
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 4px 26px;
}

.main-menu-container .menu>li:last-child>ul>li.menu-item-has-children>a:after {
    left: 10px;
    right: auto;
    margin-top: 0;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.main-menu-container .menu>li>ul>li.menu-item-has-children:hover>a:after {
    background-position: 0 -20px;
}

.main-menu-container ul ul ul {
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu-container .menu>li:last-child ul ul {
    left: 100%;
}

.main-menu-container .menu>li:last-child ul li.menu-item-has-children:hover:after {
    left: auto;
    right: 100%;
}

.main-menu-container ul ul li:hover>ul {
    display: block;
}

.main-menu-container ul ul ul li {
    background-color: white;
    width: 100%;
    padding: 8px 15px;
    border-radius: 15px;
}

.main-menu-container ul ul>li>a {
    color: #222222;
    text-decoration: none;
}

.main-menu-container ul ul>li>a:hover {
    text-decoration: underline;
    color: #FEBE74;
}

.breadcrumbs {
    padding: 3em 0 7em;
}

.about .breadcrumbs {
    display: none;
}

.crumbs {
    text-align: left;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.2;
    color: #222222;
}

.crumbs a {
    color: #222222;
}

.crumbs li {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.crumbs li:last-child a {
    color: #FEBE74;
    cursor: unset;
}

.crumbs .current {
    margin-left: 5px;
    border-bottom: 1px solid #FEBE74;
}

.crumbs>span:first-child {
    display: none;
}

.main-menu-container .menu:after {
    display: none;
}


/* FOOTER */

#backtotop {
    display: inline-block;
    background-color: #FEBE74;
    background-size: 30%;
    background-image: url(images/wellness/backtotop@2x.png);
    width: 72px;
    height: 72px;
    text-align: center;
    position: fixed;
    bottom: 5%;
    right: 5%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: 1000;
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#backtotop.show {
    opacity: 1;
}

.footer {
    background-color: #F8E7D5;
    color: #fff;
    padding: 2.5em 0;
}

.copyright {
    width: 100%;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2;
    color: #222222;
}


/* Home */

.home-banner {
    width: 100%;
    padding-bottom: 36.4%;
}

.home-banner:before {
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
}

.home-banner-inner {
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1280px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.home-banner-inner h2 {
    font-size: 6em;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.hbi-buttons {
    bottom: 0;
    left: 50%;
    width: 90%;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10.9em 0 3.2em 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hbi-button {
    display: inline-block;
    width: 32%;
    background-color: #fff;
    font-size: 2em;
    text-align: left;
    border-radius: 8px;
    padding: 19px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
    background-image: url(images/wellness/arrow-right@2x.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right 19px center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hbi-button:hover {
    background-color: #FEBE74;
    color: #fff;
}

.hbi-button span {
    display: block;
}

.hbi-button {
    position: relative;
    padding: 32px 19px;
}

.hbi-button span {
    position: absolute;
    top: 50%;
    width: calc(100% - 73px);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flex {
    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;
}

.flex .flex-left,
.flex .flex-right {
    width: 48%;
}

.sec-padding {
    padding-top: 6.3em;
    padding-bottom: 3.1em;
}

.home-section-1 .wrapper {
    background-image: url(images/wellness/leaf-1@2x.png);
    background-size: 184px;
    background-repeat: no-repeat;
    background-position: left top;
}

.home-section-1 .text-block {
    margin-top: 4.4em;
}

.home-section-1 .flex-left,
.home-section-1 .flex-right {
    width: 47%;
}

.sec-heading {
    font-size: 4.8em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 39px;
}

.text-block p {
    font-size: 2.1em;
}

.text-block a {
    color: #63AACB;
}

.text-block a:hover {
    color: #9CCCE1;
}

.image-block {
    position: relative;
    width: 100%;
    /* padding-bottom: 100%;*/
    border-radius: 39px;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.image-block img {
    display: block;
    /*  position: absolute;
            top: 0;
            width: 100%;
            height: 100%;*/
    border-radius: 39px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.text-block .text-link {
    display: inline-block;
    background-image: url(images/wellness/arrow-right@2x.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-top: 1em;
    padding-right: 42px;
    color: #222222;
}

.text-block .text-link span {
    font-size: 2.4em;
    font-weight: 500;
    line-height: 2;
}

.hn-row {
    background-image: url(images/wellness/arrow-right@2x.png);
    background-position: right 14px center;
    background-size: 34px;
    padding: 14px;
    border-bottom: 1px solid #ebe7df;
    margin-bottom: 6em;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-trasition: .2s ease-in-out;
}

.hn-row:hover {
    background-color: #F8E8D5;
    color: #222222;
}

.hn-top {
    display: block;
    margin-bottom: 4em;
    width: calc(100% - 40px);
}

.hn-tab {
    display: inline-block;
    padding: 5px 19px;
    font-size: 2.4em;
    color: #fff;
    background-color: #FEBE74;
    text-align: center;
    border-radius: 20px;
    margin-right: 4%;
}

.hc-photo .hn-tab {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 2;
}

.hn-heading {
    display: inline-block;
    font-size: 3.2em;
    font-weight: 500;
    line-height: 1.2;
}

.hn-date {
    display: block;
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.2;
}

.hn-date:before {
    width: 23px;
    height: 23px;
    background-image: url(images/wellness/clock@2x.png);
    content: '';
}

.hn-date span {
    border-right: 2px solid #b8b6ae;
    padding: 0 15px;
}

.hn-date span:last-child {
    border: 0;
}

.flower-pattern {
    width: 121px;
    height: 98px;
    background-image: url(images/wellness/blue-flower.png);
    margin-top: 15em;
}

.news-slider-container {
    border-radius: 39px;
}

.news-slider-container .bx-viewport {
    border-radius: 39px;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.news-slider-container .bx-wrapper .bx-pager {
    position: relative;
    bottom: unset;
}

.bx-controls {
    position: relative;
    margin-top: 8.4em;
}

.bx-controls-direction {
    position: absolute;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    left: 50%;
    bottom: unset;
    width: calc(100% - 150px);
    margin: auto;
    background-color: #fce6d3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
}

.bx-wrapper .bx-pager.bx-default-pager>* {
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: auto;
    height: 8px;
    outline: 0;
    font: 0/0 a;
    color: transparent;
    margin: 0;
    background-color: #fce6d3;
    border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #f6d7bd;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #DD6A74;
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    width: 43px;
    height: 43px;
    margin: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}

.bx-wrapper .bx-controls-direction a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 43px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(images/wellness/arrow-left@2x.png);
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background-image: url(images/wellness/arrow-right@2x.png);
    float: right;
}

.home-section-3 {
    padding-bottom: 13em;
}

.home-section-3:before {
    top: 16%;
    left: 0;
    width: 10%;
    padding-bottom: 27.3%;
    background-image: url(images/wellness/pattern-1@2x.png);
    content: '';
    z-index: 1;
}

.home-section-3:after {
    top: 0;
    right: 0;
    width: 13.5%;
    padding-bottom: 31%;
    background-position: right center;
    background-image: url(images/wellness/pattern-2@2x.png);
    content: '';
    z-index: 1;
}

.testimonial-slider-container {
    position: relative;
    z-index: 2;
}

.testimonial-slider-container .bx-controls {
    width: 90%;
    max-width: 842px;
    margin: 5.6em auto;
}

.testimonial-slider {
    width: 100%;
    max-width: 1046px;
    margin: auto;
}

.testimonial-slide {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 1046px;
    padding-bottom: 40.6%;
}

.testimonial-slide .bx-wrapper .bx-viewport {
    margin: auto;
}

.testimonial-slide:after {
    left: -20px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: left center;
    content: '';
    z-index: 1;
}

.testimonial-slide:nth-child(3n+1):after {
    background-image: url(images/wellness/testimonial-bg-1.png);
}

.testimonial-slide:nth-child(3n+1) .ts-card {
    background-color: #7eb075;
}

.testimonial-slide:nth-child(3n+2):after {
    background-image: url(images/wellness/testimonial-bg-2.png);
}

.testimonial-slide:nth-child(3n+2) .ts-card {
    background-color: #9ccce1;
}

.testimonial-slide:nth-child(3n+3):after {
    background-image: url(images/wellness/testimonial-bg-3.png);
}

.testimonial-slide:nth-child(3n+3) .ts-card {
    background-color: #fabe75;
}

.ts-card {
    position: absolute;
    max-width: 842px;
    min-height: 367px;
    border-radius: 20px;
    padding: 2em 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 90%;
    margin: auto;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ts-inner {
    position: relative;
    top: 50%;
    left: 50%;
    width: 82%;
    text-align: left;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ts-inner p {
    font-size: 2.6em;
    padding-top: 2em;
}

.t-title {
    font-size: 2.6em;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 1em;
    padding-bottom: 2em;
}

.home-section-2 {
    padding-bottom: 24.3em;
}

.home-section-4 {
    background-color: #63AACB;
    color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 11em 0 7em 0;
}

.contact-rows {
    width: 100%;
    max-width: 1060px;
    overflow: hidden;
}

.contact-row {
    display: inline-block;
    width: 48.5%;
    border-top: 1px solid #fff;
    padding: 2em 0;
    margin-right: 3%;
    float: left;
}

.contact-row:nth-child(2n+2) {
    margin-right: 0;
}

.cr-icon {
    width: 63px;
    height: 63px;
    margin-right: 3%;
}

.cr-text {
    width: calc(100% - 85px);
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.2;
}

.cr-text a {
    color: #fff;
}

.icon-user {
    background-image: url(images/wellness/user@2x.png);
}

.icon-tel {
    background-image: url(images/wellness/tel@2x.png);
}

.icon-pin {
    background-image: url(images/wellness/pin@2x.png);
}

.icon-email {
    background-image: url(images/wellness/email@2x.png);
}

.page-top {
    width: 100%;
    padding-bottom: 15%;
    /* 31.8% */
    background-color: #89AF7B;
    background-image: url(images/wellness/page-top-pattern.png);
    background-size: 100%;
}

.page-top h1 {
    top: calc(50% - 10px);
    left: 50%;
    width: 90%;
    color: #fff;
    font-size: 6em;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.overlay:before {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    content: '';
}

.content-block {
    position: relative;
}

.pattern-1 .wrapper>.flex {
    margin-bottom: 13.7em;
}

.pattern-1:after {
    bottom: -7%;
    width: 10.4%;
    padding-bottom: 15%;
    background-image: url(images/wellness/leaf-2@2x.png);
    content: '';
}

.pattern-2 {
    padding-bottom: 17em;
}

.pattern-2:after {
    right: 0;
    bottom: 0;
    width: 20%;
    padding-bottom: 29.4%;
    background-image: url(images/wellness/pattern-3@2x.png);
    content: '';
}

.pattern-3:after {
    left: 0;
    bottom: 0;
    width: 219px;
    height: 239px;
    background-image: url(images/wellness/pattern-4@2x.png);
    content: '';
}

.schedule-table {
    width: 100%;
    max-width: 808px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 2%;
}

.schedule-table table {
    margin-bottom: 0;
}

.schedule-table th,
.schedule-table td,
.schedule-table tr {
    border: 0;
}

.schedule-table th {
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
    padding-bottom: 2%;
}

.schedule-table td {
    padding-top: 2%;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: top;
}

.schedule-table td:first-child:before {
    width: 12px;
    height: 12px;
    background-color: #FEBE74;
    padding: 0;
    margin-right: 4%;
    border-radius: 12px;
    content: '';
}

.full-btn {
    width: 100%;
}

.primary-btn {
    display: inline-block;
    background-color: #FEBE74;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 3em;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}

.primary-btn:hover {
    background-color: #e37c00;
    color: #fff;
}

.btn-inner {
    margin: auto;
}

.btn-inner span:last-child {
    font-size: 3.6em;
    font-weight: 600;
    line-height: 1.5;
    background-image: url(images/wellness/arrow-right@2x.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding-right: 50px;
}

.icon-instagram {
    width: 51px;
    height: 51px;
    background-image: url(images/wellness/instagram.png);
    margin-right: 2%;
}

.album-slider-container {
    position: relative;
    width: 100%;
    max-width: 865px;
    margin: auto;
}

.album-slider {
    width: 100%;
    padding-bottom: 75%;
}

.album-slider .album-slide {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}

.album-slider .album-slide img {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 20px;*/
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.album-slider .bx-controls {
    margin-top: 5.5em;
}

.bx-controls-direction {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.news-slider-container .bx-controls-direction,
.testimonial-slider-container .bx-controls-direction {
    width: calc(100% - 35px);
    left: unset;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.news-slider-container .bx-wrapper .bx-pager.bx-default-pager,
.testimonial-slider-container .bx-wrapper .bx-pager.bx-default-pager {
    left: 94px;
    width: calc(100% - 150px);
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
}

.highlight-section {
    background-color: #fff;
    padding: 7.5em 0;
    margin-top: 8.7em;
}

.hc-content {
    display: block;
    padding: 4.5% 4%;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}

.hc-content span {
    font-size: 1em;
}

.hc-content h3 {
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.5;
}

.hc-content .hn-date {
    font-size: 1.8em;
    margin-top: 1em;
}

.grid-1-4>.grid-col.highlight-col {
    margin-bottom: 0;
}

.highlight-col {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
}

.highlight-col .hc-heading {
    background-color: #F8F1E4;
}

.highlight-col .hc-heading h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.5;
}

.highlight-col:hover .hc-content {
    background-color: #FEBE74;
    color: #fff;
}

.highlight-col:hover img {
    -webkit-transform: perspective(1000px) scale(1.1, 1.1);
    transform: perspective(1000px) scale(1.1, 1.1);
    -webkit-transform-style: flat;
    transform-style: flat;
}

.hc-photo {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 67%;
    border-radius: 20px 20px 0 0;
}

.photo {
    overflow: hidden;
}

.photo img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    border-radius: 20px 20px 0 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
    -webkit-transform: perspective(1000px) scale(1.1, 1.1);
    transform: perspective(1000px) scale(1.1, 1.1);
    -webkit-transform-style: flat;
    transform-style: flat;
}

.event-details {
    background-color: #f8e8d5;
    padding: 2% 3%;
    border-radius: 20px;
    margin-top: 2em;
}

.event-details p {
    margin-bottom: 5px;
}

.ed-title {
    display: inline-block;
    font-weight: 700;
    width: 120px;
}

.remarks {
    font-style: italic;
    margin-top: 2em;
    color: #ee6171;
}

.news-block {
    padding-bottom: 6.3em;
}

.news-block .flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.highlights .content-block {
    background-image: url(images/wellness/pattern-5.png);
    background-position: center top;
}

.gallery-block {
    padding-top: 17em;
}

.gallery-block .wrapper {
    position: relative;
}

.gallery-block .wrapper:after {
    right: -4%;
    bottom: 0;
    width: 230px;
    height: 121px;
    background-image: url(images/wellness/leaf-3@2x.png);
    content: '';
}

.custom-pager-text {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 2.1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* Mobile css */

@media screen and (max-width: 1280px) {
    body {
        font-size: 45%;
    }
    .hbi-button {
        background-size: 27px;
    }
    .home-section-1 .wrapper {
        background-position: center top;
    }
    .hn-heading {
        font-size: 2.8em;
    }
    .hn-top {
        margin-bottom: 1em;
    }
    .hn-heading {
        margin: 1em 0;
    }
    .hn-date span {
        padding: 0 8px;
    }
    .hn-date:before {
        width: 19px;
        height: 19px;
    }
    .hn-row {
        background-size: 28px;
    }
    .hn-tab {
        margin-right: 2%;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 36px;
        height: 36px;
    }
    .home-section-1 .wrapper {
        background-size: 157px;
    }
    .hn-top {
        width: calc(100% - 31px);
    }
    .flower-pattern {
        width: 100px;
        height: 81px;
    }
    .testimonial-slide:after {
        background-size: 100% 100%;
    }
    .cr-icon {
        width: 52px;
        height: 52px;
    }
    .home-section-4 {
        border-radius: 30px 30px 0 0;
    }
    .gallery-block .wrapper:after {
        width: 191px;
        height: 100px;
    }
    .en_US .main-menu-container ul.menu {
        font-size: 1.7em;
    }
    .en_US .main-menu-container ul.menu>li a {
        padding: 21px 0;
    }
    .hbi-button {
        padding: 28px 19px;
    }
}


/* 1280 */

@media screen and (max-width: 1140px) {
    .testimonial-slide {
        padding-bottom: 0;
    }
    .testimonial-slide:after {
        left: -20px;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .ts-card {
        position: relative;
        top: unset;
        left: unset;
        width: 85%;
        min-height: unset;
        transform: unset;
    }
    .ts-inner {
        position: relative;
        top: unset;
        left: unset;
        width: 90%;
        margin: auto;
        padding: 7em 0;
        -webkit-transform: unset;
        transform: unset;
    }
    .t-title {
        padding-bottom: 0;
    }
    .ts-inner p {
        padding-top: 0;
    }
    .cr-text {
        width: calc(100% - 68px);
        font-size: 2.2em;
    }
}


/* 1140 */

@media screen and (max-width: 1024px) {
    .main-menu-mask,
    .main-menu-button,
    .main-menu-top {
        display: block;
    }
    .header {
        position: fixed;
        width: 100%;
        padding: 10px 20px;
        z-index: 99;
    }
    .main {
        padding-top: 48px;
    }
    .header-top .wrapper {
        width: 100%;
    }
    .language-switcher-desktop {
        display: none;
    }
    .header-logo-1 {
        margin-right: 8px;
    }
    .header-logo img {
        max-height: 60px;
    }
    .header-heading {
        font-size: 2em;
    }
    .header-top {
        padding: 0;
    }
    .header-bottom {
        height: auto;
        border-top: 0;
    }
    .header-right {
        top: 50%;
        right: 0;
        width: auto;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 102;
    }
    .main-menu-button-inner {
        width: 29px;
        height: 22px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .main-menu-button-inner span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #DD6A74;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .main-menu-corner {
        width: 100%;
        padding: 0 20px;
    }
    .main-menu-container {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 100%;
        max-width: 300px;
        min-width: 300px;
        height: 100vh;
        margin-top: 0;
        margin-right: 0;
        padding-top: 55px;
        background-color: #f8f1e4;
        box-shadow: 0 0 5px #b0b0b0;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow-y: auto;
        z-index: 101;
    }
    .main-menu-button-inner span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .main-menu-button-inner span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .main-menu-button-inner span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
    .menu-open .main-menu-container {
        right: 0;
        overflow-y: scroll;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
        overflow: scroll;
    }
    .menu-open .main-menu-button-inner span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }
    .menu-open .main-menu-button-inner span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-open .main-menu-button-inner span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 8px;
    }
    .main-menu-top {
        margin-bottom: 2em;
    }
    .main-menu-container ul.menu>li {
        display: block;
        vertical-align: middle;
        padding: 0;
    }
    .en_US .main-menu-container ul.menu>li a,
    .main-menu-container ul.menu>li a {
        display: block;
        padding: 17px 20px 14px 20px;
    }
    .en_US .main-menu-container ul.menu {
        font-size: 2em;
    }
    .home-banner-inner h2 {
        font-size: 5em;
    }
    .home-banner {
        padding-bottom: 350px;
    }
    .home-banner-inner {
        top: 40%;
    }
    .home-section-3:before {
        width: 96px;
        padding-bottom: 262px;
    }
    .home-section-3:after {
        width: 140px;
        padding-bottom: 323px;
    }
    .page-top {
        padding-bottom: 25%;
    }
    .header-wrapper {
        width: 100%;
    }
    .main-menu-container ul.menu>li a:active,
    .main-menu-container ul.menu>li a:focus {
        color: #FEBE74;
        border-color: #FEBE74;
    }
    .hbi-button {
        padding: 28px 12px;
        background-position: right 12px center;
    }
    .hbi-button span {
        width: calc(100% - 56px);
        padding-right: 0;
    }
}


/* 1024 */

@media screen and (max-width: 960px) {}


/* 960 */

@media screen and (max-width: 780px) {
    .header-logo img {
        max-height: 45px;
    }
    .header-heading {
        font-size: 1.8em;
    }
    .home-banner-inner {
        top: 30%;
    }
    .home-banner-inner h2 {
        font-size: 4em;
        line-height: 1.2;
    }
    .flex {
        flex-wrap: wrap;
    }
    .flex-left,
    .flex-right,
    .home-section-1 .flex-left,
    .home-section-1 .flex-right,
    .flex .flex-left,
    .flex .flex-right {
        width: 100%;
    }
    .home-section-1 .flex-right,
    .news-slider-container .bx-viewport,
    .home-news-slider,
    .hn-slide {
        max-width: 500px;
        margin: auto;
    }
    .home-section-1 .wrapper {
        background-position: right top;
    }
    .flex-left .text-block {
        margin-bottom: 4em;
    }
    .news-slider-container {
        margin-bottom: 6em;
    }
    .home-section-2 {
        padding-bottom: 0;
    }
    .flower-pattern {
        margin-top: 0;
    }
    .ts-inner {
        padding: 3em 0;
    }
    .ts-inner p,
    .t-title {
        font-size: 2.4em;
    }
    .testimonial-slide:after {
        left: -14px;
    }
    .contact-row {
        display: inline-block;
        width: 100%;
        margin-right: 0;
    }
    .cr-icon {
        margin-right: 10px;
    }
    .grid-1-3>.grid-col,
    .grid-1-4>.grid-col {
        width: 49%;
        margin-right: 2%;
    }
    .grid-1-3>.grid-col:nth-child(3n+1),
    .grid-1-3>.grid-col:nth-child(3n+3) {
        clear: unset;
        margin-right: 2%;
    }
    .grid-1-3>.grid-col:nth-child(2n+1),
    .grid-1-4>.grid-col:nth-child(2n+1) {
        clear: both;
    }
    .grid-1-3>.grid-col:nth-child(2n+2),
    .grid-1-4>.grid-col:nth-child(2n+2) {
        margin-right: 0;
    }
    .page-top h1 {
        top: 44%;
        font-size: 4.5em;
    }
    .schedule-table {
        font-size: 90%;
    }
    .schedule-table td:first-child:before {
        width: 10px;
        height: 10px;
    }
    .btn-inner span:last-child {
        font-size: 3em;
    }
    .icon-instagram {
        width: 32px;
        height: 32px;
    }
    .primary-btn {
        padding: 2em;
    }
    .grid-1-4>.grid-col.highlight-col {
        margin-bottom: 2%;
    }
    .hn-tab {
        font-size: 2em;
    }
    .single-wellness_news .image-block {
        margin-bottom: 4em;
    }
    .pattern-1 .wrapper>.flex,
    .pattern-2,
    .gallery-block {
        padding-bottom: 5em;
        margin-bottom: 0;
    }
    .pattern-2:after {
        right: 0;
        top: 27%;
        bottom: unset;
        width: 143px;
        padding-bottom: 211px;
        z-index: -1;
    }
    .gallery-block {
        padding-top: 2em;
    }
    .home-banner-inner {
        top: 25%;
    }
    .hbi-buttons {
        flex-wrap: wrap;
        margin: 0;
    }
    .hbi-button {
        width: 100%;
        max-width: 390px;
        margin: 0 auto 10px;
    }
    .hbi-button:last-child {
        margin-bottom: 20px;
    }
}


/* 780 */

@media screen and (max-width: 500px) {
    .header-heading {
        display: none;
    }
    .header-logo img {
        max-height: 40px;
    }
    .hn-heading {
        font-size: 2.4em;
    }
    .hn-tab {
        font-size: 2.2em;
    }
    .hn-date {
        font-size: 1.8em;
    }
    .hn-date:before {
        width: 17px;
        height: 17px;
    }
    .hn-date span {
        padding: 0 6px;
    }
    .home-section-4 {
        padding: 5em 0;
    }
    .sec-heading {
        margin-bottom: 24px;
    }
    .page-top {
        padding-bottom: 40%;
    }
    .page-top h1 {
        font-size: 3.5em;
    }
}


/* 500 */

@media screen and (max-width: 450px) {
    .ts-inner {
        padding: 1em 0;
    }
    .testimonial-slide:after {
        left: -8px;
    }
    .cr-icon {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    .cr-text {
        width: calc(100% - 50px);
        font-size: 2em;
    }
    .grid-1-3>.grid-col,
    .grid-1-4>.grid-col {
        width: 100%;
        margin-right: 0;
    }
    .btn-inner span:last-child {
        font-size: 2.2em;
        background-size: 23px;
        padding-right: 32px;
    }
    .icon-instagram {
        width: 24px;
        height: 24px;
    }
}


/* 450 */


/*# sourceMappingURL=style.css.map */