.page-template-our-service .content .content-image {
    display: flex;
}

.section.menu-service span.item-title {
    display: block;
    width: 100%;
    color: #27919C;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
}

.section.menu-service {
    background: #26454A;
    z-index: 1000;
    position: relative;

}

.section-banner.bottom .banner-content {
    display: inline-block;
    align-items: center;
}

.section-banner.bottom .bottom-banner img {
    width: 100%;
    object-fit: cover;
}

.section-banner.bottom .banner-content a.link:hover svg path {
    stroke: #27919C;
}

.section-banner.bottom .banner-content a.link {
    display: flex;
    align-items: center;
    position: relative;
}

.section-banner.bottom .banner-content a.link svg {
    margin-left: 69px;
    transition: all .5s;
}

.section-banner.bottom .banner-content a.link:hover svg {
    margin-left: 85px;
}

.section.sub-page ul.list-page {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 56px;
    row-gap: 80px;
    padding-left: 0;
    margin: 0;
}

.section.sub-page ul.list-page li.items {
    display: block;
    flex: calc(calc(100% / 3) - 56px);
    max-width: calc(calc(100% / 3) - 37.5px);
}

.our-service ul.list-page li.items:hover .item-inner {
    background-color: #26454A;
}

.our-service .item-inner h6 {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    color: #27919C;
}

.our-service .item-inner:hover h6 {
    color: #fff;
}

.our-service .item-inner {
    height: 100%;
    background: #ffffff;
    position: relative;
    transition: all .3s;
}

.our-service .item-inner a.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.our-service ul.list-page li.items .item-inner img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    ;
}

.our-service ul.list-page li.items:hover .item-inner img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.our-service ul.list-page li.items:hover .item-inner:hover:before {
    content: '';
    display: block;
    top: 15.46px;
    left: -33px;
    background: url(../images/expertise-hover-line.svg) no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 83px;
    max-height: calc(100% - 103.46px);
    z-index: 1;
    pointer-events: none;
}

.section.menu-service div.menu-item.item-level-0.has-sub>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -43px;
    width: 40px;
    height: 20px;
    background-image: url(../images/arrow-sub-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 2;
}

.section.menu-service .menu-item.item-level-0.has-sub>a.active:before {
    background-image: url(../images/arrow-sub-menu-green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.section.menu-service .sub-item .menu-item.item-level-1.has-sub>a.active {
    color: #27919C;
}

.section.menu-service .sub-item .menu-item.item-level-1.has-sub>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: -38px;
    width: 38px;
    height: 20px;
    background-image: url(../images/arrow-sub-menu-dark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 2;
}

.section.menu-service .sub-item .menu-item.item-level-1.has-sub>a.active:before {
    background-image: url(../images/green-mid-dark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

.section.menu-service .sub-item .item-inner:hover {
    background: #27919C;
}

.section.menu-service .sub-item .item-inner:hover span.item-title {
    color: #fff;
}

.section.menu-service .item-level-0 .sub-item>.item-list .item-level-2:hover .item-inner {
    background: #27919C;
}

.section.menu-service .item-level-0 .sub-item>.item-list .item-level-2:hover .item-inner span.item-title {
    color: #fff;
    ;
}

.section.menu-service .item-level-0 .sub-item>.item-list .item-level-2 .item-inner {
    background: #fff;
}

.section.menu-service .item-level-0 .sub-item>.item-list .item-level-2 .item-inner span.item-title {
    color: #27919C;
    ;
}

.section.menu-service .menu-item.item-level-0.has-sub.active>a:before {
    transform: rotate(180deg);
}

.section.menu-service .menu-item.item-level-0.has-sub>a {
    position: relative;
}

.section.sub-page ul.list-page .items:hover .item-content {
    position: relative;
    z-index: 3;
}

.section.sub-page ul.list-page .items .item-content {
    padding: 30px 30px;
    transition: all 0.3s;
}

.section.sub-page ul.list-page .items:hover .item-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s;
}

.our-service .item-image,
.section.menu-service .item-image {
    padding-top: 53.685%;
    position: relative;
    overflow: hidden;
}

.our-service .item-image img,
.section.menu-service .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

main .section.menu-service .item-image:before,
.our-service .section.menu-service .item-image:before {
    border-top: 70px solid #26454A;
    border-right: 70px solid transparent;
}

.our-service .item-image:before,
.section.menu-service .item-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 100px solid #F1F6F8;
    border-right: 100px solid transparent;
    background: transparent;
    transform: rotate(90deg);
    z-index: 1;
}

.section-banner.bottom h2.title {
    letter-spacing: -1.04px;
    color: #fff;
    margin: 0px 0 13px;
}

.section-banner.bottom .container-content {
    padding-top: 0;
    top: 47%;
}

.section.image-with-text .content-image .container {
    display: flex;
    column-gap: 90px;
    row-gap: 80px;
}

.section.image-with-text .content-image .container p {
    letter-spacing: 0;
    margin: 32px 0;
}

.section.image-with-text .content-image .image {
    position: relative;
    height: 100%;
}

.section.image-with-text .content-image.image-right .image:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    width: 100%;
    height: 58px;
    background-image: linear-gradient(-45deg, #fff 50%, transparent 50%);
    z-index: 1;
}

.section.image-with-text .content-image.image-left .image:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    width: 100%;
    height: 58px;
    background-image: linear-gradient(-45deg, #F1F6F8 50%, transparent 50%);
    z-index: 1;
}

.section.image-with-text .content-image .container ul {
    padding-left: 0;
    list-style: none;
}

.section.image-with-text .content-image .container ul li {
    letter-spacing: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
}

.section.image-with-text .content-image .container ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    width: 5px;
    height: 7px;
    background-image: url(../images/dot-list.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}


.section.top-content p {
    font-family: 'Red Hat Display';
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    color: #26454A;
    letter-spacing: 0;
    margin-bottom: 30px;
}

.section.image-with-text .content-image h3 {
    margin-top: 0;
    color: #27919C;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.section.image-with-text .content-image.image-right {
    background: #fff;
}

.section.image-with-text .content-image {
    padding: 80px 0 48px;
}

.our-service .section.top-content {
    padding: 81px 0 0;
}

.section.sub-page.section.green_dark {
    padding-top: 81px;
    padding-bottom: 80px;
}

.section.image-with-text .content-image:first-child {
    padding-top: 0;
}

.our-service .section.top-content h3 {
    margin: 0 0 24px;
}

.section-banner.bottom .description p {
    margin: 0;
}

/* Style cookie */
body .cky-notice-group {
    display: inline-flex;
    flex-wrap: wrap;
    margin-top: -35px;
    width: 100%;
}

body .cky-notice .cky-title {
    font-family: 'Red Hat Display';
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.52px;
    margin-bottom: 0;
}

body .cky-consent-bar .cky-notice-des p,
body .cky-gpc-wrapper .cky-gpc-desc p,
body .cky-preference-body-wrapper .cky-preference-content-wrapper p,
body .cky-accordion-header-wrapper .cky-accordion-header-des p,
body .cky-cookie-des-table li div:last-child p {
    font-family: 'Red Hat Display';
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

body .cky-consent-bar .cky-notice-des p a {
    color: #27919C;
}

body .cky-consent-bar .cky-notice-des p a:hover {
    text-decoration: underline;
}

body .cky-notice-des *,
body .cky-preference-content-wrapper *,
body .cky-accordion-header-des *,
body .cky-gpc-wrapper .cky-gpc-desc * {
    font-family: 'Red Hat Display';
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
}

body .cky-consent-container .cky-consent-bar {
    padding: 45px;
}

body .cky-btn {
    padding: 8px 48px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 15px 0 0;
    border-radius: 0;
}

body .cky-notice-des {
    width: 100%;
    order: 2;
}

body .cky-notice-btn-wrapper {
    justify-content: end;
    width: 100%;
    margin-bottom: 14px;
}

body button.cky-btn.cky-btn-reject {
    order: 1;
}

body button.cky-btn.cky-btn-customize {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px 70px 8px 47px;
}

body button.cky-btn.cky-btn-customize:before {
    content: '';
    display: block;
    right: 47px;
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../images/arrow-right-cookie.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

body button.cky-btn.cky-btn-customize:hover:before {
    filter: brightness(0) invert(1);
}

body button.cky-btn.cky-btn-accept {
    order: 3;
}

body button.cky-btn:hover {
    opacity: 1;
    color: #FFFFFF !important;
    background-color: #27919C !important;
    border-color: #27919C !important;
}

body button.cky-btn.cky-btn-accept:hover {
    color: #A7A7A7 !important;
    background-color: transparent !important;
    border-color: #A7A7A7 !important;
}

.menu-service a,
.menu-service h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    position: relative;
    text-transform: inherit;
}

.menu-service a.active {
    color: #3DDBD1;
}

.menu-service .sub-item .item-list {
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
}

.section.menu-service .sub-item .menu-item img {
    display: block;
    height: 141px;
    width: 100%;
    object-fit: cover;
}

.relative-content {
    display: block;
    width: 100%;
    padding: 20px 20px 15px;
    position: relative;
}

.menu-service .relative-content a span {
    color: #27919C;
}

.section.menu-service .items {
    display: flex;
    column-gap: 133px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
}


.section.menu-service .sub-item {
    display: none;
}

.section.menu-service .sub-item {
    padding-top: 15px;
}

.section.menu-service .sub-item,
.section.menu-service .sub-item .menu-item .items {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: calc((100% - 1240px) / 2);
    top: 100%;
    background: #F1F6F8;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* .section.menu-service .menu-item.scroll>a.active.active-scrollbar+.sub-item,
.section.menu-service .menu-item.scroll>a.active.active-scrollbar+.items {
    overflow: auto;
} */

.section.menu-service .sub-item .menu-item.no-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 70px solid #F1F6F8;
    border-right: 70px solid transparent;
    background: transparent;
    transform: rotate(90deg);
    z-index: 1;
}

.section.menu-service .sub-item .menu-item.item-level-1.no-image:after{
    border: 0;
}

.section.menu-service .sub-item::-webkit-scrollbar,
.section.menu-service .items::-webkit-scrollbar {
    background: transparent;
}

.section.menu-service .sub-item::-webkit-scrollbar-track,
.section.menu-service .items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.section.menu-service .sub-item::-webkit-scrollbar-thumb,
.section.menu-service .items::-webkit-scrollbar-thumb {
    background: #8e8989;
    padding: 5px 0;
}

.section.menu-service .sub-item::-webkit-scrollbar-thumb:hover,
.section.menu-service .items::-webkit-scrollbar-thumb:hover {
    background: #1f1e1e;
}

.section.menu-service .sub-item::-webkit-scrollbar,
.section.menu-service .items::-webkit-scrollbar {
    width: 4px;
    background-color: #8e8989;
    height: 10px;
}

.menu-service .menu-item.post_type .absolute-content a.button-booking {
    border-radius: 45px;
    border: 0.725px solid #27919C;
    background: #FFF;
    box-shadow: 0px 0px 14.5px 0px rgba(61, 219, 209, 0.20);
    padding: 16px 21px;
    width: 100%;
    color: #27919C;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    display: block;
    text-align: center;
}

.container-content-our-services.section {
    overflow: hidden;
}

.section.menu-service .sub-item .menu-item {
    background: #fff;
    display: inline-flex;
    margin-right: 16px;
    flex-direction: column;
    width: 263px;
    max-width: 263px;
}

.sub-level-2 {
    display: none;
}

.section.menu-service .sub-item .menu-item.has-sub>a,
.section.menu-service .sub-item .menu-item.has-sub~.menu-item:not(.has-sub)>a {
    color: #26454A;
    position: relative;
}

.section.menu-service .sub-item .menu-item.has-sub,
.section.menu-service .sub-item .menu-item.has-sub~.menu-item:not(.has-sub) {
    background: #F1F6F8;
    width: auto;
    margin-bottom: 0;
    margin-right: 60px;
    max-width: none;
}

/* .section.menu-service .sub-item .menu-item.item-level-1.has-sub.scroll .items {
    overflow: auto;
} */

.section.menu-service .sub-item .menu-item.post_type:before {
    display: none;
}

.section.menu-service .sub-item .menu-item.no-image:not(.has-sub) {
    background: #26454A;
}

.section.menu-service .sub-item .menu-item.post_type {
    position: relative;
    justify-content: flex-end;
}

.absolute-content {
    padding: 45px 26px 36px 21px;
}

.absolute-content h4 {
    margin: 21px 0 38px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
}

main.bg-blur:before {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0.3;
}

main.bg-blur {
    position: relative;
    overflow: hidden;
}

.section.menu-service .sub-item .menu-item.post_type:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 70px solid #F1F6F8;
    border-right: 70px solid transparent;
    background: transparent;
    transform: rotate(90deg);
}

main .section.menu-service .sub-item .menu-item .item-image:before {
    border-top: 70px solid #F1F6F8;
    border-right: 70px solid transparent;
}

.section.menu-service .sub-item .menu-item.has-sub .items a.button-booking {
    border-radius: 45px;
    border: 0.725px solid #27919C;
    background: #FFF;
    box-shadow: 0px 0px 14.5px 0px rgba(61, 219, 209, 0.20);
    padding: 16px 21px;
    width: 100%;
    color: #27919C;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    display: block;
    text-align: center;
}

.section.menu-service .sub-item .menu-item.item-level-2.post_type:hover {
    background: #27919C;
}

.select-service {
    display: none;
}


.btn-prev-item,
.btn-next-item {
    display: none;
}

.has-sub.scroll .btn-prev-item,
.has-sub.scroll .btn-next-item {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    box-shadow: 0px 0px 10px 0px rgba(61, 219, 209, 0.10);
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.has-sub.scroll .btn-next-item {
    left: initial;
    right: 150px;
}

.has-sub.scroll .btn-prev-item:before,
.has-sub.scroll .btn-next-item:before {
    content: '';
    display: block;
    width: 22px;
    height: 8px;
    background-image: url(../images/arr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .5s;
}

.has-sub.scroll .btn-prev-item:before {
    transform: translate(-50%, -50%) scaleX(-1);

}

.has-sub.scroll .btn-prev-item {
    left: calc((100% - 1400px) / 2);
}

.section.menu-service .items.show-on-mobile {
    display: none;
}

/* Style cookie */
@media screen and (max-width: 1366px) and (min-width: 1025px) {

    .section.menu-service .sub-item,
    .section.menu-service .sub-item .menu-item .items {
        padding-left: 70px;
    }


}

@media screen and (max-width: 1400px) {
    .has-sub.scroll .btn-prev-item {
        left: 50px;
    }
}

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


    .our-service ul.list-page li.items:hover .item-inner:hover:before {
        display: none;
    }

    .relative-content {
        display: block;
        width: 100%;
        padding: 20px;
        position: relative;
    }
}

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

    .section.menu-service .items {
        column-gap: 60px;
    }

    .menu-service .sub-item .item-list {
        display: flex;
    }
}


@media screen and (min-width: 768px) {
    .section.menu-service span.item-title {
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 84px;
        height: 84px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .absolute-content {
        padding: 48px 20px;
    }

    .has-sub.scroll .btn-prev-item,
    .has-sub.scroll .btn-next-item {
        width: 40px;
        height: 40px;
    }

    .has-sub.scroll .btn-prev-item:before,
    .has-sub.scroll .btn-next-item:before {
        width: 18px;
    }
}

@media only screen and (max-width: 1199px) {
    .section.sub-page ul.list-page li.items {
        flex: calc(calc(100% / 2) - 40px);
        max-width: calc(calc(100% / 2) - 20px);
    }

    .section.sub-page ul.list-page {
        row-gap: 40px;
        column-gap: 40px;
    }
}

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

    .section.menu-service .sub-item::-webkit-scrollbar,
    .section.menu-service .items::-webkit-scrollbar {
        width: 4px;
        height: 5px;
    }

    .section.menu-service .sub-item,
    .section.menu-service .sub-item .menu-item .items {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .section.sub-page ul.list-page {
        justify-content: space-between;
    }
}

@media screen and (max-width: 991px) {
    .section.menu-service div.menu-item.item-level-0.has-sub>a:before {
        top: 1px;
        right: -35px;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub {
        margin-bottom: 0;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub>a:before {
        top: 2px;
        right: -38px;
    }

    .section.menu-service .items {
        column-gap: 40px;
    }

    .menu-service a,
    .menu-service h4 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .section.menu-service .menu-item.item-level-0.has-sub>a:before {
        top: 0px;
        right: -34px;
    }

    .section.image-with-text .content-image .container {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 34px;
    }

    .section.image-with-text .content-image .image.right {
        order: -1;
    }

    .section.image-with-text .content-image h3 {
        line-height: 36px;
    }

    .section.image-with-text .content-image .container p {
        margin: 27px 0;
    }

    .section.image-with-text .content-image h3 {
        margin-bottom: 0px;
    }

    body .cky-btn {
        padding: 8px 40px;
    }

    body button.cky-btn.cky-btn-customize {
        padding: 8px 60px 8px 37px;
    }

    body button.cky-btn.cky-btn-customize:before {
        right: 37px;
    }
}

@media screen and (max-width: 768px) {
    body .cky-notice-group {
        margin-top: 0;
    }

    body .cky-notice-des {
        order: -1;
    }

    body .cky-notice .cky-title {
        margin-bottom: 10px;
    }
}

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

    .has-sub.scroll .btn-prev-item,
    .has-sub.scroll .btn-next-item {
        display: none;
    }

    main .section.menu-service .sub-item .menu-item .item-image:before {
        display: none;
    }

    .section.menu-service .sub-item .menu-item.no-image:after {
        display: none;
    }

    .section.menu-service .menu-item.scroll>a.active.active-scrollbar+.sub-item {
        overflow: inherit;
        background: transparent;
    }

    .section.menu-service .sub-item .menu-item.has-sub,
    .section.menu-service .sub-item .menu-item.has-sub~.menu-item:not(.has-sub) {
        width: 100%;
        background: transparent;
        margin-right: 0;
        margin-bottom: 16px;
        max-width: 100%;
        padding-right: 20px;
    }

    .section.menu-service .sub-item .menu-item.has-sub>a,
    .section.menu-service .sub-item .menu-item.has-sub~.menu-item:not(.has-sub)>a {
        color: #3DDBD1;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .menu-item.item-level-0.has-sub {
        margin-bottom: 16px;
        outline: none;
    }

    main .section.menu-service .sub-item.menu-green-dark .menu-item.item-level-2 .item-image:before {
        display: none;
    }

    .section.menu-service div.menu-item.item-level-0.has-sub>a:before {
        right: 0;
        width: 28px;
        top: 3px;
    }

    .section.menu-service .item-level-0 .sub-item>.item-list .item-level-2:hover .item-inner {
        background: transparent;
    }

    .section.menu-service .item-level-0 .sub-item>.item-list .item-level-2 .item-inner {
        background: transparent;
    }

    .menu-service .sub-item .item-list {
        width: 100%;
    }

    .section.menu-service .sub-item {
        overflow: inherit;
    }

    main.bg-blur:before {
        display: none;
    }

    .section.menu-service .sub-item .menu-item.item-level-2.post_type:hover {
        background: transparent;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub:last-child {
        margin-bottom: 0;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub>a.active {
        color: #3DDBD1;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub>a.active:before {
        transform: rotate(0deg);
        background-image: url(../images/arrow-sub-menu-green.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .section.menu-service .sub-item .menu-item.item-level-2.post_type {
        background: transparent;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .section.menu-service .sub-item.menu-green-dark .menu-item.item-level-2.post_type:before {
        display: none;
    }

    .our-service .section.top-content h3 {
        margin: 0 0 24px;
    }

    .our-service .section.top-content {
        padding: 48px 0 0;
    }

    .section.sub-page.section.green_dark {
        padding-top: 39px;
        padding-bottom: 50px;
    }

    .section.top-content p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .section.image-with-text .content-image {
        padding: 38px 0 48px;
    }

    .section.image-with-text .content-image {
        padding: 50px 0 20px;
    }

    .section-banner.bottom .container-content {
        position: absolute;
        padding-top: inherit;
        transform: translateY(-50%);
    }

    .section-banner.bottom .bottom-banner img {
        height: 121px;
        object-fit: cover;
    }

    .section-banner.bottom h2.title {
        letter-spacing: -0.02em;
        margin: 0;
    }

    .section-banner.bottom .description p {
        letter-spacing: -0.32px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .section-banner.bottom .banner-content a.link {
        letter-spacing: 0;
    }

    .section-banner.bottom .banner-content a.link svg {
        margin-left: 44px;
    }

    .section-banner.bottom .banner-content a.link:hover svg {
        margin-left: 65px;
    }

    .section-banner.bottom .banner-content {
        margin-top: -10px;
    }

    .section.image-with-text .content-image h3 {
        text-transform: inherit;
    }

    .section.menu-service .items {
        display: block;
        padding: 24px 20px;
    }

    .section.menu-service .container {
        padding: 0;
    }

    .section.menu-service .menu-item.item-level-0.has-sub>a {
        width: 100%;
        display: block;
    }

    .section.menu-service .menu-item.item-level-0.has-sub>a:before {
        right: 0;
        width: 28px;
    }

    .section.menu-service .sub-item,
    .section.menu-service .sub-item .menu-item .items {
        position: relative;
        padding-bottom: 0;
        padding-left: 24px;
        padding-top: 16px;
        background: transparent;
    }

    main .section.menu-service .item-image {
        padding-top: 0;
        position: relative;
    }

    .section.menu-service .sub-item .menu-item img {
        display: none;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub {
        background: transparent;
        width: 100%;
        max-width: 100%;
        margin-bottom: 16px;
        padding-right: 0;
    }

    .section.menu-service .sub-item.menu-green-dark {
        background: transparent;
    }

    .section.menu-service .sub-item .menu-item {
        width: 100%;
        background: transparent;
        margin-right: 0;
        margin-bottom: 16px;
        max-width: 100%;
        padding-right: 20px;
    }

    .section.menu-service .sub-item .item-inner:hover {
        background: transparent;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub>a:before {
        right: 0;
        top: 1px;
        width: 28px;
        transform: rotate(180deg);
        background-image: url(../images/arrow-sub-menu-green.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .relative-content {
        padding: 0;
    }

    .our-service .section.menu-service .item-inner {
        background-color: transparent;
    }

    .section.menu-service span.item-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.32px;
        color: #3DDBD1;
    }

    .menu-service .sub-item .item-list {
        display: block;
        width: 100% !important;
    }

    .section.menu-service .sub-item .menu-item.has-sub .items {
        background: transparent;
    }

    .absolute-content {
        padding: 0;
    }

    .section.menu-service .sub-item .menu-item.has-sub .items a.button-booking {
        display: none;
    }

    .section.menu-service .sub-item .menu-item.has-sub .items>div.menu-item.item-level-2.post_type:before {
        display: none;
    }

    .menu-service a,
    .menu-service h4 {
        margin: 0;
    }

    .our-service .section.menu-service .item-image:before {
        display: none;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub a,
    .section.menu-service .sub-item .menu-item.item-level-1.has-sub a>h4 {
        color: #3DDBD1;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.32px;
        padding-right: 20px;
        display: block;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub a>h4 {
        position: relative;
        color: #fff;
    }

    .section.menu-service .sub-item .item-level-1.has-sub .items .item-level-2 a.link-item {
        position: relative;
        padding-right: 0;
    }

    .section.menu-service .sub-item .item-level-1.has-sub .items .item-level-2 a.link-item span.item-title {
        color: #fff;
    }

    .section.menu-service .sub-item .menu-item.item-level-1.has-sub a>h4:before,
    .section.menu-service .sub-item .item-level-1.has-sub .items .item-level-2 a.link-item:before {
        content: '';
        display: block;
        position: absolute;
        left: -18px;
        top: 8px;
        width: 5px;
        height: 7px;
        background-image: url(../images/dot-list.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .section.menu-service .sub-item .item-level-1.has-sub .items {
        padding-top: 12px;
        margin-bottom: -8px;
    }

    .select-service {
        display: block;
        padding: 20px 20px 19px;
        border-bottom: 1px solid #fff;
    }

    .select-service span {
        color: #F1F6F8;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.36px;
        word-spacing: 5px;
        width: 100%;
        display: block;
        position: relative;
    }

    .select-service.active span {
        color: #3DDBD1;
    }

    .select-service span:before {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        right: 9px;
        width: 11px;
        height: 9px;
        background-image: url(../images/arrow-sub-menu.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        z-index: 2;
    }

    .select-service.active span:before {
        background-image: url(../images/arrow-sub-menu-green.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }

    li.menu-item.item-level-0.has-sub {
        margin-bottom: 16px;
    }

}

@media screen and (max-width: 599px) {
    .section.sub-page ul.list-page li.items {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .section.sub-page ul.list-page {
        row-gap: 56px;
    }

    .section.image-with-text .content-image .container p {
        margin: 31px 0;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .section.image-with-text .content-image .container ul li {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

}

@media screen and (max-width: 576px) {
    body .cky-consent-container .cky-consent-bar {
        padding: 25px 0px;
    }

    body button.cky-btn.cky-btn-customize:before {
        right: 35%;
    }

    .section.image-with-text .content-image .image img {
        width: 100%;
    }

}


@media (max-width: 425px) {
    body .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 10px;
    }
}

@media (max-width: 390px) {
    .section.sub-page .item-image img {
        height: 203px;
        object-fit: cover;
    }

    .our-service .item-image {
        padding-top: 57.685%;
    }
}

@media (max-width: 389px) {
    .section.sub-page .item-image img {
        height: auto;
    }

    .our-service .item-image {
        padding-top: 53.685%;
    }
}

@media screen and (max-width: 375px) {
    .section-banner.bottom .banner-content a.link svg {
        margin-left: 30px;
    }

    .section-banner.bottom .banner-content a.link:hover svg {
        margin-left: 30px;
    }

}