/* BEGIN c-button-9 */
.c-button-1 {
    display: inline-flex;
    gap: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    background: var(--Gradient-green2);
    border-radius: 50px;
}
.c-button-1.small {
    padding: 12px 40px;
}
/* END c-button-9 */
/* BEGIN c-button-4 */
.c-button-4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: var(--Gradient-Gold);
    display: inline-flex;
    padding: 16px 60px;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-xs, 8px);
    font-weight: 800;
    margin-top: var(--spacing-xl);
    border-radius: 50px;
    box-shadow: none;
    white-space: nowrap;
}
.c-button-4.small {
    padding: 12px 40px;
}
/* END c-button-4 */
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}
.hd-menu h2 span,
.hd-menu-mobile h2 span {
    padding: 2px 8px;
    border-radius: var(--border-radius-round);
    background: var(--color-border-input-error);
    font-weight: 500;
    color: var(--color-text-body-3);
}
a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Style chung b-search */
[class*="b-search-"] {
    color: var(--color-text-input-default);
    font-size: 13px;
    width: 338px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--border-radius-md);
    border: 1px solid var(--color-border-input-default);
    background: var(--color-surface-input, #feffff);
}
[class*="b-search-"] > input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"] > input::-webkit-input-placeholder {
    color: var(--color-text-input-default);
}
[class*="b-search-"] > input::-moz-placeholder {
    color: var(--color-text-input-default);
}
[class*="b-search-"] > input:-moz-placeholder {
    color: var(--color-text-input-default);
}
[class*="b-search-"] > input:-ms-input-placeholder {
    color: var(--color-text-input-default);
}
[class*="b-search-"] > input:focus {
    outline: none;
}
[class*="b-search-"] > button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"] > button i {
    line-height: inherit;
}

.b-search-2 > button:not([class]) {
    color: inherit;
    padding: 0;
    background-color: transparent;
}
/* BEGIN s-header-2 */
.s-header-2 {
    position: relative;
    font-family: var(--font-2);
}
.s-header-2 .hd-contact {
    font-weight: 700;
    margin-right: 20px;
    background: linear-gradient(90deg, rgba(63, 126, 79, 0.14) 0%, rgba(100, 169, 118, 0.0728) 50%, rgba(47, 108, 63, 0.14) 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 18px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.s-header-2 .hd-contact span {
    background: var(--Gradient-green2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.s-header-2 .s_bot {
    box-shadow: 0px 2px 5px #999;
    z-index: 111;
}
.s-header-2 .hd-logo {
    font-size: 14px;
    padding: 0.715em 0 0.715em 0;
}
.s-header-2 .hd-logo > img {
    height: 44px;
}
.s-header-2 .hd-menu {
    margin: 0 auto;
}
.s-header-2 .hd-menu > ul > li {
    display: inline-block;
    position: relative;
}
.s-header-2 .hd-menu > ul > li > a {
    display: block;
    padding: 14px 10px;
    line-height: 35px;
    transition: all 0.3s linear;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.s-header-2 .hd-menu > ul > li > a img {
    display: inline-block;
    width: 32px;
    position: absolute;
    top: 0;
    right: -17px;
}
.s-header-2 .hd-menu > ul > li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-primary);
    transform: scale(0);
    transition: 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}
.s-header-2 .hd-menu > ul > li:hover > a::after {
    transform: scale(1);
}
.s-header-2 .hd-menu > ul > li > ul {
    visibility: hidden;
    overflow: hidden;
    min-width: 200px;
    background-color: #fff;
    z-index: 2000;
    position: fixed;
    left: 0;
    font-weight: 600;
    text-align: center;
    color: var(--color-primary);
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 62px 17px 0px rgba(186, 186, 186, 0), 0px 40px 16px 0px rgba(186, 186, 186, 0.01), 0px 22px 13px 0px rgba(186, 186, 186, 0.05),
    0px 10px 10px 0px rgba(186, 186, 186, 0.09), 0px 2px 5px 0px rgba(186, 186, 186, 0.1);
}
.s-header-2 .hd-menu > ul > li > ul > li a {
    display: block;
    padding: var(--spacing-xs);
}
.s-header-2 .hd-menu > ul > li > ul > li:hover a {
    color: #fff;
    background: var(--Gradient-Gold);
}
.s-header-2 .hd-menu > ul > li.is-active > a {
    color: var(--color-primary);
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > ul {
    visibility: visible;
    position: absolute;
}
.s-header-2 .hd-search {
    position: relative;
    line-height: 0;
    margin-left: 20px;
}
.s-header-2 .hd-search > a {
    font-size: 22px;
}
.s-header-2 .hd-search > a i, .s-header-2 .hd-search > a svg  {
    font-size: 24px;
    color: var(--color-primary);
}
.s-header-2 .hd-search > form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: 46px;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
    box-shadow: none;
}
.s-header-2 .hd-search > form.is-active {
    display: -webkit-flex;
    display: flex;
}
.s-header-2 .hd-menu-mobile {
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #fff;
    width: 100%;
    transition: 0.5s;
    z-index: 99999;
    height: 100vh;
}
.s-header-2 .hd-menu-mobile.is-active {
    left: 0;
}
.s-header-2 .hd-menu-mobile > ul > li a {
    display: flex;
    align-items: center;
    padding: 14px var(--spacing-md);
    font-weight: 500;
    position: relative;
    justify-content: space-between;
}
.s-header-2 .hd-menu-mobile > ul > li.hd-menu-mobile-sub > a::after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
}
.s-header-2 .hd-menu-mobile-sub-box {
    min-width: 200px;
    background-color: #fff;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: var(--spacing-sm);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.s-header-2 .hd-menu-mobile-sub-box.is-active {
    left: 0;
    opacity: 1;
    pointer-events: visible;
}
.s-header-2 .hd-menu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-md);
}
.s-header-2 .hd-menu-mobile-top-logo {
    margin: 0 auto;
}
.s-header-2 .hd-menu-mobile-top-logo img {
    height: 40px;
}
.s-header-2 .hd-menu-mobile-top-close {
    font-size: 30px;
}
.s-header-2 .hd-menu-mobile-top-title {
    font-size: var(--font-size-H6);
    font-weight: 700;
}
.s-header-2 .hd-menu-mobile-top-back {
    font-size: 22px;
    color: #7a7a7a;
}

/* END s-header-2 */
.s-footer-1 {
    margin-top: 80px;
    padding: 40px 0;
    color: #fff;
    background: radial-gradient(284.26% 189.06% at 86.13% -29.15%, #2e786b 0%, #31a38e 100%);
}
.s-footer-1 .ft-name {
    font-weight: 700;
    margin-bottom: 20px;
}
.s-footer-1 .ft-logo {
    margin-bottom: 35px;
}
.s-footer-1 .ft-logo img {
    width: 230px;
}
.s-footer-1 .ft-menu li {
    /* color: var(--color-text-body-1); */
    margin-bottom: var(--spacing-sm);
    display: flex;
    gap: 8px;
    font-size: 17px;
}
.s-footer-1 .ft-menu li div span {
    display: block;
}
.s-footer-1 .ft-title {
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: var(--spacing-lg);
}
.s-footer-1 .ft-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-footer-1 .ft-info {
    text-align: left;
}
.s-footer-1 .ft-social {
    display: flex;
    gap: 24px;
    margin-bottom: var(--spacing-xl);
}
.s-footer-1 .ft-social a {
    font-size: 16px;
}
.s-footer-1 .ft-social a img {
    /* filter: grayscale(1); */
    transition: 0.5s;
}
.s-footer-1 .ft-social a:hover img {
    filter: grayscale(0);
}
.s-footer-1 .ft-bot {
    color: #fff;
    padding: var(--spacing-xs) 0;
    background: var(--Gradient-green);
    margin-top: 56px;
    text-align: center;
}
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 14px;
    z-index: 100;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.s-icon-1 > a {
    position: relative;
    padding: 10px 8px 5px 10px;
    display: -webkit-box;
    transition: 0.5s;
    background-color: rgb(255 255 255 / 80%);
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 8.23529px 12.3529px 12.3529px rgba(0, 0, 0, 0.1);
}
.s-icon-1 > a > span:first-child {
    color: var(--color-primary);
    font-size: 0.929em;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 13px;
    opacity: 0;
    transition: 0.3s linear;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    white-space: nowrap;
    background-color: rgb(255 255 255 / 80%);
    box-shadow: 8.23529px 12.3529px 12.3529px rgb(0 0 0 / 10%);
}
.s-icon-1 > a > span:last-child {
    position: relative;
    display: inline-block;
    width: 25px;
}
/* END s-icon-1 */
.headline-1 {
    margin-bottom: 40px;
    font-size: var(--font-size-H3);
    font-style: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.headline-1 img {
    width: 30px;
}
.headline-1 .title {
    background: radial-gradient(846.88% 140.35% at 86.03% 100%, #2e786b 0%, #31a38e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-3);
    font-size: 40px;
    font-weight: 400;
}
.form-box {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.form-box .form-lable {
    color: #fff;
    width: 45%;
    font-weight: 500;
    font-size: 18px;
}
.form-box .c-form-border {
    width: 65%;
    margin-bottom: 0;
}
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid var(--color-border-input-default);
    background: var(--color-surface-input);
    padding: 3px 5px;
}
.c-form-border .c_icon {
    padding: 10px 0;
}
.c-form-border .c_icon svg {
    transform: translateY(4px);
}
.c-form-border .c_input {
    height: unset;
    padding: 10px;
    display: block;
    width: 100%;
    background: none;
    border: none;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #05a;
}

.c-form-border.is-error {
    /* margin-bottom: 1.786em; */
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon + .c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon + .c_error > span {
    left: 0;
    margin: 0;
}
.c-form-border textarea.c_input + .c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label > span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
    color: inherit;
}
.c-radio label:hover {
    color: #05a;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: "";
    display: block;
    border-radius: 100%;
    background-color: #05a;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type="radio"] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type="radio"]:checked ~ .c_tick {
    border-color: #05a;
    opacity: 1;
}
.c-radio input[type="radio"]:checked ~ .c_tick::before {
    opacity: inherit;
}
.c-radio input[type="radio"]:checked + .c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type="radio"][disabled] ~ .c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type="radio"][disabled] ~ .c_tick::before {
    opacity: inherit;
}

/* END c-radio */
/* Style chung select */
.c-select {
    position: relative;
    color: #999;
}
.c-select.c-form > .c-icons {
    width: 12px;
}
.c-select.c-form > .c_input {
    padding: 0;
}
.c-select > .c_input {
    height: 36px;
    line-height: 36px;
    padding: 0 30px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}
.c-select > .c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}
.c-select > .c-icons > i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 217px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10000;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 50px;
}
.c-select.is-focused > .c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}

/* BEGIN c-select-single */
.c-select .c-radio {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover,
.c-select .c-radio.is-selected {
    color: #fff;
    background-color: var(--color-primary);
    box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
    font-family: inherit;
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 10px 0;
}
.c-select .c-radio label:hover {
    color: #fff;
}

/* END c-select-single */
/* BEGIN s-tab-4 */
.s-tab-4 .s_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin-top: 32px;
}

.s-tab-4 .s_menu > li a {
    display: block;
    padding: unset;
    color: #444;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    transition: 0.3s;
}

.s-tab-4 .s_menu > li a i {
    display: block;
    font-size: 20px;
    line-height: 30px;
}
.s-tab-4 .s_content {
    padding: 20px 0;
}
.s-tab-4 .s_content > div {
    display: none;
}
.s-tab-4 .s_content > div:first-child {
    display: block;
}
.s-tab-4.s-tab--icon .s_menu div a {
    border-radius: 5px;
}

/* END s-tab-4 */
.s-tab-4 {
    background-image: linear-gradient(
            180deg,
            #fff 4.18%,
            rgba(255, 255, 255, 0.61) 12.62%,
            rgba(255, 255, 255, 0) 46.34%,
            rgba(255, 255, 255, 0.54) 81.01%,
            #fff 97.88%
    ),
    url(../images/bg/bg-address.jpg);
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
}
.s-tab-4 .arrow-box {
    width: 90%;
    margin: 0 auto;
}
.s-tab-4 .swiper {
    width: 90%;
}
.s-tab-4 .swiper .swiper-button-prev,
.s-tab-4 .swiper .swiper-button-next {
    opacity: 0;
}

#swiper-banner-mobile {
    display: none;
}
.arrow-box {
    position: relative;
}
.arrow-box-next,
.arrow-box-prev {
    position: absolute;
    top: 50%;
    font-size: 32px;
    transform: translateY(-50%);
    color: #b0b0b0;
    cursor: pointer;
    transition: 0.5s;
}
.arrow-box-next:hover,
.arrow-box-prev:hover {
    color: var(--color-primary);
}
.arrow-box-next {
    right: 0;
}
.arrow-box-prev {
    left: 0;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
    opacity: 0;
    transition: 0.5s;
}
.swiper-banner:hover .swiper-button-next,
.swiper-banner:hover .swiper-button-prev {
    opacity: 1;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}
.swiper-banner .swiper-pagination-bullet {
    background-color: #d9d9d9;
    transition: 0.5s;
}
.swiper-banner .swiper-pagination-bullet-active {
    background-color: #fff;
    transition: 0.5s;
    border-radius: 10px;
    width: 25px;
}

#modal-booking .c-modal-box {
    max-width: 1230px;
}
#modal-booking .c-modal-group {
    background-color: transparent;
    border-radius: none;
    box-shadow: unset;
}
#modal-booking .c_body {
    padding: 0;
}

.section-booking-room {
    padding: 25px;
}

.c-form-booking {
    /* background-image: url(../images/booking.png); */
    background-image: url(../images/bg/banner-booking-01.jpg);
    background-size: cover;
    background-position: bottom;
    overflow: unset;
    background-repeat: no-repeat;
    border-radius: 40px;
}
.c-form-booking .c_frame {
    width: 42%;
    margin-left: auto;
    padding: 50px 0;
}
.c-form-booking .c_headline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}
.c-form-booking .c_box {
    text-align: center;
    border-radius: 20px;
    padding: 8px 26px;
    border: 2px solid #f5d485;
    background: linear-gradient(227deg, rgba(255, 255, 255, 0) 25.71%, rgba(255, 255, 255, 0.27) 37.28%, rgba(255, 255, 255, 0.08) 54.26%),
    linear-gradient(65deg, rgba(37, 97, 89, 0.45) 5.94%, rgba(28, 81, 74, 0.45) 48.75%, rgba(40, 100, 92, 0.45) 77.71%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-form-booking .c_box h4 {
    font-size: 20px;
    background: linear-gradient(88deg, #cfa854 37.29%, #f5d485 60.18%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-3);
}
.c-form-booking .c_box h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
}
.c-form-booking .c_box h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.c-form-booking .c_title {
    position: relative;
}
.c-form-booking .c_title img {
    position: absolute;
    top: 38px;
    left: -2px;
    width: 100px;
    transform: rotate(45deg);
}
.c-form-booking .c_title h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.c-form-booking .c_title h2 {
    font-weight: 900;
    background: linear-gradient(88deg, #eac26b 21.99%, #f5d485 74.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
}
.c-form-booking form {
    width: 80%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .s-tab-4 .s_menu > li a::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: var(--color-primary);
        transition: 0.5s;
    }
    .s-tab-4 .s_menu > li a:hover::after,
    .s-tab-4 .s_menu > li.is-active a::after {
        width: 100%;
    }
    .s-tab-4 .s_menu > li:not(:last-child) a {
        margin-right: 40px;
    }
    .s-icon-1 > a:hover > span:first-child {
        opacity: 1;
        width: 170px;
    }
    .c-form-booking .c_img {
        display: none;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-2 .hd-menu > ul > li > a {
        padding: 14px 4px;
    }
    .c-form-booking {
        background-position: right;
        background-size: cover;
    }
    .c-form-booking .c_frame {
        width: 65%;
    }
}
@media screen and (max-width: 991px) {
    .s-header-2 .hd-menu {
        display: none;
    }
    .s-header-2 a[ht-trigger="hd-menu"] {
        display: block;
    }
    .s-header-2 .hd-search {
        display: block;
        position: unset;
    }
    .s-header-2 .hd-logo {
        margin: 0 auto;
    }
    .s-header-2 .hd-search-top {
        display: none;
    }
    .s-header-2 .hd-contact {
        margin-left: auto;
    }
    .s-footer-1 .ft-center {
        display: block;
        margin: var(--spacing-lg) 0;
    }
    .s-footer-1 .ft-bot {
        margin-top: 20px;
    }
    .s-tab-4 .s_menu {
        justify-content: flex-start;
        gap: 8px;
    }
    .s-tab-4 .s_menu li {
        width: calc(100% / 3 - 8px);
    }
    .s-tab-4 .s_menu li a {
        border-radius: var(--border-radius-md);
        border: 1px solid var(--color-border-divider-disabled, #d1d1d1);
        color: #6d6d6d;
        padding: var(--spacing-xs) var(--spacing-sm);
    }
    .s-tab-4 .s_menu li.is-active a {
        background-color: var(--color-primary);
        color: #fff;
    }
    .s-tab-4 .arrow-box {
        width: 100%;
    }
    .s-tab-4 .swiper {
        width: 100%;
    }
    .c-form-booking .c_frame {
        width: 100%;
        margin: 0 auto;
        padding: 12px;
    }
    .c-form-booking form {
        width: 100%;
    }
    .c-form-booking .c_img {
        margin-bottom: 20px;
    }

    .mobile-nav-header {
        display: flex;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #0c574a;
    }
    .mobile-nav-header .btn-sitenav-close {
        width: 18px;
        margin-right: 10px;
    }
    .mobile-nav-header a {
        display: flex;
        border: 0;
    }
}
@media screen and (max-width: 767px) {
    .s-header-2 .hd-register {
        display: none;
    }
    .s-header-2 .hd-contact {
        display: none;
    }
    .headline-1 {
        margin-bottom: 12px;
    }
    .headline-1 .title {
        font-size: 32px;
    }
    .headline-1 img:first-child {
        display: none;
    }
    .form-box .form-lable {
        display: none;
    }
    .form-box .c-form-border {
        width: 100%;
    }


    .hd-search a {
        position: absolute;
        right: 30px;
        top: 20px;
    }
}
@media screen and (max-width: 575px) {
    .s-header-2 .hd-logo > div,
    .s-header-2 .hd-social {
        display: none;
    }

    .s-header-2 .hd-search > form {
        width: 95%;
        right: 50%;
        transform: translateX(50%);
        margin-top: var(--spacing-md);
    }
    .customer .headline-1 {
        display: block;
        text-align: center;
    }
    .customer .headline-1 img {
        margin: 12px auto;
    }
    #swiper-banner-mobile {
        display: block;
    }
    #swiper-banner-destop {
        display: none;
    }
    .c-form-booking .c_title {
        margin-top: 12px;
    }
    .c-form-booking .c_title img {
        /* left: 2%; */
        top: 23px;
    }
    .c-form-booking .c_box {
        border-radius: 50px;
        border-width: 3px;
    }
    .c-form-booking .c_box h5 {
        display: none;
    }
    .c-form-booking .c_title h3 {
        font-size: 16px;
        font-weight: 400;
    }
    .c-form-booking .c_title h2 {
        font-size: 32px;
    }
    .c-form-booking .c_box h3 {
        font-size: 16px;
    }
    .s-footer-1 {
        margin-top: 30px;
    }
}
.clear40{
    clear:both;
    margin:20px 0;
}
.clear60{
    clear:both;
    margin:30px 0;
}
.grecaptcha-badge {
    visibility: hidden;
}
.btn-header > a, .btn-header {
    font-size: 12px;
    margin-right: 10px;
}
.hd-register.btn-header {
    margin-right: 0px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.hd-contact.btn-header {
    margin-right: 10px;
}
#result ul {
    border: thin solid #ccc;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-top: 5px solid #006ADD;
    background: #fff;
    display: grid;
    grid-template-columns: 4fr 6fr;
}
#result ul li {
    /* width: 50%;
    float: left; */
    list-style: none;
    border-bottom: thin solid #ccc;
    padding: 8px 0 0 20px;
}
li > .clearfix > h3 {
    font-weight: bold;
}
.clear20{
    clear: both;
    margin: 10px 0;
}
.clear40 {
    clear: both;
    padding: 20px 0;
}
.maxwidth {
    margin: 0 auto;
    position: relative;
}
.hlsearch{
    background-color: yellow;
}
.dtcontent img {
    width: auto;
    height: auto;
}


/**** ADD MORE CSS ***/

/* find */
.find {
    padding: 64px 0;
}
.find .text {
    margin-bottom: 40px;
    color: var(--color-text-body-2);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}
.find .text span {
    color: var(--color-text-body-2);
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
}
@media (max-width: 768px) {
    .find {
        padding: 32px 0;
    }
    .find .text {
        font-size: 16px;
    }
}
/* find */

/* tab_status */
.tab_status {
    padding-bottom: 80px;
}
.tab_status .tab_control {
    display: flex;
}
.tab_status .tab_control .item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4);
    padding: 52px 0px;
    background: linear-gradient(243deg, rgba(38, 171, 148, 0.15) 14.05%, rgba(49, 163, 142, 0.07) 85.63%);
}
.tab_status .tab_control .item h5 {
    color: #2e786b;
    text-align: center;
    font-family: var(--font-3);
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.64px;
}
.tab_status .tab_control .item.active {
    background: var(--Gradient-green3);
}
.tab_status .tab_control .item.active h5 {
    color: #fff;
}
.tab_status .tab_content .item {
    display: none;
}
.tab_status .tab_content .item.active {
    display: flex;
}
.tab_status .tab_content .item .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--Gradient-green);
}
.tab_status .tab_content .item .right .top {
    margin-bottom: 40px;
}
.tab_status .tab_content .item .right .top,
.tab_status .tab_content .item .right .bottom {
    width: 80%;
    color: #fff;
    text-align: justify;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.tab_status .tab_content .item .right,
.tab_status .tab_content .item .left {
    width: calc(100% / 2);
}
.tab_status .right{
    padding:0 10px;
    color:#f2f9ff;
}
.tab_status .tab_box {
    display: flex;
}
@media (max-width: 991px) {
    .tab_status .tab_control {
        flex-wrap: wrap;
    }
    .tab_status .tab_control .item {
        width: calc(100% / 2);
    }
    .tab_status .tab_content .item.active {
        flex-wrap: wrap;
    }
    .tab_status .tab_content .item .left,
    .tab_status .tab_content .item .right {
        width: 100%;
    }
    .tab_status .tab_content .item .right {
        padding: 20px !important;
    }
    .tab_status .tab_control .item h5 {
        font-size: 24px;
    }
    .tab_status-2 .tab_content .item .right .thumb {
        width: 100% !important;
    }
    .tab_status .tab_box {
        flex-direction: column-reverse;
    }
    .tab_status .tab_content .item .right .top,
    .tab_status .tab_content .item .right .bottom {
        width: 100%;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .tab_status .tab_control .item {
        padding: 10px 0 !important;
    }
    .tab_status .tab_control .item h5 {
        font-size: 20px;
    }
    .tab_status {
        padding-bottom: 40px;
    }
}
/* tab_status */

/* why_to */
.why_to {
    padding-bottom: 80px;
    position: relative;
}
.why_to .text {
    margin-bottom: 40px;
    color: var(--color-text-body-2);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
}
.why_to .text span {
    color: var(--color-text-body-2);
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.28px;
}
.why_to .list_card {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 84px;
    gap: 18px;
}
.why_to .list_card .top,
.why_to .list_card .bottom {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.why_to .list_card .why_card {
    width: 374px;
    padding: 20px 26px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgb(218, 242, 237);
    box-shadow: 0px 4px 4.6px 0px rgba(46, 120, 107, 0.26);
}
.why_to .list_card .why_card.lg {
    width: 516px;
}
.why_to .list_card .bottom .why_card.lg {
    width: 650px;
}
.why_to .list_card .why_card .top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 24px;
}
.why_to .list_card .why_card .top img {
    width: 92px;
    height: 92px;
}
.why_to .list_card .why_card .top h5 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    background: radial-gradient(417.39% 64.74% at 92.95% 102.46%, #2e786b 0%, #31a38e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why_to .list_card .why_card .bottom {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
}
@media (max-width: 1491px) {
    .why_to .list_card .why_card {
        width: 100%;
    }
    .why_to .list_card .why_card.lg,
    .why_to .list_card .bottom .why_card.lg {
        width: 100%;
    }
    .why_to .list_card .why_card .top h5 br {
        display: none;
    }
}
@media (max-width: 575px) {
    .why_to {
        padding-bottom: 40px;
    }
    .why_to .text {
        font-size: 16px;
    }
    .why_to .list_card {
        padding: 0 20px;
    }
    .why_to .list_card .why_card .top {
        gap: 0;
    }
}
/* why_to */

/* process */
.process {
    background: rgb(248, 248, 248);
    margin-bottom: 0;
    padding-bottom: 260px;
}
@media (max-width: 991px) {
    .process {
        padding-bottom: 80px;
    }
}
/* process */

/* customer */
.customer {
    background: rgb(248, 248, 248);
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .customer {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
}
/* customer */

/* tab_status-2 */
.tab_status-2 {
    background: rgb(248, 248, 248);
    padding-bottom: 60px;
}
.tab_status-2 .tab_control {
    display: flex;
}
.tab_status-2 .tab_control .item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: calc(100% / 4);
    padding: 52px 0px;
    background: linear-gradient(243deg, rgba(38, 171, 148, 0.15) 14.05%, rgba(49, 163, 142, 0.07) 85.63%);
}
.tab_status-2 .tab_control .item h5 {
    color: #2e786b;
    text-align: center;
    font-family: var(--font-3);
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.64px;
}
.tab_status-2 .tab_control .item img {
    width: 16%;
    height: auto;
    object-fit: cover;
}
.tab_status-2 .tab_control .item.active {
    background: radial-gradient(663.8% 85.52% at 109.17% 25.17%, #2e786b 0%, #31a38e 100%);
}
.tab_status-2 .tab_control .item.active h5 {
    color: #fff;
}
.tab_status-2 .tab_content {
    background-image: url(/assets/img/layout/Rectangle172.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_status-2 .tab_content .item {
    display: none;
}
.tab_status-2 .tab_content .item.active {
    display: flex;
}
.tab_status-2 .tab_content .item .left {
    padding: 56px;
    width: 60%;
    border-radius: 0 302px 302px 0;
    background: rgb(222, 238, 235);
}
.tab_status-2 .tab_content .item .right {
    padding: 56px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tab_status-2 .tab_content .item .right .list_thumb {
    display: flex;
}
.tab_status-2 .tab_content .item .right .list_thumb img {
    width: 50%;
    object-fit: cover;
}
.tab_status-2 .tab_content .item .left ul {
    margin-top: 24px;
    color: #4b4b4b;
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.36px;
}
.tab_status-2 .tab_content .item .left ul li {
    width: 90%;
    margin-bottom: 20px;
}
.tab_status-2 .tab_content .item .left h5 {
    font-size: 70px;
    font-weight: 400;
    background: radial-gradient(846.88% 140.35% at 86.03% 100%, #2e786b 0%, #31a38e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
    .tab_status-2 .tab_content .item.active {
        flex-direction: column;
    }
    .tab_status-2 .tab_content .item .left {
        border-radius: 0;
    }
    .tab_status-2 .tab_content .item .left,
    .tab_status-2 .tab_content .item .right {
        padding: 40px;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .tab_status-2 .tab_control .item h5 {
        font-size: 24px;
    }
    .tab_status-2 .tab_control {
        flex-wrap: wrap;
    }
    .tab_status-2 .tab_control .item {
        width: calc(100% / 2);
    }
}
@media (max-width: 767px) {
    .tab_status-2 {
        padding-bottom: 30px;
    }
}
@media (max-width: 470px) {
    .tab_status-2 .tab_content .left ul li {
        font-size: 16px;
    }
    .tab_status-2 .tab_content .item .left h5 {
        font-size: 35px;
    }
    .tab_status-2 .tab_content .item .left {
        padding: 30px;
    }
}
/* tab_status-2 */
.feel {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .feel {
        margin-bottom: 40px;
    }
}

/*** HEADER ***/

.header-logo img {
    max-width: 200px;
}

/** END HEADER **/
@media (min-width: 768px) {
    .header-main {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .header-wrap-logo {
        display: flex;
        align-items: center;
        gap: 33px;
    }

    .header-wrap-menu {
        /*flex: 1;*/
    }

    .header-top {
        box-shadow: 0px 2px 5px #999;
        position: relative;
        z-index: 99;
    }

    .header-action {
        padding-left: 0px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 40px;
    }
}
