.modal_map {
    width: 50vw;
    height: 50vh;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: -999px;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}

.open_popup_map .modal_map {
    left: 50%;
}

.open_popup_map:before {
    content: '';
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
}

@-webkit-keyframes left-to-right {
    0% {
        left: -999px;
    }

    100% {
        left: 50%;
    }

    0% {
        left: -999px;
    }
}

.gay {
    width: 50vw;
    height: 50vh;
    max-width: 500px;
}

#resultMap {
    margin-top: 20px;
    width: 100%;
    height: 250px;
    max-width: 100%;
}

#resultMap1 {
    margin-top: 20px;
    width: 100%;
    height: 250px;
    max-width: 100%;
}

.bookinfo .vehicle {
    max-height: 153px;
}

@media screen and (max-width: 768px) {

    body [class*=" datetimepicker-dropdown"]:after,
    body [class*=" datetimepicker-dropdown"]:before {
        display: none;
    }

    body .dropdown-menu {
        left: 5vw !important;
        width: 90vw;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 7px;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    }

    body .datetimepicker table {
        width: 100%;
    }

    .glyphicon.icon-arrow-right:before {
        content: "\f061";
        display: inline-block;
        color: inherit;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .glyphicon.icon-arrow-left:before {
        content: "\f060";
        display: inline-block;
        color: inherit;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

/* Chrome, Safari, Edge, Opera */
.digit-group input::-webkit-outer-spin-button,
.digit-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.digit-group input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.number[type=number] {
  -moz-appearance: textfield;
}

.car__img img {
    -o-object-fit: contain;
       object-fit: contain;
}

.selectcar .car {
    background: white;
    border-radius: 7px;
    border: 1px solid #eee;
    padding: 10px;
}

.selectcar .car:hover {
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 40%);
    transform: scale(1.02);
}
.row {
    display: flex;
}
.my-1 {
    margin-bottom: 1em;
    margin-top: 1em;
}

.col-6 {
    width: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 960px){
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.mid-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contact.v2 textarea,
.contact.v2 input {
    border-radius: 10px;
    padding: 0 15px;
}

.contact.v2 textarea {
    padding: 10px 15px;
}

.contact.v2 .btn_book {
    height: 2.5em;
}

.contact.v2 form {
    padding-top: 30px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}
.mx-1 {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 768.98px) {
    .xdsoft_datetimepicker {
        left: 2.5vw!important;
    }
    .xdsoft_datetimepicker.show {
        display: flex!important;
        flex-direction: column;
        max-width: 100vw;
        left: 2.5vw!important;
        position: fixed!important;
        top: 0;
        width: 100vw;
        left: 0!important;
        height: 100vh;
        padding: 0;
    }

    .xdsoft_datetimepicker.show .xdsoft_datepicker.active {
        width: 100%!important;
        padding: 0 15px;
        margin: 0;
    }
    .xdsoft_datetimepicker.show .xdsoft_timepicker {
        display: flex;
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }
}
.navbar .icon {
    display: none;
}
@media screen and (max-width: 1023px) {
    .navbar-nav {
        position: relative;
        top: unset;
        transform: unset;
        left: unset;
        padding-left: 15px;
        text-align: start;
        margin-top: 60px;
    }
    .narbar-desktop>li>a {
        text-align: start;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.05em;
        display: flex;
        
    }
    .navbar-collapse.is-show, .navbar-collapse.in {
        z-index: 50;
    }
    .narbar-desktop>li>a b {
        font-weight: inherit;
    }

    .navbar-collapse .logo-collapse {
        bottom: unset;
        border: unset;
        padding: 0;
    }
    .navbar-collapse .close {
        z-index: 100;
    }
    .navbar-collapse {
        max-width: 250px;
        box-shadow: 0 0 15px 1px rgba(0,0,0,0.6);
    }
    .navbar .overlay {
        display: none;
    }
    .navbar .icon {
        margin-right: 15px;
        font-size: 24px;
        display: inline-block;
    }
    .navbar .navbar-collapse.is-show + .overlay, .navbar .navbar-collapse.in+ .overlay {
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.2);
        position: fixed;
        top: 0;
        left: 0;
    }
}

.flatpickr-current-month {
    display: flex;
}

.flatpickr-confirm {
    background: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

@media (orientation: landscape) and (max-width: 1200px) {
    .navbar-collapse .logo-collapse {
        position: absolute;
    }
}

.news-block .description {
    font-size: 14px;
}
@media (min-width: 769px) {
    .news-block .title {
        font-size:20px;
    }
}

.news-block .title a{
    color: black;
}
@media (max-width: 1023px) {
    .news-block .description {
        font-size: 13px;
    }
}

body,
html {
    font-size: 16px;
}

h1,.h1 {font-size:2em;}
h2,.h2 {font-size:1.5em}
h3,.h3 {font-size: 1.35em}
h4,.h4 {font-size: 1.25em}
h5,.h5 {font-size: 1.15em}
h6,.h6 {font-size: .95em}

@media only screen and (max-width: 768px) {
    h1, .h1{font-size:1.25em}
    h2, .h2{font-size:1.2em}
    h3, .h3{font-size:1.05em}
    h4, .h4{font-size:1.0em}
    h5, .h5{font-size:.95em}
    h6, .h6{font-size:.85em}
}

.newshighlight .post__title {
    font-size: 1.15em;
    font-weight: 700;
}

.newshighlight .post__title a {
    color: #4d4d4d; 
    white-space: normal;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsother .post h3, .related_post .post h3 {
    font-size: 1.15em;
    font-weight: 700;
}

.newsother .post h3 a, .related_post .post h3 a {
    color: #4d4d4d; 
}

.newsother .post h3 a:hover, .related_post .post h3 a:hover {
    color: var(--orange);
}

@media only screen and (max-width: 768px) {
    .newshighlight .post__title {
        font-size: 1.05em;
    }

    .newsother .post h3, .related_post .post h3 {
        font-size: 1.05em;
    }
}

@media (max-width: 768px) {
    .bookcar--detail form select {
        padding: 0 10px;
    }
}

.bookinfo .route .icon-destination {
    width: 19px;
    height: 17px;
    background: url(/themes/gocheapvn/assets/img/icon7.png) no-repeat;
}

.bookinfo .route .icon-plane {
    width: 19px;
    height: 17px;
    background: url(/themes/gocheapvn/assets/img/icon11.png) no-repeat;
}

.bookinfo .vehicle__price {
    padding: 0 5px;
}
@media screen and (max-width: 992px) {
    #bookingFormSubmit .validate-input {
        width: 100%;
    }

    #bookingFormSubmit.form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    #bookingFormSubmit .txt,
    #bookingFormSubmit .note {
        font-size: 13px;
    }
}


