﻿body {
    font-family: 'Montserrat', 'Kanit'
}

.full-width {
    width: 100%;
}

.cookie {
    position: fixed;
    padding: 20px 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: #303840;
    color: #ffffff;
}

    .cookie a {
        color: #3d1049 !important;
        text-decoration: underline;
        cursor: pointer;
    }

        .cookie a:hover {
            color: #3d1049 !important;
        }

    .cookie .btn-accept, .cookie .btn-accept:hover {
        font-weight: bold;
        text-transform: uppercase;
        color: #3d1049;
        background: #ebcd15;
        font-size: 0.8rem;
    }

.btn-accept {
    position: absolute;
    padding: 6px 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #303841;
    background-color: #ebcd15;
    border-radius: 0px;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (max-width: 430px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


#main-content {
    margin-top: 80px;
    min-height: 50vh;
}



@media(max-width: 830px) {
    #main-content {
        margin-top: 80px
    }
}

@media(max-width: 430px) {
    #main-content {
        margin-top: 70px
    }
}


#menuModal {
    background: #ffffff;
}

    #menuModal .modal-dialog {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }

        #menuModal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            background: #ffffff;
        }

            #menuModal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
                opacity: 1;
            }

            #menuModal .modal-dialog .modal-content .menu-brand {
                text-align: center;
                margin-bottom: 30px;
            }

                #menuModal .modal-dialog .modal-content .menu-brand img {
                    width: 50%;
                }

            #menuModal .modal-dialog .modal-content #mobile-menu {
                list-style: none;
                padding-left: 0px;
            }

                #menuModal .modal-dialog .modal-content #mobile-menu li a {
                    color: #000000;
                    font-size: 1.5rem;
                    letter-spacing: 0px;
                    text-align: center;
                    padding: 2px 0px;
                    text-transform: unset;
                }




/*****************************************
* Navbar 
*****************************************/
.navbar {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    transition: 0.5s ease all;
    height: 80px;
    box-shadow: 0px 4px 12px #e8e8e8;
}

    .navbar .navbar-share {
        position: absolute;
        top: 24px;
        right: 46px;
    }

        .navbar .navbar-share img {
            width: 34px;
        }


    .navbar .navbar-top {
        position: absolute;
        top: 20px;
        right: 24px;
    }

        .navbar .navbar-top .external-link, .navbar .navbar-top .external-link:hover {
            border: 1px solid #45CBCA;
            padding: 5px 13px 4px 13px;
            color: #000000;
            border-radius: 7px;
            font-size: 0.9rem;
            margin: 0px 5px;
            text-decoration: none;
            background: #45CBCA;
            text-transform: uppercase;
        }



    .navbar.bg-transparent {
        /*background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));*/
        background-color: rgba(0, 0, 0, 0);
    }


    .navbar .navbar-brand .navbar-logo {
        height: 50px;
        transition: 0.5s ease all;
    }


/*   .navbar.navbar-scroll {
        padding: 0.5rem 1rem 0.5rem 1rem;
        transition: 0.5s ease all;
    }

        .navbar.navbar-scroll.bg-transparent {
            background-color: rgba(0, 0, 0, 0.95);
        }

        .navbar.navbar-scroll .navbar-brand {
            transition: 0.5s ease all;
        }

            .navbar.navbar-scroll .navbar-brand .navbar-logo {
                height: 70px;
                transition: 0.5s ease all;
            }*/


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:visited {
    color: #000000;
    font-size: 1rem;
    padding: 0.25rem 1rem;
    letter-spacing: 0px;
    cursor: pointer;
    font-weight: bold;
}


    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
    }


    .navbar-light .navbar-nav .nav-link.active {
        background-color: #e82b1a !important;
        border-color: #e82b1a !important;
        border-radius: 10px;
        outline: 0;
        position: relative;
        color: #ffffff;
    }


@media (max-width: 430px) {

    .navbar {
        padding: 0rem 1rem;
        height: 70px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar .navbar-share {
        top: 26px;
        right: 60px;
    }

        .navbar .navbar-share img {
            width: 20px;
        }

    /*.navbar.bg-transparent {
            background: #000000 !important;
        }*/

    .navbar .navbar-top {
        top: 7px;
        right: 50px;
    }

    .navbar .navbar-brand {
        top: 8px;
    }


        .navbar .navbar-brand .navbar-logo {
            height: 50px;
        }

    .navbar-nav {
        margin: 10px auto 0px auto;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #ffffff;
        font-size: 1.5rem;
        letter-spacing: 3px;
    }


    .navbar-collapse {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:visited {
        color: #000000;
    }

    .nav-toolbar {
        display: none;
    }

    .nav-rightmenu {
        display: none;
    }
}

.toolbar-icon {
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #000000;
    margin-left: 20px;
    padding-left: 20px;
}

    .toolbar-icon .nav-toolbar-icon {
        position: relative;
        border-radius: 10px;
        outline: 0;
        border: 2px solid #e82b1a;
        padding: 0px 12px;
    }

        .toolbar-icon .nav-toolbar-icon a, .toolbar-icon .nav-toolbar-icon a:hover {
            display: block;
            cursor: pointer;
            margin: 0.5rem;
            color: #e82b1a;
            font-weight: bold;
            font-size: 1.2rem;
        }

            .toolbar-icon .nav-toolbar-icon a img {
                width: 26px;
                transition: 0.2s ease all;
            }

        .toolbar-icon .nav-toolbar-icon .nav-badge {
            color: #ffffff;
            background: #e62b2b;
            width: 18px;
            position: absolute;
            top: -3px;
            right: 0px;
            text-align: center;
            font-size: 0.6rem;
            border-radius: 50%;
            padding: 3px 2px 1px 2px;
        }

        .toolbar-icon .nav-toolbar-icon.profile-badge {
            background: #de3c26;
            color: #ffffff;
            font-size: 16px;
            line-height: 20px;
            padding: 2px 10px;
            border-radius: 15px;
        }

        .toolbar-icon .nav-toolbar-icon.logout-badge {
            /*background: #9d9d9d;
            border: 2px solid #9d9d9d;*/
            color: #ffffff;
            font-size: 16px;
            line-height: 20px;
            padding: 2px 10px;
            border-radius: 15px;
            margin-left: 5px;
        }

            .toolbar-icon .nav-toolbar-icon.logout-badge a {
                margin: 0.1rem;
                font-weight: 400;
            }


@media (max-width: 767px) {

    .toolbar-icon {
        position: fixed;
        top: 17px;
        right: 15px;
    }
}



.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 13px;
}

@media (max-width: 430px) {
    .toolbar-icon {
        position: fixed;
        top: 15px;
        right: 70px;
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }
}


/*****************************************
* Swiper
*****************************************/
.swiper-button-prev, .swiper-button-next {
    color: #ffffff;
}

@media (max-width: 1240px) {
    .banner-slide {
        height: auto;
    }

    .swiper-wrapper {
        height: auto;
    }

    .banner-slide img {
        width: 100%;
        height: auto;
    }
}



@media (max-width: 430px) {
    .banner-slide {
        margin-top: 0px;
        height: auto;
    }

    .swiper-button-prev {
        left: 20px;
        width: 24px;
        height: 24px;
    }


    .swiper-button-next {
        right: 20px;
        width: 24px;
        height: 24px;
    }

    .swiper-pagination {
        bottom: 30px !important;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0px 7px !important;
    }

    .swiper-pagination-bullet-active {
        background: transparent;
        border: 1px solid #000000;
        width: 10px;
        height: 10px;
    }

    .swiper-slide .swiper-text {
        top: 15%;
    }


        .swiper-slide .swiper-text .headline {
            color: #000000;
            font-size: 2rem;
            line-height: 2.3rem;
            width: 70%;
            margin-bottom: 20px;
        }

        .swiper-slide .swiper-text .title {
            font-size: 1.3rem;
            margin-bottom: 5px;
            line-height: 1.8rem;
            width: 70%;
            margin-bottom: 20px;
        }

        .swiper-slide .swiper-text .footer-text {
            color: #000000;
            font-size: 1.5rem;
            margin-bottom: 5px;
            line-height: 2rem;
            width: 70%;
            margin-bottom: 40px;
        }



        .swiper-slide .swiper-text .btn-seemore-outline {
            padding: 4px 20px 3px 20px;
            border: 1px solid #ffffff;
            font-size: 1rem;
        }
}




/*****************************************
* Home Carousel
*****************************************/
#home-carousel {
    overflow: hidden;
}

/*****************************************
* Home Video
*****************************************/
#home-video {
    background-color: #000;
    color: #fff;
}

.home-video-wrapper {
    position: relative;
}

    .home-video-wrapper .home-video-logo {
        position: absolute;
        left: 5%;
        top: 10%;
        z-index: 2;
        width: 10%;
    }

    .home-video-wrapper .home-video-info {
        position: absolute;
        right: 10%;
        bottom: 10%;
        z-index: 2;
    }

        .home-video-wrapper .home-video-info .title {
            color: #000000;
            font-size: 3rem;
            line-height: 3.5rem;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .home-video-wrapper .home-video-info .btn-seemore {
            letter-spacing: 2px;
            padding: 10px 0px 7px 0px;
            color: #ffffff;
            font-size: 1rem;
            font-weight: normal;
            line-height: 24px;
            background-color: #000000;
            border: 1px solid #000000;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 260px;
            text-align: center;
            margin-right: 5px;
            text-decoration: none;
            text-transform: uppercase;
        }


        .home-video-wrapper .home-video-info .btn-seemore-oitline {
            letter-spacing: 2px;
            padding: 10px 0px 7px 0px;
            color: #ffffff;
            font-size: 0.6rem;
            font-weight: normal;
            line-height: 24px;
            background-color: transparent;
            border: 1px solid #ffffff;
            border-radius: 0;
            transition: all 0.2s ease-in-out;
            display: inline-block;
            width: 260px;
            text-align: center;
            margin-right: 5px;
        }


.sliding-hero__item {
    height: 681px;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: opacity .5s ease;
    z-index: 1;
}

    .sliding-hero__item video {
        position: absolute;
        object-fit: cover;
        width: 100%;
    }


.sliding-hero__picture {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,opacity;
}


@media (max-width: 430px) {
    .sliding-hero__item {
        height: 500px;
    }

    .home-video-wrapper .home-video-logo {
        left: 30%;
        top: 6%;
        width: 30%;
    }

    .home-video-wrapper .home-video-info {
        right: 10%;
        bottom: 7%;
    }

        .home-video-wrapper .home-video-info .title {
            font-size: 2rem;
            line-height: 2.5rem;
        }

        .home-video-wrapper .home-video-info .btn-seemore {
            padding: 5px 0px 5px 0px;
        }
}


/*****************************************
* Quick Reservation
*****************************************/
#quick-reservation {
    position: relative;
    /*padding: 100px 0px;
    background: url('/Upload/home/quick-reservation.jpg');
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:top center;
    min-height:760px;*/
}

.reservation-content {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 40%;
    background: rgba(255,255,255,0.5);
    padding: 30px;
    text-align: center;
}

    .reservation-content .title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: 15px;
    }

    .reservation-content .description {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 30px;
    }

    .reservation-content .btn-reservation {
        color: #ffffff;
        background: #e03126;
        border: 2px solid #e03126;
        padding: 10px 0px;
        width: 170px;
        display: block;
        margin: 0px auto;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
        transition: 0.3s ease all;
        border-radius: 10px;
    }


        .reservation-content .btn-reservation:hover {
            background: #be0b00;
            border: 2px solid #be0b00;
        }

@media(max-width: 430px) {
    .reservation-content {
        position: absolute;
        top: 15%;
        right: 5%;
        width: 90%;
        background: rgba(255,255,255,0.5);
        padding: 30px;
        text-align: center;
    }

        .reservation-content .title {
            font-size: 2rem;
            line-height: 2.5rem;
        }
}


/*****************************************
* Vehicle
*****************************************/
#vehicle {
    padding: 100px 0px;
}

    #vehicle .title {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3rem;
        color: #0a1350;
        margin-bottom: 40px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }


@media (max-width: 430px) {

    #vehicle {
        padding: 50px 0px;
    }

        #vehicle .container {
            padding-right: 0px;
            padding-left: 0px;
        }

        #vehicle .title {
            font-size: 2rem;
            line-height: 2.5rem;
            margin-bottom: 20px;
        }
}



.vehicle-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.vehicle-item {
    width: calc(100%/3 - 20px);
    margin: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    transform: scale(1);
    transition: 0.2s ease all;
}

    .vehicle-item:hover {
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.4);
    }

    .vehicle-item .vehicle-photo {
    }

        .vehicle-item .vehicle-photo img {
            transform: scale(1);
            transition: 0.2s ease all;
        }


    .vehicle-item .vehicle-info {
        padding: 20px 0px 0px 0px;
    }

        .vehicle-item .vehicle-info .vehicle-name {
            font-size: 1.5rem;
            line-height: 2rem;
            padding: 0px 20px 0px 20px;
        }

        .vehicle-item .vehicle-info .vehicle-option {
            padding: 0px 20px 5px 20px;
        }

        .vehicle-item .vehicle-info .vehicle-badge {
            font-weight: bold;
            font-size: 0.8rem;
            padding: 4px 5px;
            margin-right: 2px;
            transition: 0.2s ease all;
        }

            .vehicle-item .vehicle-info .vehicle-badge.passenger-badge {
                /*color: #287332;
                background: #d8f5d5;
                border: 1px solid #d8f5d5;*/
                color: #ffffff;
                background: #e03126;
                border: 1px solid #e03126;
            }

            .vehicle-item .vehicle-info .vehicle-badge.luggage-badge {
                /*color: #0246cf;
                border: 1px solid #e3edff;
                background: #e3edff;*/
                color: #000000;
                background: #ebcd15;
                border: 1px solid #ebcd15;
            }

        .vehicle-item .vehicle-info .vehicle-reservation {
            text-align: center;
        }

            .vehicle-item .vehicle-info .vehicle-reservation a {
                color: #ffffff;
                /*background: #e03126;
                border: 2px solid #e03126;*/
                background: #0a1350;
                border: 2px solid #0a1350;
                padding: 10px 0px;
                display: block;
                width: 100%;
                margin: 0px auto;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 2px;
                font-size: 1rem;
                text-decoration: none;
                transition: 0.3s ease all;
            }

                .vehicle-item .vehicle-info .vehicle-reservation a:hover {
                    color: #ffffff;
                    background: #e03126;
                    border: 2px solid #e03126;
                }


@media (max-width: 430px) {

    .vehicle-item {
        width: 100%;
        margin: 10px 0px;
    }
}


.vehicle-location {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 20px 15px 0px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    color: #000000;
    background-color: #f8f8f8;
}

    .vehicle-location .location-icon {
        width: 40px;
        font-size: 1.5rem;
        text-align: center;
    }

    .vehicle-location .drop-lists {
        width: calc(100% - 40px);
    }


.drop-lists-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

    .drop-lists-item:last-child {
        margin-bottom: 0px;
    }

    .drop-lists-item .drop-route {
        width: 70%;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .drop-lists-item .drop-rate {
        width: 30%;
        text-align: right;
    }

        .drop-lists-item .drop-rate .rate-price {
            background: #303841;
            color: #ffffff;
            padding: 6px 10px 5px 10px;
            border-radius: 15px;
            font-size: 0.9rem;
            line-height: 1.3rem;
        }


/*****************************************
* Reservation Form
*****************************************/
#reservation {
    padding: 50px 0px;
}


    #reservation .title {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3rem;
        color: #0a1350;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 5px;
    }

    #reservation .subtitle {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #0a1350;
        margin-bottom: 40px;
    }



#reservation-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    #reservation-form .checkout-cart {
        width: 58%;
        padding: 20px;
        box-shadow: 0px 4px 12px #e8e8e8;
    }


    #reservation-form .checkout-detail {
        width: 40%;
        padding: 20px;
        color: #19110b;
        background: #ffffff;
        box-shadow: 0px 4px 12px #e8e8e8;
    }


    #reservation-form .btn-primary, #reservation-form .btn-primary:hover {
        padding: 8px 50px 10px 50px;
        color: #ffffff;
        font-size: 1rem;
        font-weight: normal;
        line-height: 24px;
        background-color: #041837;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        margin-top: 0px;
        height: inherit;
        border: 1px solid #041837;
        width: auto;
    }

    #reservation-form .btn-secondary, #reservation-form .btn-secondary:hover {
        padding: 8px 50px 10px 50px;
        color: #041837;
        font-size: 1rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #041837;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }


.selected-vehicle {
    padding: 20px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .selected-vehicle .selected-item {
        width: calc(100%/2 - 8px);
        padding: 5px;
        background: #f6f6f6;
        margin: 4px;
        border-radius: 20px;
        cursor: pointer;
    }

        .selected-vehicle .selected-item.active {
            background: #2d527b;
        }

        .selected-vehicle .selected-item img {
            border-radius: 16px;
        }



.checkout-identify {
    background: #ffffff;
}

    .checkout-identify .fa-asterisk {
        font-size: 1rem;
        color: #e03126;
    }

    .checkout-identify .headline {
        font-size: 1.5rem;
        padding: 10px 15px;
        border-bottom: 1px solid #eae8e4;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .checkout-identify .headline .headline-no {
            background: #091836;
            color: #ffffff;
            border-radius: 30px;
            margin-right: 15px;
            font-size: 1rem;
            width: 30px;
            height: 30px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .checkout-identify .identify-panel {
        font-size: 0.8rem;
        padding: 15px 15px 10px 15px;
    }

        .checkout-identify .identify-panel .remark {
            font-size: 1rem;
            padding-top: 20px;
        }


form .form-group label {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0.3rem;
    color: #091836;
}

form .form-group input {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1rem;
    letter-spacing: .025rem;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    outline: none;
}

form .form-group textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 20px;
    box-sizing: border-box;
    font-size: 1rem;
    letter-spacing: .025rem;
    color: #19110b;
    line-height: 1.5rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    outline: none;
}

form .form-group select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    outline: none;
}

form .form-group input[type=file] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0rem;
    box-sizing: border-box;
    height: auto;
    font-size: 1rem;
    letter-spacing: .025rem;
    font-weight: 300;
    color: #19110b;
    line-height: 2rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    border-radius: 10px;
}

form .form-group.form-checkbox {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    form .form-group.form-checkbox input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        height: 1rem;
        width: 50px;
    }


form .form-group select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #eae8e4;
    border-radius: 10px;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 3rem;
    font-size: 1rem;
    letter-spacing: .025rem;
    line-height: 2rem;
    font-weight: 300;
    color: #19110b;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
}


form .form-group.form-checkbox {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
}


    form .form-group.form-checkbox .checkbox-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

        form .form-group.form-checkbox .checkbox-wrapper .checkbox-item {
            width: calc(100%/4);
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 1rem;
            line-height: 0.8rem;
            margin-bottom: 10px;
        }

            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item img {
                height: 36px;
            }



            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver {
                width: calc(100%/3);
            }

                form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver img {
                    height: 50px;
                }

    form .form-group.form-checkbox input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        height: 20px;
        width: 50px;
    }


form button {
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    background-color: #313841;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 1.5rem;
    height: 50px;
    padding: 12px;
    width: 200px;
    margin-top: 24px;
    outline: none;
}

    form button:hover {
        background: #313841;
    }

    form button:focus {
        color: #ffffff;
        background: #313841;
    }



/*****************************************
* Brands
*****************************************/
#brands {
    padding: 100px 0px;
}

.brand-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .brand-lists .brand-item {
        width: calc(100%/5);
        padding: 20px;
    }



/*****************************************
* Main Backend
*****************************************/
#main-backend {
    padding: 50px 0px 100px 0px;
}

    #main-backend .title-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
    }

        #main-backend .title-header .title {
            font-size: 2rem;
            font-family: 'Montserrat', 'Prompt';
            margin-bottom: 10px;
            color: #41aced;
        }

.table-backend {
    font-size: 1rem;
}

    .table-backend thead tr th {
        font-size: 0.6rem;
        padding: 0.25rem 0.75rem;
        background-color: #fbfbfb;
        color: #000000;
    }


    .table-backend tbody tr td {
        font-size: 0.8rem;
        padding: 0.50rem 0.75rem;
    }



        .table-backend tbody tr td a, .table-backend tbody tr td a:hover {
            color: #000000;
            text-transform: uppercase;
        }

            .table-backend tbody tr td a img.icon {
                width: 14px;
                margin: 0px 3px;
            }

                .table-backend tbody tr td a img.icon.remove {
                    width: 16px;
                }



/*****************************************
* About
*****************************************/
#about {
    padding: 100px 0px;
}

    #about .title {
        text-align: center;
        font-weight: bold;
        font-size: 3rem;
        line-height: 3.5rem;
        color: #e22216;
        text-transform: uppercase;
        margin-bottom: 40px;
    }


    #about h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        padding: 5px;
        border-bottom: 1px solid #e22216;
        color: #e22216;
        margin-bottom: 20px;
    }



/*****************************************
* Footer
*****************************************/
#footer {
    padding: 30px 0px;
    border-top: 1px solid #e1e1e1;
}


.footer-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #ffffff;
    color: #000000;
    font-weight: 600;
}

    .footer-content .footer-brand {
        width: 20%;
    }

    .footer-content .footer-menu {
        width: 50%;
    }

        .footer-content .footer-menu a, .footer-content .footer-menu a:hover{
            color: #000000
        }

    .footer-content .footer-stats {
        width: 20%;
        text-align: right;
    }
