@media (min-width: 992px) {
    .menutpl_margin {
        margin-right: 16px;
    }

    .sub-menu.submenu-top.p-lg-5 .col-lg-2.col-md-6.col-12 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .menutpl_text {
        padding: 4px 8px;
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #344054;
        flex: none;
        order: 0;
        flex-grow: 0;
        text-decoration: none;
    }

    .menutpl_text:hover {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #4B843F;
        flex: none;
        order: 0;
        flex-grow: 0;
        text-decoration: none;
    }

    .menutpl_text_header {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #00558F;
        padding-bottom: 16px;
        text-decoration: none;
    }

    .menutpl_border_header {
        margin: 0px 0 24px 0;
        border-bottom: 1px solid #D0D5DD;
    }

    .menutpl_text_body {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #667085;
        flex: none;
        order: 0;
        flex-grow: 1;
        text-decoration: none;
        letter-spacing: -0.1px;
    }

    .submenu-top {
        /*z-index: 100;*/
        border-radius: 0px 0px 16px 16px;
        background: var(--gray-100, #F2F4F7) !important;
        box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10) !important;
    }

    .submenu-title {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #00558F;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .nav-menus>div:hover>a {
        color: #4B843F;
    }

    div#navbarSupportedContent>div:not(.my-2) {
        flex-grow: 1;
    }

    .nav-menus>div:hover>a {
        padding-bottom: 24px;
        margin-bottom: -24px;
    }

    .nav-menus .sub-menu {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        width: 100vw;
        left: 50%;
        top: calc(100% + 24px);
        transform: scaleY(0) translateX(-50%);
        transition: all 0.3s ease;
        transform-origin: 100% 0;
        display: block !important;
        height: auto !important;
    }

    .nav-menus .sub-menu>div.container {
        padding: 0 0 0 12px;
    }

    .navbar-light .navbar-brand {
        padding: 0 10px 0 0;
        min-width: 219px;
    }

    div#navbarSupportedContent {
        align-items: flex-end !important;
    }

    .nav-menus>div:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1) translateX(-50%);
    }
}

@media (max-width: 991px) {
    .nav-menus .sub-menu {
        display: none;
    }

    .nav-menus .sub-menu .row.justify-content-between {
        row-gap: 24px;
    }

    .navbar .navbar-collapse#navbarSupportedContent {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .navbar .navbar-collapse#navbarSupportedContent>div {
        display: block;
    }

    .navbar .navbar-collapse#navbarSupportedContent>div:not(.my-2) {
        margin: 0 !important;
        overflow: hidden;
        overflow-y: auto;
    }

    #navbarSupportedContent section {
        width: 100%;
    }

    a.menutpl_text {
        color: #344054;
        font-family: Maven Pro;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 24px */
        padding-bottom: 32px;
    }

    .menutpl_margin {
        margin-bottom: 32px;
        border-bottom: 1px solid #D0D5DD;
        position: relative;
    }

    .menutpl_margin:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83337 8.33325L10 12.4999L14.1667 8.33325H5.83337Z' fill='%23667085'%3E%3C/path%3E%3C/svg%3E");
    }

    a.menutpl_text_header {
        color: #00558F;
        font-family: Maven Pro;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 19.2px */
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid #D0D5DD;
        pointer-events: none;
    }

    a.menutpl_text_body {
        color: #667085;
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        /* 21px */
    }

    a.menutpl_text_body:hover {
        color: #2e5026;
        text-decoration: underline;
    }
}

.ldr_prefix .badge-price {
    color: #DC7913 !important;
    display: inline-block;
    color: #00882a;
    border-radius: 10px;
    text-align: center;
    font-size: 32px;
    margin-top: -5px;
    float: right;
    margin-left: 10px;
}

.ldr_prefix .tdtxtp_title-highlighted {
    color: var(--primary-blue-500, #00558F) !important;
}

.ldr_prefix .tdtxtp_title {
    margin-bottom: 32px;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #101828;
    flex: none;
    order: 0;
    flex-grow: 0;
    float: left;
    margin-right: 10px;
}

body {
    background-color: #f2f4f7;
}

.bg-brown {
    background-color: #E8E6E3;
}

.bamboo-text {
    color: #4B843F;
    text-decoration-line: underline;
}

a.bamboo-text:hover {
    color: #000000;
}

@media (max-width: 991px) {
    .service-bar {
        margin-top: 14px;
        filter: drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1)) drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06));
        background-color: #fff;
    }

    .service-bar>* {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 16px;
        padding-bottom: 16px;
        flex: 1 0 calc(100% / 3);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #EAECF0;
        border-bottom: 1px solid #EAECF0;
    }

    .service-bar>* a {
        color: #344054;
    }

    .service-bar>*:nth-child(3n),
    .service-bar>*:last-child {
        border-right: none;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .service-bar>* a {
        font-size: 14px;
    }
}

div#main-content>.portlet-layout {
    max-width: 100%;
    margin: 0;
}

div#main-content>.portlet-layout>div {
    padding: 0;
}

@media (min-width: 768px) {
    .news-section {
        margin-bottom: 56px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-bar>* {
        flex: 0 0 25%;
        border-right: 1px solid #EAECF0 !important;
        border-bottom: 1px solid #EAECF0;
    }

    .service-bar>*:nth-child(n+5) {
        border-bottom: none;
    }

    .service-bar>*:nth-child(4n) {
        border-right: none !important;
    }
}

.additional-services {
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .service-bar {
        margin-top: -26px;
    }

    .service-bar .box-icon {
        position: relative;
        width: 100%;
        border-radius: 0 0 16px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 2px;
        flex: 1;
    }

    .service-bar .box-icon .content {
        padding: 31.5px 0 13.5px;
        background-color: #EAECF0;
        width: 100%;
        height: 100%;
    }

    .service-bar .box-icon .content a {
        color: #00558F;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-bar .box-icon .content a svg {
        margin-top: 8px;
    }

    .service-bar .content-desktop {
        content: "";
        width: 100%;
        height: calc(100% - 2px);
        max-height: calc(100% - 2px);
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        transition: all 0.8s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #FFFFFF;
        border-radius: 0 0 8px 8px;
        transform-origin: 0 0;
    }

    .service-bar .content-desktop>div svg {
        margin-bottom: 8px;
    }

    .service-bar .content-desktop>svg:not(.icon) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -3px;
        transition: all 0.5s ease;
    }

    .service-bar .content-desktop svg.hover {
        opacity: 0;
        visibility: hidden;
    }

    .service-bar .content-desktop:after {
        content: '';
        position: absolute;
        right: 0;
        height: calc(100% - 40px);
        width: 1px;
        top: 0;
        z-index: 2;
        background-color: #D0D5DD;
        transition: all 0.8s ease;
    }

    .service-bar .content-desktop>div {
        animation-name: animation-close;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
        transform-origin: 0 0;
    }

    .service-bar .box-icon:hover .content-desktop {
        transform: translateY(calc(-100% + 18px));
    }

    .service-bar .box-icon:hover .content-desktop>div {
        animation-name: animation-open;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }

    .service-bar .box-icon:hover .content-desktop svg:not(.hover):not(.icon) {
        opacity: 0;
        visibility: hidden;
    }

    .service-bar .box-icon:hover .content-desktop:after {
        height: calc(100% - 10px);
    }

    .service-bar .box-icon:hover .content-desktop svg.hover {
        opacity: 1;
        visibility: visible;
    }

    .service-bar .box-icon:last-child .content-desktop:after {
        content: none;
    }

    .service-bar .box-icon.hover-next .content-desktop:after {
        height: 8px;
    }

    @keyframes animation-open {
        0% {
            transform: none;
        }

        100% {
            transform: rotate3d(1, 0, 0, 90deg) skewX(7deg);
        }
    }

    @keyframes animation-close {
        0% {
            transform: rotate3d(1, 0, 0, 90deg) skewX(7deg);
        }

        100% {
            transform: none;
        }
    }

    .popular-flights-slide .slick-dots {
        margin-bottom: 46px;
    }
}

.options-text,
.options-text:hover {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #344054;
    text-decoration: none;
}

.icon-item {
    width: 24px;
    height: 24px;
}

.view-all-news-btn {
    padding: 14.5px 24px;
    background: #F2F4F7;
    border: none;
    border-radius: 8px;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #00558F;
}

.border-top-left {
    border-top-left-radius: 16px;
}

.border-bottom-right {
    border-bottom-right-radius: 16px;
}

.border-top-right {
    border-top-right-radius: 16px;
}

.border-bottom-left {
    border-bottom-left-radius: 16px;
}

.promotion-container {
    width: 100%;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promotion-container-2 {
    width: 100%;
    aspect-ratio: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .promotion-container-2 {
        aspect-ratio: 2.1;
    }
}

@media (min-width: 1025px) {

    .additional-services ul.slick-dots li,
    .bamboo-exp-big-container ul.slick-dots li {
        width: 6px;
        height: 6px;
    }
}

.promotion-details {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(10.41deg, rgba(0, 0, 0, 0.8) 7.76%, rgba(0, 0, 0, 0) 79.38%);
}

.promotion-details a {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FCFCFD;
    padding: 9px 0;
    text-decoration: none;
    position: relative;
}

.promotion-details a:hover {
    text-decoration: none;
    color: #FCFCFD;
}

.promotion-details a:hover:before {
    transform-origin: left;
    animation: linecss 0.6s;
}

.promotion-details a:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FCFCFD;
    transform-origin: right;
}

@keyframes linecss {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.header-text {
    font-family: 'Maven Pro';
}

.normal-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
}

.addtional-news-title a {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    color: #101828;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media(min-width: 768px) {
    .addtional-news-title a {
        font-size: 20px;
    }
}

.addtional-news-title a:hover,
.item .addtional-news-title a:hover {
    color: #4B843F;
}

.addtional-news-short-content {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #344054;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btn-primary:focus,
.focus.btn-primary {
    background-color: #4b843f !important;
}

.popular-flights-news-header a {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #101828;
    margin-bottom: 4px;
}

.popular-flights-news-header a:hover {
    color: #4B843F;
    text-decoration: none;
}

.popular-flights-news-header+.normal-text {
    margin-bottom: 1rem;
}

.popular-flight {
    background: #FFFFFF;
    border: 1px solid #F2F4F7;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 100%;
}

.popular-flight .normal-text {
    font-size: 14px;
    line-height: 150%;
}

.popular-flights-price-info {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #00558F;
}

.popular-flights-price-info-main {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #00558F;
}

.btn-bamboo {
    background: #4B843F;
    border-radius: 4px;
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.bg-light-blue {
    background: rgba(0, 85, 143, 0.1);
}

.bamboo-exp-news-header {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FCFCFD;
}

@media (min-width: 768px) {
    .bamboo-exp-news-header {
        font-size: 20px;
    }
}

.bamboo-exp-news-short-content {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #F9FAFB;
}

@media (min-width: 768px) {
    .bamboo-exp-news-short-content {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .promotion-details h2+p {
        font-size: 14px;
    }
}

.promotion-details .price {
    display: inline-block !important;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Maven Pro';
}

@media (min-width: 768px) {
    .promotion-details .price {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .add-weather+p,
    .add-weather {
        font-size: 14px;
    }
}

.bg-light-blue {
    background-repeat: no-repeat;
    background-position: left;
}

.bamboo-exp-container {
    height: 470px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
    overflow: hidden;
}

.bamboo-exp-container-2 {
    width: 100%;
    height: 256px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
    overflow: hidden;
}

.popular-flight-2-container {
    aspect-ratio: 2;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 480px;
    max-width: 100%;
}

.promotion-big-container {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.promotion-big-container .text-right>a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #00558F;
    text-decoration: none !important;
}

.news-section {
    padding: 9px 24px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
}

.text-news {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #00558F;
    padding: 13px 0 13px;
}

.news-section small {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #667085;
}

.news-section p.mb-0 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #00558F;
}

.news-section .items .item {
    transition: all 0.5s ease;
}

.news-section>div>div.pagination {
    color: #667085;
}

.banner-explore {
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    background-size: cover;
    background-position-y: 48.5%;
}

.banner-explore h2,
.banner-explore p {
    color: #FCFCFD;
}

.banner-explore h2 {
    font-family: 'Maven Pro';
}

.banner-explore a {
    padding: 0.5rem 1rem !important;
}

.banner-explore a:focus {
    border-color: #325729 !important;
}

@media (min-width: 992px) {
    .banner-explore {
        background-size: 1128px;
        padding-left: 32px !important;
        padding-right: 32px !important;
        margin-top: 32px !important;
        margin-bottom: 56px !important;
    }
}

@media (max-width: 767px) {
    .banner-explore {
        background-position-x: 50%;
    }
}

.home-alert {
    background: #F9FAFB;
    border-radius: 16px;
    max-width: calc(50% - 15px);
}

.home-alert .normal-text {
    color: #344054;
}

.home-alert span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #344054;
}

#additonalServicesCarousel .slick-slide,
.popular-flights-slide .slick-slide {
    width: 306px;
}

.popular-flights-slide.slick-inner .slick-list:before {
    background-color: #f2f4f7;
}

#additonalServicesCarousel .slick-dots {
    width: 100%;
}

#additonalServicesCarousel .item .content {
    background-repeat: no-repeat;
    background-position: bottom right;
}

#additonalServicesCarousel .item>div .image {
    overflow: hidden;
}

#additonalServicesCarousel .item>div img {
    transition: all 0.5s ease;
}

#additonalServicesCarousel .item>div .image+.d-flex.position-relative:before {
    content: "";
    border-bottom: 5px solid #64AF53;
    border-left: 5px solid transparent;
    border-right: none;
    height: 0;
    width: 0;
    position: absolute;
    left: 27px;
    top: 0;
    transition: all 0.3s ease;
    opacity: 0;
    transition-delay: 0.3s;
}

#additonalServicesCarousel .item>div .line-vector-1 {
    position: absolute;
    top: -4px;
    left: -16px;
}

#additonalServicesCarousel .item>div .line-vector-2 {
    position: absolute;
    top: 0px;
    left: -11px;
}

#additonalServicesCarousel .item>div .line-vector-3 {
    position: absolute;
    top: -1px;
    left: 14px;
}

#additonalServicesCarousel .item>div .line-vector-1,
#additonalServicesCarousel .item>div .line-vector-2,
#additonalServicesCarousel .item>div .line-vector-3 {
    opacity: 0;
    transition: all 0.3s ease;
}

#additonalServicesCarousel .item>div .line-vector-2 {
    transition-delay: 0.1s;
}

#additonalServicesCarousel .item>div .line-vector-3 {
    transition-delay: 0.2s;
}

#additonalServicesCarousel .item>div:hover .addtional-news-title a {
    color: #4B843F;
}

#additonalServicesCarousel .item>div:hover img {
    transform: scale(1.2);
}

#additonalServicesCarousel .item>div:hover .line-vector-1 {
    opacity: 1;
    animation: move-vector-1 0.5s;
    transition-delay: 0.3s;
}

#additonalServicesCarousel .item>div:hover .line-vector-2 {
    opacity: 1;
    animation: move-vector-2 0.5s;
    transition-delay: 0.2s;
}

#additonalServicesCarousel .item>div:hover .line-vector-3 {
    opacity: 1;
    animation: move-vector-3 0.5s;
    transition-delay: 0.1s;
}

#additonalServicesCarousel .item>div:hover .image+.d-flex.position-relative:before {
    width: calc(100% - 27px);
    opacity: 1;
}

.bamboo-exp-big-slider .slick-slide {
    overflow: hidden;
    transition: all 0.3s ease;
}

.slider-nav .bamboo-exp-news-short-content {
    display: none;
}

.slider-nav .slick-current {
    display: none !important;
}

.slider-location {
    background: rgba(0, 48, 91, 0.8);
    backdrop-filter: blur(2px);
    border-radius: 16px 16px 0 0;
    max-width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 48px;
    margin-right: 0;
    margin-left: auto;
}

.slider-location .contents {
    padding: 20px 24px 24px;
}

.slider-location .image {
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px 8px 8px 0px;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 168px;
    height: 120px;
}

.slider-location img {
    width: 100%;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
}

.slider-location a.d-flex {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
}

.slider-location .images {
    margin-top: -24px;
    padding-bottom: 24px;
    flex: 0 0 168px;
    max-width: 168px;
}

.contents {
    flex: 0 0 calc(100% - 168px);
    max-width: calc(100% - 168px);
}

.slider-location span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FCFCFD;
    margin-bottom: 4px;
    display: flex;
}

.slider-location ul.slick-dots {
    margin-top: 0;
    justify-content: flex-start;
}

.slider-location ul.slick-dots li {
    background: #FCFCFD;
}

.slider-location ul.slick-dots li.slick-active {
    background: #64AF53;
    width: 8px;
}

.slider-location h5 {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #FCFCFD;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .bamboo-exp-big-slider .slick-slide {
        width: 288px;
    }

    .popular-flight-2-container {
        min-height: 370px;
    }

    .slider-nav ul.slick-dots {
        width: 200%;
        position: relative;
        right: 100%;
    }

    .bamboo-exp-big-slider .slick-current.slick-active {
        width: 576px;
    }

    .bamboo-exp-big-slider .slick-current.slick-active .bamboo-exp-container-2 {
        width: 100%;
    }

    .bamboo-exp-container,
    .bamboo-exp-container-2 {
        height: 368px;
        transition: all 0.3s ease;
    }

    .popular-flights-news-header a {
        font-size: 20px;
    }

    #additonalServicesCarousel .slick-slide {
        width: 384px;
    }

    .popular-flights-slide .slick-slide {
        width: 288px;
    }

    .slider-location {
        margin-top: 56px;
        max-width: 360px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-nav button.slick-prev.slick-arrow {
        left: calc(-198% + 12px);
    }

    .slider-nav ul.slick-dots {
        width: 300%;
        right: 200%;
    }
}

@media (min-width: 992px) {
    .slider-nav button.slick-prev.slick-arrow {
        left: calc(-100% + 12px);
    }

    .slider-location {
        position: absolute;
        right: 24px;
    }
}

@media (min-width: 1280px) {
    .slick-inner .slick-list:before {
        content: none;
    }

    .slick-inner .slick-list,
    .popular-flights-slide .slick-list {
        padding-right: 0;
        overflow: hidden;
    }

    button.slick-next.slick-arrow {
        right: -53px;
    }

    button.slick-prev.slick-arrow {
        left: -53px;
    }

    .slider-nav button.slick-prev.slick-arrow {
        left: calc(-100% - 53px);
    }

    button.slick-arrow {
        top: calc(50% - 19px);
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .slider-for {
        margin-bottom: 20px;
    }

    .news-section {
        padding: 16px;
    }

    .text-news {
        padding: 8px 0 0;
        font-size: 16px;
        line-height: 120%;
    }

    .view-all-news-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 9.5px 19px;
    }

    .news-section .border-mobile {
        border-top: 1px solid #EAECF0;
        border-bottom: 1px solid #EAECF0;
    }

    .news-section>div>div:first-child {
        order: -2;
    }

    .news-section>div>div:first-child .border-right {
        border-right: none !important;
    }

    .news-section>div>div.pagination {
        display: flex;
        flex: 0 0 100%;
        justify-content: space-between;
        font-size: 14px;
        line-height: 150%;
    }

    .news-section>div>div:last-child {
        order: -1;
    }

    .news-section .item {
        flex: 0 0 calc(100% + 1px);
    }

    .cursor-pointer.prev {
        transform: rotate(-90deg);
    }

    .cursor-pointer.next {
        transform: rotate(-90deg);
    }

    .home-alert {
        max-width: 100%;
    }

    ul.slick-dots {
        margin-top: 38px;
    }

    .slick-active.slick-current img+svg {
        bottom: -10px !important;
    }

    .slider-for .bamboo-exp-container-2 {
        height: 470px;
    }
}

@keyframes move-vector-1 {
    0% {
        transform: translateX(-15px) translateY(-4px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes move-vector-2 {
    0% {
        transform: translateX(-14px) translateY(8px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes move-vector-3 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.bamboo-exp-big-slider .slick-slide {
    overflow: hidden;
    transition: all 0.3s ease;
}

.slider-nav .bamboo-exp-news-short-content {
    display: none;
}

.slider-nav .slick-current {
    display: none !important;
}

.contents {
    flex: 0 0 calc(100% - 168px);
    max-width: calc(100% - 168px);
}

@media (min-width: 768px) {
    .bamboo-exp-big-slider .slick-slide {
        width: 288px;
    }

    .slider-nav-v ul.slick-dots {
        width: 200%;
        position: relative;
        right: 100%;
    }

    .bamboo-exp-big-slider .slick-current.slick-active {
        width: 576px;
    }

    .bamboo-exp-big-slider .slick-current.slick-active .bamboo-exp-container-2 {
        width: 100%;
    }

    .bamboo-exp-container,
    .bamboo-exp-container-2 {
        height: 368px;
        transition: all 0.3s ease;
    }

    @media (max-width: 991px) {
        .slider-nav-v button.slick-prev.slick-arrow {
            left: calc(-198% + 12px);
        }

        .slider-nav-v ul.slick-dots {
            width: 300%;
            right: 200%;
        }
    }
}

@media (min-width: 992px) {
    .slider-nav-v button.slick-prev.slick-arrow {
        left: calc(-100% + 12px);
    }

    .slider-location {
        position: absolute;
        right: 24px;
    }
}

@media (min-width: 1280px) {
    .slick-inner .slick-list:before {
        content: none;
    }

    .slick-inner .slick-list,
    .popular-flights-slide .slick-list {
        padding-right: 0;
        overflow: hidden;
    }

    button.slick-next.slick-arrow {
        right: -53px;
    }

    button.slick-prev.slick-arrow {
        left: -53px;
    }

    .slider-nav-v button.slick-prev.slick-arrow {
        left: calc(-100% - 53px);
    }

    button.slick-arrow {
        top: calc(50% - 19px);
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .slider-for-r {
        margin-bottom: 20px;
    }

    .news-section {
        padding: 16px;
    }

    .text-news {
        padding: 8px 0 0;
        font-size: 16px;
        line-height: 120%;
    }

    .view-all-news-btn {
        font-size: 14px;
        line-height: 16px;
        padding: 9.5px 19px;
    }

    .news-section .border-mobile {
        border-top: 1px solid #EAECF0;
        border-bottom: 1px solid #EAECF0;
    }

    .news-section>div>div:first-child {
        order: -2;
    }

    .news-section>div>div:first-child .border-right {
        border-right: none !important;
    }

    .news-section>div>div.pagination {
        display: flex;
        flex: 0 0 100%;
        justify-content: space-between;
        font-size: 14px;
        line-height: 150%;
    }

    .news-section>div>div:last-child {
        order: -1;
    }

    .news-section .item {
        flex: 0 0 calc(100% + 1px);
    }

    .cursor-pointer.prev {
        transform: rotate(-90deg);
    }

    .cursor-pointer.next {
        transform: rotate(-90deg);
    }

    .home-alert {
        max-width: 100%;
    }

    ul.slick-dots {
        margin-top: 38px;
    }

    .slick-active.slick-current img+svg {
        bottom: -10px !important;
    }

    .slider-for-r .bamboo-exp-container-2 {
        height: 470px;
    }
}

.block-discover {
    margin-bottom: 45px;
}

.button-booknow {
    padding: 4px 0;
    color: #344054;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    vertical-align: middle;
    border: none !important;
}

.item-discover {
    background: #fff;
    display: flex;
    font-size: 14px;
    padding-top: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

    padding: 12px 1rem;
    color: #344054;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    vertical-align: middle;
    border: none !important;
}

.block-discover .item-discover:nth-of-type(even) {
    background: #E6EEF4;
}

.block-discover .item-discover span.price {
    color: #344054;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.block-discover .item-discover span.price span {
    color: #00558F;
}

.block-discover .item-discover:nth-of-type(odd) {
    background: #fff;
}

.item-discover:hover,
.item-discover.active {
    background: #00305b !important;
}

.item-discover:hover .destination,
.item-discover:hover .departure,
.item-discover:hover .time,
.item-discover:hover .way,
.item-discover:hover .price span,
.item-discover:hover .price div {
    color: #fff !important;
}

.item-discover.active .destination,
.item-discover.active .departure,
.item-discover.active .time,
.item-discover.active .way,
.item-discover.active .price {
    color: #fff;
}

.item-discover .destination {
    width: 20%;
    padding-left: 15px;
    color: #2d2d2d;
    position: relative;
}

.item-discover .departure {
    width: 20%;
    color: #2d2d2d;
}

.item-discover .time {
    width: 20%;
}

.item-discover .way {
    width: 20%;
}

.item-discover .price {
    width: 20%;
    padding-top: 0px;
    display: table-cell;
}

.ldr_prefix .rounded {
    border-radius: 8px !important;
}

.item-discover .text-bold {
    font-size: 16px;
    color: #333333;
}

.title-item-discover {
    display: flex;
    border-bottom: 2px solid #a5a5a6;
    min-height: 50px;
    padding: 1rem;
    background: #00558F;
    color: #FCFCFD;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border: none !important;
}

.title-item-discover .destination {
    width: 20%;
    padding-left: 15px;
}

.title-item-discover .departure {
    width: 20%;
}

.title-item-discover .time {
    width: 20%;
}

.title-item-discover .way {
    width: 20%;
}

.title-item-discover .price {
    width: 20%;
}

.title-item-discover .text-bold {
    font-size: 16px;
}

.text-bold {
    font-weight: bold;
}

.sec-discover .link-bottom {
    margin-bottom: 45px;
}

.sec-discover .content-bottom {
    margin-bottom: 45px;
    color: #000000;
}

@media(min-width: 601px) {
    .item-discover .link-yellow {
        display: none !important;
    }
}

@media(max-width: 600px) {
    .title-item-discover {
        display: none;
    }

    .item-discover {
        display: block;
        position: relative;
        border: 1px solid #D1D3D4;
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 10px;
        min-height: 178px;
        background-color: #f5f5f5 !important;
        box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%) !important;
    }

    .item-discover:hover,
    .item-discover.active {
        background: #eee !important;
        box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 30%) !important;
    }

    .item-discover .destination {
        padding-left: 0;
        padding-top: 0;
        display: inline-block;
        width: inherit;
    }

    .item-discover .destination div {
        display: inline-block;
    }

    .item-discover .departure {
        padding-left: 0;
        padding-top: 0;
        display: inline-block;
        width: inherit;
    }

    .item-discover .departure div {
        display: inline-block;
    }

    .item-discover .departure .symbol {
        display: inline-block;
    }

    .item-discover .departure .text-bold {
        display: inline-block;
    }

    .item-discover .destination .symbol {
        display: inline-block;
    }

    .item-discover .destination .text-bold {
        display: inline-block;
    }

    .item-discover .time {
        width: 100%;
        padding-top: 0;
    }

    .item-discover .time .text-bold {
        display: inline-block;
        font-weight: 400;
    }

    .item-discover .time .text {
        display: none;
    }

    .item-discover .way {
        width: 100%;
        padding-top: 0;
        margin-bottom: 15px;
    }

    .item-discover .way .text-bold {
        display: inline-block;
        font-weight: 400;
    }

    .item-discover .way .text {
        display: inline-block;
        color: #333333;
    }

    .item-discover .price {
        width: 100%;
        padding-top: 0;
        position: absolute;
        right: 15px;
        top: 40px;
        text-align: right;
    }

    .item-discover .link-yellow {
        display: block !important;
    }
}

.item-discover.filter-flight-item {
    width: 100%;
}

.su-spoiler-title {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: left;
    padding: 10px 10px 10px 34px;
    color: #FCFCFD;
    background: #00558F;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}

.su-spoiler-icon-chevron.su-spoiler-closed {
    margin-bottom: 20px;
}

.su-spoiler-content {
    border-top: 0;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
    background: #fff;
}

.su-spoiler-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: ShortcodesUltimateIcons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    color: #fff;
}

.su-spoiler-icon-chevron .su-spoiler-icon:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    left: 0;
    color: #fff;
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content {
    height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    border: none;
    opacity: 0;
    pointer-events: none;
    transition: 0.5 all;
}