

@font-face {
    font-family: latoregular;
    src: url(fonts/lato-regular-webfont.woff);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-family: "Kanit", sans-serif;
}

body {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #444444;
}

a {
    color: #444444;
    text-decoration: none;
  
    transition: transform .5s linear;
    -webkit-transition: -webkit-transform .5s linear;
}

    a:hover {
        text-decoration: none;
    }

input, button {
    outline: none;
}

button {
    cursor: pointer;
}

    button:hover {
        opacity: 0.8;
    }

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.wrap_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: content-box;
}

.wrap_header {
    padding: 10px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    min-height: 80px;
}

    .header .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        overflow: hidden;
        width: 113px;
    }

    .header ul.menu_top {
        /* float: right; */
        display: flex;
        justify-content: end;
        width: 100%;
        gap: 30px;
        margin: 0;
    }

        .header ul.menu_top > li {
            display: inline-block;
            position: relative;
        }

            .header ul.menu_top > li > a {
                display: block;
                height: 60px;
                line-height: 60px;
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;
                color: #3D8834;
            }

                .header ul.menu_top > li > a:hover, .header ul.menu_top > li > a.active {
                    color: black !important;
                    /* border-bottom: 2px solid #0061c3; */
                }

            .header ul.menu_top > li.has-child > a:after {
                content: "\ea99";
                font-family: 'IcoFont';
            }

            .header ul.menu_top > li.has-child:hover > a:after {
                content: "\eaa1";
            }

        .header ul.menu_top li:hover > ul {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

ul.sub-menu {
    background-color: #0061c3;
    min-width: 220px;
    left: 0;
    position: absolute;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 999999999 !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

    ul.sub-menu li a {
        color: #fff;
        border-bottom: 1px solid #fff;
        line-height: 35px;
        text-indent: 10px;
        font-weight: bold;
    }

.slide_page {
    width: 100%;
    height: 230px;
    padding: 80px 0 80px 0;
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/bg.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slide_page .title {
        font-size: 30px;
        line-height: 1.4;
        font-weight: 500;
        color: #FFF;
        margin-top: 0;
        margin-bottom: 0;
    }

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 0px;
    background: none;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    justify-content: center;
}

    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb span {
        display: inline-block;
        text-align: center;
        color: #fff;
    }

    .breadcrumb a {
        display: inline-block;
        color: #fff;
    }

.breadcrumb_last {
    color: #0061c3;
}

.product_main .filter {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
}

.filter_fr {
    display: grid;
    grid-template-columns: 29% 29% 29% 10%;
    justify-content: space-between;
}

    .filter_fr input, .filter_fr select {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        height: 40px;
        border-radius: 1px;
        outline: none;
        padding: 3px;
    }

    .filter_fr button {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-size: 14px;
        background: #0061c3;
        color: #FFF;
    }

.product_main {
}

.product_list {
    background: #edf0f1;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .product_list .wrap_content {
        grid-gap: 30px 0;
        display: grid;
        grid-template-columns: 32% 32% 32%;
        justify-content: space-between;
    }

.product_item {
    background-color: #fff;
    margin-bottom: 30px;
}

    .product_item .pro_img {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

        .product_item .pro_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

    .product_item:hover .pro_img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.product_list .info {
    padding: 25px 15px;
}

.product_list .date-time {
    color: #999999;
    display: inline-block;
    margin-right: 10px;
}

.product_list .info h3 {
    padding: 10px 0;
}

    .product_list .info h3 a:hover {
        color: #0061c3 !important;
        font-weight: bold;
    }

.product_list .info a.view_more {
    color: #0061c3;
}

.page_nav {
    background: #edf0f1;
}

    .page_nav .wrap_content {
        text-align: center;
        padding: 20px 0 20px 0;
    }

        .page_nav .wrap_content ul {
            display: flex;
            justify-content: center;
        }

    .page_nav a {
        display: inline-block;
        padding: 3px 10px;
        background: #FFF;
        border: 1px solid #0d1d42;
        margin: 0;
        margin: 0 2px;
    }

        .page_nav a.active, .page_nav a:hover {
            background: #0d1d42;
            color: #FFF;
        }

.car_list_content {
    padding: 50px 0;
    text-align: center;
}

.heading {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 30px;
    color: #333333;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.sub_heading {
    margin: 0 22% 20px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.tab_content {
    display: none;
    margin-top: 30px;
}

    .tab_content.active {
        display: block;
    }

.tab_car_button {
    border: 1px solid #0061c3;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    min-width: 124px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    margin: 0 10px 10px;
    background: #fff;
    color: #0061c3;
}

    .tab_car_button:hover, .tab_car_button.active {
        background: #0061c3;
        color: #FFF;
    }

.footer_top .wrap_content {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.col_footer .title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}

.col_footer ul li a {
    position: relative;
    text-indent: 15px;
    line-height: 30px;
    font-size: 15px;
}

    .col_footer ul li a:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #0061c3;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.footer_bot {
    font-size: 15px;
    padding: 40px 0 40px 0;
    background: #0061c3;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
    background-image: url(../images/bg5.jpg);
    border-bottom: 27px solid #D9D9D9;
}

    .footer_bot .wrap_content {
        display: grid;
        grid-template-columns: 35% 17.5% 17.5% 30%;
        justify-content: space-between;
        gap: 30px;
    }

    .footer_bot .logo_ft {
        width: 380px;
        height: 60px;
        margin-bottom: 10px;
    }

    .footer_bot ul li.label-company {
        padding-left: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: #FFF;
    }

    .footer_bot ul li {
        padding: 3px 0 3px 22px;
        position: relative;
        color: #5F5D5B;
        font-size: 16px;
    }

    .footer_bot .about ul li a {
        color: #5F5D5B;
        font-size: 16px;
    }

    .footer_bot .about li a:before {
        content: '';
        width: 5px;
        height: 5px;
        background: #0061c3;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .footer_bot ul li i {
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 7px;
        width: 14px;
        text-align: center;
    }

    .footer_bot h4.widget-title {
        font-weight: 800;
        font-size: 20px;
        position: relative;
        color: #5F5D5B;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

        .footer_bot h4.widget-title:before {
            content: '';
            background: #0061c3;
            position: absolute;
            width: 70px;
            height: 2px;
            bottom: 0;
            left: 0;
        }

.product_detail .wrap_content {
    grid-gap: 20px 3%;
    display: grid;
    grid-template-columns: 72% 25%;
    justify-content: space-between;
}

.product_detail_content .entry-title {
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 30px;
    color: #0061c3;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.entry-meta_custom {
    border-bottom: 1px dashed #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}

.entry-meta span {
    color: #999999;
    display: inline-block;
    margin-right: 10px;
}

.content_text {
    line-height: 26px;
    font-size: 15px !important;
}

    .content_text a {
        display: inline-block;
    }

    .content_text img, .content_text table {
        max-width: 100% !important;
    }

.post_other {
    border: 1px solid #ebebeb;
}

    .post_other .widget-title {
        font-size: 20px;
        color: #333333;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        padding: 15px 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e7e7e7;
    }

    .post_other h2:before {
        content: "\f0fe";
        font-family: Fontawesome;
        margin-right: 10px;
        color: #0061c3;
    }

.list_post_other {
    padding: 10px !important;
    margin-bottom: 0;
}

    .list_post_other .img {
        width: 95px;
        height: 75px;
        margin-right: 10px;
        float: left;
    }

    .list_post_other li {
        margin-bottom: 10px;
        /* padding-bottom: 10px; */
        border-bottom: 1px solid #ebebeb;
    }

        .list_post_other li:last-child {
            border-bottom: 0;
        }

    .list_post_other h3 {
        margin: 0 0 4px 0;
        font-size: 14px;
        height: 40px;
        font-weight: 400;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .list_post_other .date-time {
        font-size: 12px;
        color: #999999;
    }

.news_list .wrap_content {
    grid-gap: 20px 3%;
    display: grid;
    grid-template-columns: 72% 25%;
    justify-content: space-between;
}

.news_list_content {
}

    .news_list_content .product_item .pro_img {
        width: 100%;
        height: 179px;
        margin-bottom: 8px;
        border-radius: 10px;
        overflow: hidden;
    }

.product_item h3 {
    padding: 5px 0;
}

.post-next-prev {
    margin: 40px 0 20px 0;
}

    .post-next-prev .wrap_content {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
        display: grid;
        grid-template-columns: 45% 45%;
        justify-content: space-between;
    }

    .post-next-prev .content-item {
        margin-top: 15px;
    }

.post-next-prev-content span {
    display: block;
    font-size: 14px;
    color: #c1c1c1;
    margin-bottom: 10px;
}

.post-next-prev-content .entry-thumb {
    width: 140px;
    float: left;
    margin-right: 15px;
}

    .post-next-prev-content .entry-thumb a {
        line-height: 0;
    }

.post-next-prev-content .content-item a {
    /* font-weight: bold; */
    /* font-size: 16px; */
}

.menu_mobile {
    /* display: none; */
}

.slider-filter {
    position: relative;
}

.sliderMobile {
    display: none;
}

#slider {
    /* height: 600px; */
    width: 100%;
}

    #slider img {
        /* height: 600px; */
        /* object-fit: cover; */
        /* object-position: top; */
    }

.slider-filter {
    /* margin-top: 80px; */
}

    .slider-filter .filter {
        position: absolute;
        left: 0;
        bottom: -200px;
        z-index: 999;
        width: 100%;
    }

.filter_wrap {
    background: url('../images/bg_filter.png') no-repeat center center;
    /* background:  rgba(9, 84, 149, 0.95); */
    background-size: cover;
    width: 100%;
    min-height: 400px;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    -webkit-box-shadow: -7px 7px 31px -11px rgba(0,0,0,0.6);
    -moz-box-shadow: -7px 7px 31px -11px rgba(0,0,0,0.6);
    box-shadow: -7px 7px 31px -11px rgba(0,0,0,0.6);
}

.tab_filter {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
}

    .tab_filter a {
        background: rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
        color: #fff;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        border-bottom: 1px solid #6392ba;
        border-right: 1px solid #6392ba;
        cursor: pointer;
        font-weight: 500;
        opacity: .5;
    }

        .tab_filter a:last-child {
            border-right: 0px solid #3772a6;
        }

        .tab_filter a.active, .tab_filter a:hover {
            background: transparent;
            font-weight: 500;
            opacity: 1;
        }

.tab_filter_content {
    display: none;
    padding: 0 25px 25px 25px;
}

    .tab_filter_content.active {
        display: block;
    }

.box_form {
    grid-gap: 20px 4%;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    padding-top: 10px;
}

    .box_form .input {
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        padding-top: 10px;
        margin-bottom: 20px;
        position: relative;
    }

    .box_form input[type="text"] {
        background: transparent;
        border: 0;
        color: #fff;
        height: 40px;
        width: calc(100% - 27px);
        float: left;
        text-indent: 10px;
        font-size: 15px;
    }

.icon_input {
    width: 22px;
    height: 40px;
    display: flex;
    align-items: center;
    float: left;
}

.box_form input::placeholder {
    color: #839cbc;
}

.change_map {
    width: 20px;
    height: 33px;
    background: url(../images/dao-chieu.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: -24px;
    cursor: pointer;
    background-size: contain;
}

.border_none {
    border-bottom: 0 !important;
}

.box_form .input .input_50 {
    width: 50%;
    float: left;
    border-bottom: 1px solid #fff;
}

.container_checkbox {
    margin-top: 10px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
}

    /* Hide the browser's default checkbox */
    .container_checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 10px;
    top: 2px;
    width: 5px;
    height: 15px;
    border: solid #1a609c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box_form_right .input input[type="text"] {
    /* background:  url('../images/arrow.png') right center no-repeat; */
}

.box_form select {
    outline: none;
    background: transparent;
    border: 0;
    color: #fff;
    height: 40px;
    width: calc(100% - 27px);
    float: left;
    text-indent: 10px;
    font-size: 15px;
}

    .box_form select option {
        background: rgba(9, 84, 149, 0.95);
        border: none;
    }

.btn_book {
    background: white;
    border-radius: 10px;
    height: 45px;
    width: 258px;
    text-align: center;
    border: 0px;
    margin-top: 30px;
    color: #3F5AB1;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
}

.hotline {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    width: 145px;
    padding-left: 0;
    margin: 20px auto 10px auto;
    text-align: center;
    background: url(../images/h2.png) left center no-repeat;
    background-size: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.commitment {
    padding-top: 270px;
    padding-bottom: 70px;
}

.home_title {
    color: #3F5AB1;
    display: flex;
    align-items: center;
    padding: 0px 0 15px;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.commitment_list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 18% 18% 18% 18% 18%;
    justify-content: space-between;
    text-align: center;
}

.item_icon {
    height: 100px;
    width: 120px;
    margin: 0 auto;
}

.icon_tk {
    background: url('../images/icon-tietkkiem.png') center center no-repeat;
    background-size: contain;
}

.com_icon h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 15px 0 10px 0;
}

.com_icon p {
    font-size: 15px;
}

.icon_cl {
    background: url('../images/icon-chatluong.png') center center no-repeat;
    background-size: contain;
}

.icon_hc {
    background: url('../images/icon-huychuyen.png') center center no-repeat;
    background-size: contain;
}

.icon_lh {
    background: url(../images/icon-linhhoat.png) bottom center no-repeat;
    background-size: contain;
    width: 84px;
}

.icon_tg {
    background: url('../images/icon-tronggoi.png') center center no-repeat;
    background-size: contain;
}

.home_sevice {
    background: #f2f2f2;
    padding: 60px 0;
}

.sub_title {
    text-align: center;
    font-weight: 300;
    color: #5F5D5B;
    margin-bottom: 20px;
    font-size: 16px;
}

.car_sevice_tab {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 40px;
    gap: 30px;
}

    .car_sevice_tab div {
    }

        .car_sevice_tab div:last-child {
            border: 0;
        }

    .car_sevice_tab a {
        display: block;
        line-height: 50px;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        border-radius: 29px;
        cursor: pointer;
        background: #C7C7C7;
        color: #7A7A7A;
        font-weight: 400;
    }

        .car_sevice_tab a.active, .car_sevice_tab a:hover {
            background: #3F5AB1;
            color: #fff;
            box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
            font-weight: 400;
        }

.car_sevice_content {
    width: 100%;
    margin-top: 20px;
}

.item_car_sevice {
    border: 2px solid #fff;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    padding: 15px;
    line-height: 25px;
    cursor: pointer;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

    .item_car_sevice:hover {
        border-color: #095495;
    }

    .item_car_sevice .image {
        height: 150px;
        margin: 15px 5px 0px 0;
    }

        .item_car_sevice .image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .item_car_sevice h3 {
        text-transform: uppercase;
        font-size: 18px;
    }

    .item_car_sevice .type_price {
        display: grid;
        grid-template-columns: 45% 45%;
        justify-content: space-between;
        font-weight: bold;
    }

    .item_car_sevice .price {
        margin: 10px 0;
    }

        .item_car_sevice .price b {
            font-size: 28px;
            color: #095495;
        }

.view_more {
    margin-top: 10px;
    color: #f16825;
    text-transform: uppercase;
    text-align: right;
}

.car_sevice_slider .owl-stage {
    margin: 20px 0;
}

.car_sevice_content {
    display: none;
}

    .car_sevice_content.active {
        display: block;
    }

.btn_datxe {    display: block;
    background: white;
    color: #3F5AB1;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.home_about {
    width: 100%;
    position: relative;
    background: #094d88;
}

    .home_about .wrap_content {
        background: url('../images/bg_11.png') no-repeat center center;
        background-size: cover;
        background-position: center;
        height: 600px;
    }

.bg_11 {
    width: 600px;
    height: 500px;
    position: absolute;
    background: url(../images/oto_bg.png) no-repeat center center;
    top: 0;
    right: 0;
    background-size: contain;
}

.home_about .description {
    padding-top: 80px;
    width: 700px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

    .home_about .description span {
        font-weight: bold;
        padding-left: 20px;
    }

.home_news {
    padding: 50px 0;
}

.slider_home_news h3 {
    color: #095495;
    padding: 10px 0;
}

.slider_home_news span {
    color: #a1a1a1;
}

.slider_home_news .teaser {
    padding: 10px 0;
}

.slider_home_news .img {
    height: 235px;
    border-radius: 10px;
    overflow: hidden;
}

.slider_home_news {
    margin-top: 30px;
}

    .slider_home_news .owl-nav span {
        font-size: 40px;
        width: 40px;
        height: 40px;
        border: 1px solid #f4f4f4;
        border-radius: 5px;
        display: inline-block;
        line-height: 30px;
    }

        .slider_home_news .owl-nav span:hover {
            color: #095495;
        }

    .slider_home_news .owl-prev {
        position: absolute;
        left: -60px;
        top: 40%;
    }

    .slider_home_news .owl-next {
        position: absolute;
        right: -60px;
        top: 40%;
    }

    .slider_home_news .owl-dots, .car_sevice_slider .owl-dots, .car_sevice_slider2 .owl-dots {
        text-align: center;
        margin-top: 20px;
    }

        .slider_home_news .owl-dots .owl-dot, .car_sevice_slider .owl-dots .owl-dot, .car_sevice_slider2 .owl-dots .owl-dot {
            height: 10px;
            width: 10px;
            background: #cccccc;
            border-radius: 50%;
            margin: 0 2px;
        }

            .slider_home_news .owl-dots .owl-dot.active, .car_sevice_slider .owl-dots .owl-dot.active, .car_sevice_slider2 .owl-dots .owl-dot.active {
                background: #095495;
            }

.wrap_hotline {
    background: #0000007a;
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    max-width: 1032px;
    margin: 0 auto;
    border-radius: 50px;
}

    .wrap_hotline img {
        margin-right: 15px;
    }

.list_map .input i {
    position: absolute;
    top: 20px;
    right: 0px;
    display: none;
    cursor: pointer;
}

.list_map .input:hover i {
    display: block;
}

.car_sevice_slider2 {
    margin-bottom: 40px;
}

    .car_sevice_slider2 ul {
        margin-top: 15px;
        margin-bottom: 20px;
    }

        .car_sevice_slider2 ul li {
            color: #20639e;
            text-transform: uppercase;
        }

            .car_sevice_slider2 ul li span {
                text-transform: none;
                color: #555555;
                font-size: 12px;
            }

            .car_sevice_slider2 ul li p {
                float: left;
                width: 112px;
                text-align: left;
            }

.calculator_price {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    height: 100px;
    padding: 20px 30px;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    color: #444444;
    font-size: 16px;
}

    .calculator_price div p {
        padding-bottom: 10px;
    }

    .calculator_price div span {
        color: #095495;
        font-weight: bold;
        font-size: 23px;
    }

.info_user {
    grid-gap: 0px 10%;
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
}

    .info_user .input {
        margin-bottom: 10px;
    }

.resultShow {
    display: none;
}

.icon_clicktocall {
    display: none;
    width: 60px;
    height: 60px;
    background: #095495;
    border-radius: 50%;
    border: 2px solid #f16825;
    bottom: 20px;
    left: 20px;
    position: fixed;
    z-index: 999;
}

    .icon_clicktocall a i {
        background: url(../images/hot-line.png) left center no-repeat;
        width: 32px;
        height: 32px;
        display: block;
        margin: 11px auto 0px;
    }

.zalochat {
    background: url(../images/oa_logo.png) left center no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin: 11px auto 0px;
    border-radius: 50%;
    bottom: 20px;
    position: fixed;
    z-index: 999;
}

    .zalochat a {
        display: block;
        width: 100%;
        height: 100%;
    }
/*
-webkit-filter: brightness(150%);

grid-gap: 20px 3.3333%;
display: grid;z
grid-template-columns: 30% 50% 20%;
justify-content: space-between; */

.prices_table {
    margin-top: 35px;
}

    .prices_table table tr td {
        height: 50px;
    }

/*210304*/
.-sidebar {
    margin-bottom: 20px;
}

.news_list .-sidebar .wrap_content {
    display: block;
}

.-sidebar .box_form {
    display: block;
}

.-sidebar .tab_filter_content {
    padding: 0 15px 15px;
}

.price_list_ttl {
    padding: 40px 0 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.price_list_tbl table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

    .price_list_tbl table th, .price_list_tbl table td {
        padding: 10px;
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

    .price_list_tbl table th {
        background-color: #d1efff;
    }

    .price_list_tbl table tr:nth-child(even) {
        background-color: rgba(247,242,255,.5);
    }

.price_note {
    margin-top: 15px;
}

    .price_note li {
        position: relative;
        padding-left: 15px;
    }

        .price_note li + li {
            margin-top: 5px;
        }

        .price_note li:before {
            content: '.';
            font-size: 40px;
            position: absolute;
            left: 0;
            top: -3px;
            line-height: 0;
        }

.price_note_special {
    color: red;
}

.footer_links {
    background: url('..//images/bg4.png') no-repeat center center;
    background-size: cover;
}

.footer_list ul {
    column-count: 3;
    width: 100%;
    column-gap: 35px;
    justify-content: space-between;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-top: 24px;
}

.footer_list li a {
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


    .footer_list li a:hover {
        opacity: .8;
    }

.footer_bot .fb {
    overflow: hidden;
}

.car_sevice {
    margin-bottom: 20px;
}

.car_sevice_slider h3 {
    color: #095495;
    padding: 10px 0;
}

.car_sevice_slider span {
    color: #a1a1a1;
}

    .car_sevice_slider span i {
        margin-right: 5px;
    }

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w100 {
    width: 100%;
}

.ta_c {
    text-align: center;
}

.fw_b {
    font-weight: bold;
}

.tt_u {
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .footer_links {
        padding: 40px 0;
    }

    .footer_list li {
    }

    .footer_list li {
        padding-left: 40px;
        background: url(../images/x1.png) left center no-repeat;
        height: 24px;
    }

    .footer_group ul li a {
        font-size: 16px;
    }
}
