/* Minification failed. Returning unminified contents.
(214,66): run-time error CSS1046: Expect comma, found '112'
(214,74): run-time error CSS1046: Expect comma, found '/'
(214,93): run-time error CSS1046: Expect comma, found '88'
(214,100): run-time error CSS1046: Expect comma, found '/'
(214,120): run-time error CSS1046: Expect comma, found '112'
(214,128): run-time error CSS1046: Expect comma, found '/'
(321,58): run-time error CSS1046: Expect comma, found '112'
(321,66): run-time error CSS1046: Expect comma, found '/'
(321,85): run-time error CSS1046: Expect comma, found '88'
(321,92): run-time error CSS1046: Expect comma, found '/'
(321,112): run-time error CSS1046: Expect comma, found '112'
(321,120): run-time error CSS1046: Expect comma, found '/'
(489,58): run-time error CSS1046: Expect comma, found '112'
(489,66): run-time error CSS1046: Expect comma, found '/'
(489,85): run-time error CSS1046: Expect comma, found '88'
(489,92): run-time error CSS1046: Expect comma, found '/'
(489,112): run-time error CSS1046: Expect comma, found '112'
(489,120): run-time error CSS1046: Expect comma, found '/'
 */
.banner {
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/Images/cover-photo-homepage-19-02-25.jpg');
    display: table;
}
    .banner > .layer {
        height: 100%;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        /*background-color: rgba(0, 84, 166, 0.70);
        background-image: radial-gradient(rgba(0, 84, 166, 0.50),rgba(0, 84, 166, 0.70));*/
        text-align: center;
    }

        .banner > .layer > .slogan {
            font-size: 150px;
            line-height: 150px;
            color: #fff;
            font-family: Impact, 'Anton';
            text-transform: uppercase;
        }

            .banner > .layer > .slogan > .full-name {
                font-size: 20px;
                line-height: 20px;
                color: #fff;
                text-transform: capitalize;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }
    .banner > .layer > .slogan > .slide {
        color:#fff;
        display:inline-block;
        position:relative;
        height:95px;
        width:450px;
        overflow:hidden;
        top:15px;
    }

    .banner > .layer > .slogan > .slide > .div1 {
        position:absolute;
        animation: slidediv1 15s linear infinite;
    }
    .banner > .layer > .slogan > .slide > .div2 {
        position:absolute;
        animation: slidediv2 15s linear infinite;
        opacity:0;
    }
    .banner > .layer > .slogan > .slide > .div3 {
        position:absolute;
        animation: slidediv3 15s linear infinite;
        opacity:0;
    }
    
@-webkit-keyframes slidediv1 { 
    0% {
        top:0px;
        opacity:1;
    }
    28% {
        top:0px;
    }
    33% {
        top:-100%;
        opacity:1;
    }
    34% {
        opacity:0;
    }
    94% {
        top:100%;
        opacity:0;
    }
    95% {
        top:100%;
        opacity:1;
    }
    100% {
        top:0;
        opacity:1;
    }
}

@-webkit-keyframes slidediv2 {     
    27% {
        top:100%;
        opacity:0;
    }
    28% {
        top:100%;
        opacity:1;
    }
    33% {
        top:0;
        opacity:1;
    }
    61% {
        top:0;
        opacity:1;
    }
    66% {
        top:-100%;
        opacity:1;
    }
    67% {
        opacity:0;
    }
}

@-webkit-keyframes slidediv3 { 
    60% {
        top:100%;
        opacity:0;
    }
    61% {
        top:100%;
        opacity:1;
    }
    66% {
        top:0;
        opacity:1;
    }
    95% {
        top:0;
        opacity:1;
    }
    100% {
        top:-100%;
        opacity:1;
    }
    0% {
        opacity:0;
    }
}


.about-us {
    padding: 100px;
}

    .about-us > .title {
        font-size: 60px;
        font-family: 'Roboto',sans-serif;
        font-weight: 700;
        color: #58cea7;
        text-align: center;
        padding-bottom: 20px;
    }

    .about-us > .details {
        font-size: 20px;
        font-weight: 300;
        color: #6a6f76;
        max-width: 850px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }



.carousel {
    padding:0px!important;
}

.empower {
    width:100%;
}
    .empower > .body-context {
        width: 100%;
        display: table;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    }
        .empower > .body-context > .image-context {
            position: relative;
            float: left;
            width: 50%;
            height: 500px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url('/Images/car-loan-bg.jpg');
        }
        .empower > .body-context > .details-context {
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url('/Images/bg-prlx-big-2.jpg');
            background-attachment: fixed;
            position: relative;
            float: left;
            width: 50%;
            height: 500px;
            display: table;
            background-color: #fff;
            text-align: left;
            font-family: 'Roboto', sans-serif;
            font-weight: 600;
        }
            .empower > .body-context > .details-context > .layer {
                display: table-cell;
                vertical-align: middle;
                padding: 20px;
                height: 100%;
                width: 100%;
                background-color: #1470e2;
                background-image: linear-gradient(141deg, rgb(20 112 226 / 0.70) 0%, rgb(12 88 182 / 0.70) 51%, rgb(20 112 226 / 0.70) 75%);
            }
                .empower > .body-context > .details-context > .layer > .title {
                    font-size: 40px;
                    color: #fff;
                    text-align: center;
                }
                .empower > .body-context > .details-context > .layer > .detail {
                    font-size: 18px;
                    color: #fff;
                    font-weight: 300;
                    text-align: center;
                }

.benefit {
    padding:100px;
}
    .benefit > .title {
        font-size: 60px;
        font-family: 'Roboto',sans-serif;
        font-weight: 600;
        color: #58cea7;
        text-align: center;
        padding-bottom: 20px;
    }
        .benefit > .details {
            font-size: 20px;
            font-weight: 300;
            color: #6a6f76;
            max-width:850px;
            text-align:center;
            margin-left:auto;
            margin-right:auto;
            padding-bottom:30px;
        }
    .benefit > .item {
        position: relative;
        float: left;
        width: 25%;
        padding: 15px;
        text-align: center;
        padding-top: 30px;
        font-family: 'Roboto',sans-serif;
    }
        .benefit > .item > .icon {
            font-size: 30px;
            text-align: center;
            padding-bottom: 20px;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            margin-left:auto;
            margin-right:auto;
        }
        .benefit > .item > .svg-icon {
            padding-bottom: 8px;
        }
    .benefit > .item > .icon > i {
        padding:15px;
        color:#fff;
    }
        .benefit > .item > .icon > svg {
            padding: 12px;
        }
        .benefit > .item > .icon > .fa-battery-3 {
            font-size:23px;
            padding-top:18px;
        }


    .benefit > .item > .title {
        color:#6a6f76;
        font-size:20px;
        font-weight:700;
    }
        .benefit > .item > .details {
            color: #6a6f76;
            font-size: 14px;
            font-weight: 300;
            padding-top: 10px;
        }

.member {
    display: table;
    width: 100%;
    height: 500px;
    background-image: url('/Images/bg-prlx-big-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
    .member > .image-context {
        display: table-cell;
        width: 50%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('/Images/home-page-join-our-community-section-19-02-25.jpg');
    }
    .member > .details-context {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        padding: 0px 50px;
        background-color: #1470e2;
        background-image: linear-gradient(141deg, rgb(20 112 226 / 0.70) 0%, rgb(12 88 182 / 0.70) 51%, rgb(20 112 226 / 0.70) 75%);
    }
    .member > .details-context > .title {
        font-size:40px;
        font-family:'Roboto',sans-serif;
        font-weight:600;
    }
        .member > .details-context > .details {
            font-size: 18px;
            font-family: 'Roboto',sans-serif;
            padding-bottom:50px;
        }
        .member > .details-context > button {
            background-color:#eff0f3;
            border:none;
            color:#01358d;
            font-weight:bold;
            font-size:16px;
            font-family: 'Roboto',sans-serif;
            padding:12px 20px;
            border-radius:15px;
        }
            .member > .details-context > button:hover {
                color: #fff;
                background-color: #005083;
                box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.10);
            }

.news-event {
    background-color: #eee;
    padding: 50px;
    padding-top:100px;
    font-family: 'Roboto',sans-serif;
}

    .news-event > .title {
        font-size: 70px;
        color: #5a626e;
        font-weight: 700;
        text-align:center;
        padding-bottom:30px;
    }

    .news-event > .news-big {
        position: relative;
        float: left;
        width: 50%;
        background-color: #fff;
        cursor:pointer;
    }
        .news-event > .news-big > .image {
            height: 270px;
            width: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
        .news-event > .news-big > .title {
            font-size: 20px;
            height: 80px;
            overflow: hidden;
            font-weight: 700;
            padding: 10px;
            color: #58cbe1;
        }
        .news-event > .news-big:hover .title {
            color: #2fb2cb;
        }
        .news-event > .news-big > .details {
            font-size: 20px;
            padding: 0px 20px;
            padding-bottom: 40px;
            color:#244e6b;
        }

    .news-event > .news-small {
        position: relative;
        float: left;
        width: 50%;
        padding-left: 20px;
    }

    .news-event > .news-small > .item {        
        padding-bottom:20px;
    }
        .news-event > .news-small > .item > .item-body {
            background-color: #fff;
            display: table;
            width: 100%;
        }
            .news-event > .news-small > .item > .item-body:hover {
                cursor: pointer;
            }
        .news-event > .news-small > .item > .item-body > .image {
            display:table-cell;
            width: 33.33%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
            .news-event > .news-small > .item > .item-body > .details-context {
                display: table-cell;
                padding: 10px 20px;
                width: 66.66%;
            }
        .news-event > .news-small > .item > .item-body > .details-context > .type {
            font-size:22px;
            color:#00a651;
        }
            .news-event > .news-small > .item > .item-body > .details-context > .details {
                font-size: 20px;
                line-height:25px;
                font-weight: 300;
                color: #5a626e;
                height: 50px;
                overflow: hidden;
            }
                .news-event > .news-small > .item > .item-body:hover .item-h {
                    color: #58cbe1;
                }
            .news-event > .news-small > .item > .item-body > .details-context > .read-more {
                font-size: 16px;
                color: #58cbe1;
                cursor: pointer;
                padding-top:5px;
            }
        .news-event > .news-small > .view-all {
            position: absolute;
            bottom: -28px;
            right: 0px;
            left: 20px;
            background-color: #fff;
            text-align:right;
        }
        .news-event > .news-small > .view-all > a {
            padding:5px 10px;
            display:inline-block;
            width:100%;
            font-weight:500;
            text-decoration:none;
        }
            .news-event > .news-small > .view-all > a > i {
                font-size:18px;
            }

.car-buyer {
    padding: 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: #58cea7;
    font-weight: bold;
}

.verify-member {
    background-image: url('/Images/bg-prlx-big-2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}

    .verify-member > .layer {
        padding: 100px 50px;
        text-align: center;
        background-color: #1470e2;
        background-image: linear-gradient(141deg, rgb(20 112 226 / 0.70) 0%, rgb(12 88 182 / 0.70) 51%, rgb(20 112 226 / 0.70) 75%);
    }
        .verify-member > .layer > .sub-title {
            font-size: 35px;
            color: #e4ffa4;
            font-weight: 300;
            padding-bottom: 10px;
        }

        .verify-member > .layer > .details {
            font-size: 18px;
            color: #fff;
            max-width: 750px;
            margin-left: auto;
            margin-right: auto;
            font-weight: 300;
            padding-bottom: 10px;
        }

        .verify-member > .layer > button {
            border: none;
            background-color: #fff;
            padding: 5px 25px;
            color: #58cea7;
            font-size: 20px;
            border-radius: 20px;
        }

            .verify-member > .layer > button:hover {
                color: #fff;
                background-color: #005083;
                box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.10);
            }


@media (max-width:991px) {
    .banner {
        height: 400px;
    }

        .banner > .layer > .slogan {
            font-size: 120px;
            line-height: 120px;
        }

            .banner > .layer > .slogan > .full-name {
                font-size: 16px;
                line-height: 16px;
            }
            .banner > .layer > .slogan > .slide {
                height: 78px;
                width: 350px;
            }
    .empower > .body-context > .image-context {
        height: 400px;
    }

    .empower > .body-context > .details-context {
        width: 50%;
        height: 400px;
    }
    .car-buyer{
        font-size:60px;
        padding-bottom:30px;
    }
}

@media (max-width:767px) {
    .banner {
        height: 300px;
    }

        .banner > .layer > .slogan {
            font-size: 80px;
            line-height: 80px;
        }

            .banner > .layer > .slogan > .full-name {
                font-size: 14px;
                line-height: 14px;
            }
            .banner > .layer > .slogan > .slide {
                height: 60px;
                width: 250px;
            }


    .about-us {
        padding: 50px;
    }

        .about-us > .title {
            font-size: 40px;
            padding-bottom: 10px;
        }

        .about-us > .details {
            font-size: 16px;
            padding-bottom: 0px;
        }

    .empower > .body-context > .image-context {
        height: 350px;
    }

    .empower > .body-context > .details-context {
        width: 50%;
        height: 350px;
    }

        .empower > .body-context > .details-context > .layer {
            padding: 20px;
        }

            .empower > .body-context > .details-context > .layer > .title {
                font-size: 30px;
            }

            .empower > .body-context > .details-context > .layer > .detail {
                font-size: 16px;
            }

    .benefit {
        padding: 50px 0px;
    }

        .benefit > .title {
            font-size: 40px;
            padding-bottom: 10px;
        }

        .benefit > .details {
            font-size: 20px;
            padding-bottom: 30px;
        }

        .benefit > .item {
            width: 25%;
            padding: 10px;
            padding-top: 30px;
        }

            .benefit > .item > .svg-icon {
                padding-bottom: 7px;
            }

    .member {
        height: 400px;
    }
    
        .member > .details-context {
            padding: 0px 30px;
        }

            .member > .details-context > .title {
                font-size: 30px;
            }

            .member > .details-context > .details {
                font-size: 16px;
                padding-bottom: 50px;
            }

            .member > .details-context > button {
                font-size: 15px;
                padding: 7px 20px;
                border-radius: 10px;
            }

    .news-event {
        padding: 50px 10px;
    }

        .news-event > .title {
            font-size: 40px;
            padding-bottom: 30px;
        }
        
            .news-event > .news-big > .image {
                height: 200px;
            }

            .news-event > .news-big > .title {
                font-size: 16px;
                height: 50px;
                padding: 10px;
            }
                                 
        .news-event > .news-small {
            padding-left: 10px;
        }

            .news-event > .news-small > .item {
                padding-bottom: 10px;
            }
            

                    .news-event > .news-small > .item > .item-body > .details-context {
                        padding:7px 10px;
                    }
                    
                        .news-event > .news-small > .item > .item-body > .details-context > .details {
                            font-size: 18px;
                            line-height: 22px;
                            height: 45px;
                        }

                        .news-event > .news-small > .item > .item-body > .details-context > .read-more {
                            font-size: 16px;
                            padding-top: 10px;
                        }


    .car-buyer {
        padding-bottom: 20px;
        font-size: 50px;
    }


        .verify-member > .layer {
            padding: 50px 30px;
        }

            .verify-member > .layer > .sub-title {
                font-size: 30px;
            }

            .verify-member > .layer > .details {
                font-size: 16px;
            }

            .verify-member > .layer > button {
                padding: 5px 25px;
                font-size: 18px;
                border-radius: 20px;
            }
}

@media (max-width:650px){

        .benefit > .title {
            font-size: 30px;
            padding-bottom: 10px;
        }

        .benefit > .details {
            font-size: 18px;
            padding-bottom: 20px;
        }

        .benefit > .item {
            width: 25%;
            padding-top: 20px;
        }

            .benefit > .item > .icon {
                font-size: 20px;
                padding-bottom: 10px;
            }
            .benefit > .item > .svg-icon {
                padding-bottom: 3px;
            }

                .benefit > .item > .icon > i {
                    height: 50px;
                    width: 50px;
                    padding: 15px;
                }

                .benefit > .item > .icon > svg {
                    height: 50px;
                    width: 50px;
                    padding: 12px;
                }

                .benefit > .item > .icon > .fa-battery-3 {
                    font-size: 18px;
                    padding-left:12px;
                    padding-top: 15px;
                }


            .benefit > .item > .title {
                font-size: 16px;
            }

            .benefit > .item > .details {
                font-size: 12px;
                padding-top: 10px;
            }

    .member {
        height: 300px;
    }

        .member > .details-context {
            padding: 0px 20px;
        }

            .member > .details-context > .title {
                font-size: 25px;
            }

            .member > .details-context > .details {
                font-size: 14px;
                padding-bottom: 30px;
            }

            .member > .details-context > button {
                font-size: 14px;
                padding: 5px 20px;
            }


    .news-event {
        padding: 30px 10px;
    }

        .news-event > .title {
            font-size: 30px;
            padding-bottom: 10px;
        }

        .news-event > .news-big > .image {
            height: 150px;
        }

        .news-event > .news-big > .title {
            font-size: 14px;
            height: 50px;
            padding: 10px;
        }

            .news-event > .news-small > .item {
                padding-bottom: 10px;
            }


                .news-event > .news-small > .item > .item-body > .details-context {
                    padding: 7px 10px;
                }

                    .news-event > .news-small > .item > .item-body > .details-context > .details {
                        font-size: 15px;
                        line-height: 20px;
                        height: 40px;
                    }

                    .news-event > .news-small > .item > .item-body > .details-context > .read-more {
                        font-size: 14px;
                        padding-top:6px;
                    }
                    
    .car-buyer {
        padding: 40px;
        padding-bottom:20px;
        font-size: 40px;
    }


    .verify-member > .layer {
        padding: 50px 20px;
    }

        .verify-member > .layer > .sub-title {
            font-size: 25px;
        }

        .verify-member > .layer > .details {
            font-size: 16px;
        }

        .verify-member > .layer > button {
            padding: 4px 15px;
            font-size: 16px;
        }
}

@media (max-width:550px) {
    .banner {
        height: 200px;
    }
    .banner > .layer > .slogan {
        font-size: 50px;
        line-height: 50px;
    }

        .banner > .layer > .slogan > .full-name {
            font-size: 12px;
            line-height: 12px;
        }
        .banner > .layer > .slogan > .slide {
            height: 42px;
            width: 150px;
        }


    .about-us {
        padding: 50px 10px;
    }

        .about-us > .title {
            font-size: 30px;
            padding-bottom: 10px;
        }

        .about-us > .details {
            font-size: 14px;
            padding-bottom: 0px;
        }

    .empower > .body-context > .image-context {
        height: 300px;
    }

    .empower > .body-context > .details-context {
        width: 50%;
        height: 300px;
    }

        .empower > .body-context > .details-context > .layer {
            padding: 10px;
        }

            .empower > .body-context > .details-context > .layer > .title {
                font-size: 20px;
            }

            .empower > .body-context > .details-context > .layer > .detail {
                font-size: 14px;
            }

    .benefit > .title {
        font-size: 20px;
    }

    .benefit > .details {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .benefit > .item {
        width: 50%;
        padding-top: 20px;
    }
        .benefit > .item > .details {
            height: 70px;
        }

    .member {
        height: 250px;
    }

        .member > .details-context {
            padding: 0px 10px;
        }

            .member > .details-context > .title {
                font-size: 20px;
            }

            .member > .details-context > .details {
                font-size: 12px;
                padding-bottom: 30px;
            }

            .member > .details-context > button {
                font-size: 12px;
                padding: 4px 15px;
            }


    .news-event {
        padding: 20px 5px;
    }

        .news-event > .title {
            font-size: 20px;
        }

        .news-event > .news-big > .image {
            height: 100px;
        }

        .news-event > .news-big > .title {
            font-size: 14px;
            height: 50px;
            padding: 10px;
        }
        .news-event > .news-small {
            padding-left: 5px;
        }

        .news-event > .news-small > .item {
            padding-bottom: 5px;
        }


            .news-event > .news-small > .item > .item-body > .details-context {
                padding: 5px;
            }

                .news-event > .news-small > .item > .item-body > .details-context > .details {
                    font-size: 12px;
                    line-height: 18px;
                    height: 35px;
                }

                .news-event > .news-small > .item > .item-body > .details-context > .read-more {
                    font-size: 11px;
                    padding-top: 3px;
                }


    .car-buyer {
        padding: 30px;
        padding-bottom: 10px;
        font-size: 30px;
    }


    .verify-member > .layer {
        padding: 30px 5px;
    }

        .verify-member > .layer > .sub-title {
            font-size: 20px;
        }

        .verify-member > .layer > .details {
            font-size: 14px;
        }

        .verify-member > .layer > button {
            padding: 3px 15px;
            font-size: 14px;
        }
}
@media (max-width:450px){
    .about-us {
        padding: 30px 10px;
    }

        .about-us > .title {
            font-size: 20px;
            padding-bottom: 10px;
        }

        .about-us > .details {
            font-size: 12px;
            padding-bottom: 0px;
        }

    .empower > .body-context > .image-context {
        height: 250px;
    }

    .empower > .body-context > .details-context {
        width: 50%;
        height: 250px;
    }

        .empower > .body-context > .details-context > .layer {
            padding: 10px;
        }

            .empower > .body-context > .details-context > .layer > .title {
                font-size: 17px;
            }

            .empower > .body-context > .details-context > .layer > .detail {
                font-size: 12px;
            }

        .member > .details-context {
            padding: 0px 10px;
        }

            .member > .details-context > .title {
                font-size: 18px;
            }

            .member > .details-context > .details {
                font-size: 11px;
                padding-bottom: 20px;
            }

            .member > .details-context > button {
                font-size: 11px;
                padding: 3px 15px;
            }
}
@media (max-width:400px){
    .banner > .layer > .slogan {
        font-size: 25px;
        line-height: 25px;
    }
        .banner > .layer > .slogan > .slide {
            height: 37px;
            width: 130px;
        }
}
