:root {
    --text-color: #2f2b43;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}

.p-mb-0 p {
    margin-bottom: 0;
}

.br-16 {
    border-radius: 16px !important;
    overflow: hidden;
}

.ux-logo.logo-trip-banner .ux-logo-link img {
    margin-left: auto;
}

.ux-logo.logo-trip-banner .ux-logo-link {
    padding: 0 !important;
}

.box-overlay .box-text,
.box-shade .box-text {
    padding: 0 !important;
}

.box-img-no-overlay {
    border-radius: 12px;
    overflow: hidden;
}

.box-img-no-overlay .overlay {
    background-color: transparent;
}

.box-img-no-overlay .text {
    text-shadow: none;
}

.text-opacity>* {
    opacity: 0.56;
}

.box-img-no-overlay>.box-text {
    height: 100%;
}

.box-img-no-overlay>.box-text>.box-text-inner {
    height: 100%;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
}

.fw-400>* {
    font-weight: 400;
}

.btn-sapanomad.is-mirror {
    border-radius: 12px;
    background-color: #ffffff50 !important;
    box-shadow: none;
    border: 1px solid #ffffff7d;
    padding: 16px;
    color: #fff !important;
    font-weight: 500;
    backdrop-filter: blur(3px);
    transition: 0.3s;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
}

.btn-sapanomad.is-mirror .icon-box-text.last-reset {
    padding: 0;
}

.btn-sapanomad.is-mirror * {
    line-height: normal;
}

.btn-sapanomad.is-mirror:hover {
    backdrop-filter: blur(10px);
    background-color: #ffffff8f !important;
}

.btn-sapanomad.is-mirror img {
    width: 28px;
    height: 28px;
}

.box-wcu .icon-box-text h3 {
    font-size: 16px;
    font-weight: 700;
}

.box-wcu .icon-box-text p {
    font-size: 14px;
}

.row-partner .col .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.row-partner .col {
    animation: fillHeight 0s 0.2s linear forwards;
}

.header-main {
    border-bottom: 1px solid #2f2b4310;
    margin-bottom: 12px;
}

#wide-nav .header-bottom-nav>li>a {
    font-size: 14px;
    font-weight: 500;
}

.header-bottom-nav>li>a {
    padding: 4px 12px !important;
}

.header-bottom-nav>li.current-menu-item>a,
.header-bottom-nav>li:hover>a {
    background-color: #f6f6f8;
    border-radius: 8px;
}

.header-bottom-nav>li>a i {
    margin-left: 10px !important;
    opacity: 1 !important;
}

.header-nav-main .searchform .search-field {
    height: 48px;
    padding-left: 48px;
    border-radius: 12px;
    border: 1px solid #2f2b4310;
    box-shadow: none;
    background-color: #f6f6f8;
    background-image: url(../icons/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 17px;
    font-size: 16px;
}

.header-search-form {
    max-width: 600px;
}

header .header-nav-main .searchform .ux-search-submit {
    margin-left: 8px !important;
    border-radius: 12px !important;
    width: 52px;
    height: 44px;
    transition: 0.3s;
}

.header-nav-main .searchform .ux-search-submit i {
    transition: 0.3s;
}

.header-nav-main .searchform .ux-search-submit:hover i {
    transform: rotate(90deg);
}

.header-nav-main.nav.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-button-1 .button.primary {
    border-radius: 6px;
    background: transparent;
    color: #000;
    font-weight: 500;
    border: none;
    background-image: url(../icons/money-dollar.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 10px;
    padding-left: 42px;
}

.header-button-1 .button.primary:hover {
    background-color: #f6f6f8 !important;
    box-shadow: none;
}

.wrap-coupon-custom {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #ededf1;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.wrap-coupon-custom:hover {
    border-color: #fac7c7;
    box-shadow: 1px 3px 3px #fac7c77a;
}

.wrap-coupon-custom .box-img {
    width: 80px;
    padding-left: 4px;
    padding-right: 12px;
}

.wrap-coupon-custom .box-img img {
    width: 100%;
    height: 64px;
    width: 64px;
    object-fit: contain;
    display: block;
}

.wrap-coupon-custom .box-text-coupon {
    width: calc(100% - 80px);
    padding-left: 12px;
    border-left: 1px dashed #eee;
    position: relative;
}

.wrap-coupon-custom .box-text-coupon .title {
    font-size: 14px;
    font-weight: 400;
}

.wrap-coupon-custom .box-coupon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrap-coupon-custom .coupon-code {
    width: calc(100% - 78px);
    background-color: #fef2f2;
    border: 1px dashed #fac7c7;
    margin-right: 8px;
    height: 32px;
    line-height: 32px;
    color: #f34141;
    padding: 0 8px;
    border-radius: 8px;
    transition: 1s;
    text-transform: uppercase;
}

.wrap-coupon-custom .btn-copy-coupon {
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    box-shadow: 0 1px 3px #2f2b4310;
    border-radius: 8px;
    border: 1px solid #2f2b4310;
    width: 70px;
    font-size: 14px;
    text-align: center;
    transition: 0.3s;
}

.wrap-coupon-custom .btn-copy-coupon:hover {
    background-color: #f34141;
    color: #fff;
}

.wrap-coupon-custom .copied {
    position: absolute;
    bottom: 4px;
    left: 20px;
    background: #fef2f2;
    padding: 1px 0 0 0;
    width: max-content;
}

.product-summary button.single_add_to_cart_button {
    display: inline-block;
    width: calc(100% - 104px);
    border-radius: 12px;
    height: 48px;
    font-weight: 500;
    font-size: 16px !important;
}

.wcpa_price_summary .wcpa_total> :first-child {
    display: none;
}

.wcpa_price_summary .wcpa_total {
    margin-left: 0;
    font-size: 2.3em;
    color: #000000;
}

form.cart .quantity input {
    height: 48px;
}

form.cart .quantity input.ux-quantity__button {
    border-radius: 12px;
}

button.single_add_to_cart_button {
    display: inline-block;
    width: calc(100% - 115px);
    border-radius: 12px;
    height: 48px;
    font-weight: 500;
}

.list-amenities {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.list-amenities .item {
    width: calc(50% - 4px);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-amenities .item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 0 !important;
}

.list-amenities .item span {
    font-weight: 600;
    font-size: 14px;
}

.content-product-custom {
    margin-top: 20px;
}

.content-product-custom h2 {
    font-size: 24px;
    color: #2f2b43;
}

.amenities-on-board-wrap {
    margin-bottom: 32px;
}

.cabin-model {
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
}

.cabin-model .column-item {
    width: calc(50% - 4px);
}

.cabin-model .column-left h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.cabin-model .column-left img {
    display: block;
    width: 100%;
}

.cabin-model .column-right .item {
    padding: 12px;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.cabin-model .column-right .item p {
    margin-bottom: 0;
}

.cabin-model .column-right .item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.cabin-model .column-right .item .content {
    width: calc(100% - 64px);
    padding-left: 16px;
    align-items: center;
}

.cabin-model .column-right .item .content br {
    display: none;
}

.cabin-model .column-right .item .content .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
}

.cabin-model .column-right .item .content {
    font-size: 14px;
    color: var(--text-color);
}

.cabin-model .column-right .item .content strong {
    font-size: 18px;
}

.cabin-model .column-right .item:nth-child(3) .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.cabin-model .column-right .item:nth-child(3) .des {
    font-size: 18px;
    font-weight: 600;
}

.cabin-model .column-right .item.item-last h3 {
    font-size: 18px;
}

.cabin-model .column-right .item.item-last ul {
    margin-bottom: 0;
    list-style-position: inside;
}

.cabin-location {
    margin-bottom: 32px;
}

.cabin-location-style-2 .cabin-model {
    flex-wrap: wrap;
}

.cabin-location-style-2 .column-bottom-one {
    width: 100%;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cabin-location-style-2 .column-bottom-one .item {
    width: calc(33.333333% - 6px);
    margin-bottom: 0;
}

.cabin-location-style-2 .column-other-info {
    width: 100%;
}

.itinerary-way-item {
    margin-bottom: 16px;
}

.itinerary-way-item>h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.itinerary-way-item .note-way {
    color: #f34141;
    margin-top: 20px;
}

.items-way-go-and-back {
    position: relative;
}

.items-way-go-and-back:before {
    content: "";
    position: absolute;
    left: 24px;
    width: 2px;
    height: 90%;
    border-left: 1px dashed #cac8d4;
    transform: translateY(-50%);
    top: 50%;
    z-index: 0;
}

.items-way-go-and-back .box-item-way {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.items-way-go-and-back .box-item-way:last-child {
    margin-bottom: 0;
}

.items-way-go-and-back .box-item-way p {
    margin-bottom: 0;
}

.items-way-go-and-back .box-item-way p img {
    width: 48px;
    height: 48px;
    border-radius: 99%;
}

.items-way-go-and-back .box-item-way .content {
    width: calc(100% - 48px);
    padding-left: 12px;
}

.items-way-go-and-back .box-item-way .content p {
    margin-bottom: 0;
}

.items-way-go-and-back .box-item-way .content p strong {
    font-weight: 600;
    font-size: 16px;
}

.items-way-go-and-back .box-item-way .content p:nth-child(2) {
    font-size: 14px;
    color: #4f4770;
}

.box-style-one {
    border-radius: 12px;
    padding: 16px;
    background-color: #f6f6f8;
    border: 1px solid #ededf1;
}

.box-style-one p {
    margin-bottom: 0;
}

.pick-up-and-drop {
    display: flex;
    align-items: stretch;
    gap: 16px;
    flex-wrap: wrap;
}

.pick-up-and-drop>div {
    width: calc(50% - 8px);
}

.item-puad {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.item-puad:last-child {
    margin-bottom: 0;
}

.item-puad>img {
    width: 48px;
    height: 48px;
    border-radius: 99%;
    object-fit: cover;
}

.item-puad .content {
    width: calc(100% - 48px);
    padding-left: 12px;
}

.item-puad .content .title {
    display: block;
    color: #4f4770;
    font-size: 14px;
}

.item-puad .content p {
    margin-bottom: 0;
}

.item-puad .content .des strong {
    font-weight: 500;
}

.item-puad .content .des a {
    text-decoration: underline;
}

.pickup-point>h3,
.drop-off>h3 {
    margin-bottom: 16px;
}

.itinerary-wrap {
    margin-bottom: 32px;
}

.confirm-wrap {
    margin-bottom: 32px;
}

.confirm-wrap ul,
.content-luuy ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.confirm-wrap li,
.content-luuy li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-left: 0px !important;
}

.content-luuy ul li:last-child {
    margin-bottom: 0;
}

.confirm-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.content-luuy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../icons/hint.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.additional-wrap {
    margin-bottom: 32px;
}

.additional-wrap h2 {
    margin-bottom: 12px;
}

.additional-wrap .addtional-item {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}

.additional-wrap .addtional-item>img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.additional-wrap .addtional-item .content {
    width: calc(100% - 80px);
    padding-left: 16px;
}

.additional-wrap .addtional-item .content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.additional-wrap .addtional-item .content ul,
.additional-wrap .addtional-item .content ul li {
    margin-bottom: 0;
    list-style-position: inside;
}

.faqs-box .accordion-item {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ededf1;
    margin-bottom: 8px;
    overflow: hidden;
}

.faqs-box .accordion-item .accordion-title {
    border: none;
    padding-left: 10px;
    font-weight: 600;
}

.faqs-box .accordion-item .accordion-title .toggle {
    left: unset;
    right: 4px;
    margin: 0;
}

.faqs-box .accordion-item .accordion-title.active {
    background-color: #fff;
}

.faqs-box .accordion-item .accordion-inner {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.faqs-box .accordion-item .accordion-inner p {
    margin-bottom: 0;
}

.faqs-wrap {
    margin-bottom: 32px;
}

.review-form-inner.has-border {
    background: #f6f6f8;
    border-radius: 12px;
    border: 1px solid #ededf1;
    padding: 16px;
    position: relative;
    overflow: hidden;
    max-height: 87px;
}

.review-form-inner.has-border.active {
    max-height: 100%;
}

.comment-form,
.comment-form .form-submit,
.comment-form .form-submit input[type="submit"] {
    margin-bottom: 0;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
    height: 48px;
}

.comment-form textarea,
.comment-form .comment-form-author input,
.comment-form .comment-form-email input {
    border-radius: 12px;
    border: 1px solid #2f2b4310;
    box-shadow: 0 1px 3px 0 #2f2b431a;
}

.comment-form .wcpr-input-file-wrap input::file-selector-button {
    height: 48px;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 #2f2b431a;
    padding: 0 16px;
    margin-right: 16px;
    font-weight: 600;
    border: 1px solid #ccc;
}

.comment-form .form-submit input[type="submit"] {
    text-transform: inherit;
    border-radius: 12px;
    height: 48px;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
    transform: scale(1.5);
    margin-bottom: 0;
    margin-top: 0;
}

.comment-form .comment-form-cookies-consent {
    margin-bottom: 20px;
}

.comment-form .comment-form-cookies-consent label {
    margin-bottom: 0;
}

.comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

#comments,
#comments .wcpr-overall-rating-and-rating-count {
    padding-bottom: 0;
}

.wcpr-stars-count {
    border: 1px solid #ededf1;
    border-radius: 12px;
    padding: 16px;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
    margin-bottom: 0;
}

.woocommerce-Reviews .comment-respond .comment-reply-title+span {
    margin-bottom: 20px;
    display: block;
}

.btn-show-form-review {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    background-color: #2f2b43;
    border-radius: 12px;
    padding: 5px 16px;
    position: absolute;
    top: 18px;
    right: 16px;
    margin: 0;
    text-transform: inherit;
}

.review-form-inner.has-border.active .btn-show-form-review {
    color: #2f2b43;
    background-color: #eee;
    border: 1px solid #2f2b43;
}

.product-review-summary {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 16px;
}

.product-review-summary h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
}

.review-bar {
    display: flex;
    align-items: center;
}

.review-bar .stars {
    width: 90px;
    font-size: 16px;
}

.review-bar .bar {
    flex: 1;
    background-color: #f5f5f5;
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
}

.review-bar .bar>div {
    height: 100%;
    background-color: #fbbc55;
    border-radius: 4px;
    transition: width 0.3s ease-in-out;
}

.woocommerce-Reviews .commentlist li {
    margin-left: 0;
    border-radius: 12px;
    border: 1px solid #ededf1 !important;
    padding: 16px;
}

.woocommerce-Reviews .commentlist li .comment-text {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce-Reviews .commentlist li .comment-text .meta {
    order: 0;
}

.woocommerce-Reviews .commentlist li .comment-text .star-rating {
    order: 1;
    color: #fbbc55;
}

.woocommerce-Reviews .commentlist li .comment-text .description {
    order: 2;
}

.woocommerce-Reviews .commentlist li .comment-text .description p {
    margin-bottom: 0;
}

.woocommerce-Reviews .commentlist li .comment-text .star-rating span:before {
    color: #fbbc55;
}

.comment-reply-title {
    padding-right: 174px;
}

.woocommerce-Reviews .woocommerce-pagination {
    margin-bottom: 20px;
}

.woocommerce-Reviews .woocommerce-pagination .nav-pagination {
    text-align: right;
    width: max-content;
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.woocommerce-Reviews .woocommerce-pagination .nav-pagination li {
    margin: 0 !important;
}

.woocommerce-Reviews .woocommerce-pagination .nav-pagination li .page-number {
    border-radius: 0px !important;
    border: none;
    border-right: 1px solid #b2aebf;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2aebf;
}

.woocommerce-Reviews .woocommerce-pagination .nav-pagination li:last-child .page-number {
    border: none;
}

.woocommerce-Reviews .woocommerce-pagination .nav-pagination li .page-number.current {
    background-color: transparent;
    color: #2f2b43;
}

.woocommerce-Reviews .woocommerce-pagination .nav-pagination li .page-number:hover {
    background-color: transparent;
    color: #2f2b43;
}

.product-small>.col-inner {
    height: 100%;
}

.product-small.box {
    border: 1px solid #ededf1;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.product-small.box:hover {
    border-color: #2f2b43;
}

.product-small.box .box-image {
    border-radius: 0;
    width: 100%;
}

.product-small.box .box-image .image-fade_in_back {
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 75.8282004%;
    position: relative;
}

.product-small.box .box-image .image-fade_in_back img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}

.product-small .box-text {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    /* height: calc(100% - 180.2px); */
}

.archive .product-small .box-text {
    height: calc(100% - 180.2px);
}

.single-post .product-small .box-text {
    height: calc(100% - 202.23px);
}

.product-small .box-text .product-title {
    padding: 0 12px 0 12px;
    margin-top: 0;
}

.product-small .type-tour:empty {
    display: none;
}

.product-small .type-tour {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
}

.product-small .type-tour span {
    font-size: 12px;
    line-height: 24px;
    color: #000;
    display: block;
}

.product-small .type-tour span i {
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 20px;
    opacity: 0.7;
}

.product-small .wishlist-button i {
    top: 0;
}

.product-small .wishlist-button.wishlist-added {
    background-color: #fde9e9 !important;
    border-color: #fde9e9 !important;
}

.product-small .wishlist-button.wishlist-added i {
    color: #f34141 !important;
}

.product-small .wishlist-button.wishlist-added i:before {
    content: "\e000" !important;
}

.product-small .product-title a {
    font-size: 15px;
    color: #000;
    line-height: 20px !important;
    margin-bottom: 6px !important;
}

.product-small .rate-wrap {
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0 12px;
}

.rate-wrap i {
    color: #fbbc55;
}

.product-small .rate-wrap span {
    font-size: 13px;
    font-weight: 600;
}

.product-small .rate-wrap .number {
    opacity: 0.4;
}

.product-small .price-wrapper {
    width: 100%;
}

.product-small .price-wrapper .price {
    display: block;
    padding: 16px 12px;
    margin-top: 0;
}


.product-small .price-wrapper .price {
    display: block;
    padding: 8px 12px;
    margin-top: 0;
    margin-bottom: 4px;
}

.product-small .price-wrapper .price .woocommerce-Price-amount {
    font-size: 20px;
    color: #2f2b43;
}

.product-small .price-wrapper .price del {
    font-size: 20px;

}

.product-small .image-tools {
    padding-bottom: 5px;
    padding-right: 5px;
    z-index: 99;
    bottom: 2px;
}

.product-small .image-tools .wishlist-button {
    margin-bottom: 0;
    width: 36px;
    height: 36px;
    min-width: unset;
    min-height: unset;
    background-color: #f6f6f8;
    transition: 0.3s;
    border: 0;
}

.product-small .image-tools .wishlist-button:hover {
    background-color: #fde9e9;
    border-color: #fde9e9;
}

.product-small .image-tools .wishlist-button:hover i {
    color: #f34141;
}

.product-small .image-tools .wishlist-button i {
    color: #2f2b43;
}

.product-small .image-tools .wishlist-popup {
    top: -110%;
}

.related-products-wrapper {
    border-top: none !important;
}

.related-products-wrapper .product-section-title {
    text-transform: inherit;
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
}

div#tocDiv {
    margin-bottom: 20px;
    margin-top: 20px;
}

#tocListCustom {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: nowrap;
    gap: 12px;
    overflow: auto;
    margin-bottom: 0;
    padding-bottom: 15px;
    cursor: grabbing;
    cursor: -webkit-grabbing;
    flex-wrap: unset;
    display: -webkit-box;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

#tocListCustom a {
    border-radius: 30px;
    background-color: #e6e6e6;
    font-weight: 500;
    padding: 10px 16px;
    line-height: 1;
    width: max-content;
    display: block;
    color: #000;
    transition: 0.3s;
    min-width: max-content;
}

#tocListCustom a:hover,
#tocListCustom a.active {
    background-color: #2f2b43;
    color: #fff;
}

.stick-toc-custom {
    position: sticky;
    top: 165px;
    background: #fff;
    padding: 10px;
    z-index: 999;
}

#tocListCustom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

#tocListCustom::-webkit-scrollbar {
    height: 2px;
    background-color: transparent;
}

#tocListCustom::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.single-product .tabbed-content .nav-pills {
    gap: 10px;
}

.single-product .tabbed-content .nav-pills li a {
    border: 1px solid #ccc;
    border-radius: 30px;
}

.single-product .tabbed-content .accordion .accordion-item:first-child a.accordion-title {
    border-top: none;
}

.single-product .tabbed-content .accordion .accordion-item button {
    left: unset;
    right: 0;
    margin: 0;
}

.single-product .tabbed-content .accordion .accordion-item a.accordion-title {
    padding-left: 10px;
}

.mg-0 {
    margin: 0 !important;
}

.fw-400 {
    font-weight: 400;
}

.coupon-page-item {
    background-color: #fff;
    border: none;
    padding: 12px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    align-items: flex-start;
}

.coupon-page-item:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: -8px;
    left: 63px;
    background-color: #f6f6f8;
    border-radius: 99px;
}

.coupon-page-item:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 63px;
    background-color: #f6f6f8;
    border-radius: 99px;
}

.coupon-page-item .box-img {
    width: 60px;
    padding-left: 0;
    padding-right: 0;
}

.coupon-page-item .box-img img {
    width: 48px;
    height: 48px;
}

.coupon-page-item .box-text-coupon .title {
    font-size: 16px;
    font-weight: 700;
}

.coupon-page-item .box-text-coupon .des {
    font-size: 14px;
    margin-bottom: 10px;
    color: #7a7493;
}

.coupon-page-item.wrap-coupon-custom .coupon-code {
    width: fit-content;
}

.coupon-page-item .box-text-coupon {
    width: calc(100% - 60px);
    height: 100%;
}

.coupon-page-item .box-text-coupon .copied-effect {
    color: #fef2f2;
    transition: color 1s ease;
}

.box-step-voucher .icon-box-img img {
    padding-top: 0;
}

.box-step-voucher .icon-box-text h6 {
    background-color: #ededf1;
    border: 1px solid #dcdae2;
    border-radius: 30px;
    text-transform: inherit;
    display: inline-block;
    width: max-content;
    padding: 6px 12px;
    font-size: 12px;
    margin-bottom: 5px;
}

.box-step-voucher .icon-box-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.box-step-voucher .icon-box-text p {
    font-size: 14px;
}

.wrap-comment {
    margin-top: 32px;
}

.aio-contact-parent {
    z-index: 99;
    position: relative;
}

.comment_container .woocommerce-review__dash,
.comment_container .woocommerce-review__published-date {
    display: none;
}

.box-blog-post .box-image {
    border-radius: 8px 8px 0 0;
}

.post-item .col-inner {
    border: 1px solid #ededf1;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    background-color: #fff;
}

.post-item .col-inner .box-text {
    padding-left: 10px;
    padding-right: 10px;
}

.post-item .col-inner .is-divider {
    display: none;
}

.post-item .col-inner:hover {
    border-color: #2f2b43;
}

header .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    font-style: normal;
}

.woocommerce-mini-cart__buttons a {
    border-radius: 12px;
}

.mini_cart_item .variation .variation-wcpa_empty_label {
    font-weight: 700;
}

.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    color: #fff;
}

.woocommerce table.cart .variation,
.woocommerce-checkout-review-order-table .variation {
    flex-direction: column;
}

.woocommerce table.cart .data-custom-tour,
.woocommerce-checkout-review-order-table .data-custom-tour {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.woocommerce table.cart .variation dd,
.woocommerce-checkout-review-order-table .variation dd {
    width: max-content;
    flex: unset;
    font-weight: 400;
}

.woocommerce table.cart .variation dt,
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce .variation .variation-wcpa_empty_label {
    font-weight: 600 !important;
    color: #000;
    flex: unset;
    width: max-content;
}

table.cart td.product-name>a,
.woocommerce-checkout-review-order-table td.product-name {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.cart_totals .wc-proceed-to-checkout .checkout-button,
.coupon button.button {
    border-radius: 6px;
    padding: 3px 0;
}

.button-continue-shopping {
    border-radius: 6px !important;
}

.woocommerce-additional-fields__field-wrapper textarea {
    border-radius: 6px;
    box-shadow: none;
}

.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-billing-fields select,
.woocommerce-checkout .woocommerce-billing-fields .select2-selection.select2-selection--single {
    height: 45px !important;
    border-radius: 6px !important;
    box-shadow: 0 -1px 0 0 #2f2b431a inset !important;
}

.woocommerce-checkout .woocommerce-billing-fields .select2-selection.select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 45px;
}

.column-item.column-right.one-box .item-last {
    height: 100%;
    display: block;
}

.quick-infor-table {
    padding: 16px;
    background: #f6f6f8;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.quick-infor-table .item {
    width: calc(33% - 8px);
}

.quick-infor-table .item span.title {
    display: block;
    color: #4f4770;
    font-size: 14px;
}

.quick-infor-table .item span.sub {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.highlight-tour-wrap li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    list-style: none;
}

.highlight-tour-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(../icons/check-fill-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.row-not-include .col-inner {
    height: 100%;
}

.col-inner.included {
    background-color: #effdf6;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #d9f9e6;
}

.col-inner.included h3 {
    color: #2f9461;
    font-size: 18px;
    font-weight: 700;
}

.col-inner.included ul li,
.col-inner.not-included ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-left: 0px !important;
}

.col-inner.included ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../icons/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.col-inner.included ul li:last-child,
.col-inner.included ul,
.col-inner.not-included ul,
.col-inner.not-included ul li:last-child {
    margin-bottom: 0;
}

.col-inner.not-included h3 {
    color: #cd3636;
    font-size: 18px;
    font-weight: 700;
}

.col-inner.not-included {
    background-color: #fef2f2;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #fde9e9;
}

.col-inner.not-included ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../icons/cancel-circle-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.wrap-itinerary {
    margin-bottom: 20px;
}

.wrap-itinerary .day-content {
    background-color: #f6f6f8;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 12px;
}

.wrap-itinerary .day-content .head {
    margin-bottom: 8px;
}

.wrap-itinerary .day-content .head span {
    font-size: 14px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #eee;
    padding: 3px 6px 2px 22px;
    background-image: url(../icons/time-itinerary-icon.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 3px center;
    margin-right: 5px;
}

.wrap-itinerary .day-content p:last-child {
    margin-bottom: 0;
}

.wrap-itinerary .accordion-title {
    position: relative;
    border: none;
    font-weight: bold !important;
    font-size: 18px;
}

.wrap-itinerary .accordion-title.active {
    background-color: transparent;
}

.wrap-itinerary .accordion-title button {
    left: unset;
    right: 0;
    width: max-content;
}

.wrap-itinerary.itinerary-list .accordion-inner {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 60px;
    padding-top: 0;
}

.wrap-itinerary .accordion-inner {
    padding: 0;
}

.wrap-itinerary.itinerary-list {
    position: relative;
}

.wrap-itinerary.itinerary-list:before {
    content: "";
    position: absolute;
    left: 24px;
    width: 2px;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px dashed #e1e1e1;
}

.wrap-itinerary .accordion-title {
    padding-left: 0;
}

.wrap-itinerary.itinerary-list .accordion-title {
    padding-left: 60px;
}

.wrap-itinerary.itinerary-list .accordion-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../icons/day-mark.svg);
}

.wrap-itinerary.itinerary-list .accordion .accordion-item {
    margin-bottom: 14px;
}

.slider-content-custom-arrow .flickity-prev-next-button {
    opacity: 1;
    display: block;
    top: 40%;
    transform: translateY(-50%) !important;
    bottom: unset;
}

.slider-content-custom-arrow .flickity-prev-next-button svg {
    background-color: #fff;
    border-color: #fff !important;
}

.slider-content-custom-arrow.slider:hover .flickity-prev-next-button {
    top: 40%;
    transform: translateY(-50%) !important;
    bottom: unset;
}

.slider-content-custom-arrow .flickity-prev-next-button.next {
    right: -8px;
}

.slider-content-custom-arrow .flickity-prev-next-button.previous {
    left: -8px;
}

.slider-content-custom-arrow .flickity-prev-next-button svg {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.slider-place-you-see .item-place .box-image img {
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 180px;
}

.slider-place-you-see .item-place .box-text span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.what-to-bring-wrap,
.other-usefull-info-wrap {
    background: #f6f6f8;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #ededf1;
    margin-bottom: 20px;
}

.what-to-bring-wrap h3,
.other-usefull-info-wrap h3 {
    font-size: 18px;
}

.what-to-bring-wrap ul {
    margin-bottom: 0;
}

.what-to-bring-wrap ul li {
    list-style: none;
    margin-left: 0;
    padding: 8px 12px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #ededf1;
    margin: 0 !important;
}

.what-to-bring-wrap ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.item-where-you-stay .box-image img {
    width: 100%;
    border-radius: 12px;
    height: 180px;
}

.item-where-you-stay .box-text span.title {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.item-where-you-stay .box-text .type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
}

.content-product-custom .payment-policies-wrap a {
    text-decoration: underline;
}

@keyframes fillHeight {
    0% {
        height: auto;
    }

    100% {
        height: 100%;
    }
}

@media (min-width: 1368px) {
    .wcu-row .flickity-page-dots {
        display: none;
    }

    .row-partner .flickity-page-dots {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .btn-sapanomad.is-mirror {
        font-size: 12px;
    }

    .row-partner .flickity-page-dots {
        display: block;
        bottom: -10px;
    }

    .row-partner .dot.is-selected {
        background-color: #03c4a1 !important;
    }

    .row-partner .flickity-page-dots .dot {
        background-color: #dcdae2;
        border: none;
    }

    .wcu-row .flickity-page-dots {
        display: block;
        bottom: -10px;
    }

    .wcu-row .dot.is-selected {
        background-color: #03c4a1 !important;
    }

    .wcu-row .flickity-page-dots .dot {
        background-color: #dcdae2;
        border: none;
    }

    .cabin-location-style-2 .column-bottom-one .item {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .cabin-location-style-2 .column-bottom-one .item {
        width: 100%;
    }
}

@media only screen and (max-width: 48em) {
    .header-main {
        margin-bottom: 0;
    }

    .row-partner .flickity-page-dots {
        display: block;
        bottom: -20px;
    }

    .row-partner .dot.is-selected {
        background-color: #03c4a1 !important;
    }

    .row-partner .flickity-page-dots .dot {
        background-color: #dcdae2;
        border: none;
    }

    .wcu-row .flickity-page-dots {
        display: block;
        bottom: -10px;
    }

    .wcu-row .dot.is-selected {
        background-color: #03c4a1 !important;
    }

    .wcu-row .flickity-page-dots .dot {
        background-color: #dcdae2;
        border: none;
    }

    .cabin-model {
        flex-direction: column;
    }

    .cabin-model .column-item {
        width: 100%;
    }

    .items-way-go-and-back:before {
        height: 70%;
    }

    .pick-up-and-drop {
        flex-direction: column;
    }

    .pick-up-and-drop>div {
        width: 100%;
    }

    .list-amenities .item {
        width: 100%;
    }



    .review-form-inner.has-border {
        max-height: 107px;
    }

    .product-info {
        margin-top: 20px;
    }

    .product-info nav.woocommerce-breadcrumb {
        display: none;
    }

    .breadcrumb-mobile {
        margin-bottom: 16px;
    }

    .single-product .product-main {
        padding-top: 0;
    }

    .product-gallery-for-mobile .carousel-main-product {
        margin-bottom: 12px;
    }

    .product-gallery-for-mobile .carousel-main-product .flickity-viewport {
        border-radius: 8px;
    }

    .product-gallery-for-mobile .carousel-nav .carousel-cell {
        width: 25% !important;
        height: 80px;
        padding: 5px;
    }

    .product-gallery-for-mobile .carousel-nav .carousel-cell img {
        display: block;
        width: 100%;
        height: 70px;
        object-fit: cover;
        border-radius: 6px;
        filter: brightness(0.6);
    }

    .product-gallery-for-mobile .carousel-nav .carousel-cell.is-selected img {
        filter: brightness(1);
    }

    .product-gallery-for-mobile .carousel-nav .flickity-viewport {
        border-radius: 0px !important;
    }

    .product-gallery-for-mobile .carousel-main-product .flickity-prev-next-button {
        opacity: 1;
    }

    .product-gallery-for-mobile .carousel-main-product .flickity-prev-next-button svg {
        background-color: #ffffffa6;
        border-radius: 99%;
        padding: 10px;
    }

    .product-gallery-for-mobile .carousel-main-product .flickity-prev-next-button:hover svg {
        background-color: #fff;
    }

    .product-gallery-for-mobile .product-thumbnails .flickity-button {
        top: 16%;
    }

    .product-gallery-for-mobile .product-thumbnails .flickity-button svg {
        background: gray;
        border-radius: 99%;
        color: #fff;
        padding: 5px !important;
    }

    .wrap-coupon-custom .copied {
        width: 160px;
    }

    .related-products-wrapper .row-slider .flickity-prev-next-button {
        width: 40px !important;
        height: 40px;
    }

    .related-products-wrapper .row-slider .flickity-prev-next-button svg {
        background-color: #ffffffa6;
        border-radius: 99%;
        padding: 10px !important;
    }

    .group-btn-mobile-single-product {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 6px 16px;
        border-top: 1px solid #eee;
        display: none;
        visibility: hidden;
        width: 100%;
        z-index: 999;
    }

    .group-btn-mobile-single-product .save button img {
        margin-right: 0;
    }

    .group-btn-mobile-single-product button {
        margin-bottom: 0;
    }

    .group-btn-mobile-single-product button.wishlist-button {
        background-color: #f6f6f8;
        color: #2f2b43;
        border-color: #f6f6f8;
    }

    .group-btn-mobile-single-product button.wishlist-button i {
        top: 0;
    }

    .group-btn-mobile-single-product .wishlist-added {
        background-color: #fde9e9;
        border-color: #fde9e9 !important;
    }

    .group-btn-mobile-single-product .wishlist-button.wishlist-added i {
        color: #f34141;
    }

    .group-btn-mobile-single-product .wishlist-button.wishlist-added i:before {
        content: "\e000" !important;
    }

    .group-btn-mobile-single-product .wishlist-popup {
        top: -100%;
        right: unset;
        left: -7px;
    }

    .button.btn-trigger-add-to-cart {
        background-color: #000;
        color: #fff;
        border-radius: 12px;
        height: 48px;
        font-weight: 500;
        text-transform: uppercase;
        margin-right: 0;
        flex-grow: 1;
        margin-left: 15px;
    }

    .group-btn-mobile-single-product.active {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        visibility: visible;
    }

    .stick-toc-custom {
        top: 70px;
    }

    .wrap-coupon-custom .copied {
        width: max-content;
    }

    .small-columns-1 .product-small .box-text {
        height: calc(100% - 300px);
    }

    .small-columns-1 .product-small.box .box-image {
        height: 300px;
    }

    .small-columns-1 .product-small.box .box-image img {
        height: 300px;
        object-fit: cover;
    }

    .small-columns-2 .product-small .box-text {
        height: calc(100% - 140px);
    }



    .small-columns-2 .product-small .image-tools {
        bottom: 2px;
    }

    .archive .product-small .image-tools {
        bottom: 2px;
    }

    .woocommerce-checkout-review-order-table .product-name {
        max-width: 200px;
    }

    .woocommerce-checkout-review-order-table .data-custom-tour {
        display: block;
    }

    .woocommerce-page table.shop_table tbody .product-name .variation dt {
        float: left;
        width: auto;
    }

    .woocommerce-checkout-review-order-table .variation dd {
        width: auto;
    }

    .cabin-location-style-2 .column-bottom-one .item {
        width: 100%;
    }

    .quick-infor-table .item {
        width: calc(50% - 8px);
    }

    .wrap-itinerary.itinerary-list:before {
        height: 85%;
    }

    .slider-content-custom-arrow.slider .flickity-prev-next-button {
        width: 40px !important;
    }

    .slider-content-custom-arrow.slider .flickity-prev-next-button svg {
        padding: 10px !important;
    }

    .slider-place-you-see.slider-content-custom-arrow .flickity-prev-next-button,
    .slider-place-you-see.slider-content-custom-arrow.slider:hover .flickity-prev-next-button {
        top: 29% !important;
    }

    .slider-where-you-stay.slider-content-custom-arrow .flickity-prev-next-button,
    .slider-where-you-stay.slider-content-custom-arrow.slider:hover .flickity-prev-next-button {
        top: 27% !important;
    }
}

ul.product_list_widget li {
    min-height: unset;
}

.product-gallery .product-gallery-slider .flickity-viewport {
    border-radius: 25px;
}

.product-gallery .product-thumbnails a {
    border: none;
    border-radius: 15px;
    padding-top: 75%;
}

.product-gallery .product-thumbnails img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}


.product-info .is-divider {
    display: none;
}

.box-icon-detail-product .icon-box-text {
    padding-left: 8px !important;
}

.p-mb-12 p {
    margin-bottom: 12px;
}

.custom-category-header {
    text-align: center;
    margin-top: 20px;
}

/* Top Link */
#top-link {
    background-color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 0;
}

#top-link i {
    font-size: 22px;
    color: #ffffff;
}

.block-contact {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 999;
}

.block-contact .list-contact a {
    display: block;
    margin: 0 0 24px auto;
}

.block-contact .list-contact a img {
    width: 46px;
    aspect-ratio: 1/1;
}

.progress-wrap {
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFFFFF" class="w-6 h-6"><path fill-rule="evenodd" d="M12 20.25a.75.75 0 01-.75-.75V6.31l-5.47 5.47a.75.75 0 01-1.06-1.06l6.75-6.75a.75.75 0 011.06 0l6.75 6.75a.75.75 0 11-1.06 1.06l-5.47-5.47V19.5a.75.75 0 01-.75.75z" clip-rule="evenodd" /></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.progress-wrap::after {
    content: "";
    position: absolute;
    text-align: center;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--primary-color);
    border-radius: 99px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 37px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    background-color: #105ca8;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@-webkit-keyframes ispinner-fade {
    0% {
        opacity: 0.85;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

@keyframes ispinner-fade {
    0% {
        opacity: 0.85;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 0.25;
    }
}

/* Start Section Title */
.section-title b {
    height: 0px;
}

.section-title span {
    text-transform: none;
    font-size: 1.8rem;
}

/* End Section Title */
.faq-homepage .accordion-title {
    font-size: 100%;
}

.box-blog-post .post-title a {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43.06px;
}

.description-day ul {
    list-style-position: inside;
}

.box-text-header h1 {
    --phys-font_size_h1: clamp(28px, 3vw, 40px);
    --phys-font_weight_h1: 700;
    font-size: var(--phys-font_size_h1, 28px);
    font-weight: var(--phys-font_weight_h1, normal);
    margin: 0px 0px 8px 0px;
}

.box-text-header p {
    font-size: 16px;
    line-height: 1.3em;
    color: #4f5e71;
}

b,
strong {
    font-weight: bold;
}

.pb-col-0>.col {
    padding-bottom: 0 !important;
}

.p-last-0>p:last-of-type {
    margin-bottom: 0 !important;
}

.section-form {
    padding: 139px !important;
    border-radius: 16px;
    overflow: hidden;
}

.section-form .col-form .wpcf7-spinner {
    display: none;
}

.section-form .col-form form {
    margin: 0;
}

.section-form .col-form label {
    font-size: 14px;
    color: #4f5e71;
    line-height: 1.3;
    font-weight: normal;
}

.section-form .col-form .wpcf7-form-control-wrap textarea,
.section-form .col-form .wpcf7-form-control-wrap input {
    height: 45px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: unset;
    border: 0;
    padding: 12px 16px 12px 16px;
}

.section-form .col-form .wpcf7-form-control-wrap textarea {
    min-height: 155px;
}

.section-form .col-form .wpcf7-submit {
    margin: 0;
    padding: 16px 40px 16px 40px;
    font-size: 16px;
    margin: 0;
    margin-top: 32px;
    line-height: 22.4px;
    border-radius: 99px;
    text-transform: none;
    font-weight: normal;
}

.section-form .col-form .wpcf7-submit:hover {
    transform: translateY(-5px);
}

.box-map iframe {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.625;
    border: 0;
}

.box-contact ul li {
    list-style-type: none;
    margin: 0 0 8px;
}

.box-contact ul li:last-child {
    margin: 0;
}

.contact-follow-icons.follow-icons {
    gap: 10px;
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
    margin-bottom: 16px;
}

.contact-follow-icons.follow-icons a {
    margin: 0;
    border-radius: 5px 5px 5px 5px;
    background-color: #ebfef5;
    font-size: var(--icon-size, 25px);
    width: 50px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(105, 114, 125);
}

.contact-follow-icons.follow-icons a:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.about-section-1 .box {
    border-radius: 0.75rem;
    overflow: hidden;
}

.about-section-1 .box .box-text {
    background-color: #f6f4eb;
}

.about-section-1 .box .box-text h2,
.about-section-1 .box .box-text h1 {
    letter-spacing: 0;
    font-variation-settings: normal;
    font-size: clamp(30px, 3vw, 45px);
    line-height: calc(52 / 45);
    margin-bottom: 0.75rem;
    font-weight: 400;
    margin-top: 0;
}

.about-section-1 .box .box-text p {
    margin: 0;
}

.radius-12 {
    border-radius: 12px;
    overflow: hidden;
}

.about-section-2 .box-number {
    margin-bottom: 12px;
}

.about-section-2 .box-number * {
    margin: 0;
}

.about-section-2 .box-number span {
    background-color: #d0e8d6;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-weight: 500;
    display: inline-grid;
    place-content: center;
}

.about-section-2 .box-heading h2 {
    font-size: 22px;
    font-weight: 500;
    color: #1b1c17;
    letter-spacing: 0;
    font-variation-settings: normal;
    line-height: 28px;
    margin: 0;
}

.fw-500 * {
    font-weight: 500;
}

.about-section-1 .box-text .button.is-outline {
    margin: 1.25rem 0 0;
}

.box-text .button.is-outline {
    border-width: 1px;
    height: 40px;
    line-height: 38px;
    font-weight: normal;
}

.about-section-1.about-section-3 .box .box-text {
    padding: 24px 16px;
}

.about-section-3 .accordion_title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: normal;
}

.about-section-3 .accordion-title {
    padding: 1rem;
    display: flex;
    gap: 1rem;
}

.about-section-3 .accordion-title span {
    width: 100%;
}

.about-section-3 .accordion-title .toggle {
    min-height: unset;
    height: unset;
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    position: unset;
    order: 1;
    flex: 1;
}

.about-section-3 .accordion-title .toggle i {
    line-height: 1;
    top: unset;
}

.about-section-3 .accordion-item .accordion-inner {
    padding: 1rem;
    padding-bottom: 1.5rem;
}

.about-section-3 .accordion-item .accordion-inner p:last-of-type {
    margin-bottom: 0;
}

.about-section-3 .accordion-title.active~.accordion-inner {
    background-color: #f0eee6;
}

.about-section-3 .accordion-title.active {
    background-color: #f0eee6;
}

.page-id-14 .header-bg-color,
.page-id-14 .header-main,
.page-id-14 .header-bottom,
.page-id-14 #main,
.page-id-14 #wrapper {
    background-color: #fbf9f1;
}

.about-section-4 .abs-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42.6307292vw !important;
    aspect-ratio: 1/0.55710987;
}

.about-section-4 .abs-2 .img-inner,
.about-section-4 .abs-1 .img-inner {
    width: 100%;
    height: 100%;
}

.about-section-4 .abs-2 .img-inner img,
.about-section-4 .abs-1 .img-inner img {
    width: 100%;
    height: 100%;
}

.about-section-4 .abs-1 .img-inner img {
    object-fit: cover;
    object-position: left bottom;
}

.about-section-4 .abs-2 .img-inner img {
    object-fit: cover;
}

.about-section-4 .abs-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17.2395833vw !important;
    height: auto;
    aspect-ratio: 0.742152466/1;
}

.about-section-4 {
    align-items: unset;
}

.about-section-4 .text-heading h2 {
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: clamp(20px, 2vw, 48px);
}

.about-section-4 .form-subscribe-index>p {
    display: flex;
    flex-wrap: nowrap;
    height: 56px;
    background-color: #ffffff;
    align-items: center;
    padding: 8px 8px 8px 16px;
    border-radius: 99px;
}

.about-section-4 .form-subscribe-index .wpcf7-form-control-wrap {
    flex: 1;
    position: relative;
    align-items: center;
    display: flex;
    gap: 5px;
}

.about-section-4 .form-subscribe-index .wpcf7-form-control-wrap:before {
    content: "\e003";
    font-family: fl-icons !important;
}

.about-section-4 .form-subscribe-index .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
}

.about-section-4 .form-subscribe-index .wpcf7-form-control-wrap .wpcf7-form-control {
    margin: 0;
    height: 40px;
    border: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
    padding-left: 0;
}

.about-section-4 .form-subscribe-index .wpcf7-submit {
    height: 40px;
    border-radius: 99px;
    text-transform: none;
    width: 150px;
    margin: 0;
    border: 0;
}

.wpcf7-spinner {
    display: none;
}

@media only screen and (min-width: 550px) {
    .about-section-1 .box .box-text {
        padding-left: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .row-gap-24 {
        margin-left: -24px !important;
        margin-right: -24px !important;
    }

    .row-gap-24>.col {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .about-section-1 .box .box-text {
        padding-bottom: 2.5rem;
        padding-right: 3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .about-section-1 .box .box-text {
        padding-bottom: 2.5rem;
        padding-right: 4rem;
    }
}

.stack-heading h4 {
    margin-bottom: 0;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4e66f8;
    font-weight: bold;
}

.stack-heading h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.stack-heading .button {
    color: #868e96;
    font-size: 14px;
    font-weight: normal;
    line-height: unset;
    min-height: unset;
    margin: 0;
}

.stack-heading .button .icon-angle-right {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M113 433L273 273c9.4-9.4 9.4-24.6 0-33.9L113 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143L79 399c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm192 0L465 273c9.4-9.4 9.4-24.6 0-33.9L305 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143L271 399c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z"/></svg>') no-repeat center/contain;
}

.stack-heading .button .icon-angle-right:before {
    display: none;
}

.col-item-cycle .col-inner {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.col-item-cycle .col-inner .box-text {
    padding: 0.7rem 1.25rem 1.25rem;
}

.col-item-cycle .col-inner .box-text .post-title {
    margin: 0 0 0.75rem;
    font-size: 1rem;
}

.text-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.775rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.btn-primary {
    color: #fff;
    background-color: #4e66f8;
    border-color: #4e66f8;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.float-right {
    float: right !important;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.3;
}

.text-muted {
    color: #868e96 !important;
}

.text-primary {
    color: #4e66f8 !important;
}

h5,
.h5 {
    font-size: 1.25rem;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.text-white {
    color: #fff !important;
}

.flag-icon-vn {
    background-image: url(https://cdn.riderly.com/storage/static/node_modules/flag-icon-css/flags/4x3/vn.svg?9aa90d094c5f);
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.text-xl {
    font-size: 2rem;
}

.avatar {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border: #dee2e6;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    line-height: 3rem;
}

.flag-icon-vn.flag-icon-squared {
    background-image: url(https://cdn.riderly.com/storage/static/node_modules/flag-icon-css/flags/1x1/vn.svg?9aa90d094c5f);
}

.avatar.avatar-border-white {
    border: solid 2px #fff;
}

.avatar.avatar-xs {
    width: 1.6rem;
    height: 1.5rem;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-gray-600 {
    color: #868e96;
}

.text-xs {
    font-size: 0.7rem;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.text-xs {
    font-size: 0.7rem;
}

.card-stars {
    min-width: 65px;
    margin-top: 2px;
}

.text-warning {
    color: #ffc107 !important;
}

.flat-motobike__inner .card-img-overlay-bottom {
    padding: 0rem 1.25rem 0rem;
}

.flat-motobike__inner .col-item-cycle {
    margin-top: 10px;
}

.flat-motobike__inner .flickity-page-dots {
    position: unset;
}

.list-tests .flickity-page-dots .dot,
.top-destinations .flickity-page-dots .dot,
.flat-motobike__inner .flickity-page-dots .dot {
    scale: 0.6;
}

.list-tests .flickity-page-dots .dot.is-selected,
.top-destinations .flickity-page-dots .dot.is-selected,
.flat-motobike__inner .flickity-page-dots .dot.is-selected {
    scale: 1;
}

.list-policy ul {
    display: block;
}

.list-policy ul li {
    list-style: none;
    display: inline-block;
    margin: 0 1rem 8px;
    font-weight: bold;
    position: relative;
}

.list-policy ul li:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 0;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z"/></svg>') no-repeat center/contain;
}

.top-destinations .box {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.4rem;
    position: relative;
    overflow: hidden;
}

.top-destinations .box .box-text .box-text-inner {
    padding: 1.25rem;
    font-size: 0.875rem;
}

.top-destinations .box .box-text h4 {
    font-size: 1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    margin-top: 0;
    font-weight: bold;
}

.top-destinations .box .box-text p {
    margin: 0px;
}

.top-destinations .box .box-text:last-child {
    margin-bottom: 0;
}

.top-destinations .overlay {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0.65) 100%);
}

.top-destinations .card-img-overlay-top {
    position: absolute;
    top: 0.75rem;
    right: 1.25rem;
    left: 1.25rem;
}

.badge-top {
    display: inline-block;
    padding: 0.5em 0.7em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.4rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.top-destinations .col>.col-inner {
    position: relative;
}

.badge-top:empty {
    display: none;
}

.z-index-40 {
    z-index: 40;
}

.position-relative {
    position: relative !important;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.badge-primary-light {
    color: #4e66f8;
    background-color: #eaedfe;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.badge-success-light {
    color: #28a745;
    background-color: #e5f4e9;
}

.list-tests.row {
    max-width: 200% !important;
}

.list-tests .star-rating span:before {
    color: #ffc107 !important;
}

.testimonial-text {
    color: #656565;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7rem;
}

.testimonial-box .star-rating {
    font-size: 22px;
    width: auto;
    letter-spacing: 0.3rem;
}

.testimonial-text.is-italic {
    font-weight: normal;
    font-style: normal !important;
}

.list-faqs .accordion_title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: normal;
}

.list-faqs .accordion-title {
    padding: 1rem;
    display: flex;
    gap: 1rem;
    border-color: rgba(0, 0, 0, 0.125);
}

.list-faqs .accordion-title span {
    width: 100%;
}

.list-faqs .accordion-title .toggle {
    min-height: unset;
    height: unset;
    line-height: 1;
    margin: 0;
    padding: 0;
    border: 0;
    position: unset;
    order: 1;
    flex: 1;
}

.list-faqs .accordion-title .toggle i {
    line-height: 1;
    top: unset;
}

.list-faqs .accordion-item .accordion-inner {
    padding: 1rem;
    padding-bottom: 1.5rem;
}

.list-faqs .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.stack-heading .fs-small h2 {
    font-size: 16px;
}

.stack-heading .fs-small h4 {
    font-size: 14px;
}

.list-inline {
    padding-left: 0px;
    list-style: none;
}

.list-inline-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    margin-left: 0 !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item a {
    padding: 1rem;
    font-weight: 400;
    color: rgb(52, 58, 64);
    background-color: rgb(231, 231, 232);
    border-radius: 10rem;
    font-size: 12px;
}

.form-for-rent .wpcf7-form-control-wrap textarea,
.form-for-rent .wpcf7-form-control-wrap input {
    border-radius: 5px;
    box-shadow: unset;
}

.form-for-rent label {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-for-rent .form-submit {
    text-align: center;
}

.form-for-rent .form-submit .wpcf7-submit {
    margin: 0;
    padding: 3px 20px;
    border-radius: 10px;
    min-width: 200px;
}

#your-selected {
    border-radius: 20px;
}

@media only screen and (max-width: 991px) {
    .stack-heading {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center;
    }
}

@media only screen and (max-width: 850px) {
    .product-summary {
        padding-top: 30px;
    }

    .btn-show-form-review {
        font-size: 12px;
    }

    .comment-reply-title {
        padding-right: 131px;
    }

    .section-form {
        padding: 30px !important;
    }
}