body {
    font-family: "Montserrat" !important;
}
html {
    scroll-behavior: smooth !important;
}
.max-screen {
    max-width: 1200px !important;
}
.container {
    max-width: 1400px;
}
.df-settings {
    display: none;
}
.bg-blue {
    background-color: #001E5A;
}
/* .bg-blue {
    background-color: #0657a3;
} */
.bg-blue-2 {
    background-color: #2f5296;
}
.bg-grey-1 {
    background-color: #6c6e72;
}
.bg-tosca {
    background-color: #5ac8d8;
}
section.wrapper {
    margin-top: -60px;
}
.tx-blue {
    color: #1a416a;
}
.tx-blue-1 {
    color: #0657a3;
}
.tx-blue-2 {
    color: #2f5296 !important;
}
.tx-blue-3 {
    color: #0c72b5 !important;
}
.tx-light-blue {
    color: #21c7c7;
}
.tx-black-1 {
    color: #23262f;
}
.tx-black-2 {
    color: #252529;
}
.tx-black-3 {
    color: #777e91;
}
.tx-black-4 {
    color: #212529;
}
.tx-black-5 {
    color: #6c6e72 !important;
}
.tx-black-6 {
    color: #282828;
}
.tx-grey-1 {
    color: #b3b6c0 !important;
}
.tx-gold {
    color: #d7ad44;
}
.tx-tosca {
    color: #5ac8d8;
}
.bg-black {
    background: #000;
}
.border-2 {
    border: 2px solid #e6e8ec;
}
.tx-5 {
    font-size: 5px;
}
.w-max-content {
    width: max-content;
}
.menu-owl-carousel {
    margin-top: -30px;
    z-index: 1;
    border-radius: 32px;
    margin-right: 95px;
    margin-left: 95px;
}
.navbar-menu .nav-item {
    margin-left: 8px;
}
.menu-dropdown-header:hover .nav-link::after {
    transform: rotate(225deg) !important;
    margin-top: 4px;
}
@media (min-width: 992px) {
    .navbar-menu .nav-item + .nav-item {
        margin-left: 22px;
    }
    .navbar-menu .nav-item .navbar-menu-sub {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        transition-delay: 0.1s;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
    .menu-dropdown-header:hover ul.navbar-menu-sub{
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
    }
}
_::-webkit-full-page-media,
_:future,
:root .ip-icon {
    max-height: 40px !important;
    width: max-content;
}
.tx-extrabold {
    font-weight: 800 !important;
}

.owl-timeline .owl-nav {
    position: absolute;
    display: flex;
    width: 100%;
    top: 40%;
    justify-content: space-between;
}
/* @media (max-width: 467px) {
    .owl-timeline .owl-nav {
        width: 112%;
        left: -6%;
    }
} */
@media (max-width: 530px) {
    .owl-timeline .owl-nav {
        width: 112%;
        left: -6%;
    }
}
@media (max-width: 475px) {
    .owl-timeline .owl-nav {
        width: 116%;
        left: -8%;
    }
}
@media (max-width: 370px) {
    .owl-timeline .owl-nav {
        width: 120%;
        left: -10%;
    }
}
@media (max-width: 300px) {
    .owl-timeline .owl-nav {
        width: 126%;
        left: -13%;
    }
}
/* .menu-owl-carousel .owl-item{
    margin: 0 !important;
    width: max-content !important;
}
.menu-owl-carousel .owl-next, .menu-owl-carousel .owl-prev{
    position: absolute;
    top: 90px;
    color: #0657A3 !important;
}
.menu-owl-carousel .owl-next{
    right: 26px;
}
.menu-owl-carousel .owl-prev{
    left: 26px;
}
.menu-owl-carousel .owl-next span, .menu-owl-carousel .owl-prev span{
    font-size: 30px;
} */
.wrapper-img-benefit:hover .tx-grey-1 {
    color: #0657a3 !important;
}
.wrapper-img-benefit:hover {
    box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.35);
}
@media (min-width: 992px) {
    a.nav-sub-link {
        color: #f3f3f4 !important;
    }
    li.with-sub {
        margin: 0;
    }
    a.nav-link:hover,
    a.nav-link:focus {
        background-color: #0c72b5;
        border-radius: 100px;
        color: #fff;
    }
    a.nav-sub-link:hover {
        color: #fff !important;
        background-color: #2F5296;
    }
    .navbar-menu-sub.bg-blue-1 {
        background-color: #0c72b5 !important;
    }
}
.nav-link-flat:hover,
.nav-link-flat:focus {
    background: transparent !important;
    border: 0;
}

.btn-download {
    width: 54px;
    height: 54px;
    background: url(../asset/icons/ic_download-inactive.png);
}
.btn-download:hover {
    width: 54px;
    height: 54px;
    background: url(../asset/icons/ic_download-active.png);
}

.pagination .page-item.active .page-link {
    background-color: #2f5296;
    border-color: #2f5296;
}
.pagination .page-link {
    color: #2f5296;
}
/* ul.pagination li{
    padding: 2px 5px;
    background: #2f5296;
    color: #fff;
} */
/* custom wizard */
#smartwizard .scroll-dot,
.sw-theme-dots > .nav::before {
    max-height: 385px;
}
@media (min-width: 768px) {
    #smartwizard .scroll-dot,
    .sw-theme-dots > .nav::before {
        max-height: 500px;
    }
}
.sw-theme-dots > .nav {
    display: block;
    width: 105px;
    margin-right: 30px;
}

.sw-theme-dots > .nav::before {
    top: 0;
    left: auto;
    right: 3.5px;
    width: 2px;
    height: 100%;
}
.sw-theme-dots > .nav .nav-link::before {
    background: none;
}
.sw-theme-dots > .nav .nav-link.done::after {
    background-color: #b3b6c0;
}
.sw-theme-dots > .nav .nav-link.active::after {
    background-color: #2f5296 !important;
}
.sw-theme-dots > .nav .nav-link {
    margin-top: 0;
}
.sw-theme-dots > .nav .nav-link::after {
    top: 18px;
    left: auto;
    right: 0;
    width: 9px;
    height: 9px;
}
.sw-theme-dots > .nav .nav-link.done {
    color: #b3b6c0;
    font-size: 14px;
}
.sw-theme-dots > .nav .nav-link.active {
    font-size: 18px;
    color: #2f5296 !important;
}
.sw.sw-justified > .nav > li,
.sw.sw-justified > .nav .nav-link {
    padding-left: 0;
    text-align: left;
    height: 43px;
    display: flex;
    align-items: center;
    min-width: 50px;
}
@media (min-width: 768px) {
    .sw-theme-dots > .nav .nav-link::after {
        top: 30px;
        width: 15px;
        height: 15px;
    }
    .sw-theme-dots > .nav::before {
        top: 0;
        right: 6px;
    }
    .sw-theme-dots > .nav {
        width: 242px;
        margin-right: 100px;
    }
    .sw-theme-dots > .nav .nav-link.done {
        font-size: 24px;
    }
    .sw-theme-dots > .nav .nav-link.active {
        font-size: 36px;
    }
    .sw.sw-justified > .nav > li,
    .sw.sw-justified > .nav .nav-link {
        height: 71px;
    }
}

.owl-car-card .owl-item a,
.owl-car-card-mobile .owl-item a {
    opacity: 1;
}
.owl-car-card:hover .owl-item a,
.owl-car-card-mobile:hover .owl-item a {
    opacity: 0.5;
}
.owl-car-card .owl-item a.show,
.owl-car-card-mobile .owl-item a.show {
    opacity: 1;
}

/* layout */
/* custom menu */
.navbar-menu-wrapper {
    left: auto;
    right: 0;
    transform: translateX(992px);
    background-color: #001E5A;
}
.navbar-menu .nav-item.with-sub .nav-link::after {
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
}
.navbar-menu-grey .nav-item.with-sub .nav-link::after {
    border-right: 1.5px solid #6c6e72;
    border-bottom: 1.5px solid #6c6e72;
    margin-left: 20px;
}
/* .navbar-nav-show .backdrop {
        display: none;
    } */
@media (min-width: 992px) {
    .navbar-menu-wrapper {
        transform: none;
    }
}
.backdrop {
    /* right: 0; */
    left: 0 !important;
    background-color: rgba(15, 21, 32, 0.1);
}
header .navbar-brand {
    margin-left: 0;
    height: 62px;
}
.navbar-language a.nav-link:hover {
    background: transparent;
    color: #fff !important;
    border: 0;
}
.navbar-language a.nav-link:focus {
    background: transparent;
}
.navbar-menu-sub {
    border: none;
}
.navbar-menu-sub .nav-sub-item + .nav-sub-item  {
    margin-top: 0;
}
@media (max-width: 991px) {
    .menu-dropdown-header .navbar-menu-sub .nav-sub-item .nav-sub-link {
        padding: 6px 0 !important;
        border-bottom: 1px solid rgba(47, 82, 150, 0.5);
    }
}
@media (min-width: 992px) {
    .navbar-menu-sub {
        margin-left: 25px;
        width: 265px;
        max-height: 315px;
    }
    .navbar-menu-sub .nav-sub-item .nav-sub-link {
        padding: 16px 25px;
        border-bottom: 1px solid rgba(47, 82, 150, 0.5);
    }
    .menu-dropdown-header .navbar-menu-sub::-webkit-scrollbar{
        width: 5px;
    }
    .menu-dropdown-header .navbar-menu-sub::-webkit-scrollbar-track{
        background: #ffff;
        border-radius: 4px;
        margin: 2px 0 2px 0;
    }
    .menu-dropdown-header .navbar-menu-sub::-webkit-scrollbar-thumb{
        background: #88D6F7;
        border-radius: 4px;
    }
    /* .menu-dropdown-header .navbar-menu-sub::-webkit-scrollbar-thumb:hover{
        background: #555;
    } */
}
.navbar-menu-sub::before,
.navbar-menu-sub::after {
    display: none;
}
footer a.nav-link {
    color: #fff;
    font-weight: 400;
}
footer a.nav-link:hover,
footer a.nav-link:focus,
a.nav-link-gold:hover,
a.nav-link-gold:focus {
    background-color: transparent !important;
    color: #d7ac42 !important;
    border-radius: 0;
}
footer#page #bg-footer {
    background-color: #0c72b5;
    color: white;
}
@media (max-width: 576px) {
    footer#page #bg-footer {
        background-position-x: -322px;
    }
}
#avatar-bebi {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

/* home */
section#header-home {
    /* background: url(../mobile/ilustrations/il_bg-home-1-full.svg) no-repeat center; */
    /* height: 699px; */
    /* background-size: cover; */
}
.home-content {
    margin-top: -101px;
}
.home-content .text {
    margin-top: 128px;
}
.home-content .img {
    padding-top: 92px;
}
@media (max-width: 767.5px) {
    .home-content {
        margin-top: 0 !important;
        flex-direction: column-reverse !important;
    }
    .home-content .text {
        margin-top: 5px !important;
        padding-right: 0 !important;
    }
    .home-content .text .text-content {
        justify-content: start;
    }
    .home-content .img {
        padding: 0 !important;
    }
}
@media (max-width: 767.5px) {
    .h-m-230 {
        height: 230px;
    }
    .w-m-245 {
        width: 245px;
    }
}
.owl-timeline .owl-item {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* section#header-home h1{
    margin-bottom: -10px;
} */
.wrapper-img-benefit {
    max-width: 389px;
}
/* section#benefit .nav-tabs .nav-link.active, section.nav-menu .nav-link.active {
    background-color: #fff;
    z-index: 5;
    color: #1A416A;
    width: max-content;
    border-radius: 100px;
    line-height: 14px;
}
section#benefit .nav-tabs .nav-link, section.nav-menu .nav-link {
    color: #fff;
    border-radius: 100px;
    height: 28px;
    font-weight: 500;
    line-height: 14px;
} */
.hiddenscroll::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.hide-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.hide-scrollbar::-webkit-scrollbar-thumb {
    background: #b3b6c0;
}

/* Handle on hover */
.hide-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgb(160, 160, 160);
}
/* #scroll-benefit::-webkit-scrollbar-thumb, .content-scroll::-webkit-scrollbar-thumb {
    background-color: #0657A3;
    border-radius: 10px;
}
#scroll-benefit::-webkit-scrollbar-track, .content-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
} */

/* product */
/* section.nav-menu {
    background: linear-gradient(180deg, #0085C5 14.02%, #58BDD1 100%);
}
section.nav-menu ul.nav{
    width: max-content;
}
section.nav-menu .warpper-menu{
    border-top: 1px solid white;
}

section.product .regular-taxi{
    background: url(../mobile/ilustrations/il_bg-taxiservice-regular.svg) no-repeat;
    background-size: cover;
}
section.product .content-scroll{
    margin-top: -100px;
}
section.product .livecare-taxi{
    background: url(../mobile/ilustrations/il_bg-taxiservice-livecare.svg) no-repeat;
    background-size: cover;
}
section.product .executive-taxi{
    background: url(../mobile/ilustrations/il_bg-taxiservice-executive.svg) no-repeat center;
    background-size: cover;
}
.bg-product {
    height: 300px;
    margin-top: -1px;
    margin-bottom: -1px;
}
section.product .delta-bus{
    background: url(../mobile/ilustrations/il_bg-charterbus-delta.svg) no-repeat center;
    background-size: cover;
}
section.product .charlie-bus{
    background: url(../mobile/ilustrations/il_bg-charterbus-charlie.svg) no-repeat center;
    background-size: cover;
}
section.product .bravo-bus{
    background: url(../mobile/ilustrations/il_bg-charterbus-bravo.svg) no-repeat center;
    background-size: cover;
}
section.product .alpha-bus{
    background: url(../mobile/ilustrations/il_bg-charterbus-alpha.svg) no-repeat center;
    background-size: cover;
} */
ul.list-unstyled {
    padding-left: 1.2em;
}
ul.list-unstyled li::before {
    content: "\2022";
    color: #0657a3;
    position: absolute;
    left: 0;
}
.menu-mobile-product {
    height: 129px;
}
.menu-mobile-product a {
    max-height: 129px;
}
.menu-mobile-product a img {
    max-width: 85px;
}
@media (min-width: 768px) {
    .menu-mobile-product {
        height: 201px;
    }
    .menu-mobile-product a {
        max-height: 201px;
    }
    .menu-mobile-product a img {
        max-width: 127px;
    }
}

/* about */
.history-year .line-year {
    height: 4px;
    background: #0657a3;
}
.history-year .wrapper-year {
    border: 7px solid #0657a3;
}
.nav-link {
    color: #b3b6c0;
}
.nav-link.active {
    color: #2f5296;
}
#about-page .web .nav-link {
    color: #6c6e72;
}
#about-page .web .nav-link:hover,
#about-page .web .nav-link:focus {
    color: #fff;
    background-color: #0c72b5;
    border-radius: 100px;
}
.submenu-dropdown {
    display: none;
}
.submenu-dropdown a {
    display: block;
}

/* our offer */
#carouselVoucher .carousel-control-prev,
#carouselVoucher .carousel-control-next {
    top: 213px;
    bottom: auto;
}

/* sustainbility-page */
#sustainbility-page .nav-link {
    color: #6c6e72;
}
#sustainbility-page .nav-link:hover {
    color: #fff;
}
#sustainbility-page #v-pills-tab .nav-link.active, #financial-page #v-pills-tab .nav-link.active {
    background: #0c72b5;
    color: #fff;
    border-radius: 100px;
}
#sustainbility-page #myTabMobile .nav-link,
#about-page #myTabMobile .nav-link {
    color: #6c6e72;
}
#sustainbility-page #myTabMobile .nav-link.active,
#about-page #myTabMobile .nav-link.active {
    background-color: #0C72B5;
    color: #fff !important;
    border-radius: 30px;
}

/* promo */

.nav-link-black-5 {
    color: #6c6e72;
}
