@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    min-width: 320px !important;
    margin: auto;
    position: relative;
}
/* span {
    display: inline-block;
}
img {
    max-width: 100%;
    display: inline-block;
}
.sec-content--0 {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 50;
}
.sec-content--1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
} */
.mb-menu-open {
    overflow: hidden;
}
body {
    /*max-width: 1920px !important;*/
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    color: #1a1a1a;
    width: 100%;
    font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
}
.body.hasPopup {
    overflow-y: hidden;
}
.margin-sec {
    margin: 24px;
    padding-left: 4%;
    padding-right: 4%;
}
.padding-sec {
    padding: 88px 4%;
}
@media screen and (max-width: 767px) {
    .margin-sec {
        margin: 12px;
    }
    .padding-sec {
        padding: 58px 4%;
    }
}
@media screen and (max-width: 479px) {
    .padding-sec {
        padding: 38px 4%;
    }
}
.care-confirm-btn {
    display: none;
}
span {
    display: inline-block;
}
img {
    max-width: 100%;
    display: inline-block;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000;
    text-decoration: none;
}
sup {
    font-size: 60%;
}
button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.a11y-hidden {
    background-color: #fff !important;
    color: #000 !important;
    display: inline-block !important;
    height: 1px !important;
    left: -300000px !important;
    position: absolute !important;
    width: 1px !important;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper._s {
    max-width: 640px;
}
.wrapper._m {
    max-width: 991px;
}
.wrapper._l {
    max-width: 1300px;
}
.cust-tab__item {
    display: none;
}
.cust-tab__item.init {
    display: block;
}
.cust-select {
    position: relative;
}
.cust-select select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    z-index: 2;
    opacity: 0;
}
.cust-select__mask {
    position: relative;
    display: block;
    padding-right: 1.5em;
    line-height: 1.4;
    font-size: inherit;
}
.cust-select__mask:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.4em);
    right: 0;
    width: 0.5em;
    height: 0.5em;
    border-right: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
    transform: rotate(45deg);
}
.fixed-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: url(/images/whatsapp.png) center / contain no-repeat;
    z-index: 20;
}
/* Font START */
.title-44 {
    font-size: 44px;
}
.title-38 {
    font-size: 38px;
}
.title-32 {
    font-size: 32px;
}
.title-28 {
    font-size: 28px;
}
.title-26 {
    font-size: 26px;
}
.title-24 {
    font-size: 24px;
}
.title-22 {
    font-size: 22px;
}
.title-20 {
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .title-44 {
        font-size: 40px;
    }
    .title-38 {
        font-size: 34px;
    }
    .title-32 {
        font-size: 30px;
    }
    .title-28 {
        font-size: 26px;
    }
    .title-26 {
        font-size: 24px;
    }
    .title-24 {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .title-44 {
        font-size: 36px;
    }
    .title-38 {
        font-size: 30px;
    }
    .title-32 {
        font-size: 28px;
    }
    .title-28 {
        font-size: 24px;
    }
    .title-26 {
        font-size: 22px;
    }
    .title-24 {
        font-size: 20px;
    }
    .title-22 {
        font-size: 20px;
    }
    .title-20 {
        font-size: 18px;
    }
}
@media screen and (max-width: 479px) {
    .title-44 {
        font-size: 32px;
    }
    .title-38 {
        font-size: 26px;
    }
    .title-32 {
        font-size: 24px;
    }
    .title-28 {
        font-size: 22px;
    }
    .title-26 {
        font-size: 20px;
    }
    .title-24 {
        font-size: 18px;
    }
    .title-22 {
        font-size: 18px;
    }
    .title-20 {
        font-size: 16px;
    }
}
@media screen and (max-width: 375px) {
    .title-44 {
        font-size: 28px;
    }
    .title-38 {
        font-size: 24px;
    }
    .title-32 {
        font-size: 22px;
    }
}
.fw-light {
    font-weight: lighter;
}
.fw-normal {
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
}
/* Font END */
/* Header START */
.header {
    position: relative;
    background-color: #fff;
    font-weight: normal;
    font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
    z-index: 200;
}
.header__row._top {
    position: relative;
    border-bottom: 1px rgba(112, 112, 112, 0.2) solid;
    z-index: 201;
}
.hide-nav-other .header__row._bottom {
    display: none !important;
}
@media screen and (min-width: 1280px) {
    .sticky .header__row._bottom {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
        z-index: 200;
    }
}
.header__container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 0 24px;
    margin: 0 auto;
}
.header__logo {
    display: flex;
    align-items: center;
    width: 200px;
    height: 60px;
    padding: 22px 0;
}
@media screen and (min-width: 1280px) {
    .exilis .header__logo {
        padding: 12px 0;
    }
}
.header__btl-logo {
    height: 34px;
    max-height: 100%;
}
.header__type-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}
.header__menu {
    display: flex;
    align-items: center;
}
.header__menu-item {
    display: flex;
    align-items: center;
    margin-right: 34px;
    font-size: 14px;
    text-transform: uppercase;
    color: #989898;
    transition: 0.3s color ease;
}
.header__menu-item.current,
.header__menu-item:hover {
    color: #00588d;
}
.header__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px rgba(112, 112, 112, 0.2) solid;
    background-color: #fff;
}
.header__submenu-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    padding: 14px 24px 24px;
    margin: 0 auto;
}
.header__submenu-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header__submenu-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00588d;
    opacity: 0;
    transition: 0.3s opacity ease;
}
.header__submenu-item:hover:after {
    opacity: 1;
}
.header__submenu-item:first-child {
    margin-left: 200px;
}
.header__submenu-img {
    width: 70px;
    margin-right: 10px;
}
.header__submenu-logo {
    display: block;
    width: auto;
    height: 42px;
    margin: 0 auto 14px;
}
.header__submenu-logo:last-child {
    margin-bottom: 0;
}
.header__submenu-label {
    font-size: 12px;
    opacity: 0.5;
}
.header__submenu-right {
    text-align: center;
}
.header__btn-container {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header__btn {
    padding: 8px 24px;
    border-radius: 50px;
    margin-right: 12px;
    font-size: 14px;
    color: #00588d;
    background-color: #dceef5;
    transition: 0.3s color ease, 0.3s background-color ease;
}
.header__btn:last-child {
    margin-right: 0;
}
.header__btn:hover {
    color: #dceef5;
    background-color: #00588d;
}
.header__icon-btn {
    position: relative;
    display: none;
    width: 34px;
    height: 34px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px #dceef5 solid;
}
.header__icon-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 4px);
    height: 8px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    animation: headIconBefore 2s ease 0s infinite;
}
@keyframes headIconBefore {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    50%,
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.header__icon-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/search.png) center / 50% no-repeat;
}
.header__icon-btn:last-child {
    margin-right: 0;
}
.mb-header {
    display: none;
}
.mb-subheader {
    position: relative;
    display: none;
    background: #fff;
    overflow: hidden;
}
.mb-subheader:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-image: linear-gradient(to right, transparent, #fff);
}
.mb-subheader__container {
    display: flex;
    padding: 0 24px;
    overflow: auto;
}
.mb-subheader__item {
    flex-shrink: 0;
    padding: 10px 4px;
    padding-left: 0;
    margin-right: 12px;
    font-weight: normal;
}
.mb-subheader__item.current {
    color: #00588d;
}
.mb-subheader__item span {
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}
.mb-subheader__item.current span {
    border-bottom-color: #00588d;
}
@media screen and (max-width: 1279px) {
    .mb-header {
        position: sticky;
        top: 0;
        display: flex;
        background-color: #fff;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
        z-index: 20;
    }
    .mb-menu-open .mb-header {
        box-shadow: none;
    }
    .mb-header__container {
        display: flex;
        width: 100%;
        padding: 10px 24px;
    }
    .mb-header__menu-toggle-btn {
        position: relative;
        display: flex;
        align-items: center;
        width: 34px;
        height: 34px;
        margin-right: 18px;
    }
    .mb-header__menu-toggle-btn span {
        width: 100%;
        height: 2px;
        background-color: #0096d9;
        transition: 0.3s transform ease;
    }
    .mb-header__menu-toggle-btn:before,
    .mb-header__menu-toggle-btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0096d9;
        transition: 0.3s all ease;
    }
    .mb-header__menu-toggle-btn:after {
        top: auto;
        bottom: calc(50% - 10px);
        width: 60%;
    }
    .mb-header__menu-toggle-btn.active span {
        transform: scale(0);
    }
    .mb-header__menu-toggle-btn.active:before {
        top: calc(50% - 1px);
        transform: rotate(45deg);
    }
    .mb-header__menu-toggle-btn.active:after {
        bottom: calc(50% - 1px);
        width: 100%;
        transform: rotate(-45deg);
    }
    .mb-header__logo {
        margin-right: auto;
        font-size: 0;
    }
    .mb-header__logo img {
        display: block;
    }
    .mb-subheader {
        display: flex;
    }
    .header {
        position: fixed;
        left: 0;
        bottom: 0;
        display: none;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .header__row._top .header__logo {
        display: none;
    }
    .header__row {
        padding: 24px 0;
    }
    .header__container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header__menu {
        width: 100%;
        flex-flow: column;
        align-items: center;
    }
    .header__menu-item {
        margin: 12px 0;
        font-size: 20px;
    }
    .header__submenu {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
    }
    .header__submenu-container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .header__submenu-item {
        margin: 12px 24px;
    }
    .header__submenu-item:first-child {
        margin-left: 24px;
    }
    .header__logo {
        padding: 0;
        width: auto;
        height: 30px;
        margin: 12px auto;
    }
    .header__type-logo {
        object-position: center;
    }
    .header__btn-container {
        margin: 28px 0 0;
        padding-bottom: 58px;
    }
}
@media screen and (max-width: 767px) {
    .header__logo {
        height: 24px;
    }
}
@media screen and (max-width: 479px) {
    .mb-header .header__btn._clinic {
        display: none;
    }
    .mb-header .header__icon-btn {
        display: block;
    }
    .header__btn {
        padding: 7px 16px;
    }
    .header__submenu-container {
        display: inline-flex;
        flex-flow: column;
        align-items: stretch;
        width: auto;
    }
    .header__submenu-right {
        margin: 0 auto;
    }
}
/* Header END */
/* Footer START */
.footer {
    padding: 60px 4%;
    font-size: 14px;
    line-height: 1.5;
    color: #404040;
    background-color: #fff;
    font-weight: normal;
    font-family: "Noto Sans TC", Microsoft JhengHei, sans-serif;
}
.footer .content-holder {
    max-width: 1200px;
    margin: 0 auto;
}
.footer__top {
    display: flex;
    justify-content: space-between;
}
.footer__btl-logo {
    display: block;
    width: 150px;
    margin-bottom: 38px;
}
.footer__contact-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #00588d;
}
.footer__top-left {
    flex-shrink: 0;
    margin-right: 58px;
}
.footer__top-left a:hover {
    text-decoration: underline;
}
.footer__top-left p {
    padding: 0;
    margin-bottom: 14px;
    line-height: 1.5;
}
.footer__top-left p:last-child {
    margin-bottom: 0px;
}
.footer__prod-row {
    display: flex;
    align-items: flex-start;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    margin-bottom: 28px;
}
.footer__prod-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.footer__prod-title {
    flex-shrink: 0;
    width: 160px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.footer__prod-link img {
    display: block;
    height: 50px;
}
.footer__prod-grp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 38px;
}
.footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
}
.footer__region {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #f5f5f5;
    border-radius: 50px;
}
.footer__region-txt {
    margin: 0;
    padding: 0 1em 0 1.5em;
    background: url(/images/footer/icon-world.svg) left center / 1em no-repeat;
}
.footer__copy {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 12px;
}
.footer__copy-txt {
    padding-top: 0;
    padding-right: 24px;
    border-right: 1px rgba(0, 0, 0, 0.2) solid;
    margin-right: 24px;
}
.footer__links {
    display: flex;
    flex-wrap: wrap;
}
.footer__link {
    padding-right: 24px;
    border-right: 1px rgba(0, 0, 0, 0.2) solid;
    margin-right: 24px;
    color: #404040;
}
.footer__link:last-child {
    border-right: 0;
}
.footer__link:hover {
    text-decoration: underline;
}
.footer__bottom-right {
    display: flex;
    align-items: center;
}
.footer__social-link {
    margin-right: 16px;
}
.footer__social-link:last-child {
    margin-right: 0;
}
.footer__social-link img {
    display: block;
    width: 30px;
}
@media screen and (max-width: 991px) {
    .footer__top {
        flex-flow: column;
    }
    .footer__top-left {
        margin-right: 0;
        margin-bottom: 34px;
    }
    .footer__btl-logo {
        width: 110px;
        margin-bottom: 18px;
    }
    .footer__bottom {
        flex-flow: column-reverse;
        margin-top: 58px;
    }
    .footer__bottom-right {
        margin-bottom: 12px;
    }
    .footer__copy {
        flex-flow: column-reverse;
    }
    .footer__links {
        margin: 6px 0;
    }
    .footer__link {
        padding-right: 12px;
        margin-right: 12px;
    }
    .footer__copy-txt {
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .footer__prod-row {
        flex-wrap: wrap;
        padding-bottom: 24px;
    }
    .footer__prod-title {
        width: 100%;
        margin-bottom: 12px;
    }
    /* .footer__prod-link {
        margin-bottom: 12px;
    } */
    .footer__prod-link img {
        height: 38px;
    }
}
@media screen and (max-width: 479px) {
    .footer__top-left {
        margin-bottom: 0;
    }
    .footer__top-right {
        display: none;
    }
}
@media screen and (max-width: 374px) {
    .footer__region-txt {
        padding-right: 0.5em;
    }
}
/* Footer END */
.frame {
    padding-right: 12px;
    cursor: default !important;
}
.nicescroll-cursors,
.nicescroll-rails {
    z-index: 50 !important;
}
.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
}
.btn.loading {
    background-color: #ccc !important;
    color: transparent !important;
    background-image: url(../images/loading.gif) !important;
    background-size: 24px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    pointer-events: none !important;
}
span.cross,
span.tick {
    width: 0.9em;
    height: 1em;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
}
span.cross.cross:after,
span.cross.cross:before,
span.tick.cross:after,
span.tick.cross:before {
    content: "";
    width: 1.2em;
    height: 0.14em;
    background-color: #000;
    display: inline-block;
    transform-origin: left center;
    position: absolute;
    left: 0;
}
span.cross.cross:before,
span.tick.cross:before {
    top: 0;
    transform: rotate(45deg);
}
span.cross.cross:after,
span.tick.cross:after {
    bottom: 0;
    transform: rotate(-45deg);
}
span.cross.tick:after,
span.cross.tick:before,
span.tick.tick:after,
span.tick.tick:before {
    content: "";
    width: 1.2em;
    height: 0.14em;
    background-color: #000;
    display: inline-block;
    transform-origin: left center;
    position: absolute;
    left: 0;
}
.highlight span.cross.tick:after,
.highlight span.cross.tick:before,
.highlight span.tick.tick:after,
.highlight span.tick.tick:before {
    background-color: #0096d9;
}
span.cross.tick:before,
span.tick.tick:before {
    top: 0.4em;
    transform: rotate(50deg);
    width: 0.6em;
}
span.cross.tick:after,
span.tick.tick:after {
    bottom: 0;
    left: 0.38em;
    transform: rotate(-60deg);
}
.sec-content {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}
.sec-content__title {
    margin-bottom: 6px;
    font-size: 30px;
    text-align: center;
    padding: 0 4%;
    color: #444;
    letter-spacing: 0.2em;
}
.sec-content__title .blue {
    color: #0096d9;
    font-weight: bold;
}
.sec-content__title .title-en {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transform: scaleX(1.1);
}
.sec-content.sec-content--0 {
    position: fixed;
    width: 250px;
    height: 100vh;
    max-height: 1080px;
    min-height: 800px;
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: 135%;
    top: 0;
    left: calc(50% - 125px);
    z-index: 100;
    pointer-events: none;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--0 {
        left: 0;
        top: initial !important;
        position: absolute !important;
        background-position: center !important;
        height: 76vw;
        min-height: initial;
        width: 100%;
        pointer-events: initial;
        background-size: 30%;
    }
}
.sec-content.sec-content--1 {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    min-height: 800px;
    overflow: hidden;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--1 {
        min-height: 120vw;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 {
        max-height: 100vh;
    }
}
.sec-content.sec-content--1 .sec-content__left,
.sec-content.sec-content--1 .sec-content__right {
    display: inline-block;
    vertical-align: bottom;
}
.sec-content.sec-content--1 .sec-content__left {
    width: 40%;
    text-align: left;
    padding-left: 8%;
}
@media screen and (min-width: 1600px) {
    .sec-content.sec-content--1 .sec-content__left {
        /*padding-left: 10%;*/
        padding-left: 15%;
    }
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--1 .sec-content__left {
        padding-left: 4%;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__left {
        padding-left: 40px;
        padding-right: 2%;
        width: 100%;
        height: 80%;
        margin-top: 20%;
    }
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--1 .sec-content__left {
        padding-left: 4%;
        padding-right: 4%;
        height: 78%;
        margin-top: 28%;
        z-index: 50;
        position: relative;
    }
}
.sec-content.sec-content--1 .sec-content__left .sec-content__title {
    margin-bottom: 20px;
    padding: 0;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__left .sec-content__title {
        display: block;
        height: 90px;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--1 .sec-content__left .sec-content__title {
        height: auto;
        width: 80%;
    }
}
.sec-content.sec-content--1 .sec-content__left .sec-content__subtitle {
    padding-bottom: 12px;
    display: block;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__left .sec-content__subtitle {
        display: block;
        max-width: 70%;
    }
    .sec-content.sec-content--1 .sec-content__left .sec-content__subtitle.full {
        max-width: 100%;
    }
}
.sec-content.sec-content--1 .sec-content__left .title-holder {
    height: 335px;
    position: relative;
    /*left: 40px;*/
    left: 10vw;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--1 .sec-content__left .title-holder {
        height: 34%;
        left: 0vw;
    }
}
.sec-content.sec-content--1 .sec-content__left .video-holder {
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__left .video-holder {
        position: absolute;
        bottom: 80px;
        z-index: 500;
        width: 40%;
    }
}
.sec-content.sec-content--1 .sec-content__left .tag-holder {
    font-size: 15px;
    margin: 60px 0;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__left .tag-holder {
        position: absolute;
        bottom: 0;
        z-index: 500;
        left: 4%;
        margin: 15px 0;
    }
}
.sec-content.sec-content--1 .sec-content__left .tag-holder .slide-btn {
    display: inline-block;
    padding: 5px 0;
    margin: 5px 10px;
    cursor: pointer;
    color: #0099da;
    border-bottom: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.sec-content.sec-content--1 .sec-content__left .tag-holder .slide-btn.active {
    font-weight: bold;
    border-bottom: 2px solid #0099da;
    opacity: 1;
}
.sec-content.sec-content--1 .sec-content__right {
    width: 60%;
    height: 100%;
    position: relative;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__right {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
    }
}
.sec-content.sec-content--1 .sec-content__right img {
    position: absolute;
}
.sec-content.sec-content--1 .sec-content__sroll-down {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 50;
    cursor: pointer;
    padding-bottom: 145px;
    bottom: 0;
    background-image: url(../images/emsculpt/sec1-scroll-down.png);
    background-position: center 55px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--1 .sec-content__sroll-down {
        padding-bottom: 45px;
    }
}
@media screen and (max-height: 900px) {
    .sec-content.sec-content--1 .sec-content__sroll-down {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--1 .sec-content__sroll-down {
        padding-bottom: 30px;
    }
}
.sec-content.sec-content--1 .sec-content__sroll-down:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    border: 1px solid #fff;
    margin: 18px auto 0;
    border-radius: 35px;
    transition: all 0.3s ease;
    transform-origin: center;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--1 .sec-content__sroll-down:after {
        margin: 8px auto 0;
    }
}
.sec-content.sec-content--1 .sec-content__sroll-down:hover:after {
    transform: scale(1.2);
}
.sec-content.sec-content--2 {
    padding: 0 2%;
    height: 100vh;
    max-height: 1080px;
    min-height: 800px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 {
        padding-top: 76vw;
        position: relative;
        height: auto;
        max-height: initial;
        min-height: initial;
    }
}
.sec-content.sec-content--2 .sec-content__left,
.sec-content.sec-content--2 .sec-content__center,
.sec-content.sec-content--2 .sec-content__right {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    max-width: 500px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__left,
    .sec-content.sec-content--2 .sec-content__center,
    .sec-content.sec-content--2 .sec-content__right {
        padding: 0;
    }
}
.sec-content.sec-content--2 .sec-content__left {
    text-align: left;
    padding: 0 0 0 4%;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--2 .sec-content__left {
        padding: 0;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__left {
        padding: 0;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
.sec-content.sec-content--2 .sec-content__left .sec-content__title {
    margin: 8px 0;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__left .sec-content__title {
        height: 30px;
        display: block;
        margin: 8px auto;
    }
}
.sec-content.sec-content--2 .sec-content__center {
    width: 50%;
    margin: 0px -8%;
    max-width: 32%;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--2 .sec-content__center {
        margin: 0px -8%;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__center {
        margin: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: calc(76vw - 45px);
        text-align: center;
        max-width: 100%;
        overflow: hidden;
    }
}
.sec-content.sec-content--2 .sec-content__center img {
    display: block;
    margin: 6px auto 12px;
}
.sec-content.sec-content--2 .sec-content__center .circle {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--2 .sec-content__center .circle {
        top: 50%;
        position: absolute;
    }
}
.sec-content.sec-content--2 .sec-content__center .circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--2 .sec-content__center .circle img {
        width: 56%;
    }
}
.sec-content.sec-content--2 .sec-content__center .sec-content__sroll-down {
    position: relative;
    margin: auto;
    width: 2px;
    height: 50vh;
    max-height: 40vw;
    z-index: -5;
    max-height: 540px;
}
.sec-content.sec-content--2 .sec-content__right {
    text-align: center;
    position: relative;
    z-index: 5;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__right {
        padding: 0;
        width: 100%;
        margin: 40px auto;
        display: block;
    }
}
.sec-content.sec-content--2 .sec-content__right .desc {
    color: #0096d9;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--2 .sec-content__right .desc {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--2 .sec-content__right .desc {
        font-size: 14px;
    }
}
.sec-content.sec-content--2 .sec-content__right .desc span {
    display: block;
}
.sec-content.sec-content--2 .sec-content__right .desc--1 {
    text-align: right;
    padding-right: 18px;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--2 .sec-content__right .desc--1 {
        padding-right: 8px;
    }
}
.sec-content.sec-content--2 .sec-content__right .desc--2 {
    text-align: center;
    padding-left: 18px;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--2 .sec-content__right .desc--2 {
        padding-left: 8px;
    }
}
.sec-content.sec-content--2 .sec-content__right .content-holder {
    margin: 0 -12px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__right .content-holder {
        margin: 24px auto;
    }
}
.sec-content.sec-content--2 .sec-content__right img {
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--2 .sec-content__right img {
        max-width: 90%;
    }
}
.sec-content.sec-content--3 {
    padding: 30px 2%;
    line-height: 24px;
    font-size: 18px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    margin-top: -120px;
    margin-bottom: 30px;
    position: relative;
    z-index: 150;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        white 15%,
        white 85%,
        rgba(255, 255, 255, 0) 100%
    );
}
.sec-content.sec-content--3 .text-area {
    font-size: 16px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--3 {
        margin: 0 auto;
        padding: 0 4%;
        background-image: none;
    }
    .sec-content.sec-content--3:after,
    .sec-content.sec-content--3:before {
        content: "";
        display: block;
        margin: 12px auto;
        background-image: url(../images/emsculpt/sec2-scroll-down-01.png);
        width: 2px;
        height: 60px;
    }
}
.sec-content.sec-content--3 .sec-content__title {
    max-width: 325px;
    padding-bottom: 18px;
    width: 34%;
    margin: 0;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--3 .sec-content__title {
        width: 56%;
    }
}
.sec-content.sec-content--4 {
    background-repeat: no-repeat;
    background-size: 125% auto;
    background-position-y: 16vh;
    background-position-x: center;
    padding: 0 2% 60px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--4 {
        padding: 0 0 50px;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 {
        padding: 0 4% 160px;
    }
}
.sec-content.sec-content--4 .sec-content__left,
.sec-content.sec-content--4 .sec-content__center,
.sec-content.sec-content--4 .sec-content__right {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.sec-content.sec-content--4 .sec-content__left,
.sec-content.sec-content--4 .sec-content__right {
    margin-top: calc(4% - 12px);
    max-width: 570px;
    z-index: 1;
    position: relative;
}
.sec-content.sec-content--4 .sec-content__left .img-holder,
.sec-content.sec-content--4 .sec-content__right .img-holder {
    font-size: 18px;
    margin-top: 12px;
}
.sec-content.sec-content--4 .sec-content__left .img-holder sup,
.sec-content.sec-content--4 .sec-content__right .img-holder sup {
    vertical-align: top;
    position: absolute;
    top: -12px;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--4 .sec-content__left .img-holder,
    .sec-content.sec-content--4 .sec-content__right .img-holder {
        width: 65%;
        margin: 12px auto 0;
        text-align: center;
        max-width: 65%;
        position: relative;
    }
    .sec-content.sec-content--4 .sec-content__left .img-holder img,
    .sec-content.sec-content--4 .sec-content__right .img-holder img {
        margin: auto;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4 .sec-content__left .img-holder,
    .sec-content.sec-content--4 .sec-content__right .img-holder {
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 .sec-content__left,
    .sec-content.sec-content--4 .sec-content__right {
        max-width: initial;
        width: 50%;
        margin-top: 0%;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4 .sec-content__left,
    .sec-content.sec-content--4 .sec-content__right {
        display: block;
        width: 100%;
        margin: 0 auto 32px;
    }
    .sec-content.sec-content--4 .sec-content__left.sec-content__left:after,
    .sec-content.sec-content--4 .sec-content__right.sec-content__left:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 2px;
        height: 48px;
        background-image: url("../images/emsculpt/sec2-scroll-down-01.png");
    }
}
.sec-content.sec-content--4 .sec-content__left .content__item,
.sec-content.sec-content--4 .sec-content__right .content__item {
    display: inline-block;
    vertical-align: top;
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left {
    float: left;
    margin-right: -4%;
    margin-left: 4%;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left {
        margin-left: 0%;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right {
    float: right;
    margin-right: 4%;
    margin-left: -4%;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right {
        margin-right: 4%;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right {
    width: calc(50% - 26px);
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right {
        width: 43%;
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right {
        float: unset;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    .type,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    .type,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    .type,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    .type {
    text-align: center;
    font-size: 16px;
    height: 40px;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        .type,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        .type,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        .type,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        .type {
        height: auto;
        margin: 0 auto 12px;
        font-size: 24px;
        font-weight: bolder;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    .type
    img,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    .type
    img,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    .type
    img,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    .type
    img {
    width: 150px;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        .type
        img,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        .type
        img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        .type
        img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        .type
        img {
        width: 230px;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    > img,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    > img,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    > img,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    > img {
    margin: 12px auto 20px;
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    > img.img-content,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    > img.img-content,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    > img.img-content,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    > img.img-content {
    margin-right: -15px;
    width: 82%;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        > img.img-content,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        > img.img-content,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        > img.img-content,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        > img.img-content {
        margin-right: 0;
        margin-bottom: 0;
        width: auto;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        > img,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        > img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        > img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        > img {
        margin: 12px 12px 20px;
        width: calc(100% - 24px);
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        > img,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        > img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        > img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        > img {
        margin: 0 0 20px;
        padding: 0 5px;
        width: auto;
        max-width: 48%;
        vertical-align: middle;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    .desc,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    .desc,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    .desc,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    .desc {
    display: block;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        .desc,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        .desc,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        .desc,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        .desc {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        padding: 0;
        text-align: justify;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    .li,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    .li,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    .li,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    .li {
    display: block;
    margin: 0 4% 8px 16px;
    text-align: justify;
    position: relative;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        .li,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        .li,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        .li,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        .li {
        margin: 0 4% 8px 10px;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--left
        .li,
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--right
        .li,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--left
        .li,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--right
        .li {
        margin: 0 0 8px 8px;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--left
    .li:before,
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--right
    .li:before,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--left
    .li:before,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--right
    .li:before {
    content: "•";
    color: #0096d9;
    position: absolute;
    top: 0;
    left: -10px;
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--center,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--center {
    width: 52px;
    text-align: center;
    margin: 12px -12px 0 -18px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center {
        width: 34px;
        margin: 12px -8px 0;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center {
        margin: 24px auto;
        width: 100%;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--center
    .br,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--center
    .br {
    display: block;
    margin: 12px auto;
    width: 1px;
    height: 110px;
    background-color: #9eddf2;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center
        .br,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center
        .br {
        height: 10%;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center
        .br,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center
        .br {
        height: 1px;
        display: inline-block;
        width: 35%;
        max-width: 180px;
        vertical-align: middle;
        margin: 0 12px;
    }
}
.sec-content.sec-content--4
    .sec-content__left
    .content__item.content__item--center
    .br.br--2,
.sec-content.sec-content--4
    .sec-content__right
    .content__item.content__item--center
    .br.br--2 {
    height: 35%;
    max-height: 320px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center
        .br.br--2,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center
        .br.br--2 {
        height: 26%;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center
        .br.br--2,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center
        .br.br--2 {
        height: 1px;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4
        .sec-content__left
        .content__item.content__item--center
        img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item.content__item--center
        img {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 .sec-content__right .content__item--left > img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item--right
        > img {
        width: 56% !important;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4 .sec-content__right .content__item--left > img,
    .sec-content.sec-content--4
        .sec-content__right
        .content__item--right
        > img {
        max-width: initial !important;
        width: 31% !important;
        margin-right: 9.5% !important;
        margin-left: 7.5% !important;
    }
}
.sec-content.sec-content--4 .sec-content__center {
    width: 50%;
    margin: 0px -18%;
    position: relative;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 .sec-content__center {
        margin: 0 auto;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 60px;
        z-index: 2;
    }
}
.sec-content.sec-content--4 .sec-content__center img {
    display: block;
    margin: 6px auto 12px;
}
.sec-content.sec-content--4 .sec-content__center .circle {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 .sec-content__center .circle {
        display: none;
    }
}
.sec-content.sec-content--4 .sec-content__center .circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.sec-content.sec-content--4 .sec-content__center .sec-content__sroll-down {
    position: relative;
    margin: auto;
    width: 2px;
    height: calc(50vh - 90px);
    max-height: 40vw;
    z-index: -5;
    max-height: 540px;
}
.sec-content.sec-content--4
    .sec-content__center
    .sec-content__sroll-down:nth-child(1) {
    max-height: 360px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 .sec-content__center .sec-content__sroll-down {
        display: none;
    }
}
.sec-content.sec-content--4 .sec-content__center .btn-holder {
    margin-top: 300px;
}
.sec-content.sec-content--4 .sec-content__center .btn-holder a {
    font-size: 18px;
    background-color: #0096d9;
    padding: 16px 20px;
    border-radius: 100px;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--4 .sec-content__center .btn-holder a {
        font-size: 16px;
        padding: 12px 20px;
    }
}
.sec-content.sec-content--4 .sec-content__center .btn-holder img,
.sec-content.sec-content--4 .sec-content__center .btn-holder span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.sec-content.sec-content--4 .sec-content__center .btn-holder span {
    padding: 0 4px;
}
.sec-content.sec-content--4 .sec-content__remark {
    font-size: 14px;
    text-align: left;
    padding: 40px 4% 0;
    margin: 0 auto;
    max-width: 1400px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--4 .sec-content__remark {
        padding: 40px 0 0;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--4 .sec-content__remark {
        padding: 0;
        text-align: center;
    }
}
.sec-content.sec-content--5 {
    background-position: center 50px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 4%;
    margin-top: -50px;
    overflow: hidden;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--5 {
        margin-top: 0;
        background-position: center;
        background-size: cover;
    }
}
.sec-content.sec-content--5 .sec-content__left,
.sec-content.sec-content--5 .sec-content__right {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
}
.sec-content.sec-content--5 .sec-content__left {
    width: 60%;
    max-width: 630px;
    margin-top: 6%;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--5 .sec-content__left {
        margin-top: 0%;
    }
}
@media screen and (max-width: 900px) {
    .sec-content.sec-content--5 .sec-content__left {
        width: 100%;
        display: block;
        margin: 40px auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--5 .sec-content__left {
        margin: 60px auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--5 .sec-content__left {
        text-align: center;
        margin: 20px auto;
    }
}
.sec-content.sec-content--5 .sec-content__left .sec-content__title {
    padding: 0;
    margin: 12px auto 10px;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--5 .sec-content__left .sec-content__title {
        width: 280px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--5 .sec-content__left .sec-content__title {
        margin: 40px auto 0;
    }
}
.sec-content.sec-content--5 .sec-content__left .content__item-holder {
    margin: 18px 0 32px;
    text-align: left;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--5 .sec-content__left .content__item-holder {
        text-align: center;
    }
}
.sec-content.sec-content--5
    .sec-content__left
    .content__item-holder--1
    .item-col {
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
}
.sec-content.sec-content--5
    .sec-content__left
    .content__item-holder--1
    .item-col.item-col--1 {
    width: 43%;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--5
        .sec-content__left
        .content__item-holder--1
        .item-col.item-col--1 {
        width: 100%;
        padding-left: 8%;
        padding-right: 0;
    }
}
.sec-content.sec-content--5
    .sec-content__left
    .content__item-holder--1
    .item-col.item-col--2 {
    width: 57%;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--5
        .sec-content__left
        .content__item-holder--1
        .item-col.item-col--2 {
        width: 100%;
        padding-left: 8%;
        padding-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--5
        .sec-content__left
        .content__item-holder--1
        img {
        height: 48px;
    }
    .sec-content.sec-content--5
        .sec-content__left
        .content__item-holder--1
        .content__item {
        text-align: left;
    }
}
.sec-content.sec-content--5 .sec-content__left .content__item-holder--2 {
    margin: 18px 0 32px -30px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--5 .sec-content__left .content__item-holder--2 {
        text-align: center;
        margin: 18px auto 0;
    }
}
.sec-content.sec-content--5
    .sec-content__left
    .content__item-holder--2
    .content__item {
    display: inline-block;
    padding: 0 24px;
    max-width: 25%;
    max-height: 144px;
    min-height: 130px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--5
        .sec-content__left
        .content__item-holder--2
        .content__item {
        padding: 0 14px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--5
        .sec-content__left
        .content__item-holder--2
        .content__item {
        padding: 0 5% 24px;
        max-width: 50%;
    }
}
.sec-content.sec-content--5 .sec-content__right {
    width: 40%;
    position: relative;
    height: 60vh;
    max-height: 645px;
    min-height: 500px;
    max-width: 600px;
}
@media screen and (max-width: 900px) {
    .sec-content.sec-content--5 .sec-content__right {
        display: none;
    }
}
.sec-content.sec-content--5 .sec-content__right .man,
.sec-content.sec-content--5 .sec-content__right .woman {
    display: inline-block;
    position: absolute;
}
.sec-content.sec-content--5 .sec-content__right .man {
    left: 5%;
    top: 0%;
    z-index: 10;
    width: 60%;
    max-width: 300px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--5 .sec-content__right .man {
        bottom: -2%;
        top: initial;
    }
}
.sec-content.sec-content--5 .sec-content__right .woman {
    right: -10%;
    top: 0%;
    z-index: 5;
    width: 84%;
    max-width: 430px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--5 .sec-content__right .woman {
        bottom: -14%;
        top: initial;
    }
}
.sec-content.sec-content--6 {
    color: #444;
    margin: 0 auto;
    padding: 60px 0 4%;
    max-width: 1440px;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--6 {
        padding: 40px 0 4%;
    }
}
.sec-content.sec-content--6 .tag-holder {
    color: #444;
    text-align: center;
    font-size: 20px;
    margin: 12px auto 22px;
    padding: 0 4%;
    position: relative;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .tag-holder {
        font-size: 14px;
        margin: 12px auto 12px;
    }
}
.sec-content.sec-content--6 .tag-holder .gender {
    font-family: "Noto Sans TC", sans-serif;
}
.sec-content.sec-content--6 .tag-holder .tag-group {
    display: inline-block;
    white-space: nowrap;
    width: auto;
    vertical-align: middle;
    min-width: 240px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .tag-holder .tag-group {
        min-width: auto;
    }
}
.sec-content.sec-content--6 .tag-holder .tag-group .tag-btn {
    display: inline-block;
    padding: 8px 0;
    margin: 0 12px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--6 .tag-holder .tag-group .tag-btn {
        margin: 0 6px;
    }
}
.sec-content.sec-content--6 .tag-holder .tag-group .tag-btn.active {
    color: #0096d9;
    border-bottom: 3px solid #0096d9;
}
.sec-content.sec-content--6 .tag-holder .tag-group .tag-btn.active:hover {
    color: #0096d9;
    border-bottom: 3px solid #0096d9;
}
.sec-content.sec-content--6 .tag-holder .tag-group .tag-btn:hover {
    color: #000;
    border-bottom: 3px solid #000;
}
.sec-content.sec-content--6 .tag-holder .tag-group:nth-last-child(1) {
    text-align: left;
}
.sec-content.sec-content--6 .tag-holder .tag-group:nth-last-child(1) .tag-btn {
    margin: 0 28px 0 8px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6
        .tag-holder
        .tag-group:nth-last-child(1)
        .tag-btn {
        margin: 0 14px 0 8px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--6
        .tag-holder
        .tag-group:nth-last-child(1)
        .tag-btn {
        margin: 0 8px 0 8px;
    }
}
.sec-content.sec-content--6 .tag-holder .tag-group .tag-content {
    height: auto;
    pointer-events: initial;
    display: none;
    text-align: left;
}
.sec-content.sec-content--6 .tag-holder .tag-group .tag-content.active {
    display: inline-block;
}
.sec-content.sec-content--6 .tag-holder .tag-br {
    display: inline-block;
    height: 50px;
    width: 2px;
    background-color: #adcef4;
    vertical-align: middle;
    margin: 0 2%;
}
.sec-content.sec-content--6 .content-holder {
    background-color: #fff;
    box-shadow: 0 0 12px #ddd;
    border-radius: 18px;
    padding: 5% 4%;
    font-size: 0;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    text-align: left;
}
.sec-content.sec-content--6 .content-holder .content-item {
    display: inline-block;
    vertical-align: middle;
}
.sec-content.sec-content--6 .content-holder .content-item--icon {
    width: 70px;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--6 .content-holder .content-item--icon {
        width: 70px;
    }
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .content-holder .content-item--icon {
        min-width: initial;
        padding: 2%;
    }
    .sec-content.sec-content--6 .content-holder:before {
        display: none;
    }
    .sec-content.sec-content--6 .content-holder > .desc {
        display: block;
        font-size: 15px;
        text-align: left;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--client {
    text-align: left;
    padding: 8px;
    width: calc(100% - 70px);
    font-size: 15px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .content-holder .content-item--client {
        text-align: justify;
        line-height: 1.2em;
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--6 .content-holder .content-item--client {
        font-size: 12px;
        padding: 0;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--client .name {
    font-size: 26px;
    line-height: 30px;
    color: #0096d9;
    font-weight: 100;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .content-holder .content-item--client .name {
        line-height: 30px;
        font-size: 20px;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--client .desc {
    margin-top: 16px;
    display: none;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--6 .content-holder .content-item--client .desc {
        display: block;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--bna {
    width: 100%;
    font-size: 0;
    margin-top: 10px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--6 .content-holder .content-item--bna {
        display: block;
        margin: 10px auto 0;
        width: 100%;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--bna .desc {
    font-size: 15px;
    text-align: left;
    margin: 16px auto 0;
}
@media screen and (max-width: 769px) and (min-width: 651px) {
    .sec-content.sec-content--6 .content-holder .content-item--bna .desc {
        min-height: 85px;
    }
}
@media screen and (min-width: 768px) {
    .sec-content.sec-content--6 .content-holder .content-item--bna .desc {
        opacity: 0;
        transform: rotateX(90deg);
        transition: all 0.3s ease;
        position: absolute;
        padding: 0 80px;
        display: flex;
        top: 0;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--before,
.sec-content.sec-content--6 .content-holder .content-item--after {
    width: 49%;
    opacity: 1;
    transition: all 0.3s ease;
}
.sec-content.sec-content--6 .content-holder .content-item--before .subtitle,
.sec-content.sec-content--6 .content-holder .content-item--after .subtitle {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #0096d9;
    padding: 4px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .content-holder .content-item--before .subtitle,
    .sec-content.sec-content--6 .content-holder .content-item--after .subtitle {
        font-size: 16px;
        font-weight: normal;
    }
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--6 .content-holder .content-item--before .subtitle,
    .sec-content.sec-content--6 .content-holder .content-item--after .subtitle {
        font-size: 14px;
    }
}
.sec-content.sec-content--6 .content-holder .content-item--before {
    margin-right: 2%;
}
.sec-content.sec-content--6 .tag-content {
    height: 0;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    pointer-events: none;
}
.sec-content.sec-content--6 .tag-content.active {
    height: auto;
    pointer-events: initial;
}
.sec-content.sec-content--6 .sec-content__wrapper {
    font-size: 0;
    text-align: center;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/* @media screen and (max-width: 768px) {
    .sec-content.sec-content--6 .sec-content__wrapper {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
} */
.sec-content.sec-content--6 .sec-content__wrapper .review_item {
    width: 50%;
    padding: 1%;
    vertical-align: top;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--6 .sec-content__wrapper .review_item {
        width: 90%;
        margin: 12px auto;
    }
}
.sec-content.sec-content--6 .sec-content__wrapper .review_item.hidden {
    display: none;
}
.sec-content.sec-content--6 .minus_review,
.sec-content.sec-content--6 .more_review {
    text-align: center;
    clear: both;
    display: inline-block;
    margin: 24px 12px 0;
}
.sec-content.sec-content--6 .minus_review span,
.sec-content.sec-content--6 .more_review span {
    display: inline-block;
    font-size: 18px;
    background-color: #0096d9;
    padding: 16px 20px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    min-width: 120px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #0096d9;
}
.sec-content.sec-content--6 .minus_review span:hover,
.sec-content.sec-content--6 .more_review span:hover {
    background-color: #fff;
    color: #0096d9;
}
.sec-content.sec-content--6 .btn-holder {
    text-align: center;
    width: 100%;
    flex-basis: 100%;
}
.sec-content.sec-content--7 {
    height: 600px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--7 {
        height: 300px;
    }
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--7 {
        height: 250px;
    }
}
.sec-content.sec-content--7 .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    padding: 4%;
    display: flex;
    justify-content: flex-end;
    align-content: stretch;
    align-items: flex-end;
}
.sec-content.sec-content--7 .swiper-slide img {
    width: 42%;
}
.sec-content.sec-content--8 {
    padding: 60px 4%;
    background-color: #f2f2f2;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--8 {
        padding: 60px 0;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--8 {
        padding: 40px 0;
    }
}
.sec-content.sec-content--8 .sec-content__table-holder table {
    border-spacing: 0 12px;
}
.sec-content.sec-content--8 .sec-content__table-holder td {
    position: relative;
    padding: 10px 0;
    padding-right: 10px;
    background-color: #fff;
    font-size: 15px;
    height: 90px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--8 .sec-content__table-holder td {
        font-size: 14px;
    }
}
@media screen and (max-width: 374px) {
    .sec-content.sec-content--8 .sec-content__table-holder td {
        font-size: 12px;
    }
}
.sec-content.sec-content--8 .sec-content__table-holder td:nth-child(1) {
    padding-left: 20px;
    border-radius: 22px 0 0 22px;
}
.sec-content.sec-content--8 .sec-content__table-holder td:nth-last-child(1) {
    border-radius: 0 22px 22px 0;
}
.sec-content.sec-content--8 span.cross,
.sec-content.sec-content--8 span.tick {
    display: block;
    margin: 0 auto;
    margin: 0 12px;
}
.sec-content.sec-content--8 .sec-content__table-holder--mb span.cross,
.sec-content.sec-content--8 .sec-content__table-holder--mb span.tick {
    display: block;
    margin: 0 auto;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt {
    max-width: 1240px;
    margin: auto;
    overflow: auto;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--8 .sec-content__table-holder--dt {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--8 .sec-content__table-holder--dt table {
        width: 1230px;
        padding: 0 4%;
    }
}
.sec-content.sec-content--8 .sec-content__table-holder--dt th {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 0;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt th:nth-child(4) {
    padding-right: 10px;
    text-align: center;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(1) {
    width: 180px;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(3) {
    width: 100px;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(4) {
    width: 50px;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(5) {
    width: 10%;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(6) {
    width: 14%;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(7) {
    width: 12%;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(8) {
    width: 10%;
}
.sec-content.sec-content--8
    .sec-content__table-holder--dt
    td:nth-child(8)
    .cross {
    margin: 0 auto;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(1) {
    font-size: 16px;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(1) * {
    vertical-align: middle;
    padding-right: 6px;
    font-weight: bold;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td:nth-child(4) {
    text-align: center;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt td img {
    max-width: initial;
}
.sec-content.sec-content--8
    .sec-content__table-holder--dt
    tr:nth-child(3)
    td:nth-child(3) {
    text-align: left;
}
.sec-content.sec-content--8 .sec-content__table-holder--dt .highlight td {
    color: #0096d9;
    font-weight: bold;
    font-size: 16px;
}
.sec-content.sec-content--8 .sec-content__table-holder--mb {
    display: none;
    text-align: left;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--8 .sec-content__table-holder--mb {
        display: block;
    }
}
.sec-content.sec-content--8 .sec-content__table-holder--mb > table {
    width: calc(46% + 32px);
    display: inline-table;
    vertical-align: top;
    margin-left: 4%;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    > table
    td:nth-last-child(1) {
    border-radius: 0;
}
.sec-content.sec-content--8 .sec-content__table-holder--mb th {
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border-radius: 22px 0 0 22px;
    padding-left: 6px;
    width: 64px;
    height: 110px;
    position: relative;
}
.sec-content.sec-content--8 .sec-content__table-holder--mb td {
    width: calc(100% - 64px);
    text-align: center;
    height: 110px;
}
.sec-content.sec-content--8 .sec-content__table-holder--mb td.highlight {
    padding-left: 6px !important;
    font-weight: bold;
    color: #0096d9;
    position: relative;
    height: 110px;
}
.sec-content.sec-content--8 .sec-content__table-holder--mb .other-servies {
    display: inline-block;
    width: calc(46% - 32px);
    overflow: auto;
    vertical-align: top;
    margin-right: 4%;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    .select-holder {
    margin-top: 12px;
    height: 110px;
    text-align: center;
    font-size: 18px;
    padding: 44px 0;
    font-weight: bold;
    border-radius: 0 22px 22px 0;
    padding-left: 6px;
    background-color: #fff;
    position: relative;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    .select-holder:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 7px;
    position: absolute;
    right: 6px;
    border: 6px solid transparent;
    border-top: 8px solid #0096d9;
    top: 50px;
    pointer-events: none;
}
@media screen and (max-width: 400px) {
    .sec-content.sec-content--8
        .sec-content__table-holder--mb
        .other-servies
        .select-holder:after {
        right: 0px;
    }
}
@media screen and (max-width: 370px) {
    .sec-content.sec-content--8
        .sec-content__table-holder--mb
        .other-servies
        .select-holder:after {
        top: 72px;
        left: calc(50% - 4px);
    }
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    .select-holder:focus {
    outline: none;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    .select-holder
    select {
    opacity: 0;
    z-index: 10;
    position: relative;
    width: 100%;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    .select-holder
    span {
    position: absolute;
    display: inline-block;
    top: 42px;
    left: 0;
    width: 100%;
    font-size: 16px;
    z-index: 5;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--8
        .sec-content__table-holder--mb
        .other-servies
        .select-holder
        span {
        font-size: 14px;
    }
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    table {
    display: none;
    width: 100%;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    table.active {
    display: block;
}
.sec-content.sec-content--8
    .sec-content__table-holder--mb
    .other-servies
    table
    td {
    border-radius: 0 22px 22px 0;
    padding-left: 6px;
}
.sec-content.sec-content--9 {
    padding: 60px 4%;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--9 {
        padding: 40px 4%;
    }
}
.sec-content.sec-content--9 .sec-content__title {
    color: #fff;
}
.sec-content.sec-content--9 .sec-content__title .title-en {
    color: #fff;
}
.sec-content.sec-content--9 .tag-holder {
    margin: 18px auto 30px;
    max-width: 1200px;
}
.sec-content.sec-content--9 .tag-holder .tag-btn {
    display: inline-block;
    width: calc(24% - 2px);
    border: 1px solid #fff;
    margin-left: 1%;
    max-width: 300px;
    padding: 30px 0 38px;
    border-radius: 18px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--9 .tag-holder .tag-btn {
        padding: 20px 0 0;
    }
}
.sec-content.sec-content--9 .tag-holder .tag-btn:nth-child(1) {
    margin-left: 0;
}
@media screen and (max-width: 650px) {
    .sec-content.sec-content--9 .tag-holder .tag-btn {
        width: calc(48% - 2px);
        /* max-width: 210px; */
        height: 114px;
        margin-bottom: 4%;
        margin-left: 4%;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn:nth-child(odd) {
        margin-left: 0;
    }
}
.sec-content.sec-content--9 .tag-holder .tag-btn span {
    font-size: 18px;
    display: block;
    margin: 8px 0 0;
    position: relative;
}
@media screen and (min-width: 649px) {
    .sec-content.sec-content--9 .tag-holder .tag-btn span:after {
        content: "+";
        display: block;
        position: absolute;
        left: calc(50% - 8px);
        top: 100%;
    }
}
.sec-content.sec-content--9 .tag-holder .tag-btn .bottom img {
    display: none;
}
.sec-content.sec-content--9 .tag-holder .tag-btn.active {
    border: 3px solid #fff;
}
@media screen and (min-width: 649px) {
    .sec-content.sec-content--9 .tag-holder .tag-btn.active {
        border-bottom: none;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active span {
        font-weight: bold;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active span:after {
        display: none;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active .bottom {
        position: absolute;
        width: 100%;
        bottom: -1px;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active .bottom img {
        width: 26px;
        vertical-align: bottom;
        margin: 0 -2px -13px;
        display: inline-block;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active .bottom:after,
    .sec-content.sec-content--9 .tag-holder .tag-btn.active .bottom:before {
        content: "";
        display: inline-block;
        width: calc(50% - 11px);
        height: 50px;
        vertical-align: bottom;
        border-bottom: 3px solid #fff;
        border-radius: 18px;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active .bottom:after {
        border-radius: 0 0 18px 0;
        margin-right: -3px;
    }
    .sec-content.sec-content--9 .tag-holder .tag-btn.active .bottom:before {
        border-radius: 0 0 0 18px;
        margin-left: -3px;
    }
}
.sec-content.sec-content--9 .tag-content-holder {
    padding: 0;
    margin-top: 50px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--9 .tag-content-holder {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--9 .tag-content-holder {
        margin-top: 24px;
    }
}
.sec-content.sec-content--9 .tag-content-holder .tag-content {
    display: none;
    margin: 0 auto;
    max-width: 1060px;
}
.sec-content.sec-content--9 .tag-content-holder .tag-content.active {
    display: block;
}
.sec-content.sec-content--9 .tag-content-holder .topic {
    font-size: 18px;
    text-align: left;
    font-weight: bolder;
    margin-top: 28px;
}
.sec-content.sec-content--9 .tag-content-holder .answer {
    font-size: 15px;
    text-align: left;
    margin: 12px auto;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--9 .tag-content-holder .answer {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--9 .tag-content-holder .answer {
        font-size: 16px;
    }
}
.sec-content.sec-content--10 {
    padding: 60px 4%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: normal;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--10 {
        padding: 40px 4%;
    }
}
.sec-content.sec-content--10 .disclaimer-holder {
    text-align: justify;
    max-width: 1200px;
    margin: 60px auto 0px;
    line-height: 1.8em;
    font-size: 12px;
    color: #555;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--10 .disclaimer-holder {
        line-height: 1.4em;
        max-height: 150px;
        overflow: auto;
    }
}
.sec-content.sec-content--10 .disclaimer-holder h3 {
    margin-bottom: 8px;
}
.sec-content.sec-content--10 .disclaimer-holder ul {
    list-style: none;
    font-weight: 100;
}
.sec-content.sec-content--10 .disclaimer-holder li:before {
    content: "-";
    display: inline-block;
    padding-right: 8px;
}
.sec-content.sec-content--10 .booking__step {
    display: none;
}
.sec-content.sec-content--10 .booking__step.active {
    display: block;
}
.sec-content.sec-content--10 .booking__step-holder {
    overflow: hidden;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder,
.neo-client-list__tab {
    margin: 24px auto;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 {
    position: relative;
    left: 16px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 {
        left: 12px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 {
        left: 4px;
    }
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn {
    display: inline-block;
    cursor: pointer;
    margin: 6px 0;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
    vertical-align: middle;
    height: 50px;
    margin: 0 24px;
}
/* .sec-content.sec-content--10
    .booking__step--1
    .tag-holder--1
    .brand-btn--vanquish
    img {
    height: 37px;
    margin-top: 13px;
} */
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 42px;
    }
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .brand-btn--vanquish
        img {
        height: 31px;
        margin-top: 11px;
    } */
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 30px;
        margin: 0px 12px;
    }
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .brand-btn--vanquish
        img {
        height: 21px;
        margin-top: 8px;
    } */
}
@media screen and (max-width: 520px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 26px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        margin: 0 6px 0;
    }
}
@media screen and (max-width: 375px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 22px;
    }
}
.sec-content.sec-content--10
    .booking__step--1
    .tag-holder--1
    .tag-btn
    .checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #aaa;
    border-radius: 20px;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .tag-btn
        .checkbox {
        width: 16px;
        height: 16px;
    }
}
.sec-content.sec-content--10
    .booking__step--1
    .tag-holder--1
    .tag-btn.active
    .checkbox:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px auto;
    border-radius: 16px;
    background-color: #0096d9;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .tag-btn.active
        .checkbox:before {
        width: 8px;
        height: 8px;
        margin: 3px auto;
    }
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-br {
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #ccc;
    vertical-align: middle;
    margin: 0 50px;
}
@media screen and (max-width: 1200px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-br {
        margin: 0 10px;
    }
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-br {
        margin: 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-br {
        vertical-align: middle;
        margin: 0 10px;
        height: 32px;
    }
}
.sec-content.sec-content--10 .booking__step--1 .img-holder img {
    width: 150px;
    margin: 0 12px;
}
.sec-content.sec-content--10 .booking__step--1 .img-holder img.tag-content {
    display: none;
}
.sec-content.sec-content--10
    .booking__step--1
    .img-holder
    img.tag-content.active {
    display: inline-block;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--10 .booking__step--1 .img-holder img {
        width: 95px;
    }
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--2 .tag-btn,
.neo-client-list__tab-item {
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
    padding: 8px 0;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--2 .tag-btn:hover,
.neo-client-list__tab-item:hover {
    border-bottom: 3px solid #222;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--2 .tag-btn.active,
.neo-client-list__tab-item.active {
    color: #0096d9;
    border-bottom: 3px solid #0096d9;
}
.sec-content.sec-content--10 .booking__step--1 .content-holder-overlay {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.sec-content.sec-content--10 .booking__step--1 .content-holder-overlay:after {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(0deg, white 20%, #fff0 100%);
    margin-left: -12px;
}
.sec-content.sec-content--10 .booking__step--1 .content-holder {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    height: 340px;
    overflow-y: scroll;
    position: relative;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10 .booking__step--1 .content-holder {
        height: 400px;
    }
}
.sec-content.sec-content--10 .booking__step--1 .content-holder .shop-holder {
    display: none;
    width: 100%;
    align-self: center;
    padding: 10px 0;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder.active {
    display: block;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder {
        padding: 6px 0 0;
        margin-right: 12px;
    }
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail {
    display: inline-block;
    vertical-align: middle;
    margin-right: 54px;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail {
        margin-right: 24px;
        width: calc(100% - 150px);
    }
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item.detail-item--1 {
    text-align: center;
    width: 88px;
    padding: 18px 0px;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item.detail-item--2 {
    font-size: 16px;
    font-weight: bold;
    color: #0096d9;
    width: 165px;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item.detail-item--3 {
    width: 350px;
    text-align: left;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item.detail-item--4 {
    display: none;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail
        .detail-item.detail-item--1,
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail
        .detail-item.detail-item--2 {
        width: 66%;
        padding: 0 0 8px;
        vertical-align: bottom;
    }
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail
        .detail-item.detail-item--1 {
        width: 34%;
    }
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail
        .detail-item.detail-item--2 {
        font-size: 12px;
        text-align: center;
        padding-left: 6px;
        width: 100%;
    }
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail
        .detail-item.detail-item--3 {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 6px;
        font-size: 12px;
        padding: 0 0 0 10%;
    }
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .detail
        .detail-item.detail-item--3
        img {
        width: 100px;
    }
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .btn {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background-color: #0096d9;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 14px 22px;
    border-radius: 38px;
    width: 120px;
    cursor: pointer;
    display: none;
    pointer-events: none;
    position: relative;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .btn.active {
    display: block;
    pointer-events: initial;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .shop-holder
        .btn {
        font-size: 14px;
        border-radius: 12px;
        width: 100px;
    }
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .tag-loca-content {
    display: none;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .tag-loca-content.active {
    display: flex;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .tag-loca-content.keyword-hidden {
    display: none;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .tag-loca-content:nth-last-child(1) {
    display: block !important;
    margin-bottom: 100px;
    border: none;
}
@media screen and (max-width: 560px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .tag-loca-content:nth-last-child(1) {
        margin-bottom: 70px;
    }
}
.sec-content.sec-content--10 .booking__step--2 {
    position: relative;
    z-index: 51;
}
.sec-content.sec-content--10 .booking__step--2 .image-holder {
    margin: 32px 0;
    text-align: center;
    font-size: 0;
}
.sec-content.sec-content--10 .booking__step--2 .image-holder .tag-content {
    width: auto;
    height: 45px;
    display: none;
}
.sec-content.sec-content--10
    .booking__step--2
    .image-holder
    .tag-content.active {
    display: inline-block;
}
.sec-content.sec-content--10 .booking__step--2 .shop-holder {
    text-align: center;
    border-bottom: 1px solid #eee;
    width: 100%;
    margin: auto;
    padding: 0 4%;
    max-width: 1000px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--10 .booking__step--2 .shop-holder {
        text-align-last: center;
        text-align: -webkit-center;
        padding: 0 0 18px;
    }
}
.sec-content.sec-content--10 .booking__step--2 .shop-holder .shop-detail__item {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 18px;
}
.sec-content.sec-content--10
    .booking__step--2
    .shop-holder
    .shop-detail__item:nth-child(1) {
    font-weight: bold;
    color: #0096d9;
}
.sec-content.sec-content--10
    .booking__step--2
    .shop-holder
    .shop-detail__item:nth-child(2) {
    width: 84px;
    padding: 20px 0px;
}
.sec-content.sec-content--10
    .booking__step--2
    .shop-holder
    .shop-detail__item.formB-company-phone {
    display: none;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--10
        .booking__step--2
        .shop-holder
        .shop-detail__item {
        display: block;
        text-align: left;
        margin: 0 0 4px;
    }
    .sec-content.sec-content--10
        .booking__step--2
        .shop-holder
        .shop-detail__item:nth-child(2) {
        padding: 0px;
    }
    .sec-content.sec-content--10
        .booking__step--2
        .shop-holder
        .shop-detail__item.formB-company-phone {
        display: none;
    }
}
.sec-content.sec-content--10 .booking__step--2 .booking-form {
    padding: 12px 0;
    text-align: center;
    max-width: 960px;
    margin: auto;
}
.sec-content.sec-content--10 .booking__step--2 .booking-form .form__field {
    margin: 24px 0 0;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label {
    display: block;
    text-align: left;
    width: 100%;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label:nth-child(1) {
    margin-bottom: 18px;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label
    span,
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label
    input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field.has-checkbox
        label
        span,
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field.has-checkbox
        label
        input {
        font-size: 12px;
    }
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label
    span
    a,
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label
    input
    a {
    text-decoration: underline;
    color: #aaa;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field.has-checkbox
    label
    input {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    opacity: 1;
    padding: 0;
    border-radius: 0;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    label {
    display: inline-block;
    width: 78px;
    vertical-align: middle;
    font-size: 14px;
}
.sec-content.sec-content--10 .booking__step--2 .booking-form .form__field input,
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    .select-holder {
    vertical-align: middle;
    font-size: 14px;
    padding: 18px 35px;
    border-radius: 30px;
    border: 1px solid #ccc;
    width: calc(100% - 78px);
    display: inline-block;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    input:focus,
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    .select-holder:focus {
    outline: none;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field
        input,
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field
        .select-holder {
        padding: 10px 15px;
    }
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    .select-holder {
    position: relative;
    padding: 0 35px;
    height: 57px;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field
        .select-holder {
        height: 42px;
    }
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    .select-holder:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 7px;
    position: absolute;
    right: 33px;
    border: 6px solid transparent;
    border-top: 8px solid #0096d9;
    top: 25px;
    pointer-events: none;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field
        .select-holder:after {
        top: 17px;
        right: 20px;
    }
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    .select-holder
    span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px 35px;
    z-index: -5;
    color: #757575;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field
        .select-holder
        span {
        padding: 10px 15px;
    }
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    select {
    width: calc(100% + 24px);
    border: none;
    height: 57px;
    opacity: 0;
    margin: 0 -12px;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field
        select {
        height: 50px;
    }
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    select:focus {
    outline: none;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field
    select
    option {
    color: #000;
}
.sec-content.sec-content--10
    .booking__step--2
    .booking-form
    .form__field--half {
    display: inline-block;
    width: 47%;
    text-align: left;
    vertical-align: middle;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field--half {
        display: block;
        margin: 10px auto;
        width: 90%;
        max-width: 600px;
    }
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field--half.has-checkbox {
        margin-top: 22px;
    }
}
.sec-content.sec-content--10 .booking__step--2 .booking-form .form__field-br {
    display: inline-block;
    width: 6%;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10
        .booking__step--2
        .booking-form
        .form__field-br {
        display: none;
    }
}
.sec-content.sec-content--10 .booking__step--2 .btn-holder {
    text-align: center;
    margin: 12px auto;
}
.sec-content.sec-content--10 .booking__step--2 .btn-holder .btn {
    font-size: 18px;
    background-color: #0096d9;
    padding: 20px 35px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    margin: 12px 12px 0;
    cursor: pointer;
    text-align: center;
    width: fit-content;
    min-width: 160px;
    vertical-align: bottom;
}
@media screen and (max-width: 992px) {
    .sec-content.sec-content--10 .booking__step--2 .btn-holder .btn {
        margin-top: 0;
        font-size: 16px;
        padding: 16px 32px;
        min-width: 115px;
    }
}
.sec-content.sec-content--10 .booking__step--2 .btn-holder .btn.gray {
    background-color: #ccc;
    color: #fff;
}
.sec-content.sec-content--10 .booking__step--2 .error {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    color: #f93f3f;
}
.sec-content.sec-content--10 .booking__step--3 {
    position: relative;
    z-index: 51;
}
.sec-content.sec-content--10 .booking__step--3 .image-holder {
    margin-bottom: 48px;
}
.sec-content.sec-content--10 .booking__step--3 .image-holder img {
    width: 250px;
    margin: 0 12px;
}
.sec-content.sec-content--10 .booking__step--3 .image-holder .tag-content {
    display: none;
}
.sec-content.sec-content--10
    .booking__step--3
    .image-holder
    .tag-content.active {
    display: inline-block;
}
.sec-content.sec-content--10 .booking__step--3 .booking__desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 18px;
    position: relative;
}
.sec-content.sec-content--10 .booking__step--3 .booking__desc:after {
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    background-color: #0096d9;
}
.sec-content.sec-content--10 .booking__step--3 .booking__detail {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 18px;
    position: relative;
}
.sec-content.sec-content--10 .booking__step--3 .booking__detail img {
    width: auto;
    height: 32px;
    vertical-align: middle;
}
.sec-content.sec-content--11 {
    background-color: #eee;
    padding: 60px 4%;
    position: relative;
    z-index: 0;
}
@media screen and (max-width: 480px) {
    .sec-content.sec-content--11 {
        padding: 40px 4%;
    }
}
.sec-content.sec-content--11 .content-holder {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8em;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--11 .content-holder {
        line-height: 1.4em;
    }
    .sec-content.sec-content--11 .content-holder ol {
        max-height: 150px;
        overflow: auto;
    }
}
.sec-content.sec-content--11 .content-holder li {
    list-style: none;
}
.popup {
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #1a1a1a;
    background-color: rgba(0, 150, 217, 0.8);
    display: none;
}
.popup.active {
    display: inline-block;
}
.popup .close {
    position: fixed;
    z-index: 910;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup .content-holder {
    background-color: #fff;
    max-width: 1100px;
    max-height: 85vh;
    position: relative;
    margin: 0 auto;
    margin-top: 10vh;
    border-radius: 24px;
    padding: 3% 6% 2%;
    z-index: 1000;
    width: 96%;
    overflow: auto;
    /* height: 730px; */
}
@media screen and (max-width: 992px) {
    .popup .content-holder {
        overflow: auto;
        height: auto;
        margin-top: 5vh;
    }
}
.popup .logo {
    position: absolute;
    top: 4%;
    left: 4%;
    width: auto;
    max-width: 100px;
}
@media screen and (max-width: 768px) {
    .popup .logo {
        display: none;
    }
}
.popup .popup__close {
    position: absolute;
    font-size: 32px;
    color: #01568e;
    top: 4%;
    right: 4%;
    cursor: pointer;
}
.popup .popup__title {
    margin-bottom: 6px;
    font-size: 30px;
    text-align: center;
    padding: 0 4%;
    color: #444;
}
.popup .popup__title .title-en {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.1em;
    transform: scaleX(1.1);
}
.popup .popup-page--1 .popup__header {
    width: 100%;
    text-align: center;
}
.popup .popup-page--1 .popup__header > div {
    display: inline-block;
    margin: 0 12px;
    vertical-align: bottom;
}
.popup .popup-page--1 .popup__header > div img {
    padding: 0 12px;
    width: auto;
    height: auto;
    max-height: 170px;
    max-width: calc(50% - 24px);
}
.popup .popup-page--1 .popup__header .header__left,
.popup .popup-page--1 .popup__header .header__right {
    width: calc(50% - 155px);
}
@media screen and (max-width: 992px) {
    .popup .popup-page--1 .popup__header .header__left,
    .popup .popup-page--1 .popup__header .header__right {
        display: none;
    }
}
.popup .popup-page--1 .popup__header .header__left {
    text-align: right;
}
.popup .popup-page--1 .popup__header .header__right {
    text-align: left;
}
.popup .popup-page--1 .popup__header .header__center {
    width: 230px;
}
.popup .popup-page--1 .popup__header .header__center .popup__contact {
    font-size: 16px;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 16px;
}
.popup .popup-page--1 .popup__header .header__center .popup__contact:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #0096d9;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
}
.popup .popup-page--1 .finding-form {
    display: block;
    padding: 30px 0 0;
    max-width: 1000px;
    margin: auto;
    font-size: 0;
}
.popup .popup-page--1 .finding-form .form__field {
    text-align: left;
    margin: 0px 0 14px;
}
.popup .popup-page--1 .finding-form .form__field label {
    width: 78px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
@media screen and (max-width: 992px) {
    .popup .popup-page--1 .finding-form .form__field label {
        width: 120px;
    }
}
.popup .popup-page--1 .finding-form .form__field input,
.popup .popup-page--1 .finding-form .form__field .select-holder {
    vertical-align: middle;
    font-size: 14px;
    padding: 18px 35px;
    border-radius: 30px;
    border: 1px solid #ccc;
    width: calc(100% - 78px);
}
.popup .popup-page--1 .finding-form .form__field input:focus {
    outline: none;
}
@media screen and (max-width: 992px) {
    .popup .popup-page--1 .finding-form .form__field input,
    .popup .popup-page--1 .finding-form .form__field .select-holder {
        width: calc(100% - 120px);
        padding: 16px 22px;
    }
    .finding-form .form__phone-grp {
        width: calc(100% - 120px);
    }
}
.popup .popup-page--1 .finding-form .form__field-br {
    display: inline-block;
    width: 6%;
}
.popup .popup-page--1 .finding-form .form__field--half {
    display: inline-block;
    width: 47%;
}
@media screen and (max-width: 992px) {
    .popup .popup-page--1 .finding-form .form__field--half {
        width: 100%;
        display: block;
        margin: 0 auto 12px;
        max-width: 600px;
    }
}
.popup .popup-page--1 .finding-form .form__field--full {
    display: block;
}
@media screen and (max-width: 992px) {
    .popup .popup-page--1 .finding-form .form__field--full {
        width: 100%;
        display: block;
        margin: 0 auto 12px;
        max-width: 600px;
    }
}
.popup .popup-page--1 .finding-form .form__checkbox-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.popup .popup-page--1 .finding-form .form__checkbox-holder * {
    font-size: 14px;
    white-space: normal;
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--1 {
    width: 60%;
}
@media screen and (max-width: 992px) {
    .popup
        .popup-page--1
        .finding-form
        .form__checkbox-holder.form__checkbox-holder--1 {
        display: block;
        margin: 24px auto;
        width: 100%;
        max-width: 600px;
    }
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--1
    label {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0;
    position: relative;
}
@media screen and (max-width: 640px) {
    .popup
        .popup-page--1
        .finding-form
        .form__checkbox-holder.form__checkbox-holder--1
        label {
        text-align: center;
        width: 33%;
    }
    .popup
        .popup-page--1
        .finding-form
        .form__checkbox-holder.form__checkbox-holder--1
        label
        span {
        display: block;
    }
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--1
    label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    z-index: 1000;
}
@media screen and (max-width: 640px) {
    .popup
        .popup-page--1
        .finding-form
        .form__checkbox-holder.form__checkbox-holder--1
        label:before {
        left: calc(50% - 8px);
    }
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--1
    label
    input {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    z-index: 1010;
    position: relative;
    vertical-align: middle;
    opacity: 0.01;
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--1
    label
    input:checked
    ~ span:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: 5px;
    background-color: #0099da;
    border-radius: 100%;
    z-index: 1005;
}
@media screen and (max-width: 640px) {
    .popup
        .popup-page--1
        .finding-form
        .form__checkbox-holder.form__checkbox-holder--1
        label
        input:checked
        ~ span:after {
        left: calc(50% - 5px);
    }
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--2 {
    width: 40%;
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--2
    label:first-child {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
    .popup
        .popup-page--1
        .finding-form
        .form__checkbox-holder.form__checkbox-holder--2 {
        display: block;
        margin: 12px auto;
        width: 100%;
        max-width: 600px;
    }
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--2
    label {
    display: block;
    margin: 20px 0 0;
    white-space: nowrap;
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--2
    label
    input {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: top;
    opacity: 1;
    z-index: 1010;
}
.popup
    .popup-page--1
    .finding-form
    .form__checkbox-holder.form__checkbox-holder--2
    label
    a {
    text-decoration: underline;
    color: #aaa;
}
.popup .popup-page--1 .finding-form .error {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #f93f3f;
    height: 20px;
    margin: 12px auto;
}
.popup .popup-page--2 {
    padding: 90px 0;
}
.popup .popup-page--2 .popup__title {
    color: #0096d9;
    font-weight: bold;
}
.popup .popup-page--2 .img-holder {
    text-align: center;
}
@media screen and (max-width: 992px) {
    .popup .popup-page--2 .img-holder {
        display: none;
    }
}
.popup .popup-page--2 .img-holder img {
    display: inline-block;
    margin: 0 12px;
    max-height: 170px;
}
.popup .popup-page--2 .desc-holder {
    font-size: 16px;
    text-align: center;
    margin: 24px auto 12px;
    padding-bottom: 12px;
    line-height: 24px;
    position: relative;
}
.popup .popup-page--2 .desc-holder:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 15px);
    background-color: #0096d9;
}
.popup .popup-page--2 .id-holder {
    text-align: center;
    font-size: 30px;
    margin-bottom: 24px;
}
.popup .btn {
    font-size: 18px;
    background-color: #0096d9;
    padding: 16px 35px;
    border-radius: 100px;
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 12px auto 0;
    cursor: pointer;
    text-align: center;
    width: 160px;
}
@media screen and (max-width: 992px) {
    .popup .btn {
        font-size: 16px;
        padding: 16px 22px;
        min-width: 130px;
        margin: 30px auto 6px;
    }
}
@media screen and (max-width: 640px) {
    .popup .btn {
        padding: 12px 18px;
    }
}
.popup--youtube {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0096d9aa;
    z-index: 1000;
    text-align: center;
    display: none;
}
.popup--youtube.active {
    display: block;
}
.popup--youtube .close {
    position: fixed;
    z-index: 910;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup--youtube iframe {
    z-index: 1100;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
.popup--youtube .popup__close {
    position: absolute;
    font-size: 32px;
    color: #fff;
    bottom: 100%;
    right: 0;
    cursor: pointer;
    z-index: 1100;
}
.popup--youtube .content-holder {
    position: relative;
    margin: 0 auto;
    margin-top: calc(50vh - 260px);
    width: 800px;
    height: 520px;
    max-width: 90%;
    max-height: 54vw;
}
/**/
.popup--video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0096d9aa;
    z-index: 1000;
    text-align: center;
    display: none;
}
.popup--video.active {
    display: block;
}
.popup--video .close-btn {
    position: fixed;
    z-index: 910;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup--video .neo-video-frame {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body .nicescroll-cursors,
body .nicescroll-rails {
    z-index: 0 !important;
}
.nicescroll-cursors {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
@media screen and (max-width: 640px) {
    .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .tag-br:nth-child(4) {
        display: none;
    }
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 42px;
    }
}
@media screen and (max-width: 375px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-br {
        margin: 0 5px;
    }
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        margin: 0 5px;
    }
}
@media screen and (max-width: 350px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 34px;
    }
}
@media screen and (max-width: 540px) {
    .care-confirm-btn.hd {
        width: 120px !important;
        font-size: 14px !important;
        margin-right: 15px !important;
    }
    .shop-icon {
        width: 24px !important;
    }
}
@media screen and (max-width: 1260px) and (min-width: 993px) {
    .care-confirm-btn.hd {
        position: absolute;
        top: 20%;
        right: 15px;
    }
}
@media screen and (max-width: 992px) {
    .care-confirm-btn.hd {
        margin-right: 15px;
    }
}
/*html, body{ overflow-x: hidden;}*/
.nav__item_other {
    display: flex;
    align-items: center;
    place-content: center;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 10px 10px 30px;
    z-index: 999;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%, 0% 0%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%, 0% 0%);
}
.nav__item_other a {
    display: flex;
    color: #fff;
    padding: 0 10px;
}
.nav__item_other a:last-child {
    border-left: 1px solid #fff;
    margin-left: 10px;
}
.nav-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
    align-self: center;
}
.search-i {
    background-image: url("/images/respirator/icon/search.svg");
}
.pen-i {
    background-image: url("/images/logo/pen.svg");
}
html {
    scroll-behavior: smooth;
}
.sec-content.sec-content--10 .booking__step--1 .content-holder.new-frame {
    height: unset;
    overflow-y: unset;
    max-width: unset;
}
.shop-swiper .swiper-wrapper {
    height: unset;
}
.shop-swiper .swiper-arr-prev {
    transform: rotate(-180deg);
}
.shop-swiper .swiper-arrow-row {
    width: 100%;
    display: flex;
    place-content: center;
    margin-top: 30px;
}
.shop-swiper span.swiper-pagination-bullet.swiper-pagination-bullet {
    display: block;
    margin: 0 3px;
}
.shop-swiper .swiper-pagination {
    position: unset;
    display: flex;
    align-self: center;
    margin: 0 5px;
}
.shop-box {
    display: flex;
    width: 100%;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
}
.shop-cover {
    display: block;
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 100%;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.shop-logo {
    position: absolute;
    top: 25px;
    left: 20px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding: 10px;
    display: flex;
    background-color: #fff;
}
.shop-logo .shop-logo-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.shop-bottom {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.shop-name {
    font-family: Lato;
    font-weight: 300;
    margin-bottom: 10px;
}
.eq-btn {
    position: relative;
}
.eq-btn::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
}
.shop-form-box {
    display: none;
}
.spacial-logo img {
    max-width: unset !important;
    max-height: unset !important;
    height: 100px !important;
}
@media screen and (min-width: 1025px) {
    .m-logo {
        display: none !important;
    }
    .d-logo {
        display: block !important;
    }
    .sticky .spacial-logo {
        position: absolute !important;
        top: 0;
    }
    .sticky .spacial-logo + .nav__item {
        margin-left: 200px;
    }
}
@media screen and (max-width: 1024px) {
    .m-logo {
        display: block !important;
    }
    .d-logo {
        display: none !important;
    }
    .spacial-logo {
        margin-bottom: 50px !important;
    }
    .spacial-logo img {
        width: 100% !important;
    }
}
/* clients list override */
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .tag-loca-content {
    width: 33.333333333333%;
    border-bottom: 1px solid #eee;
    height: 130px;
}
.sec-content.sec-content--10 .booking__step--1 .content-holder {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 600px;
    padding-right: 12px;
    padding-bottom: 100px;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .btn {
    background-color: unset;
    color: #0096d9;
    padding: 0;
    text-align: left;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .btn::after {
    content: "";
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item.detail-item--3 {
    width: 100%;
    text-align: left;
    padding: 0;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail {
    display: flex;
    margin-right: 0;
    width: 100%;
}
.sec-content.sec-content--10
    .booking__step--1
    .content-holder
    .shop-holder
    .detail
    .detail-item.detail-item--1 {
    align-self: center;
}
.client-shop-info {
    width: 75%;
    text-align: left;
    align-self: center;
    padding: 0 15px;
}
.client-shop-name {
    font-size: 14px;
    font-weight: 600;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn {
    display: block;
    width: auto;
    padding: 0 20px;
    border-right: 1px solid #ccc;
}
.sec-content.sec-content--10
    .booking__step--1
    .tag-holder--1
    .tag-btn:last-child {
    border-right: none;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
    margin-right: 0;
}
.sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-br {
    display: none;
}
@media screen and (max-width: 768px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .tag-loca-content {
        width: 50%;
    }
}
@media screen and (max-width: 540px) {
    .sec-content.sec-content--10
        .booking__step--1
        .content-holder
        .tag-loca-content {
        width: 100%;
    }
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn {
        width: 50%;
        margin-bottom: 15px;
        padding: 0;
        align-self: center;
    }
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        /* height: unset; */
        /* width: 80%; */
        height: 36px;
    }
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .tag-btn[data-tag="neo"]
        img {
        height: 38px;
    } */
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .brand-btn--vanquish
        img {
        height: 27px;
        margin-top: 9px;
    } */
}
@media screen and (max-width: 375px) {
    .sec-content.sec-content--10 .booking__step--1 .tag-holder--1 .tag-btn img {
        height: 30px;
    }
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .tag-btn[data-tag="neo"]
        img {
        height: 36px;
    } */
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .brand-btn--vanquish
        img {
        height: 22px;
        margin-top: 8px;
    } */
}
/************  NEO client START  ************/
.neo-client-list {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
}
.neo-client-list.active {
    display: block;
}
/* .neo-client-list__swiper .swiper-wrapper,
.neo-client-list__swiper .neo-client-list__item {
    height: auto;
} */
.neo-client-list__swiper > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    height: calc(370px * 2 + 16px);
}
.neo-client-list__swiper .neo-client-list__item {
    height: calc(50% - 8px);
}
.neo-client-list__item.keyword-hidden,
.neo-client-list__item:not(.swiper-slide) {
    display: none !important;
}
.neo-client-list__item-body {
    min-height: 370px;
    border-radius: 20px;
    padding: 16px 16px 24px;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.neo-client-list__item-logo {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: auto;
    z-index: 2;
    flex-shrink: 0;
}
.neo-client-list__item-logo--no-logo {
    opacity: 0;
}
.neo-client-list__item-name {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-bottom: 9px;
    padding-left: 12px;
    z-index: 2;
}
.apply-booking--neo {
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
    padding-left: 12px;
    z-index: 2;
}
.apply-booking--neo:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    transform: rotate(45deg);
    position: relative;
    top: 1px;
    margin-left: 5px;
    transition: 0.3s all ease;
}
.apply-booking--neo:hover:after {
    margin-left: 12px;
}
.apply-booking--neo:hover {
    color: #fff;
}
.neo-client-list__item-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 70%, #000);
    z-index: 1;
}
.neo-client-list__swiper-control {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
}
.neo-client-list__swiper-control .neo-client-list__swiper-prev,
.neo-client-list__swiper-control .neo-client-list__swiper-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: auto;
    width: 12.3px;
    height: 20px;
    background-size: 12.3px 20px;
    --swiper-navigation-size: 22px;
}
.neo-client-list__swiper-control .neo-client-list__swiper-pagination {
    position: relative;
    margin: 0 14px;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
}
.neo-client-list__swiper-control
    .neo-client-list__swiper-pagination
    .swiper-pagination-bullet {
    margin: 0 4px;
    width: 6px;
    height: 6px;
}
.booking__step--neo-2 {
    padding: 6px;
}
.neo-booking-form__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    margin: 24px auto 12px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 6px #b7b7b7;
}
.neo-booking-form__info {
    width: 300px;
    min-height: 440px;
    flex-shrink: 0;
    position: relative;
    padding: 24px 24px 36px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-color: #000;
    text-align: left;
}
.neo-booking-form__info-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent 45%, #000);
    z-index: 1;
}
.neo-booking-form__info-logo {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-bottom: auto;
    z-index: 2;
}
.neo-booking-form__info-datail {
    font-size: 14px;
    margin-top: 128px;
    z-index: 2;
}
.neo-booking-form__info-name {
    display: none;
}
.neo-booking-form__info-address {
    width: 100%;
    margin-bottom: 12px;
}
.neo-booking-form__info-phone {
    width: 100%;
    margin-bottom: 24px;
}
.sec-content.sec-content--10 .booking__step--2 .booking-form--neo {
    padding: 24px 24px 0;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.booking-form__neo-branch {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.booking-form__neo-branch img {
    width: 14px;
    margin-right: 6px;
    flex-shrink: 0;
}
.booking-form__neo-branch label {
    font-size: 14px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 12px;
}
.booking-form__neo-branch span {
    font-size: 14px;
    z-index: -1;
    pointer-events: none;
    min-width: 140px;
    max-width: 100%;
    padding: 2px;
    padding-right: 24px;
    border-bottom: 2px #0096d9 solid;
    position: relative;
}
.booking-form__neo-branch .select-holder {
    position: relative;
}
.booking-form__neo-branch select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.booking-form__neo-branch span:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px #0096d9 solid;
    border-bottom: 2px #0096d9 solid;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -5px;
    transform: rotate(45deg);
}
.neo-form__no-online {
    display: none;
    margin: auto;
    text-align: center;
    font-size: 16px;
    padding: 24px;
}
@media screen and (max-width: 992px) {
    .neo-form__input-container {
        margin: 0 auto;
    }
    .booking-form__neo-branch {
        margin: 0 auto 24px;
    }
    .sec-content.sec-content--10
        .booking__step--neo-2
        .booking-form
        .form__field--half {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .neo-booking-form__container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .neo-booking-form__info {
        width: 100%;
        min-height: auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px;
    }
    .neo-booking-form__info-logo {
        margin-bottom: 0;
        margin-right: 12px;
        flex-shrink: 0;
    }
    .neo-booking-form__info-datail {
        margin-top: 0;
    }
    .neo-booking-form__info-layer {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .neo-booking-form__info-address {
        margin-bottom: 2px;
    }
    .neo-booking-form__info-phone {
        margin-bottom: 6px;
    }
    .neo-client-list__item-body {
        min-height: auto;
        height: calc(100% - 12px);
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px;
        margin: 6px;
    }
    .neo-client-list__item-logo {
        margin-top: auto;
    }
    .neo-client-list__item-name {
        margin-bottom: 0;
        margin-right: auto;
    }
    .apply-booking--neo {
        margin-left: 6px;
        flex-shrink: 0;
    }
    .neo-client-list__item-layer {
        background-image: unset;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .neo-client-list__swiper .swiper-wrapper {
        /* max-height: calc(134px * 4); */
        max-height: calc(146px * 4);
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }
    .neo-client-list__swiper .neo-client-list__item {
        height: 25%;
    }
}
@media screen and (max-width: 640px) {
    .neo-form__input-container {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    /* .sec-content.sec-content--10
        .booking__step--1
        .tag-holder--1
        .tag-btn[data-tag="neo"]
        img {
        max-width: 70px;
        margin-right: 0;
    } */
}
@media screen and (max-width: 420px) {
    .sec-content.sec-content--10 .booking__step--neo-2 .btn-holder .btn {
        margin: 12px;
    }
    .sec-content.sec-content--10 .booking__step--neo-2 .btn-holder {
        margin: 0;
    }
}
@media screen and (max-width: 375px) {
    /* .neo-client-list__swiper .swiper-wrapper {
        max-height: calc(114px * 4);
    } */
    .neo-client-list__item-logo {
        width: 70px;
        height: 70px;
    }
    .apply-booking--neo {
        font-size: 12px;
        margin-left: 0;
    }
    .neo-client-list__item-name {
        font-size: 12px;
    }
    .neo-booking-form__info-logo {
        width: 85px;
        height: 85px;
    }
}
/************   NEO client END   ************/
/* clinic search START */
.clinic-list__search {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: bottom;
    padding: 3px 0;
}
.clinic-list__search-container {
    border-radius: 50px;
    overflow: hidden;
    border: 1px #9c9a9a solid;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    max-width: 100%;
}
.clinic-list__search-input {
    padding: 8px 16px;
    font-size: 16px;
    border: 0;
    width: 100%;
}
.clinic-list__search-submit {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 18px;
    background-color: transparent;
    border: none;
    background-image: url(../images/search.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.emsella .clinic-list__search-submit {
    background-image: url(../images/search_emsella.png);
}
.exilis .clinic-list__search-submit {
    background-image: url(../images/search_exilis.png);
}
.emtone .clinic-list__search-submit {
    /* background-image: url(../images/search_emtone.png); */
    background-image: url(../images/Emtone/icon/search.svg);
}
.clinic-list__search:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    margin: 0 28px;
    background-color: #ddd;
}
.clinic-list__no-result {
    display: none;
    font-size: 24px;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .clinic-list__search {
        display: block;
        margin-top: 14px;
    }
    .clinic-list__search:before {
        display: none;
    }
    .clinic-list__search-container {
        margin: 0 auto;
    }
}
/* clinic search END */
.sold-out__icon {
    font-size: 20px;
    padding: 6px 28px;
    border: 1px #a9a9a9 solid;
    border-radius: 5px;
    color: #a9a9a9;
    margin-top: 18px;
}
/* 2022-06-10 new popup START */
.announcement-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
}
.announcement-popup__close--large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.announcement-popup .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.announcement-popup__container {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 48px;
    max-height: 80%;
    overflow: auto;
}
.announcement-popup__close-btn {
    position: relative;
    width: 24px;
    height: 24px;
    align-self: flex-end;
    z-index: 3;
}
.announcement-popup__close-btn:before,
.announcement-popup__close-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: #fff;
    transform: rotate(45deg);
}
.announcement-popup__close-btn:after {
    transform: rotate(-45deg);
}
.announcement-popup__title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 28px;
}
.announcement-popup__texarea ol {
    padding-left: 2em;
    margin: 16px 0;
}
.announcement-popup__texarea p {
    margin-bottom: 14px;
}
.announcement-popup__texarea p:last-child {
    margin-bottom: 0;
}
/* 2022-06-10 new popup END */
/* Youtube Popup START */
.overflow-hidden {
    overflow: hidden;
}
.yotube-popup {
    display: none;
    position: fixed;
    inset: 0;
    background-color: rgb(173 154 201 / 50%);
    z-index: 1000;
}
.yotube-popup__container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    padding: 0 24px;
    margin: 0 auto;
}
.youtube-popup__close-layer {
    position: absolute;
    inset: 0;
}
.youtube-popup__content {
    position: relative;
    top: -21px;
    display: flex;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: auto;
    max-width: calc((80vh - 30px - 12px) * (16 / 9));
    max-height: 80%;
    margin: auto;
}
.yotube-popup__video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.yotube-popup__video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.youtube-popup__close-btn {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-bottom: 12px;
    background-color: transparent;
}
.youtube-popup__close-btn:before,
.youtube-popup__close-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    transform: rotate(45deg);
}
.youtube-popup__close-btn:after {
    transform: rotate(-45deg);
}
.text-grp {
    display: inline-block;
}
/* Youtube Popup END */
.finding-form .select-holder {
    position: relative;
}
.finding-form .select-holder select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.finding-form .select-holder:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 7px;
    position: absolute;
    right: 16px;
    border: 6px solid transparent;
    border-top: 8px solid #0096d9;
    top: 25px;
    pointer-events: none;
}
.form__phone-grp {
    display: inline-flex;
    width: calc(100% - 78px);
    vertical-align: middle;
}
.form__phone-grp .select-holder {
    width: 135px !important;
    margin-right: 12px;
}
@media screen and (max-width: 640px) {
    .form__phone-grp .select-holder {
        width: 95px !important;
    }
    .form__phone-grp input {
        flex-grow: 1;
    }
}
.swiper-button-lock {
    display: block;
}
#step2-icon,
#step3-icon {
    height: 70px;
}
@media screen and (max-width: 479px) {
    #step2-icon,
    #step3-icon {
        height: 50px;
    }
}
.hide-nav-other .nav__item_other,
.hide-nav-other .menu_find_clinic--mb,
.hide-nav-other #menu_business_enquiry_mb,
.hide-nav-other #menu_find_clinic_mb {
    display: none !important;
}
/* Banner START */
.banner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: calc(100vh - 121px);
    min-height: 500px;
    max-height: 900px;
    padding-bottom: 5%;
    color: #fff;
    background-size: cover;
    background-position: 70% center;
}
.banner.no-bg {
    height: auto !important;
    min-height: 300px;
    padding: 58px 24px 38px;
    justify-content: center;
    text-align: center;
}
.banner__logo {
    height: 90px;
    object-fit: contain;
    margin-bottom: 12px;
}
.no-bg .banner__logo {
    height: 60px;
}
.banner__title {
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
}
.banner__video {
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .banner__video._mobile-only {
        display: none;
    }
}
@media screen and (max-width: 1279px) {
    .banner {
        height: calc(100vh - 56px);
    }
    .emface .banner,
    .exion .banner {
        height: calc(100vh - 100px);
    }
}
@media screen and (max-width: 767px) {
    .banner {
        padding-bottom: 10%;
    }
    .banner__logo {
        height: 60px;
    }
    .no-bg .banner__logo {
        height: 50px;
    }
    .banner__video._desktop-only {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .banner__logo {
        height: 40px;
    }
    .no-bg .banner__logo {
        height: 30px;
    }
    .banner__title {
        font-size: 28px;
    }
}
/* Banner END */
.two-lang-title {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
}
.two-lang-title__en {
    font-size: 14px;
    text-transform: uppercase;
}
@media screen and (max-width: 479px) {
    .two-lang-title {
        font-size: 24px;
    }
}
/* case study START  */
.case-study {
    padding-top: 58px;
    padding-bottom: 58px;
    background-image: linear-gradient(
        170deg,
        rgba(185, 221, 236, 0.4),
        rgba(207, 176, 208, 0.4)
    );
}
.case-study__select-holder {
    display: none;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    font-size: 22px;
    color: #00588d;
}
.case-study__select-holder:before,
.case-study__select-holder:after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
    background-color: #00578d;
    opacity: 0.3;
}
.case-study__select .cust-select__mask {
    margin: 0 24px;
    font-weight: bold;
    padding-right: 1.3em;
}
.case-study__select .cust-select__mask:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.6em);
    right: -0.3em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background-color: #00588d;
    border-radius: 50%;
}
.case-study__select .cust-select__mask:after {
    top: calc(50% - 0.3em);
    right: 0.1em;
    width: 0.3em;
    height: 0.3em;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
}
.case-study__grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 38px;
}
.case-study__grp-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
    font-size: 22px;
    color: #00588d;
}
.case-study__grp-title:before,
.case-study__grp-title:after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
    background-color: #00578d;
    opacity: 0.3;
}
.case-study__grp-title span {
    flex-shrink: 0;
    padding: 0 24px;
}
.case-study__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 14px);
}
.case-study__item._hidden {
    display: none;
}
.case-study__card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 4px);
    margin-bottom: 24px;
    border-radius: 20px;
    margin-bottom: 24px;
    background-color: #fff;
    overflow: hidden;
}
.case-study__card img {
    display: block;
    width: 100%;
}
.case-study__card-textarea {
    padding: 14px 18px;
}
.case-study__img {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    opacity: 1;
    transition: 0.5s all ease;
}
._hidden .case-study__img {
    top: 100px;
    opacity: 0;
}
._animated .case-study__img {
    top: 0;
    opacity: 1;
}
.case-study__more-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.case-study__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -18px;
}
.case-study__tab-btn {
    margin: 4px 12px;
    font-size: 18px;
    opacity: 0.5;
    transition: 0.3s opacity ease;
}
.case-study__tab-btn:hover {
    opacity: 0.75;
}
.case-study__tab-btn._active {
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .case-study__item {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }
    .case-study__select-holder {
        display: flex;
        font-size: 20px;
    }
    .case-study__grp-title {
        display: none;
    }
    .case-study__grp {
        display: none;
    }
    .case-study__tab {
        display: none;
    }
    .case-study__grp._mb-active {
        display: flex;
    }
}
/* case study END  */
/* FAQ START */
.faq {
    padding-top: 68px;
    padding-bottom: 98px;
    color: #fff;
    background-image: linear-gradient(225deg, #92d4f0, #bb9bbc);
}
.faq__btn-container {
    overflow: auto;
}
.faq__btn-container-inner {
    position: relative;
    display: flex;
    width: max-content;
    min-width: 100%;
}
.faq__btn-container-inner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.4);
}
.faq__btn {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    flex-shrink: 0;
    padding: 0 16px 18px;
    margin-right: 58px;
    font-size: 20px;
    color: inherit;
}
.faq__btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 50px;
    opacity: 0;
    transition: 0.3s opacity ease;
}
.faq__btn.animated:not(.active):after {
    display: none;
}
.faq__btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 6px;
}
.faq__btn-hover-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s opacity ease;
}
.faq__btn.active .faq__btn-hover-img {
    opacity: 1;
}
.faq__btn.active {
    font-weight: bold;
}
.faq__btn.active:after,
.faq__btn:hover:after {
    opacity: 1;
}
.faq__contents {
    padding-top: 24px;
}
.faq__title {
    margin: 28px 0 12px;
    font-size: 22px;
}
.faq__title:first-child {
    margin-top: 0;
}
.faq ul {
    padding-left: 1.3em;
}
.faq li {
    margin-bottom: 6px;
}
.faq li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .faq__btn {
        font-size: 18px;
    }
    .faq__btn img {
        width: 27px;
        height: 27px;
    }
}
@media screen and (min-width: 768px) {
    .max-767-only {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .min-768-only {
        display: none !important;
    }
    .faq__btn {
        margin-right: 38px;
    }
}
@media screen and (min-width: 480px) {
    .max-479-only {
        display: none !important;
    }
}
@media screen and (max-width: 479px) {
    .min-480-only {
        display: none !important;
    }
    .faq {
        padding-top: 38px;
        padding-bottom: 58px;
    }
    .faq__btn {
        flex-flow: row;
        padding-left: 0;
        margin-right: 30px;
        font-size: 15px;
    }
    .faq__btn img {
        width: 24px;
        height: 24px;
        margin: 0 6px 0 0;
    }
    .faq__btn-hover-img {
        left: 0;
        transform: none;
    }
    .faq__title {
        font-size: 18px;
    }
}
/* FAQ END */
.icon-txt-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    background-color: #00588d;
    transition: 0.3s background-color ease;
}
.icon-txt-btn:hover {
    color: #fff;
    background-color: rgba(0, 88, 141, 0.7);
}
.icon-txt-btn:before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    background-size: contain;
    background-position: center;
}
.icon-txt-btn._play:before {
    background-image: url(/images/exion/play-icon-white.svg);
}
.icon-txt-btn img {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 20px;
    width: 1em;
    height: 1em;
    object-fit: contain;
    object-position: center;
}
.icon-txt-btn._xl {
    font-size: 20px;
    font-weight: bold;
}
.icon-txt-btn._xl:before {
    height: 2em;
    width: 2em;
    margin-right: 1em;
}
.icon-txt-btn._xl img {
    top: calc(50% - 1em);
    width: 2em;
    height: 2em;
}
.icon-txt-btn._color {
    background-image: linear-gradient(135deg, #92d4f0, #bb9bbc);
}
.icon-txt-btn._no-icon:before {
    display: none;
}
.icon-txt-btn._no-icon {
    padding: 12px 28px;
}
@media screen and (max-width: 767px) {
    .icon-txt-btn {
        font-size: 16px;
    }
    .icon-txt-btn._xl {
        font-size: 18px;
    }
}
._txt-l {
    font-size: 2em;
}
._txt-l sup {
    font-size: 0.4em;
    position: relative;
    top: -0.2em;
}
.two-blk__container {
    display: flex;
}
.two-blk__img {
    display: flex;
    align-items: flex-end;
    width: 50%;
    background-color: rgba(201, 162, 100, 0.1);
}
.two-blk__img img {
    display: block;
    width: 100%;
}
.two-blk__textarea {
    position: relative;
    width: 50%;
    padding: 38px 5%;
    color: #947740;
    overflow: hidden;
}
.two-blk__textarea-inner {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: 100%;
    z-index: 2;
}
.two-blk__title {
    width: 100%;
}
.two-blk__list {
    width: 100%;
    list-style: none;
    margin: 24px 0;
    line-height: 1.5em;
}
.two-blk__list li {
    position: relative;
    padding-left: 1.2em;
    font-size: 20px;
}
.two-blk__list li:before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 0;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border: 1px #947740 solid;
    border-radius: 50%;
}
.two-blk__list li + li {
    margin-top: 2em;
}
.two-blk__point {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 72px);
    margin: -12px -38px;
}
.two-blk__point-item {
    margin: 12px 38px;
}
.two-blk__point-icon {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.two-blk__point-numb {
    position: relative;
    font-size: 42px;
    line-height: 1;
    margin: 8px 0;
}
.two-blk__point-numb sup {
    position: relative;
    top: -0.3em;
    font-size: 0.4em;
}
.two-blk__point-numb .prefix {
    position: absolute;
    top: 0.25em;
    font-size: 0.7em;
    transform: translateX(-120%);
}
@media screen and (max-width: 991px) {
    .two-blk__container {
        flex-flow: column-reverse;
    }
    .two-blk__img {
        width: 100%;
    }
    .two-blk__textarea {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media screen and (max-width: 767px) {
    .two-blk__point-item {
        margin-left: 24px;
        margin-right: 24px;
    }
    .two-blk__point {
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
    }
}
.txt-grp {
    display: inline-block;
}
.sec-target {
    position: relative;
}
.sec-target__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    opacity: 0;
    transition: 2s opacity ease;
}
.sec-target__img._woman {
    position: relative;
    top: auto;
    left: auto;
}
.sec-target__img._dot {
    animation: targetDot 5s linear 0s infinite;
    transition-delay: 1.5s;
}
.sec-target__img._line {
    transition: 2s clip-path ease;
    transition-delay: 2s;
    clip-path: polygon(41% 0, 47.5% 0, 47.5% 100%, 41% 100%);
}
.sec-target__img._words {
    transition-delay: 2.5s;
}
.fs-animated .sec-target__img {
    opacity: 1;
}
.fs-animated .sec-target__img._line {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@keyframes targetDot {
    0%,
    10%,
    20%,
    100% {
        opacity: 1;
    }
    5%,
    15% {
        opacity: 0;
    }
}
.ani-floating {
    animation: floating 5s linear infinite;
    animation-delay: var(--delay, 0s);
}
@keyframes floating {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
}