﻿/* CSS Index
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Roboto Mono', monospace;
font-family: 'Dancing Script', cursive;
*/
/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700&subset=latin-ext,vietnamese');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Mono:100,100i,300,300i,400,400i,500,500i,700,700i|Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,vietnamese');

body {
    font-family: 'Roboto', sans-serif;
}

.slideImage {
    width: 100%;
    height: auto;
}

#elife-header {
    left: 0;
    min-width: 1006px;
    position: fixed;
    right: 0;
    transition: background .3s linear 0s;
    width: 100%;
    z-index: 100;
    display: block;
    top: 0;
}

#elife-menu ul li:hover {
    background: #3f652d repeat-x;
}

#elife-menu a.active {
    color: #fff;
}

#elife-menu ul li.active {
    background: #3f652d repeat-x;
    color: #fff;
}

#elife-menu a {
    display: block;
    padding: 5px 5px;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
}

.header-content {
    background: #f0f0f0;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    z-index: 10;
    height: 70px;
}

.header-center {
    width: 330px;
    padding-top: 11px;
}

.hotline {
    width: 300px;
    float: right;
    color: #3f652d;
    line-height: 1em;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.booking {
    color: #3f652d;
    line-height: 5px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.btn-submit-booking {
    width: auto;
    border: 0 transparent;
    background: #66BB6A;
    background: -moz-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: -webkit-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: linear-gradient(to bottom,#dab870 1%,#b59245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dab870',endColorstr='#b59245',GradientType=0);
    color: #2d304a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.28em;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px 15px;
    background: #3f652d;
    background: -webkit-linear-gradient(to bottom, #66BB6A 1%, #5b912d 100%);
    background: linear-gradient(to bottom, #66BB6A 1%, #5b912d 100%);
    color: #fff;
    font-family: roboto;
    font-weight: 500;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

    .btn-submit-booking:hover {
        width: auto;
        border: 0 transparent;
        background: #66BB6A;
        background: -moz-linear-gradient(top,#dab870 1%,#b59245 100%);
        background: -webkit-linear-gradient(top,#dab870 1%,#b59245 100%);
        background: linear-gradient(to bottom,#dab870 1%,#b59245 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dab870',endColorstr='#b59245',GradientType=0);
        color: #2d304a;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.28em;
        border-radius: 6px;
        cursor: pointer;
        padding: 10px 15px;
        background: #3f652d;
        background: -webkit-linear-gradient(to bottom, #5b912d 1%, #66BB6A 100%);
        background: linear-gradient(to bottom, #5b912d 1%, #66BB6A 100%);
        color: #fff;
        font-family: roboto;
        font-weight: 500;
        background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    }

.search-box {
    border: none;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    top: -55px;
}

#frmRegisterEmail label {
    color: #3f652d;
    font-weight: 500;
    font-size: 13px;
}

.booking-title {
    color: #3f652d;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.trans-image img {
    width: 56px;
}

.trans-image {
    width: 70px;
    float: left;
    padding: 20px 0 20px 25px;
    text-align: right;
}

.trans-text {
    width: 495px;
    float: right;
    padding: 20px;
    font-size: .85em;
    text-transform: uppercase;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.elife-navigation {
    background: #dab870;
    background: -moz-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: -webkit-linear-gradient(top,#dab870 1%,#b59245 100%);
    background: linear-gradient(to bottom,#dab870 1%,#b59245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dab870',endColorstr='#b59245',GradientType=0);
    height: 55.2px;
    transition: height .25s linear 0s;
    opacity: 1;
    z-index: 4;
    background: #3f652d;
    background: -webkit-linear-gradient(to bottom, #5b912d, #4c792d);
    background: linear-gradient(to bottom, #5b912d 1%, #4c792d 100%);
}

.allnews {
    position: absolute;
    top: 0;
    right: 8px;
    background: rgba(201,167,92,.7);
    font-size: 1.85em;
    line-height: 135px;
    height: 135px;
    width: 40px;
    text-align: center;
    z-index: 20;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

    .allnews:hover {
        background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
        /* background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%); */
    }

.info-title {
    color: #c3a156;
    font-size: 3.8em;
    line-height: 59px;
    font-family: "Roboto";
    text-transform: uppercase;
    margin-bottom: 30px;
}

.info-summary {
    color: #333;
    font-size: 14px;
    font-family: roboto;
    line-height: 25px;
}

.link-allgallery a {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 7px 25px;
    border-radius: 20px;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    font-family: roboto;
    font-size: 14px;
}

    .link-allgallery a:hover {
        color: #fff;
        background: transparent;
        border: none;
        background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    }

.item-trans {
    background: #171717;
    color: #fff;
    margin-bottom: 30px;
    height: 110px;
    background-image: linear-gradient(to right, #d7d2cc 0%, #304352 100%);
}

.testimonials-group {
    width: 470px;
    float: right;
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    border-radius: 5px;
    height: 110px;
    background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
    background-blend-mode: soft-light,screen;
}

.author-title {
    font-size: 13px;
    line-height: 23px;
}

.bot .trans-text {
    width: 100%;
    padding: 0;
    font-size: 13px;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 25px;
}

.title-group {
    color: #000;
    font-size: 15px;
    font-family: roboto;
    margin-bottom: 14px;
    font-weight: bold;
}

.homenews-title hr {
    width: 79%;
    float: left;
    box-sizing: inherit;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    height: 2px;
    border: none;
}

.homenews-title span {
    width: 20%;
    float: left;
    padding-left: 14px;
    font-size: 20px;
}

.allgallery-title span {
    width: 20%;
    float: left;
    padding-left: 14px;
    font-size: 20px;
}

.allgallery-title hr {
    width: 79%;
    float: left;
    box-sizing: inherit;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    height: 2px;
    border: none;
}

.testimonials-title hr {
    width: 30%;
    float: left;
    box-sizing: inherit;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    height: 2px;
    border: none;
}

.custom-title span {
    width: 20%;
    float: left;
    padding-left: 0px;
    font-size: 20px;
}

.custom-title hr {
    width: 80%;
    float: left;
    box-sizing: inherit;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    height: 2px;
    border: none;
}

.text-bottom {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-family: roboto;
}

.bottom-footer {
    background: #c9c9c9;
    background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
    background-blend-mode: soft-light,screen;
}

/* 11. Footer */
.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #5b912d;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
    font-family: roboto;
}

    .cta-text h4 {
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 2px;
        font-family: roboto;
    }

    .cta-text span {
        color: #757575;
        font-size: 13px;
        font-family: roboto;
    }

.footer-content {
    position: relative;
    z-index: 2;
    font-family: roboto;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 28px;
    font-family: roboto;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    font-family: roboto;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #5b912d;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    font-family: roboto;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #5b912d;
    }

.footer-widget ul li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    text-decoration: none;
}

    .footer-widget ul li a:hover {
        color: #5b912d;
        text-decoration: none;
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
        font-family: roboto;
        font-size: 14px;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
        font-family: roboto;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #5b912d;
        padding: 13px 20px;
        border: 1px solid #5b912d;
        top: 0;
        font-family: roboto;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
    font-family: roboto;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
    font-family: roboto;
}

    .copyright-text p a {
        color: #5b912d;
    }

        .copyright-text p a:hover {
            color: #5b912d;
            text-decoration: none;
        }

.footer-menu {
    font-family: roboto;
}

    .footer-menu ul {
    }

        .footer-menu ul li {
            display: inline-block;
            padding-left: 10px;
        }

            .footer-menu ul li a {
                color: #878787;
                font-family: roboto;
                font-size: 15px;
            }

                .footer-menu ul li a:hover {
                    text-decoration: none;
                }

.footer-text {
    font-family: roboto;
    color: #878787;
    text-transform: none;
    font-size: 13px;
    line-height: 24px;
}

.text-lg-left {
    text-align: left;
}

img.img-fluid.img-fluid-footer-custom {
    /*width: 75px;*/
    margin-bottom: -21px;
}

.footer-cta {
    border-bottom: 1px solid #373636;
    padding: 10px 0px;
    /* height: 79px; */
    padding-top: 25px;
    padding-bottom: 25px !important;
    margin-bottom: 15px;
}

.footer-social-icon {
    margin-top: 15px;
}

.footer-content.pt-25.pb-10 {
    padding-bottom: 25px;
    padding-top: 15px;
}

.elife-splash {
    margin-bottom: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 12px);
}

.booking-guest-social {
    width: 20%;
    float: left;
    padding: 0 5px;
}

#receivedemail {
    height: 270px;
}
/*
    service
*/
#rooms {
    position: relative;
    padding: 0px 0 30px;
    /*background: #f8f8f8;*/
    margin-top: 50px;
}

.room-wrapper {
    position: relative;
}

.room-inner {
    position: relative;
}

.room {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    margin-right: 50px;
    margin-bottom: 50px;
}

    .room figure {
        margin: 0;
        position: relative;
        height: 210px;
        overflow: hidden;
    }

        .room figure img {
            position: relative;
            width: 100%;
        }

        .room figure figcaption {
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 10%;
            padding: 0 50px 0 50px;
            color: #fff;
            text-transform: uppercase;
            text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
            font-weight: 600;
            line-height: 1.3;
            letter-spacing: 1px;
        }

            .room figure figcaption .txt1 {
                font-size: 17px;
                font-family: "Roboto", sans-serif;
                margin-bottom: 10px;
            }

            .room figure figcaption .txt2 {
                font-size: 12px;
            }

.caption .price-service {
    color: #FF9933 !important;
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

.room .caption {
    padding: 30px 50px 30px 14px;
}

    .room .caption .txt1 {
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

    .room .caption .txt2 {
        font-size: 9px;
        color: #646464;
        padding-bottom: 8px;
    }

.small-stars {
    display: inline-block;
    color: #5b912d;
    padding-left: 10px;
}

.room .caption .txt3 {
    font-size: 13px;
    color: #5f5f5f;
    padding-bottom: 15px;
    font-family: "Roboto", sans-serif;
}

.room .caption .txt4 {
}

    .room .caption .txt4 a {
        text-decoration: underline;
        display: inline-block;
        position: relative;
        font-size: 12px;
        color: #5b912d;
        font-weight: 600;
        transition: all 0.3s ease-out;
    }

        .room .caption .txt4 a:hover {
            color: #06779c;
        }

        .room .caption .txt4 a i {
            font-size: 16px;
            padding-left: 18px;
            vertical-align: middle;
        }

.room .select-txt {
    position: relative;
}

    .room .select-txt a {
        display: block;
        text-decoration: underline;
        padding: 15px 60px 15px 16px;
        background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
        color: #fff;
        font-size: 15px;
        transition: all 0.3s ease-out;
        text-transform: uppercase;
    }

        .room .select-txt a:hover {
            background: linear-gradient(to bottom, #5b912d 1%, #4c792d 100%);
        }

.room .txt1 {
    line-height: 14px;
}

.room .select-txt a span {
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.room .select-txt a i {
    position: absolute;
    top: 2px;
    right: 0;
    transition: all 0.3s ease-out;
}

.room .select-txt a:hover i {
    margin-right: -10px;
}

.fleet-sidebar {
    margin-bottom: 30px;
}

.pagination-show {
    position: relative;
    margin-top: 00px;
    margin-bottom: 50px;
}

    .pagination-show li {
        position: relative;
        display: inline-block;
        margin: 0px 5px 7px 0px;
    }

        .pagination-show li a {
            position: relative;
            display: block;
            line-height: 19px;
            padding: 8px 3px;
            font-size: 14px;
            text-transform: capitalize;
            min-width: 40px;
            border: 1px solid #e0e0e0;
            background: #151515;
            color: #111111;
            font-weight: 500;
            text-align: center;
            border-radius: 2px;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            color: #fff;
            text-decoration: none;
        }

            .pagination-show li a.next {
                font-size: 16px;
            }

            .pagination-show li a:hover,
            .pagination-show li a.active {
                background: #b9975b;
                border-color: #b9975b;
                color: #fff;
            }

.room .room-icons {
    position: absolute;
    width: 75px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
    right: -38px;
    bottom: 0;
    text-align: center;
}

.room-icons {
}

.room-price {
    background: linear-gradient(to bottom, #5b912d 1%, #4c792d 100%);
    color: #fff;
    text-transform: uppercase;
    padding: 16px 2px;
}

    .room-price .txt1 {
        font-size: 20px;
        font-family: "Roboto", sans-serif;
    }

        .room-price .txt1 span {
            font-weight: 500;
            font-family: "Roboto", sans-serif;
        }

    .room-price .txt2 {
        font-size: 10px;
        margin-top: 5px;
    }

.room-ic {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    text-transform: uppercase;
    color: #999999;
    font-size: 9px;
    line-height: 1.2;
    padding: 17px 2px;
}

    .room-ic i {
        color: #555555;
        padding-bottom: 5px;
    }

    .room-ic.room-ic-wifi i {
        font-size: 25px;
    }

    .room-ic.room-ic-person i {
        font-size: 18px;
    }

    .room-ic.room-ic-breakfast i {
        font-size: 25px;
    }

    .room-ic.room-ic-left .txt0 {
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #555555;
    }

    .room-ic.room-ic-refund i {
        font-size: 20px;
    }

    .room-ic.room-ic-discount .txt0 {
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        color: #555555;
    }

        .room-ic.room-ic-discount .txt0 span {
            font-size: 14px;
        }

.title1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #3f652d;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 15px;
    font-weight: bold;
}

.title2 {
    font-size: 15px;
    text-align: center;
    color: #333333;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background: url(../images/wave-yellow.png) center bottom no-repeat;
}
/*
    award
*/
.bgpara-1 {
    background-color: #0c314e;
    padding: 110px 0 110px;
    background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .bgpara-1::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: rgba(0, 0, 0, 0.8);
    }

    .bgpara-1 h1 {
        font-size: 33px;
        max-width: 900px;
        margin: 0 auto;
        margin-bottom: 30px;
        color: #fff;
        font-weight: 400;
    }

    .bgpara-1 .achieve-info {
        margin-top: 20px;
    }

    .bgpara-1 .timer {
        color: #fff;
        font-size: 40px;
        margin: 0;
        color: #b9975b;
    }

    .bgpara-1 .achieve-info p {
        color: #fff;
    }

    .bgpara-1 .countboxcont {
        max-width: 800px;
        margin: 0 auto;
    }

span.input-group-addon.input-group-return {
    background: transparent;
    border: none;
    margin-right: 7px;
}

.form-control {
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5em 0.75em;
    opacity: 1;
    box-shadow: none;
}
/*
    blog
*/
.service-title-box {
    position: relative;
    background: #161827 url(../img/service-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 142px 0;
}

    .service-title-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(22, 24, 39, 0.6);
    }

    .service-title-box .container {
        position: relative;
    }

    .service-title-box .sec-title {
        margin-bottom: 0;
    }

        .service-title-box .sec-title h2 {
            color: #fff;
        }

.single-service:hover .img-box:before {
    opacity: 1;
}

.single-service:hover .text-box h3 {
    color: #3f652d;
    text-decoration: none;
}

.single-service .img-box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 235px;
}

    .single-service .img-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        z-index: 9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 0.4s ease;
    }

    .single-service .img-box img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 0.4s ease;
        transform: scale(1);
    }

.single-service .text-box {
    background: #fff;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 5px 61px -15px rgba(0, 0, 0, 0.1);
}

    .single-service .text-box h3, .single-service .text-box p {
        margin: 0;
    }

    .single-service .text-box a:hover {
        color: #3f652d;
        text-decoration: none;
    }

    .single-service .text-box h3 {
        font-family: "Roboto";
        color: #182345;
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        height: 47px;
        /* background: red; */
        overflow: hidden;
    }

    .single-service .text-box p {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 300;
        line-height: 23px;
        height: 70px;
        /* background: red; */
        overflow: hidden;
    }

.single-service {
    margin: 0 0 30px 0;
}

    .single-service .text-box a.read-more {
        border: 2px solid #3f652d;
        width: 129px;
        height: 40px;
        line-height: 36px;
        display: inline-block;
        text-align: center;
        border-radius: 20px;
        color: #3f652d;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

        .single-service .text-box a.read-more:hover {
            color: #fff;
            background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
            text-decoration: none;
        }

.service-area {
    padding-bottom: 60px;
}

    .service-area.overlaped-top {
        margin-top: 30px;
    }

.service-page {
    padding-bottom: 70px;
}

    .service-page .single-service {
        margin-bottom: 50px;
    }

.service-details-page .service-details-content h3, .service-details-page .service-details-content h4, .service-details-page .service-details-content p, .service-details-page .service-details-content ul, .service-details-page .service-details-content li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-details-page .service-details-content h3, .service-details-page .service-details-content h4 {
    color: #172245;
    font-family: "Roboto";
    font-weight: 600;
}

.service-details-page .service-details-content h3 {
    font-size: 34px;
}

.service-details-page .service-details-content h4 {
    font-size: 24px;
}

.service-details-page .service-details-content ul.checklist li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #182345;
}

    .service-details-page .service-details-content ul.checklist li + li {
        margin-top: 5px;
    }

    .service-details-page .service-details-content ul.checklist li:before {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: #3f652d;
        transition: all 0.4s ease;
        border-radius: 50%;
    }

.form-control::-moz-placeholder {
    color: #182345;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #182345
}

.form-control::-webkit-input-placeholder {
    color: #182345
}
/*
    testimonial
*/
.testimonial-area .testimonial-carousel {
    background-color: transparent;
}

    .testimonial-area .testimonial-carousel .owl-nav {
        margin: 0;
    }

        .testimonial-area .testimonial-carousel .owl-nav [class*=owl-] {
            background-color: transparent;
            padding: 0;
            margin: 0;
            border-radius: 0;
            position: absolute;
            top: 40%;
            left: 0px;
            transform: translateY(-50%);
        }

        .testimonial-area .testimonial-carousel .owl-nav [class*=owl-next] {
            right: 0px;
            left: auto;
        }

.testimonial-area .single-testimonial {
    text-align: center;
    padding-top: 70px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

    .testimonial-area .single-testimonial .inner {
        background: #fff;
        padding-bottom: 55px;
        box-shadow: 0px 5px 61px -15px rgba(0, 0, 0, 0.1);
    }

    .testimonial-area .single-testimonial .icon-box {
        position: relative;
        width: 100px;
        margin: 0 auto;
        top: -52px;
        margin-bottom: -70px;
    }

        .testimonial-area .single-testimonial .icon-box img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: auto;
            box-shadow: 0px 25px 61px 15px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
        }

    .testimonial-area .single-testimonial h3 {
        color: #182345;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        margin-top: 25px;
        font-family: "roboto";
    }

    .testimonial-area .single-testimonial p {
        font-size: 16px;
        line-height: 25px;
        color: #333;
        margin: 0;
        margin-top: 40px;
        font-weight: 300;
    }

    .testimonial-area .single-testimonial span {
        display: block;
        color: #3f652d;
        font-size: 15px;
        margin-top: 5px;
        font-family: "roboto";
    }

.testimonial-page {
    padding-bottom: 70px;
}

    .testimonial-page .single-testimonial {
        margin-bottom: 50px;
        padding-bottom: 0;
        padding-top: 0;
    }

        .testimonial-page .single-testimonial .inner {
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 40px;
            border: 1px solid #E5E9F2;
            border-radius: 10px;
            padding-top: 50px;
        }

        .testimonial-page .single-testimonial .icon-box {
            top: 0;
            margin-bottom: 0;
        }

section.section-breadcrumb {
    /*margin-top: 125px;*/
    margin-top: 155px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px 20px !important;
    margin-left: 0;
    border: 2px solid #3f652d;
    margin-top: -2px;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}
/* contact us area */

.contact_info_section {
    padding: 36px 27px;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    min-height: 453px;
}

    .contact_info_section .single_contact_details h3 {
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }

    .contact_info_section .single_contact_details p {
        color: #fff;
        font-size: 16px;
    }

    .contact_info_section .single_contact_details {
        margin-bottom: 35px;
    }

        .contact_info_section .single_contact_details:last-child {
            margin-bottom: 0px;
        }

div#map {
    height: 100%;
    background-color: transparent;
}

.map_area {
    height: 100%;
    position: relative;
}

.positoning_title {
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    padding: 8px 12px;
    border: none;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

    .positoning_title h3 {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: #fff;
        margin-bottom: 0;
    }

/* contact us area end */

/* contact form area */

.contact_form_area .contact_form_title h3 {
    font-size: 20px;
    color: #0B7EF7;
    margin-bottom: 30px;
}

.contact_form_area .contact_form_title > p {
    padding: 0 105px;
}

.contact_form_area .contact_form_title .form-contact {
    margin-top: 50px;
}

    .contact_form_area .contact_form_title .form-contact p.main_input input {
        width: 100%;
        padding: 12px 10px;
        border: none;
        border-bottom: 1px solid #CECECE;
    }

        .contact_form_area .contact_form_title .form-contact p.main_input input::placeholder {
            font-size: 14px;
            color: #020202;
        }

    .contact_form_area .contact_form_title .form-contact .text_msg textarea::placeholder {
        font-size: 14px;
        color: #020202;
    }

    .contact_form_area .contact_form_title .form-contact .text_msg textarea {
        width: 100%;
        padding: 12px 10px;
        border: none;
        border-bottom: 1px solid #CECECE;
        height: 80px;
        resize: none;
    }

    .contact_form_area .contact_form_title .form-contact .text_msg {
        margin-top: 35px;
    }

    .contact_form_area .contact_form_title .form-contact button.contact_form_btn {
        margin-top: 50px;
        display: inline-block;
        background-color: #066DDA;
        color: #fff;
        border: none;
        outline: none;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 12px 40px;
        border-radius: 2px;
        cursor: pointer;
        border: none;
        transition: .4s;
        background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    }

        .contact_form_area .contact_form_title .form-contact button.contact_form_btn:hover {
            background-color: transparent;
            color: #fff;
            background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
        }

.section_title h2 {
    font-size: 25px;
    color: #3f652d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section_title p {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
}

.divider_effect_section {
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/divider_effect_bg.png);
    height: 33px;
    background-repeat: no-repeat;
    width: 100px;
    margin-bottom: 50px;
}

section.section_padding.contact_us_area.spt0 {
    margin-top: 50px;
    margin-bottom: 55px;
}

section.section_paddding.contact_form_area {
    margin-top: 55px;
    margin-bottom: 55px;
}
/*
    price page
*/
.fleets2 {
    padding-top: 88px;
}

    .fleets2:before, .fleets2:after {
        content: "";
        position: absolute;
        display: block;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 0;
        background: no-repeat scroll center top;
    }

    .fleets2:before {
        background-image: url(../images/fleet/bg.jpg);
        top: 0;
        opacity: 0.01;
    }

    .fleets2:after {
        height: 115px;
    }

@media (max-width: 991px) {
    .fleets2:after {
        height: 85px;
    }
}

@media (max-width: 639px) {
    .fleets2:after {
        height: 115px;
    }
}

.fleets2 .container {
    position: relative;
    z-index: 2;
}

/*Fleet*/
.fleet .inner {
    border-top: 1px solid;
    position: relative;
}

.fleet.sale-offer .inner:before {
    content: "";
    position: absolute;
    display: block;
    background: no-repeat scroll 0 0;
    width: 49px;
    height: 51px;
    top: 0;
    left: 20px;
}

.fleet .vehicle-title {
    font-weight: 700;
    margin: 0;
}

.fleet .rent {
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 5px;
}

    .fleet .rent small {
        font-size: 14px;
        margin-right: 2px;
    }

    .fleet .rent sub {
        font-size: 14px;
        margin-left: 2px;
    }

.fleet .reviews {
    margin: 0 0 5px;
}

@media (max-width: 991px) {
    .fleet {
        margin: 0 auto;
        max-width: 630px;
    }

        .fleet .media-left {
            padding-right: 0 !important;
        }

        .fleet .this-body {
            padding: 30px !important;
        }
}

/*Fleet 2*/
.fleet2 {
    padding: 15px 30px;
}

    .fleet2 .inner {
        margin: 0;
    }

    .fleet2.sale-offer .inner:before {
        background-image: url(../images/fleet/badge.png);
    }

    .fleet2 .vehicle-title:after {
        content: "";
        display: block;
        margin: 28px auto 0;
        width: 60px;
        height: 1px;
        background: #eee;
    }

    .fleet2 .vehicle-img {
        line-height: 240px;
        text-align: center;
        margin-bottom: 20px;
    }

@media (max-width: 1199px) {
    .fleet2 .vehicle-img {
        line-height: 180px;
    }
}

@media (max-width: 991px) {
    .fleet2 .vehicle-img {
        padding: 20px 0;
        line-height: 1;
    }
}

.fleet2 .vehicle-img img {
    max-width: 100%;
}

.fleet2 .specification {
    padding: 20px 40px;
    border: 1px solid;
    margin: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .fleet2 .specification {
        padding: 20px 15px;
    }
}

@media (max-width: 991px) {
    .fleet2 .specification {
        text-align: center;
        padding: 20px 0;
    }
}

.fleet2 .specification ul li {
    padding: 5px 0;
    line-height: 19px;
    height: 30px;
    float: left;
}

@media (max-width: 991px) {
    .fleet2 .specification ul li {
        display: inline-block;
        float: none;
        padding: 5px;
    }
}

.fleet2 .specification ul li:nth-child(2), .fleet2 .specification ul li:nth-child(5) {
    width: 105px;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .fleet2 .specification ul li:nth-child(2), .fleet2 .specification ul li:nth-child(5) {
        margin: 0 5px;
    }
}

@media (max-width: 991px) {
    .fleet2 .specification ul li:nth-child(2), .fleet2 .specification ul li:nth-child(5) {
        margin: 0;
        width: auto;
    }
}

.fleet2 .specification ul li span {
    float: left;
    width: 24px;
    text-align: right;
    margin-right: 8px;
}

.fleet2 .details-page {
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    position: absolute;
    border-radius: 100%;
    top: -25px;
    right: 14px;
    font-size: 36px;
    font-weight: 100;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

    .fleet2 .details-page:hover, .fleet2 .details-page:focus {
        border-radius: 0;
    }

/*--------------------------------------------------------------------------------------------------------------*/
.wrapper-fleet {
    padding: 30px 0 0px;
    /*background: #f9f9f9;*/
}

    .wrapper-fleet .banner-row {
        margin-bottom: 15px;
    }

@media (max-width: 991px) {
    .wrapper-fleet .pagination-row .pagination {
        margin-top: 0;
    }
}

.fleet-filters {
    background: #fff;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 50px 30px 60px;
    margin-bottom: 52px;
}

@media (max-width: 991px) {
    .fleet-filters {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 630px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 767px) {
    .fleet-filters {
        padding: 20px;
    }
}

.fleet-filters.style2 {
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .fleet-filters .pagination {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.fleet-filters .pagination li a:hover, .fleet-filters .pagination li a:focus {
    color: #fff;
}

.fleet-filters .pagination li.active a {
    color: #fff;
}

.filter-div {
    float: left;
    line-height: 35px;
}

@media (max-width: 991px) {
    .filter-div {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.filter-div .this-label {
    float: left;
    margin-right: 10px;
}

.filter-div a {
    float: left;
    margin-left: 10px;
    font-size: 18px;
}

.filter-div.layout-filter {
    margin-right: 50px;
}

.fleet-filter-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    float: left;
    width: 160px;
}

.fleet-filter-select .btn {
    line-height: 35px;
    padding: 0 18px;
    background: none #f9f9f9;
    box-shadow: none;
    border: 1px solid #eee;
    font-weight: normal;
}

.fleet-filter-select.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 18px;
}

/*--------------------------------------------------------------------------------------------------------------*/
.fleet-list.fleet {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

    .fleet-list.fleet + .fleet {
        margin-top: 30px;
    }

    .fleet-list.fleet .media-left {
        padding-right: 40px;
    }

        .fleet-list.fleet .media-left a {
            width: 470px;
            display: block;
            border-top: 1px solid transparent;
        }

    .fleet-list.fleet .rent {
        float: left;
        margin-right: 15px;
        margin-top: 0;
    }

    .fleet-list.fleet .reviews {
        float: left;
        margin-top: 15px;
    }

        .fleet-list.fleet .reviews i {
            font-size: 14px;
        }

            .fleet-list.fleet .reviews i:last-child {
                margin-right: 3px;
            }

    .fleet-list.fleet .vehicle-title {
        margin-top: 5px;
    }

    .fleet-list.fleet .detail-btn {
        padding: 0;
        line-height: 59px;
        border: 1px solid;
    }

        .fleet-list.fleet .detail-btn span {
            padding: 0 30px;
            display: inline-block;
        }

            .fleet-list.fleet .detail-btn span + span {
                padding: 0 15px;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px;
            }

        .fleet-list.fleet .detail-btn:hover, .fleet-list.fleet .detail-btn:focus {
            color: #fff;
        }

    .fleet-list.fleet .this-body {
        padding-right: 60px;
        padding-top: 30px;
        vertical-align: middle;
    }

    .fleet-list.fleet .summary {
        padding: 22px 40px 28px 0;
        line-height: 24px;
    }

@media (max-width: 767px) {
    .fleet-list.fleet .summary {
        padding: 15px;
    }
}

.fleet-list.fleet .specification {
    padding-top: 15px;
    border-top: 1px solid;
    border-top-color: rgba(30, 32, 54, 0.05);
    margin: 0;
}

@media (max-width: 767px) {
    .fleet-list.fleet .specification .nav {
        display: flex;
        flex-direction: column;
    }

        .fleet-list.fleet .specification .nav li {
            width: calc(100% / 1) !important;
        }
}

.fleet-list.fleet .specification .nav li {
    float: left;
    width: calc(100% / 3);
    line-height: 25px;
    padding: 7px 0;
    font-weight: bold;
}

    .fleet-list.fleet .specification .nav li span {
        float: left;
        width: 35px;
    }

.fleet-list.fleet.sale-offer .media-left a {
    border-top-color: #f60b3c;
    position: relative;
}

    .fleet-list.fleet.sale-offer .media-left a:after {
        content: "";
        background: url(../images/fleet/badge-3.png) no-repeat scroll 0 0;
        width: 59px;
        height: 57px;
        display: block;
        position: absolute;
        left: 20px;
        top: 0;
    }

.fleet-list.fleet.sale-offer.fleet-sm .media-left a:after {
    background-image: url(../images/fleet/badge-4.png);
    height: 48px;
    width: 49px;
}

.fleet-list.fleet-sm .media-left {
    padding-right: 30px;
}

    .fleet-list.fleet-sm .media-left a {
        width: 300px;
    }

.fleet-list.fleet-sm .this-body {
    padding-right: 0;
}

.fleet-list.fleet-sm .this-header {
    padding-right: 30px;
    margin-bottom: 30px;
}

.fleet-list.fleet-sm .specification {
    padding-top: 15px;
    border-top: 1px solid;
    border-top-color: rgba(30, 32, 54, 0.05);
    margin: 0;
}

    .fleet-list.fleet-sm .specification .nav li {
        line-height: 18px;
        font-weight: normal;
    }

        .fleet-list.fleet-sm .specification .nav li span {
            width: 30px;
        }

.fleet-pagination-row.fleet-filters {
    padding: 30px 50px;
    margin-bottom: 0;
    margin-top: 50px;
}

.pagi-info {
    float: left;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
    margin: 0;
}

.fleet-pagination-row.fleet-filters .pagination li {
    font-family: "Roboto", sans-serif;
    line-height: 40px;
    color: #2b2e4a;
}

.pagination li + li {
    margin-left: 10px;
}

.fleet-pagination-row.fleet-filters .pagination li {
    line-height: 40px;
}

.pagination li a {
    border-color: rgba(34, 36, 59, 0.1);
    color: rgba(34, 36, 59, 0.4);
    border-radius: 100%;
    padding: 0;
    width: 40px;
    line-height: 38px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
}

.fleet-banner {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQYV2O0sbGpP3LkSCMDAcBISAFMflQh3pAiOngAXY8ECyYqfGoAAAAASUVORK5CYII=) repeat scroll 0 0 #1e2036;
}

    .fleet-banner .this-img > img {
        width: auto;
        float: right;
    }

    .fleet-banner .text-holder {
        position: absolute;
        top: 46px;
        left: 119px;
    }

    .fleet-banner .this-cursive {
        font-weight: 100;
        color: #fff;
        margin: 0;
    }

    .fleet-banner .this-title {
        margin-top: 0;
        margin-bottom: 8px;
        font-weight: 800;
    }

    .fleet-banner .this-price {
        margin-top: 0;
        margin-bottom: 18px;
        font-weight: normal;
        color: #fff;
    }

    .fleet-banner .btn {
        padding: 0 37px;
        line-height: 40px;
    }

.banner-carousel {
    margin-bottom: 30px;
    overflow: hidden;
}

    .banner-carousel .owl-prev, .banner-carousel .owl-next {
        font-size: 24px;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        text-align: center;
        color: #eee;
        position: absolute;
        top: calc(50% - 30px);
        background: #fff;
        line-height: 60px;
    }

    .banner-carousel .owl-prev {
        padding-left: 20px;
        left: -30px;
    }

    .banner-carousel .owl-next {
        padding-right: 20px;
        right: -30px;
    }

@media (max-width: 991px) {
    .ipad-width {
        max-width: 630px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .this-header {
        display: flex;
        flex-direction: column;
    }

        .this-header .media-right {
            padding-left: 0;
            margin-top: 30px;
        }
}

@charset "UTF-8";

.sidebar {
    padding-bottom: 120px;
}

@media (min-width: 768px) {
    .sidebar {
        padding: 80px 15px;
    }
}

.sidebar .widget {
    margin: 0;
}

    .sidebar .widget + .widget {
        margin-top: 55px;
    }

.sidebar .widget-title {
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar ul.media-list {
    margin-bottom: 0;
}

.search-form .form-control {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 26px;
    line-height: 50px;
    height: auto;
    border: none;
    box-shadow: none;
}

    .search-form .form-control:focus {
        box-shadow: none;
    }

.search-form .input-group-addon {
    border: none;
    padding: 0;
    background: none;
}

.search-form button {
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    line-height: 48px;
    font-size: 18px;
    padding-right: 26px;
    padding-left: 5px;
}

.widget-nav li {
    width: 100%;
    float: left;
}

    .widget-nav li + li {
        margin-top: 25px;
    }

    .widget-nav li i {
        float: left;
        line-height: 20px;
        width: 25px;
    }

    .widget-nav li a {
        float: left;
        padding: 0;
    }

        .widget-nav li a:hover, .widget-nav li a:focus {
            background: none;
        }

.widget-tags .tag {
    line-height: 38px;
    float: left;
    width: calc(50% - 15px);
    margin-bottom: 10px;
}

    .widget-tags .tag:nth-child(odd) {
        margin-left: 30px;
    }

.recent-news + .recent-news {
    margin-top: 30px;
}

.recent-news .media-left {
    padding-right: 17px;
}

    .recent-news .media-left a {
        display: block;
        width: 67px;
    }

        .recent-news .media-left a img {
            max-width: 100%;
        }

.recent-news .post-meta {
    line-height: 10px;
    font-size: 10px;
    margin-bottom: 20px;
}

    .recent-news .post-meta a i {
        line-height: 10px;
    }

.recent-news .post-title {
    text-transform: uppercase;
    line-height: 24px;
    margin: 0;
}

.share-the-post {
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 40px 0;
}

    .share-the-post .this-title {
        float: left;
        font-style: italic;
        line-height: 28px;
        font-weight: 700;
        padding: 5px 0;
        margin: 0;
    }

    .share-the-post .social-nav {
        float: right;
    }

@media (max-width: 767px) {
    .share-the-post .social-nav {
        float: left;
    }
}

.author-widget {
    margin: 40px 0 70px;
    color: #fff;
}

@media (max-width: 767px) {
    .author-widget {
        display: flex;
        flex-direction: column;
    }
}

.author-widget .media-left {
    padding-right: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .author-widget .media-left {
        padding-right: 0;
    }
}

.author-widget .media-left:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .author-widget .media-left:after {
        display: none;
    }
}

.author-widget .this-img {
    display: block;
    width: 165px;
}

@media (max-width: 767px) {
    .author-widget .this-img {
        width: 100%;
    }

        .author-widget .this-img img {
            width: 100%;
        }
}

.author-widget .this-img img {
    max-width: 100%;
}

.author-widget .media-body {
    padding: 0 70px 0 35px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .author-widget .media-body {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .author-widget .media-body {
        padding: 20px;
    }
}

.author-widget .this-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.author-widget p {
    line-height: 24px;
    margin: 0;
    font-weight: 300;
}

.comments-area {
    padding-top: 70px;
    border-top: 1px solid;
    margin-top: 70px;
}

    .comments-area .this-area-title {
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 800;
    }

    .comments-area .this-sub-title {
        font-style: italic;
        font-size: 16px;
    }

    .comments-area.from-area {
        border: none;
        padding-top: 0;
        margin-bottom: 25px;
    }

.comment-list {
    margin-bottom: 35px;
}

.comment {
    padding: 35px 0;
}

    .comment + .comment {
        margin-top: 5px;
        border-top: 1px solid;
        border-color: #e6e9ee;
    }

    .comment .media-left {
        padding-right: 50px;
    }

@media (max-width: 767px) {
    .comment .media-left {
        padding-right: 15px;
    }
}

.comment .media-left a {
    width: 83px;
    display: block;
    height: 83px;
}

    .comment .media-left a img {
        max-width: 100%;
    }

.comment.reply {
    padding-left: 133px;
}

@media (max-width: 767px) {
    .comment.reply {
        padding-left: 30px;
    }
}

.comment .this-title {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 12px;
}

    .comment .this-title i {
        text-transform: capitalize;
        margin-left: 7px;
        font-weight: 700;
        font-style: italic;
    }

.comment p {
    line-height: 24px;
    margin-bottom: 30px;
}

.comment .reply-link {
    font-size: 13px;
    display: block;
    width: 33px;
    line-height: 31px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
}

.comment-form .form-control {
    margin-bottom: 40px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
    resize: none;
    padding: 0;
    line-height: 35px;
    height: auto;
    font-weight: bold;
}

    .comment-form .form-control:focus {
        box-shadow: none;
    }

.comment-form textarea.form-control {
    height: 185px;
    line-height: 24px;
}

.comment-form .btn {
    background: transparent;
}

.fleet-sidebar .widget + .widget {
    margin-top: 25px;
}

.m0 {
    margin: 0;
    width: 100%;
    padding: 0;
}

.fleet-sidebar .widget-title {
    margin-bottom: 0px;
    font: 800 16px/50px "Roboto", sans-serif;
    color: #fff;
    margin-top: 0;
    border-left: 3px solid;
    border-left-color: #3f652d;
    padding-left: 30px;
    background: #2b2e4a;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}

    .fleet-sidebar .widget-title:before, .fleet-sidebar .widget-title:after {
        content: "";
        background: no-repeat scroll center center;
        height: 50px;
        display: block;
        position: absolute;
        top: 0;
        opacity: 0.05;
    }

.category-dropdown li {
    border-top: 1px solid rgba(43, 46, 74, 0.05);
    border-top-color: rgba(43, 46, 74, 0.05);
    padding: 9px 5px;
}


.fleet-sidebar .widget-title .angle {
    display: block;
    height: 60px;
    width: 5px;
    background: #fff;
    position: absolute;
    top: -5px;
    right: 128px;
    transform: rotate(25deg);
}

.fleet-sidebar .widget-adjust .widget-title:after {
    width: 32px;
    right: 0;
    background-image: url(../images/icons/5.png);
}

.fleet-sidebar .widget-car-type .widget-title:after {
    width: 68px;
    right: 0;
    background-image: url(../images/icons/1.png);
}

.fleet-sidebar .widget-engine .widget-title:after {
    width: 40px;
    right: 0;
    background-image: url(../images/icons/4.png);
}

.fleet-sidebar .widget-pricing .widget-title:after {
    content: attr(data-next-title);
    padding-left: 60px;
    padding-right: 25px;
    right: 0;
    background-image: url(../images/icons/3.png);
    background-position: right center;
}

.fleet-sidebar .widget-pricing .widget-title:before {
    width: 30px;
    right: 128px;
    background-image: url(../images/icons/2.png);
    background-position: left center;
}

@media (max-width: 991px) {
    .fleet-sidebar .widget-ads {
        display: flex;
        justify-content: center;
    }

        .fleet-sidebar .widget-ads .this-ads img {
            position: inherit;
        }
}

.fleet-sidebar .widget-inner {
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid;
    border-color: #f8f8f8;
    position: relative;
}

.fleet-sidebar .widget-adjust .widget-inner {
    padding: 0 29px;
}

    .fleet-sidebar .widget-adjust .widget-inner .this-label {
        line-height: 1;
        margin-top: 19px;
        margin-bottom: 7px;
    }

.fleet-sidebar .fleet-filter-select.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 19px;
}

.fleet-sidebar .this-ads {
    height: 368px;
    position: relative;
    display: block;
}

    .fleet-sidebar .this-ads img {
        position: absolute;
        right: 0;
        top: 0;
    }

.category-dropdown li + li {
    border-top: 1px solid;
    border-top-color: rgba(43, 46, 74, 0.05);
}

ul.nav.category-dropdown {
    padding: 0;
    margin: 0;
}

.category-dropdown li a {
    line-height: 25px;
    padding: 0px 34px 0px 10px;
    position: relative;
}

    .category-dropdown li a span {
        position: absolute;
        top: 0;
        right: 15px;
        line-height: 25px;
    }

    .category-dropdown li a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .category-dropdown li a:hover, .category-dropdown li a.active {
        background: none;
    }

        .category-dropdown li a:hover:before, .category-dropdown li a.active:before {
            height: 14px;
            width: 3px;
        }

    .category-dropdown li a:focus {
        background: none;
    }

    .category-dropdown li a + ul {
        margin-bottom: 15px;
    }

        .category-dropdown li a + ul li {
            padding-left: 30px;
        }

            .category-dropdown li a + ul li + li {
                border: none;
            }

            .category-dropdown li a + ul li a {
                line-height: 35px;
                padding-left: 20px;
            }

                .category-dropdown li a + ul li a span {
                    line-height: 35px;
                }

                .category-dropdown li a + ul li a:before {
                    content: "";
                    width: 6px;
                    height: 1px;
                    margin-right: 14px;
                    background: #000;
                    opacity: 0.75;
                    transform: none;
                }

                .category-dropdown li a + ul li a:hover:before, .category-dropdown li a + ul li a:focus:before {
                    height: 1px;
                    width: 6px;
                }

.category-dropdown li.active a:before {
    height: 14px;
    width: 3px;
}

input[name=engine-type] {
    display: none;
}

    input[name=engine-type] + label {
        display: block;
        line-height: 52px;
        padding: 0px 34px 0px 10px;
        position: relative;
        font-weight: normal;
        border-bottom: 1px solid rgba(43, 46, 74, 0.05);
    }

        input[name=engine-type] + label:last-child {
            border: none;
        }

        input[name=engine-type] + label span {
            position: absolute;
            top: 0;
            right: 20px;
            line-height: 50px;
        }

        input[name=engine-type] + label:before {
            content: "";
            float: left;
            width: 25px;
            font-family: "Ionicons";
            font-size: 18px;
        }

    input[name=engine-type]:checked + label:before {
        content: "";
    }

.ui-widget {
    font-family: roboto,sans-serif;
    font-size: 1.1em;
}
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #327E04;
    font-weight: bold;
    color: #ffffff;
    color: #fff !important;
    font-family: roboto;
    font-weight: 500;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}*/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
}*/
select.aspNetDisabled {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
}

input.input-disabled {
    /*pointer-events: none;*/
}

.booking-place-address {
    width: calc(100%/2);
    padding: 0 5px;
    float: left;
}
.booking-place-address-cus {
    width: calc(100%/1);
    padding: 0 5px;
    float: left;
}
.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.frmRegisterEmail-step1 label, .frmRegisterEmail-step2 label, .frmRegisterEmail-step3 label {
    color: #3f652d;
    font-weight: 500;
    font-size: 13px;
}

.pagination-news {
    margin-bottom: -30px;
    margin-top: 10px;
}

.content-blog-description {
    line-height: 25px;
    font-family: roboto;
    font-size: 14px;
}

    .content-blog-description p {
        line-height: 25px;
        font-family: roboto;
        font-size: 14px;
    }

    .content-blog-description img {
        max-width: 100% !important;
        height: auto;
    }

h5#exampleModalLongTitle {
    font-family: roboto;
    font-size: 18px;
    color: #3f652d;
    font-weight: bold;
}

.modal-header .close {
    margin-top: -26px;
    opacity: 1;
    position: absolute;
    right: 10px;
}

    .modal-header .close span {
        margin-top: -94px;
        background: #3f652d;
        background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
        opacity: 1;
        color: #fff;
        font-weight: normal;
        /*border-radius: 50%;*/
        /* width: 30px; */
        /* height: 30px; */
        font-family: roboto;
        font-size: 16px;
        cursor: pointer;
        opacity: 1;
        padding: 2px 8px;
        z-index: 999;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.modal-description {
    font-family: roboto;
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
    max-height: 500px;
    overflow: auto;
}

    .modal-description p {
    font-family: roboto;
    line-height: 25px;
    font-weight: 300;
    margin: 5px;
}

    .modal-description img {
        max-width: 100%;
    }

.route-view-more {
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply,multiply;
    padding: 5px 20px;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: -6px;
    left: 28%;
    z-index: 3;
}
    .route-view-more:active, .route-view-more:focus {
        text-decoration: none;
        color: #fff;
    }
    .route-view-more:hover {
        background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
        text-decoration: none;
        color: #fff;
    }

.route-fixed-hight {
    height: 355px;
    overflow: hidden;
    z-index: 1;
}
    .route-fixed-hight .category-dropdown {
        margin-bottom: 20px !important;
    }
.img-fluid-fixed-departure{
    width:50px;
    height:auto;
}
.content-price-list-table{

}
    .content-price-list-table thead tr {
    }
        .content-price-list-table thead tr th {
        }
    .content-price-list-table tbody tr {
    }

        .content-price-list-table tbody tr td {
        }

.hr-departure {
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    height: 2px;
    margin-bottom: 15px;
    margin-top: -11px;
    width: 50%;
    text-align: left;
    float: left;
}
.h2-deaparture {
    color: #3f652d;
}
.area-price-margin-top{
    margin-top:30px;
}
.hr-departure-table {
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    height: 2px;
    margin-bottom: 15px;
    margin-top: -11px;
    width: 50%;
    text-align: left;
}
.content-price-list {
    margin-top: 15px;
    margin-bottom: 40px;
}
.link-table-detail {
    color: #5b912d;
    text-decoration: none;
}
    .link-table-detail:hover, .link-table-detail:active, .link-table-detail:focus {
        color: #3f652d;
        text-decoration: none;
    }
.link-booking-table {
    font-weight: bold;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    color: #fff !important;
    padding: 9px 15px;
    text-align: left;
    width: 220px;
    font-size: 15px !important;
    display: block;
    margin: 0;
    text-decoration: none !important;
    margin-top: 10px;
}
    .link-booking-table:hover, .link-booking-table:focus, .link-booking-table:active {
        background: #5b912d;
        text-decoration: none;
    }
p.desc1 {
    margin: 0px;
    margin-bottom: 10px;
    color: #555;
}
.your-money {
    font-size: 16px;
    color: #222;
    margin: 0px;
    padding-top: 70px;
    margin-left: -33px;
    /* background: red; */
    width: 63%;
}

#loading {
    background-color: rgba(248, 248, 255,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
    display:none;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,0.50);
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}








@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}





@-webkit-keyframes object_two {


    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {

    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
.content-review {
    background: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 25px;
    width: 100%;
    margin-left: 15px;
    padding:15px;
}
.re-tour_info h4 {
    color: #3f652d;
    font-weight: bold;
    font-size: 20px;
    font-family: roboto, Geneva, sans-serif;
}
.backtohome {
    border: 2px solid #3f652d;
    background-image: linear-gradient(-60deg, #16a085 0%, #f4d03f 100%);
    text-decoration: none;
    font-family: roboto, Geneva, sans-serif;
    color: #fff;
    padding: 10px 16px;
    margin: 0 auto;
    width: 147px;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
    .backtohome:hover, .backtohome:focus, .backtohome:active {
        background: #66BB6A;
        text-decoration: none;
        color: #fff;
    }
.booking-service-col-4 {
    width: calc(100% / 4);
    padding: 0 5px;
    float: left;
}
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 6px;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
    }
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

/* Canh giữa spinner với position tuyệt đối */
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* Animation quay */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Ẩn overlay */
.loading-overlay.hidden {
    display: none;
}
.service-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}

.service-item {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .service-item img {
        width: 170px;
        object-fit: cover;
    }

.service-info {
    flex: 1;
    padding: 15px;
    line-height:25px;
    padding-left:20px;
}

    .service-info h3 {
        margin: 0 0 8px;
        font-size: 16px;
        color: #2f4f4f;
    }

.price {
    color: #d9534f;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 15px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

    .features li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.btn {
    background: linear-gradient(to right, #f3d34c, #4caf50);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}
.a-view-detail {
    text-decoration: underline;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #5b912d;
    font-weight: 600;
    transition: all 0.3s ease-out;
    margin-left:15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .service-item {
        flex-direction: column;
    }

        .service-item img {
            width: 100%;
            height: 180px;
        }

    .features {
        flex-direction: column;
    }
}
#signup-form .actions {
    padding-bottom: 0;
}
.your-money{
    display:none;
}