.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.clearfix {
    zoom: 1
}
ul{
    list-style: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.box-list-car a:visited,
.box-list-car-item a:visited,
.list-item-new .title a:visited,
.recommend-boxright a:visited,
.list-item-car-rating .small .title a:visited {
    color: #888 !important
}

.brandall-car .item {
    padding-bottom: 29px;
    margin: 0
}

.slide-car .list-slide {
    margin-top: 0
}

.cpn-price-car .sub-text p {
    margin-bottom: 10px
}

.btn-custom-carprice {
    height: 40px;
    line-height: 40px
}

.mg-top-30 {
    margin-top: 30px !important
}

.mg-bottom-30 {
    margin-bottom: 30px !important
}

.mg-0 {
    margin: 0 !important
}

.mg-top-0 {
    margin-top: 0 !important
}

.mg-top-10 {
    margin-top: 10px !important
}

.box-vote {
    background: #f0f0f0;
    padding: 15px 20px 10px;
    margin-bottom: 15px;
    margin-top: 15px
}

.box-vote .vote-title {
    margin-top: 0 !important;
    font-weight: bold !important;
    margin-bottom: 10px
}

.box-vote .vote-option li {
    margin-bottom: 10px;
    cursor: pointer;
    list-style: none
}

.box-vote .vote-option .inp_radio {
    float: left;
    margin-top: 6px
}

.box-vote .scroll_color {
    width: 85%;
    float: left;
    background-color: #c2c2c2;
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
    position: relative
}

.box-vote .scroll_color .bg_center_scroll {
    background: #005794;
    float: left;
    height: 24px
}

.box-vote .scroll_color .bg_center_scroll .option_title {
    position: absolute;
    left: 10px;
    color: #fff;
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.box-vote .scroll_color .bg_center_scroll .txt_number_ketqua {
    display: inline-block;
    position: absolute;
    right: -40px
}

.my-modal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 200px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.my-modal h2 {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 0 !important;
    margin: 5px 0 !important;
    width: auto !important;
    text-align: left !important
}

.my-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

.box-voucher-ud .caption .cl-gray {
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.table-niceing {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-spacing: 0 !important
}

.table-niceing thead tr {
    background: #135eac;
    text-align: center
}

.table-niceing thead tr th {
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px
}

.table-niceing tr td {
    text-align: center;
    font: 16px 'Arial';
    color: #222;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px
}

.my-modal-content .close {
    color: #222;
    font-size: 28px;
    font-weight: bold;
    width: 38px;
    height: 22px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 10px
}

.my-modal-content .close:hover,
.my-modal-content .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.my-modal-content input.inputtext {
    width: 50%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left
}

.my-modal-content .verifyCodeVote {
    margin-top: 5px;
    margin-left: 20px
}

.my-modal-header {
    padding: 12px 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.my-modal-body {
    padding: 30px;
    font-size: 14px;
    color: #222
}

.my-modal-body .errorcaptcha {
    color: #e58f3c;
    margin-bottom: 10px
}

.my-modal-body .linerow {
    margin-bottom: 20px
}

.my-modal-body .linerow .btn-submit {
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
    background-color: #1260ab
}

.box-detail-new .box-start-Rectangle .box-start {
    height: auto
}

.ratinglist {
    width: 100%;
    margin-top: 0;
    padding: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif
}

.ratinglist .col1 {
    width: 100%
}

.ratinglist .col2 {
    display: none
}

.ratinglist .col3 {
    width: 100%
}

.ratinglist .ratetitle {
    width: auto;
    margin-right: 5px !important
}

.ratinglist .star {
    width: auto
}

.ratinglist .sumary {
    width: auto;
    float: right
}

.w-full {
    width: 100%
}

.cpn-list-aside {
    display: flex;
    flex-wrap: wrap
}

.cpn-list-aside li {
    width: 50%
}

.cpn-tuvanvien-listbutton {
    width: 100%;
    display: flex
}

.list-counselors .item.item-dvg {
    text-align: center
}

.list-counselors .item.item-dvg .small {
    margin-left: 0
}

.list-counselors .item.item-dvg .cpn-tuvanvien-listbutton {
    justify-content: center
}

.cpn-tuvanvien-listbutton .number {
    opacity: 0
}

.list-counselors .row {
    display: flex;
    flex-wrap: wrap
}

.list-counselors .item .city {
    font-size: 14px;
    line-height: 16px;
    color: #888;
    margin-bottom: 10px
}

.list-counselors .item.item-dvg .name-showroom {
    color: #222;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px
}

.list-counselors .item .btn-bt-green.btn-hotline-oto {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    color: #4db848;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 1px solid #4db848;
    box-sizing: border-box;
    border-radius: 50px;
    width: auto;
    padding: 0 20px
}

.star i {
    margin-left: 4px;
    position: relative
}

.star i .rating {
    position: absolute;
    left: 0;
    top: 0
}

.star i .rating:nth-child(2) {
    right: 0;
    left: auto
}

.box-detail-new .box-source {
    margin-top: 20px
}

.list-counselors .item {
    margin-bottom: 0;
    height: 100%
}

.list-counselors .col-6 {
    margin-bottom: 10px
}

.list-counselors .item.item-dvg {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.box-star-carprice .box-start {
    padding-bottom: 0 !important
}

.modal {
    z-index: 105099
}

.banner-lar-image {
    width: 100%;
    text-align: center;
    margin-top: 40px
}

.banner-lar-image img {
    max-width: 100%
}

.banner-leaderboard-image {
    width: 100%;
    text-align: center
}

.banner-leaderboard-image img {
    max-width: 100%
}

.box-banner-center-auto-search {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.box-banner-center {
    width: 100%;
    text-align: center
}

.banner-rectangle-image {
    width: 100%;
    text-align: center
}

.banner-rectangle-image img {
    max-width: 100%
}

.box-content-c-banner {
    border: none;
    padding: 0
}

.cpn-floatcorner {
    display: block;
    position: fixed;
    bottom: 45px;
    z-index: 100;
    right: 355px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .3))
}

.cpn-floatcorner img {
    max-width: 100%
}

.cpn-floatcorner .close-obj {
    position: absolute;
    right: -13px;
    top: -13px;
    color: #fff;
    font-size: 26px;
    cursor: pointer
}

.cpn-floatcorner .close-obj:before {
    background: #4db848;
    border-radius: 90px
}

.cpn-websticky-container {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.cpn-websticky {
    display: inline-block;
    position: relative;
    bottom: 0;
    z-index: 100;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.cpn-websticky img {
    max-width: 100%
}

.cpn-websticky .close-obj {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    background-image: url('https://img1.oto.com.vn/Static/Images/v3/close-type-3.svg');
    background-size: contain
}

.content-page ul {
    margin: 0;
    padding: 0
}

.content-page .advantagesdefect .advantages ul li,
.content-page .advantagesdefect .defect ul li {
    margin-top: 0;
    padding-left: 0;
    background: none
}

.content-page a {
    color: #135eac
}

.content-page h2 {
    font-size: 18px !important;
    line-height: 21px !important;
    color: #135eac !important;
    font-style: normal !important;
    font-weight: bold !important
}

.content-page h3 {
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: bold !important;
    color: #135eac !important;
    line-height: 24px !important
}

.estimated-cost.open::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent
}

.estimated-cost.open::-webkit-scrollbar {
    height: 3px;
    width: 8px;
    background-color: transparent
}

.estimated-cost.open::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #e3e3e3
}

.panel-group .panel-header {
    padding: 10px;
    color: #fff;
    background: #3676b8
}

.panel-group .panel-header .title {
    color: #fff
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.btn-default-global {
    height: 40px;
    padding: 10px 0;
    width: 170px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    border: 1px solid #3676b8;
    margin-bottom: 10px
}

.icon-back {
    background: url('http://img1.oto.com.vn/Static/Images/v3/icon-back.png');
    width: 15px;
    height: 13px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    padding-right: 5px
}

.cpn-carprice #chiphilanbanh {
    color: #4db848;
    font-size: 16px
}

.cpn-carprice #nhanuudai {
    color: #fff;
    font-size: 16px;
    width: 252px
}

.icon-back-top {
    background: none !important;
    background: linear-gradient(317.47deg, #1a91e7 6.11%, #135eac 87.01%) !important
}

.icon-back-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    display: none;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: linear-gradient(317.47deg, #1a91e7 6.11%, #135eac 87.01%);
    opacity: .95;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4)
}

.icon-back-top .icon-up-open-big {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    text-align: center
}

.icon-back-top .icon-up-open-big::before {
    line-height: 45px;
    font-size: 17px;
    font-weight: bold
}

.show-2-line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical
}

.slide-banner-big-home .list-dot {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 8px;
    padding: 0;
    font-size: 13px;
    color: #fff;
    background: none;
    position: absolute;
    bottom: 60px
}

#slideAutoHighlightUpdate.slide-car-tintuc .item {
    width: 33%
}

.box-detail-listing .box-info-user-cpn {
    display: flex;
    justify-content: space-between
}

.box-detail-listing .box-info-user-cpn .box-left {
    padding-right: 10px
}

.box-detail-listing .box-info-user-cpn .box-left .text {
    text-align: left
}

.box-detail-listing .box-info-user-cpn .box-right {
    min-width: 250px
}

.twentytwenty-container {
    margin: 0 auto
}

.box-detail-new .scroll-div table {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100% !important
}

.box-link-footer {
    margin-top: 20px
}

.box-tab-exprieddate {
    padding-top: 5px
}

.box-tab-exprieddate .box-detail-photo {
    opacity: .5
}

.box-tab-exprieddate .imageslide .imagecontainer a img {
    width: 360px;
    height: 270px
}

.box-detail-listing .box-tab-exprieddate .box-info-detail {
    width: 360px
}

.mr-388 {
    margin-right: 388px !important
}

.tableGallery {
    border-collapse: inherit !important;
    border-spacing: 5px;
    border: none;
    width: 750px;
    max-width: 100%;
    margin: 0 auto
}

.tableGallery tr {
    border: none
}

.tableGallery tr td {
    border: none
}

table.tableGallery .imageGallery img {
    padding: 0
}

.box-list-car-for-salons .item-car .title a {
    color: #222 !important
}

.f-top_infomation .elm_right .mg-left-foot {
    margin-left: 24px
}

.webInfo {
    position: fixed;
    top: 500px;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 2px solid #ccc;
    z-index: 10;
    padding: 2px 5px;
    line-height: 25px
}

.webInfo ul {
    list-style: none
}

#box-viewmore {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    height: 55px;
    margin-top: -55px;
    overflow: hidden
}

#box-viewmore:before {
    z-index: 99;
    width: 100%;
    content: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), color-stop(.2, #fff), to(rgba(255, 255, 255, 0)))
}

#box-viewmore #click-view-more {
    width: 100%;
    left: 0;
    display: block;
    position: absolute;
    bottom: 10px;
    color: #135eac;
    cursor: pointer;
    font-size: 16px
}

#box-viewmore #click-view-more:after {
    content: '⬇'
}
.menu_price_home ul li
{
    float: left;
    width: 24%;
    list-style: none;
}
#content-view-more {
    height: 170px;
    overflow: hidden
}

#content-view-more.open {
    height: auto
}

.sold-hidden {
    display: none
}

.content-description-sold-hidden .fb-event-showphone {
    display: none
}

.form-calc-utcplb {
    display: none;
    opacity: 0;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.form-calc-utcplb.open {
    display: inline-block;
    opacity: 1
}

.box-big-new-ui-tintuc.box-big-new .col-left .title {
    height: auto
}

#wrapkeyword-article {
    margin: 0;
    padding: 0;
    margin-bottom: 40px
}

#wrapkeyword-article .keyword-articles {
    display: flex
}

#wrapkeyword-article .keyword-articles .col {
    float: none
}

#wrapkeyword-article .keyword-articles .col:first-child {
    padding-left: 0
}

#wrapkeyword-article .keyword-articles .col:last-child {
    padding-right: 0
}

#wrapkeyword-article .keyword-articles .col a {
    color: #135eac;
    position: relative;
    display: block;
    padding-left: 15px;
    list-style: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px
}

#wrapkeyword-article .keyword-articles .col a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 5px;
    width: 5px;
    background: #135eac;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.box-link-car {
    margin: 0;
    padding: 0
}

.box-link-car li {
    width: 100%;
    float: left;
    list-style: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 0
}

.box-link-car li a {
    color: #135eac;
    position: relative;
    display: block;
    padding-left: 15px
}

.box-link-car li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 5px;
    width: 5px;
    background: #135eac;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#supportContainer .tab-ct .col-tab-right {
    width: 650px
}

.banner-center-row {
    display: flex;
    justify-content: center
}

.width-100 {
    width: 100%
}

.banner-right-fixed {
    position: fixed;
    top: 80px
}

.nhanuudai-after-sapo {
    width: 82%;
    margin: 0 auto
}

.nhanuudai-after-sapo .title {
    color: #f00;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 20px;
    font-style: normal;
    font-weight: bold
}

.nhanuudai-after-sapo .list-counselors .item {
    border-color: #4db848
}

.box-list-car .item-car:hover .box-neo {
    display: flex
}

.heading .lnk-right {
    float: right;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    text-transform: none
}

.menu-fixed-detail .content-small .list li.child-item {
    line-height: 22px
}

.detail-showroom.style2 .text-info {
    margin-bottom: 40px !important
}

.sr-voucher-item .photo-vc:before {
    background: none;
    background: url(https://img1.oto.com.vn/Static/Images/PartnerVoucher/web/vc-line.png)
}

.voucher-highlight .container,
.partner-highlight .container {
    position: relative
}

.btn-button.btn-prev {
    left: 0
}

.voucher-highlight .container .swiper-button-next,
.voucher-highlight .container .swiper-button-prev,
.partner-highlight .container .swiper-button-next,
.partner-highlight .container .swiper-button-prev {
    background: none
}

.item-voucher-sl.swiper-slide {
    margin-right: auto;
    width: auto
}

.item-voucher-sl .head-item .caption,
.item-voucher-border .head-item .caption {
    text-align: left
}

.slider-voucher.slider-5 .item-voucher-sl {
    padding: 0 20px
}

.slider-voucher.slider-5 .item-voucher-sl .title {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #222
}

.slider-voucher.slider-5 .item-voucher-sl .bottom-item a {
    color: rgba(255, 255, 255, .3)
}

.partner-highlight .slider-voucher.slider-5 .item-voucher-sl .desc {
    max-height: 16px;
    overflow: hidden
}

.bottom-item .lnk-sm {
    float: left
}

.menu-tab.dev-menu-tab.swiper-container {
    padding: 0;
    margin: 0
}

.menu-tab.dev-menu-tab li a {
    padding-top: 36px;
    padding-bottom: 10px
}

.item-voucher-border:nth-child(6n-1) {
    margin-right: 0
}

.list-voucher .item-voucher-border:nth-child(3n) {
    margin-right: 30px
}

.btn-disabled {
    background: #888;
    cursor: auto
}

.title-partner {
    color: #135eac;
    line-height: 17px;
    max-height: 17px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.menu-tab li.active a {
    border-bottom: 2px solid #135eac
}

.menu-tab li.swiper-slide {
    padding: 0 15px
}

.content-voucher ul {
    padding-left: 30px
}

[id^=voucher-item].popup-onpage .item-voucher {
    width: 100%
}

#voucher-tab-content .tab-voucher {
    padding-bottom: 30px
}

.item-voucher-border .caption .cl-blue,
.item-voucher-border .caption .cl-grey {
    line-height: 16px;
    max-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis
}

.box-detail-photo .slider-detail .photo .view-video {
    position: absolute;
    width: 120px;
    height: 30px;
    left: 5px;
    bottom: 65px;
    background: #222;
    border-radius: 50px;
    padding: 7px 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.box-detail-photo .slider-detail .photo .view-video:after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    background: url(https://img1.oto.com.vn/Static/Images/v3/ico-play.png) no-repeat 0 0;
    margin-left: 10px;
    margin-bottom: -2px
}

.center-all {
    display: -moz-box;
    display: -webkit-box;
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px
}

.padding-top-0 {
    padding-top: 0 !important
}

.btn-unload-static .text {
    display: block
}

.btn-unload-static .img-load {
    display: none
}

.btn-loading {
    border: none !important;
    cursor: not-allowed
}

.btn-loading .text {
    display: none
}

.btn-loading .img-load {
    display: block
}

.header-footer-container .head-right .noti i.icon-bookmark::before {
    line-height: normal !important
}

.box-video-slider .tag-sold {
    transform: none;
    width: 240px;
    padding: 6px 30px;
    top: 60px;
    right: 15px;
    left: auto;
    font-size: 31px
}

.box-video-slider .big-video.sold .image:after {
    background: none;
    content: none;
    display: none
}

.box-video-slider .big-video .image {
    height: auto;
    text-align: center
}

.box-video-slider .big-video {
    float: none
}

.box-video-slider .tag-yl {
    z-index: 10
}

.inner-list-vd {
    position: unset
}

.thumb-list-vd .inner-list-vd {
    height: 100%
}

.thumb-list-vd .inner-list-vd .swiper-container {
    height: 100%
}

.box-video-slider .swiper-button-next:after,
.box-video-slider .swiper-container-rtl .swiper-button-prev:after {
    display: none
}

.box-video-slider .swiper-button-prev:after,
.box-video-slider .swiper-container-rtl .swiper-button-next:after {
    display: none
}

.box-video-slider .thumb-list-vd .next,
.box-video-slider .thumb-list-vd .prev {
    left: 0
}

.box-video-slider .thumb-list-vd .prev {
    top: 0;
    top: 20px
}

.box-video-slider .thumb-list-vd .next {
    top: auto;
    bottom: 0
}

.bg-box-video {
    padding-top: 30px
}

.cpn-list-auto-video-main.row.list-vd {
    display: flex;
    flex-wrap: wrap
}

.item.item-vd .info {
    background: #fff
}

.cpn-list-auto-video-main .info-salon .name-salon a {
    color: #000
}

.big-video.sold .image:after {
    z-index: 5
}

.video-embed {
    display: none
}

.video-embed.open {
    display: block
}

.box-video-slider iframe {
    height: 531px
}

.cpn-list-auto-video-main .tag-deal {
    position: absolute !important;
    width: 46px !important;
    display: inline-block !important;
    right: 10px !important;
    left: auto !important;
    top: 0 !important;
    bottom: auto !important;
    background: #d0011b !important;
    font-weight: bold !important;
    font-size: 11px !important;
    line-height: 13px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 5px !important
}

.cpn-list-auto-video-main .tag-deal:after {
    content: '';
    width: 0 !important;
    height: 0 !important;
    border-style: solid !important;
    border-width: 10px 23px 0 0 !important;
    border-color: #d0011b transparent transparent transparent !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important
}

.cpn-info-salon-single {
    margin: 0 20px !important;
    margin-top: 10px !important;
    padding-bottom: 5px
}

.cpn-info-salon-single .name-salon {
    color: #fff !important
}

.item.item-vd .time {
    z-index: 2
}

.bg-box-video .big-video .image img {
    height: 532px;
    width: auto
}

.bg-box-video .swiper-slide {
    text-align: center
}

.info-salon .avt img {
    border-radius: 90px;
    object-position: center;
    object-fit: fill;
    height: 100%
}

.item.item-vd .tag-sold .txt-sold {
    text-transform: uppercase
}

.bg-box-video .swiper-slide-thumb-active img {
    border: 2px solid #e23838
}

.bg-box-video .swiper-button-next.swiper-button-disabled,
.bg-box-video .swiper-button-prev.swiper-button-disabled {
    display: none
}

.box-info-user .avatar img {
    border-radius: 90px;
    object-position: center;
    object-fit: fill;
    height: 100%
}

.item.item-vd .title {
    min-height: 40px
}

.item.item-vd .photo img {
    margin: 0 auto
}

.box-xengon-giatot .row.list-vd {
    margin-top: 0
}

.box-xengon-giatot .item.item-vd {
    background: none
}

.box-xengon-giatot .item.item-vd .photo {
    border: none
}

.box-black .box-heading:before {
    height: 6px
}

.box-video-livestream {
    padding: 20px
}

.box-video-livestream .tag-yl {
    bottom: 20px
}

.box-black .heading {
    text-transform: none
}

.thumb-list-vd .next,
.thumb-list-vd .prev {
    height: 45px;
    line-height: 26px
}

.thumb-list-vd .next {
    line-height: 30px
}

.bg-box-video .current-price {
    vertical-align: -webkit-baseline-middle
}

.bg-box-video {
    padding-bottom: 40px
}

.item.item-vd .photo img {
    height: 100%
}

.box-black .box-video-livestream {
    text-align: center
}

.box-black .cpn-info-salon-single.info-salon .name-salon a {
    color: #fff
}

.box-info-user .small-s {
    min-height: 50px;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column
}

.box-info-user .name-showroom {
    width: 100%
}

.box-info-user .text {
    width: 100%
}

.cursor {
    cursor: pointer
}

.hidden {
    display: none
}

.box-slide-news-cst .list-slide .item .caption {
    text-align: left
}

.box-slide-news-cst .btn-button .icon-left-open-big,
.box-slide-news-cst .btn-button .icon-right-open-big {
    font-size: inherit;
    color: #fff;
    position: absolute;
    top: 15px
}

.box-slide-news-cst .btn-button .icon-left-open-big {
    font-size: inherit;
    color: #fff;
    position: absolute;
    left: 25px
}

.color-white {
    color: #fff !important
}

.bg-video .heading .link {
    position: relative
}

.bg-video .heading .link .icon-right-circle {
    position: absolute;
    top: -5px
}

.box-big-new .col-right .caption .date-source,
.box-big-new .col-left .caption .date-source {
    padding-left: 0
}

.box-big-new-cst.box-big-new .col-left .caption .date-source {
    padding: 0 30px;
    margin: 0 0 30px
}

.box-big-new-cst.box-big-new .col-right .caption .date-source {
    padding-left: 20px
}

.box-heading .heading a {
    color: #135eac
}

@media only screen and (min-width:1200px) {
    .voucher-highlight .container .btn-prev,
    .partner-highlight .container .btn-prev {
        left: -50px
    }
}

@media only screen and (min-width:1200px) {
    .voucher-highlight .container .btn-next,
    .partner-highlight .container .btn-next {
        right: -30px
    }
}

.box-voucher-status .status-1 {
    display: block
}

.box-voucher-status .status-0 {
    display: none
}

.box-voucher-status.unactive .status-1 {
    display: none
}

.box-voucher-status.unactive .status-0 {
    display: block
}

.scroll-customer {
    max-height: 120px;
    overflow-y: auto
}

.scroll-customer::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eceaea
}

.scroll-customer::-webkit-scrollbar {
    border-radius: 10px;
    width: 6px;
    background: #fff
}

.scroll-customer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #888
}

.scroll-max-height {
    overflow-y: auto !important
}

.scroll-max-height::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eceaea
}

.scroll-max-height::-webkit-scrollbar {
    border-radius: 10px;
    width: 6px;
    background: #fff
}

.scroll-max-height::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #888
}

.content-page .banner-center-row {
    padding: 0 !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-bottom: 0 !important
}

div[id="AA_mb_news-list//detail_bottom_sticky"]:before {
    content: "";
    font-size: 12px;
    color: #ccc;
    text-align: center;
    display: none !important
}

.no-scroll {
    overflow: hidden
}

.no-scroll:before {
    position: fixed;
    z-index: 20;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .55)
}

.no-scroll .modal-popup_style2 {
    overflow-x: hidden;
    overflow-y: auto
}

#modal-gaming {
    text-align: center;
    margin-top: 8%
}

.cicon_close {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://oto.com.vn/dovui/Event/Images/close.svg)
}

.cicon_close_2 {
    display: inline-block;
    content: '';
    width: 50px;
    height: 50px;
    background: url(https://oto.com.vn/dovui/Event/Images/close_popup_2.svg)
}

.video-tintuc-mini>div {
    width: 100% !important;
    height: 100% !important
}

.break-line {
    background: url('https://img1.oto.com.vn/2021/04/01/C2hJ1tRB/img-line-1327.png') repeat-x !important
}

@media(max-width:767px) {
    .cicon_close_2 {
        width: 40px;
        height: 40px;
        background-size: 40px 40px
    }
}

.mb_0 {
    margin-bottom: 0 !important
}

.fz16 {
    font-size: 16px !important
}

.modal-popup_style2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center
}

.modal-popup_style2:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-popup_style2.open {
    display: block
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.pu-otp {
    position: relative;
    background: #fff;
    border-radius: 15px
}

.pu-otp.style1 {
    width: 300px;
    padding: 20px;
    margin: 10px 0
}

.box-wrap-load-more {
    width: 100%;
    display: inline-block
}

.box-wrap-load-more .item-more {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.box-wrap-load-more .item-more a {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    display: inline-block;
    width: 130px;
    height: 30px;
    padding: 5px 0;
    font-weight: normal;
    font-size: 14px;
    color: #888;
    line-height: 20px
}

@media(min-width:767px) {
    .pu-otp.style1 {
        width: 560px;
        padding: 20px 30px;
        margin: 0
    }
}

.pu-otp.stylespc .btn {
    min-width: 220px;
    margin-top: 12px
}

@media(min-width:767px) {
    .pu-otp.stylespc .btn {
        margin-top: 18px
    }
}

.pu-otp .digit-g {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 15px
}

.pu-otp .digit-g:before,
.pu-otp .digit-g:after {
    content: " ";
    display: table
}

.pu-otp .digit-g:after {
    clear: both
}

.pu-otp .digit-g .form-input {
    width: 33px;
    float: left;
    margin-bottom: 0
}

@media(min-width:767px) {
    .pu-otp .digit-g .form-input {
        width: 38px
    }
}

.pu-otp .digit-g .form-input:not(:last-child) {
    margin-right: 10px
}

@media(min-width:767px) {
    .pu-otp .digit-g .form-input:not(:last-child) {
        margin-right: 15px
    }
}

.pu-otp .digit-g .form-control {
    padding: 0;
    text-align: center
}

@media(max-width:767px) {
    .pu-otp .digit-g .form-control {
        height: 38px
    }
}

.pu-otp .text-phone {
    font-size: 18px;
    letter-spacing: .1em;
    color: #2d4b7b;
    margin-bottom: 10px
}

.pu-otp .otp-text {
    font-size: 16px;
    line-height: 22px;
    color: #9c9fa4;
    margin-bottom: 10px
}

.pu-otp .btn {
    margin-top: 8px
}

.pu-otp .pu-content .desc {
    font-size: 16px;
    line-height: 22px
}

.pu-otp .heading {
    text-transform: uppercase;
    font-size: 20px;
    color: #d64237;
    margin-top: 0;
    margin-bottom: 10px
}

.pu-otp .popup_close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer
}

@media(min-width:767px) {
    .pu-otp .popup_close {
        width: 50px;
        height: 50px
    }
}

.pu-notify {
    position: relative;
    background: #fff;
    border-radius: 15px
}

.pu-notify.style1 {
    width: calc(100% - 20px);
    padding: 20px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-notify.style1 {
        width: 560px;
        padding: 20px 30px;
        margin: 0
    }
}

.pu-notify.style1 .form-input {
    margin-bottom: 18px
}

.pu-notify.style1 .heading {
    margin-bottom: 16px
}

@media(min-width:767px) {
    .pu-notify.style1 .heading {
        margin-bottom: 20px
    }
}

.pu-notify.style2 {
    width: calc(100% - 20px);
    padding: 17px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-notify.style2 {
        width: 500px;
        padding: 30px 30px;
        margin: 0
    }
}

.pu-notify.style2 .pu-content .photo {
    margin-bottom: 18px
}

@media(max-width:767px) {
    .pu-notify.style2 .pu-content .photo img {
        width: 120px
    }
}

.pu-notify.style3 {
    width: calc(100% - 20px);
    padding: 19px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-notify.style3 {
        width: 460px;
        padding: 28px 20px 20px 20px;
        margin: 0
    }
}

.pu-notify.style3 .heading {
    margin-bottom: 10px
}

.pu-notify.style3 .desc {
    margin-bottom: 18px
}

.pu-notify .pu-content .desc {
    font-size: 16px;
    line-height: 22px
}

.pu-notify .heading {
    text-transform: uppercase;
    font-size: 20px;
    color: #d64237;
    margin-top: 0
}

.pu-notify .popup_close {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    cursor: pointer
}

@media(min-width:767px) {
    .pu-notify .popup_close {
        width: 50px;
        height: 50px
    }
}

.pu-quest.style1 {
    width: 300px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-quest.style1 {
        width: 640px;
        margin: 0
    }
}

.pu-quest.style1 .desc {
    margin-bottom: 20px
}

@media(min-width:767px) {
    .pu-quest.style1 .desc {
        margin-bottom: 25px
    }
}

.pu-quest.style4 {
    width: 300px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-quest.style4 {
        width: 640px;
        margin: 0
    }
}

.pu-quest.style4 .pu-heading .heading {
    font-size: 16px;
    line-height: 22px
}

@media(min-width:767px) {
    .pu-quest.style4 .pu-heading .heading {
        font-size: 20px;
        line-height: 27px;
        padding: 10px
    }
}

@media(min-width:767px) {
    .pu-quest.style4 .pu-content {
        padding: 30px
    }
}

@media(min-width:767px) {
    .pu-quest.style4 .row {
        margin-left: -14.5px;
        margin-right: -14.5px
    }
    .pu-quest.style4 .row [class*="col-"] {
        padding-left: 14.5px;
        padding-right: 14.5px
    }
}

@media(max-width:767px) {
    .pu-quest.style4 .row [class*="col-"] {
        width: 180px;
        float: inherit;
        display: block;
        padding: 0;
        margin: 0 auto
    }
    .pu-quest.style4 .row [class*="col-"]:not(:last-child) {
        margin-bottom: 12px
    }
}

.pu-quest.style4 .btn {
    min-width: initial;
    width: 100%
}

.pu-quest.style4 .btn_outline {
    border: 1px solid #d64237;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #d64237;
    width: 100%
}

.pu-quest.style4 .pu-bottom-content {
    border-top: 1px dashed #2d4b7b;
    margin-top: 14px;
    padding-top: 16px;
    margin-bottom: 15px
}

@media(min-width:767px) {
    .pu-quest.style4 .pu-bottom-content {
        margin-top: 20px;
        padding-top: 20px;
        margin-bottom: 20px
    }
}

.pu-quest.style2 {
    width: 300px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-quest.style2 {
        width: 640px;
        margin: 0
    }
}

.pu-quest.style2 .btn {
    position: relative
}

.pu-quest.style2 .desc {
    position: relative;
    margin-bottom: 20px
}

@media(min-width:767px) {
    .pu-quest.style2 .desc {
        margin-bottom: 25px
    }
}

.pu-quest.style2 .pu-content {
    position: relative
}

.pu-quest.style2 .pu-content:before {
    content: '';
    background: url(https://oto.com.vn/dovui/Event/Images/pu_decor_2_mb.jpg) no-repeat center;
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 5px;
    left: 0;
    border-radius: 0 0 15px 15px
}

@media(min-width:767px) {
    .pu-quest.style2 .pu-content:before {
        background: url(https://oto.com.vn/dovui/Event/Images/pu_decor_2.jpg) no-repeat center;
        height: 100%;
        bottom: -2px
    }
}

.pu-quest.style3 {
    width: 300px;
    margin: 10px 0
}

@media(min-width:767px) {
    .pu-quest.style3 {
        width: 640px !important;
        max-width: 640px !important;
        margin: 0
    }
}

.pu-quest.style3 .btn {
    position: relative
}

.pu-quest.style3 .desc {
    position: relative;
    margin-bottom: 20px
}

@media(min-width:767px) {
    .pu-quest.style3 .desc {
        margin-bottom: 25px
    }
}

.pu-quest.style3 .pu-content {
    position: relative
}

@media(min-width:767px) {
    .pu-quest.style3 .pu-content {
        padding-bottom: 51px
    }
}

.pu-quest.style3 .pu-content:before {
    content: '';
    background: url(https://oto.com.vn/dovui/Event/Images/pu_decor_2_mb.jpg) no-repeat center;
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 5px;
    left: 0;
    border-radius: 0 0 15px 15px
}

@media(min-width:767px) {
    .pu-quest.style3 .pu-content:before {
        background: url(https://oto.com.vn/dovui/Event/Images/pu_decor_3.jpg) no-repeat center;
        height: 138px;
        bottom: initial;
        top: 4px
    }
}

.pu-quest .pu-content {
    position: relative;
    padding: 20px;
    border-radius: 0 0 15px 15px
}

@media(min-width:767px) {
    .pu-quest .pu-content {
        padding: 30px 40px
    }
}

.pu-quest .pu-content .pu-decor {
    position: absolute;
    bottom: 0;
    right: 0
}

@media(max-width:767px) {
    .pu-quest .pu-content .pu-decor {
        bottom: -80px
    }
    .pu-quest .pu-content .pu-decor img {
        width: 290px
    }
}

.pu-heading {
    background: #d64237;
    border-radius: 15px 15px 0 0;
    position: relative
}

.pu-heading:before {
    content: '';
    background: url(https://oto.com.vn/dovui/Event/Images/pu_heading_bg_mb.jpg) no-repeat center;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 15px 15px 0 0
}

@media(min-width:767px) {
    .pu-heading:before {
        background: url(https://oto.com.vn/dovui/Event/Images/pu_heading_bg.jpg) no-repeat center
    }
}

.pu-heading .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    padding: 13px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

@media(min-width:767px) {
    .pu-heading .heading {
        font-size: 22px;
        line-height: 30px;
        padding: 13px 10px
    }
}

.pu-heading .popup_close {
    position: absolute;
    cursor: pointer;
    top: 13px;
    right: 13px
}

.pu-content {
    background: #fff
}

.pu-content .btn {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.pu-content .desc {
    font-size: 15px;
    line-height: 20px
}

@media(min-width:767px) {
    .pu-content .desc {
        font-size: 16px
    }
}

.pu-content .title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px
}

@media(min-width:767px) {
    .pu-content .title {
        font-size: 16px
    }
}

.pu-content .photo {
    margin-bottom: 25px
}

.pu-content .form-input {
    margin-bottom: 20px
}

@media(min-width:767px) {
    .pu-content .form-input {
        margin-bottom: 25px;
        width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.pu-content .myform-g .myForm2:not(:last-child) {
    margin-bottom: 22px
}

.pu-content .myForm2:before,
.pu-content .myForm2:after {
    content: " ";
    display: table
}

.pu-content .myForm2:after {
    clear: both
}

.pu-top-content:before,
.pu-top-content:after {
    content: " ";
    display: table
}

.pu-top-content:after {
    clear: both
}

.pu-top-content .desc {
    margin-bottom: 5px
}

@media(min-width:767px) {
    .pu-top-content .desc {
        margin-bottom: 10px
    }
}

.pu-top-content .elm-left {
    float: left
}

.pu-top-content .elm-right {
    float: right
}

@media(max-width:767px) {
    .pu-top-content .elm-right {
        display: none
    }
}

.pu-top-content .photo-voucher {
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.pu-top-content .photo-voucher img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.pu-bottom-content .desc {
    margin-bottom: 8px
}

.pu-bottom-content .desc-sm {
    font-size: 13px;
    line-height: 22px
}

@media(min-width:767px) {
    .pu-bottom-content .desc-sm {
        font-size: 15px;
        line-height: 25px
    }
}

.pu-bottom-content .require-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pu-bottom-content .require-list li {
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding-left: 10px
}

@media(min-width:767px) {
    .pu-bottom-content .require-list li {
        font-size: 15px;
        line-height: 25px;
        padding-left: 22px
    }
}

.pu-bottom-content .require-list li:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0
}

.sitemap ul {
    list-style: none
}

.sitemap ul li a {
    font: bold 14px/24px 'Roboto';
    color: #1260ab
}

.sitemap ul.second-level {
    padding-left: 150px;
    padding-top: 10px
}

.sitemap ul.third-level {
    padding-left: 150px
}

.sitemap ul.fourth-level {
    padding-left: 200px
}

.sitemap ul.fourth-level li a {
    color: #222;
    font-weight: normal
}

.box-text-listing {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px
}

.box-text-listing .box {
    display: none
}

.box-text-listing p {
    margin-bottom: 10px;
    line-height: 20px
}

.box-text-listing a {
    color: #135eac
}

@supports (-webkit-touch-callout:none) {
    .dev-box-voucher .mask {
        display: none !important;
    }
}

#homepage-box-video .big-video {
    width: calc(50% - 15px)
}

.box-content-footer {
    padding: 20px 20px 5px;
    background-color: #e7f2fd;
    line-height: 24px;
    margin-bottom: 20px
}

.box-detail-new h1 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #222 !important;
    margin-bottom: 20px !important
}

.box-detail-new h2 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #135eac !important;
    margin: 0 0 10px !important;
    line-height: 24px !important;
    padding: 0 !important
}

.box-detail-new h2.heading {
    margin: 0 0 10px !important;
    color: #135eac !important
}

.box-detail-new h3 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #135eac !important;
    margin: 0 0 10px !important;
    line-height: 24px !important;
    padding: 0 !important
}

.box-detail-new h3.title {
    margin: 10px 0 0 !important;
    line-height: 20px !important
}

.box-detail-new .slide-car-foryou .price {
    line-height: 20px !important;
    margin: 0 0 10px !important
}

.box-detail-new .detail {
    line-height: 24px !important;
    font-size: 16px !important;
    color: #222 !important
}

.box-detail-new .detail p {
    margin: 7px 0px !important;
    line-height: 30px !important
}

.box-detail-new .detail img {
    width: 100% !important;
    margin-bottom: 0
}

.box-detail-new .content-page ul li {
    line-height: 30px;
    padding-left: 20px;
}

.box-detail-new .content-page ul.custombullet {
    margin-bottom: 20px;
    padding-left: 0 !important
}

.box-detail-new .content-page ul.custombullet li {
    margin: 0
}

.box-detail-new .description {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 20px
}

.box-detail-new .content-page div[data-type="jwplayer"] iframe {
    width: 748px !important;
    height: 422px !important
}

.cpn-carprice .slide-car-foryou {
    margin-bottom: 30px
}

.jwplayer {
    margin-bottom: 10px !important
}

.nhanuudai-after-sapo {
    margin-bottom: 20px
}

.box-detail-new .divresponsive {
    width: 100%;
    overflow: auto
}

.box-detail-new .content-page ul.custombullet {
    margin-top: 10px
}

.box-detail-new .articletopictop {
    margin-bottom: 10px
}

figure {
    margin: 0;
    padding: 0
}

.box-detail-new .detail figcaption {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
    font-size: 14px
}

.detail-car-rating .box-car {
    padding-top: 0 !important
}

.box-detail-new table {
    margin-bottom: 10px;
    margin-top: 0;
    width: 100% !important
}

.box-tab-2 .menu-tab {
    margin: 0 !important;
    padding: 0 !important
}

.box-detail-new .box-list-car .item-car .title {
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 20px !important;
    margin: 0 !important;
    height: 40px !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
    padding-right: 120px !important
}

.menu-auto-detail .content-small .list,
.menu-fixed-detail .content-small .list {
    padding: 0 !important
}

.hidden-news {
    overflow: hidden;
    max-height: 768px;
    margin-bottom: 0;
    position: relative
}

.hidden-news:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .53);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .53) 70%, rgba(255, 255, 255, .82) 90%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, .53)), color-stop(90%, rgba(255, 255, 255, .82)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .53) 70%, rgba(255, 255, 255, .82) 90%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .53) 70%, rgba(255, 255, 255, .82) 90%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .53) 70%, rgba(255, 255, 255, .82) 90%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .53) 70%, rgba(255, 255, 255, .82) 90%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0
}

.bt-keep-reading {
    color: #094e8c;
    border: 1px solid #094e8c;
    border-radius: 10px;
    font-size: 14px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -44px;
    cursor: pointer;
    font-weight: bold;
    background-color: #fff;
    outline: none;
    width: 89px;
    height: 33px
}

.line-block-detail {
    margin: 50px 0 50px;
    border-bottom: 1px solid #000
}

.box-detail-new.hidden-news .menu-fixed-detail {
    display: none
}

.box-detail-new .detail img.verifyCodeVote {
    width: auto !important
}

.box-detail-new .head-breadcrumb {
    margin-bottom: 10px
}

.content-box .heading {
    margin-top: 25px
}

.box-Car-rating-slide .item .title {
    max-height: 48px
}
.ftwp-postcontent div
{
    max-width: 100%;
    width: 100%;
}
.box-filter-list .menu-top
{
    list-style: none;
}
.box-filter-list .menu-top li {
    float: left;
    border: 1px solid #e1e1e1;
    list-style: none;
    /* margin-bottom: 10px; */
    width: 25%;
    text-align: center;
    padding-bottom: 10px;
}
.box-filter-list .menu-top li a
{
    float: left;
    color: #222222;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    width: 100%;
}
.box-filter-list .menu-top li a img
{
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.box-filter-list
{
    padding: 0px !important;
    background: none !important;
}
.box-detail-new div
{
    max-width: 100%;
    width: 100%;
}
.box-detail-new img
{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.wp-caption-text
{
    text-align: center;

}
.wp-caption-text em{
    float: left;
    width: 100%;
    margin-top: 7px !important;
    margin-bottom: 10px !important;
}
.box-detail-new  table
{
    margin-bottom: 10px;
    margin-top: 0;
    width: 100% !important;
}
box-detail-new  table, .box-detail-new table tr {
    margin-bottom: 10px;
}


.box-detail-new tr:first-child, .detail-carreview .tblnormal tr:first-child, .comparepage .tblnormal tr:first-child, .listcar .titlebottom .tblnormal tr:first-child {
    background: #135eac;
    text-align: center;
}

.box-detail-new td, .box-detail-new th{
    text-align: center;
    font: 16px 'Arial';
    color: #222;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 10px;
}
.box-detail-new tr:first-child td, .d.tblnormal tr:first-child td, .tblnormal tr:first-child td, .tblnormal tr:first-child td, .box-detail-new tr:first-child th, .d.tblnormal tr:first-child th, .tblnormal tr:first-child th, .tblnormal tr:first-child th {
    color: #fff !important;
    font-weight: bold !important;
}
.navi .menu-top .box-submenu
{
    width: 200px !important;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
    position: relative;
    top: -30px;
}
#slider_home_cat .items
{
    text-align: center;
}
#slider_home_cat .items a{
    color: #282828;
    font-weight: bold;
}
#slider_home_cat .owl-nav
{
    display: block;
}
.slide-car .btn-next
{
    right: 0px;
}
.btn-button.btn-prev {
    left: -15px;
}
.box-brand-slide .btn-button {
    top: 64px;
}
#slideCarPrice
{
    background-color: #f2f8ff!important
}
.slide-car .btn-button
{
    background: rgb(0 0 0 / 26%);
}
section.partner-section {
    /*background: url(../images/background-footer.png) no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
section.partner-section h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #232323;
}
section.partner-section .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 30px;
    padding-top: 30px;
}
section.partner-section .card-container .card-item {
    webkit-box-flex: 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.card-image {
    display: block;
    position: relative;
}
section.partner-section .card-container .card-item .card-image {
    background: #fff;
    -webkit-box-shadow: 4px 7px 10px rgb(0 0 0 / 10%);
    box-shadow: 4px 7px 10px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
section.partner-section .card-container .card-item .card-image .card-img-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
}
section.partner-section .card-container .card-item .card-image .card-img-top img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.seo-home-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    margin: 0 10px;
    padding: 20px;
}
section.partner-section .fr-body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
section.partner-section .fr-body .seo-home-flex-container {
    display: block!important;
    width: unset!important;
    border: 1px solid #ececec;
    margin-right: unset!important;
}
.seo-home-flex-container h2 {
    font-family: Arial;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #135eac !important;
    padding: 20px 0;
    font-weight: 700;
}
section.partner-section .fr-body .seo-home-flex-container h2 span,.seo-home-flex-container h2 span,section.partner-section .fr-body .seo-home-flex-container h2 i,.seo-home-flex-container h2 i
{
    color: #135eac !important;
}
section.partner-section .fr-body .seo-home-flex-container h2 {
    text-align: center;
    font-size: 22px;
    color: #135eac !important;
    padding:10px 0px;
}
.seo-home-flex-container h3 {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #135eac !important;
    padding: 10px 0;
}section.partner-section h3 {
     font-size: 24px;
     text-align: center;
     font-weight: 700;
     padding-top: 10px;
     padding-bottom: 10px;
     color: #135eac !important;
 }
section.partner-section .fr-body .seo-home-flex-container h3 {
    font-size: 16px;
    color: #135eac !important;
}
.seo-home-flex-container p {
    text-align: justify;
    font-size: 14px;
    line-height: 21px;
    color: #135eac !important;
}
section.partner-section .fr-body .seo-home-flex-container p {
    padding: 5px 0;
    line-height: 23px;
}
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: -webkit-calc(.375em - 1px);
    padding-bottom: calc(.375em - 1px);
    padding-left: -webkit-calc(.625em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: -webkit-calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: -webkit-calc(.375em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em;
    text-align: center;
    white-space: nowrap;
}
.btn-view-more {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #1d70b8;
    border: 1px solid #1d70b8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 8px 16px rgb(102 198 187 / 20%);
    box-shadow: 0 8px 16px rgb(102 198 187 / 20%);
    font-weight: 700;
    font-family: myriad pro,Myriad,liberation sans,nimbus sans l,helvetica neue,Helvetica,Arial,sans-serif;
    padding: 15px 25px 15px 30px;
}
.btn-view-more i {
    padding-left: 5px;
}
.slider-list {
    padding: 10px 0;
}
section.section-car-list .slider-list {
    padding: 10px 0;
}
section.section-car-list .slider-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
section.section-car-list .slider-list .slider-title {
    font-size: 20px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-top: 10px;
}
section.section-car-list .slider-list .slider-car-2slide {
    margin-top: 10px;
}
.slider-list .slider-car .news-card {
    padding-right: 15px;
}
section.section-car-list .slider-list .slider_news_home .slick-list .news-card {
    padding-right: 15px;
}
.slider-list .slider_news_home .news-card .news-img-container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70% 0 0;
}
section.section-car-list .slider-list .slider_news_home .news-card .news-img-container {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 70% 0 0;
}
.slider-list .slider_news_home .news-card .news-img-container .news-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
section.section-car-list .slider-list .slider_news_home .news-card .news-img-container .news-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-list .slider_news_home .news-card .news-details {
    margin-top: 10px;
}
section.section-car-list .slider-list .slider_news_home .news-card .news-details {
    margin-top: 10px;
}
.slider-list .slider_news_home .news-card .news-details h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Roboto,sans-serif;
    padding: 0;
}
section.section-car-list .slider-list .slider_news_home .news-card .news-details h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Roboto,sans-serif;
}
.slider-list .slider_news_home .news-card .news-details .news-description {
    font-size: 14px;
    line-height: 20px;
    color: #232323;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.slider-list .slider_news_home .news-card .news-details .news-date {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #7c7c7c;
}
.slider-control {
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    transform: translate(0,-25%);
    top: 25%;
    z-index: 9;
}
.slider-next {
    right: -5px;
}
.slider-control:hover {
    cursor: pointer;
    border: 1px solid #2d90e6;
}
.slider-control i {
    color: #2d90e6;
    margin: 0;
}
.slider-prev {
    left: -20px;
}
.owl-carousel .owl-dots
{
    display: none;
}
.slider_news_home
{

    margin-bottom: 30px;
    margin-top: 20px;
}
.app-link .app-link_item img
{
    width: auto;
}
.info_footer
{
    width: 352px;
    float: left;
}
.col_ft_bottom
{
    float: left;
    width: 100%;
    text-align: center;
}
.td-social-style-2 .td-social-icon-wrap {
    display: inline-block;
    margin: 5px 10px 10px 0;
}
.td-social-icon-wrap>a {
    display: inline-block;
    border: none;
    text-decoration: none;
}
.td-footer-wrapper a {
    color: #fff;
    border: none;
    text-decoration: none;
}
#menu-menu-footer li
{
    display: inline-block;
    padding: 10px;
}
.menu_footer
{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.footer
{
    padding-bottom: 11px;
}



.menu_price_home ul li a{
    color: #135eac;
    position: relative;
    display: block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
}
.menu_price_home li a:before {
    content: '';
    position: absolute;
    left: -9px;
    top: 8px;
    height: 5px;
    width: 5px;
    background: #135eac;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.box-content-c .menu-top li
{
    float: left;
    width: 50%;
    text-align: left;

    list-style: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    position: relative;
    padding: 5px 0;
}
.box-content-c .menu-top li a{
    white-space: normal;
    color: #135eac;
}

.footer-addpress li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.footer-addpress li img {
    width: 100%;
    height: auto;
    max-width: 20px;
    float: left;
    margin-right: 10px;
}
.footer-addpress li p {
    display: inline-block;
    float: left;
    width: 80%;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.footer-addpress
{
    margin-top: 20px !important;
}
.hidden_btn
{
    display: none;
}
.show_btn
{
    display: block;
}
.f-top_menu .col.w_271 {
    width: 309px;
}
.f-top_menu .col.w_254
{
    width: 206px !important;
}
.app-link
{
    text-align: center;
}
.navi .menu-top li:last-child
{
    margin-top: 17px;
}
.is-8-desktop ul li{
    padding: 5px;
    font-size: 14px;
    line-height: 23px;
}
.is-8-desktop ul li::before,.content-page ul li::before {
    content: "✓ ";
    color: #135eac;
    font-weight: 700;
}
.sub-menu li:last-child
{
    margin-top: 0px !important;
}
#head-mobile
{
    display: none;
}
.footer .f-title
{
    font-size: 16px;
}
.box-link-seo .item-140
{
    width: 162px;
}
.logo_footer
{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.item-140 h2
{
    margin-bottom: 10px;
    font-size: 18px;
}
.slide-car .item
{
    width: 212px;
    margin-bottom: 15px;
}
.content-pageinfo p {
    margin-bottom: 10px;
    padding: 5px 0;
    line-height: 23px;
}
.content-pageinfo img {
    margin-bottom: 5px;
    max-width: 100%;
    height: auto;
}
.content-pageinfo ul li {
    padding: 5px;
    font-size: 14px;
    line-height: 23px;
}
.content-pageinfo ul li::before {
    content: "✓ ";
    color: rgb(19, 94, 172);
    font-weight: 700;
}
.content-pageinfo h2 {
    /* font-family: Arial; */
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #135eac !important;
    padding: 20px 0;
    font-weight: 700;
}
.content-pageinfo h2 {

    font-size: 22px;
    color: #135eac !important;
    padding: 10px 0px;
}
div#show_more {
    margin: 0px -8px;
}
div.col--ll {
    border: 1px solid #d9d9d9;
    padding: 5px;
}
div.bximg_ {
    position: relative;
}
div.xahoiz {
    position: absolute;
    bottom: 0px;
    /* background: #fff; */
    font-size: 13px;
    font-family: "Roboto",sans-serif;
    letter-spacing: normal;
    color: #999;
    z-index: 2;
    line-height: normal;
}
div.xahoiz a {
    display: inline-block;
    position: relative;
    padding: 2px 9px;
    border-width: 1px;
    font-size: 13px;
    line-height: 15px;
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: auto;
    border-style: solid;
    text-shadow: none;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #000;
    -webkit-transition: border-color .375s ease-in-out,background-color .375s ease-in-out,color .375s ease-in-out;
    -moz-transition: border-color .375s ease-in-out,background-color .375s ease-in-out,color .375s ease-in-out;
    -o-transition: border-color .375s ease-in-out,background-color .375s ease-in-out,color .375s ease-in-out;
    transition: border-color .375s ease-in-out,background-color .375s ease-in-out,color .375s ease-in-out;
    text-decoration: none;
}
div.bximg_ > a {
    display: block;
    overflow: hidden;
    width: 100%;
    width: 100%;
}
div.bximg_ > a img {
    transition: all 0.8s ease-in-out;
}
div.info_tintuc {
    line-height: 1.5;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #666;
    font-size: 15px;
    text-transform: none;
}
div.info_tintuc h3 {
    line-height: normal;
    font-family: "Poppins","Roboto",sans-serif;
    letter-spacing: -.025em;
    font-weight: 600;
    color: #000;
    font-size: inherit;
    padding-top: .75em;
    margin-bottom: .75em;
}
div.info_tintuc h3 a {
    font-family: "Roboto","Arial",sans-serif;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    font-size: 15px;
}
div.info_tintuc p.xemthem {
    display: inline-block;
}
div.info_tintuc p.xemthem a {
    color: #00bede;
    text-decoration: none;
    font-size: 13px;
}
div.col-lisst1 {
    width: 70%;
}
div.row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 -15px;
    position: relative;
}
div.col-ajax-s {
    width: 33.33333333%!important;
}
div.col-ajax {
    padding: 0;
    padding: 5px;
}
div.col-slo1 {
    width: 30%;
    margin-bottom: 15px;
    margin-top: 40px;
}
div.col-slo {
    position: sticky;
    top: 70px;
}
div.box_side_danhmuc {
    position: sticky;
    top: 58px;
}
div.box_side_danhmuc ul {
    list-style: none;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    /* justify-content: space-between; */
    margin: 0 -5px;
    margin-bottom: 10px;
}
div.box_side_danhmuc ul li {
    font-size: 13px;
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 5px;
}
div.box_side_danhmuc ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-family: 'Montserrat',sans-serif;
}
div.box_side_danhmuc ul li a img {
    border: 1px solid #dfdfdf;
    margin-bottom: 2px;
}
div.box_side_danhmuc ul li a span {
    display: block;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
div.box_side_danhmuc .select2-container--default {
    width: 100%!important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
div.box_side_danhmuc .select2-container .select2-selection--single {
    border-radius: 0;
    height: 35px;
}
div.box_side_danhmuc .select2-selection__rendered {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    line-height: 35px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.box-content-c #menu-menu-hang-xe-phai .menu-image
{
    display: none;
}
.box-content-c #menu-menu-hang-xe-phai .menu-image-title-below
{
    text-align: left;
}
.wp-pagenavi
{
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
}
.heading
{
    margin: 10px 0px;
}
.fr-content-box {
    position: relative;
    padding-left: 0!important;
    padding-right: 0!important;
    margin-left: 5px!important;
    margin-right: 5px!important;
}
.pages-title .pages-title-name {
    font-weight: 700;
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
    color: #2d363e;
}
section#controller_area {
    padding-bottom: 20px;
}
.at-dealer-page .light-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #1a6fb7;
}
.column {
    display: block;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem;
}
.column {
    padding: 10px!important;
}
.at-dealer-page .search-item {
    padding: .75rem;
}
.at-dealer-page .column:not(:last-child) {
    padding-right: 0;
}
.at-dealer-page .light-inputs .column:first-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.input, .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: -webkit-calc(.375em - 1px);
    padding-bottom: calc(.375em - 1px);
    padding-left: -webkit-calc(.625em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: -webkit-calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: -webkit-calc(.375em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    max-width: 100%;
    width: 100%;
}
.button, .input, .select select, .text-area {
    height: 40px;
}
.light-inputs input[type=password], .light-inputs input[type=text], .light-inputs textarea {
    background: #fff;
}
.at-dealer-page .column:not(:last-child) {
    padding-right: 0;
}
print
.field-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.at-dealer-page .light-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #1a6fb7;
}
.dealer-list-medium, .dealer-list-small {
    margin: 0 auto;
    padding: 0;
}
body:not([class*=static-page]) li, body:not([class*=static-page]) ul {
    list-style: none;
}
.dealer-list.dealer-list-medium {
    display: -moz-flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    width: 100%;
}
.dealer-list-medium li {
    display: inline-block;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding: 5px 12px 0;
}
.dealer-list-medium li {
    width: 25%;
}
.dealer-list li>a {
    display: block;
    text-decoration: none;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    height: 137px;
    margin: 0;
    padding: 0;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.dealer-list .details h3 {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 700;
}
.dealer-list .details h3 a {
    text-decoration: none;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2d363e;
}
.mt-1, .my-1 {
    margin-top: .25rem!important;
}
.dealer-list .fa-map-marker {
    line-height: 18px;
    font-size: 15px;
    color: #1d70b8;
}
.dealer-list .details .dealer-address {
    color: #373737;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.dealer-listing-counter {
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    opacity: .8;
    top: 10px;
    position: absolute;
    padding: 2px 0 1px 5px;
    right: 20px;
}
.icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}
.list-compare .box-compare .box-car {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #e1e1e1;
}
.list-compare .box-compare .box-car:first-child {
    padding-left: 0;
    border-left: 0;
}
section#controller_area {
    padding-bottom: 20px;
}
.fr-body>.fr-content {
    width: 780px!important;
    margin-right: 28px;
}
.fr-body>.fr-sidebar {
    width: 300px!important;
}
.filter-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-bar .filter-condition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-bar .filter-condition .filter-condition-item {
    padding: 10px;
}
.filter-bar .filter-condition .filter-condition-item:first-child {
    padding-left: 0;
}
.sec-result-sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec-result-sorting .search-result {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2d363e;
}
.sec-result-sorting .sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec-result-sorting .sorting .label-order {
    padding-right: 8px;
}
.media {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}
section#listings>article {
    position: relative;
}
section#listings.list>article {
    margin: 0 0 30px;
    min-height: 95px;
    width: 100%;
}
.media-left, .media-right {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.media-left {
    margin-right: 1rem;
}
.media-left {
    width: 224px;
    height: 150px;
}
.has-ribbon {
    position: relative;
}
.media-left .img-container {
    width: 224px;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    text-align: center;
    background-color: #f7f7f7;
}
.media-left .resize_fit_center {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.media-left .seller-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: 2px 5px;
    color: #fff;
    text-transform: capitalize;
    width: 100%;
    height: 26px;
}
.media-left .seller-info a {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-top: 2px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mr-1, .mx-1 {
    margin-right: .25rem!important;
}
.media-content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    text-align: left;
}
.media .media-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.group-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.group-info .list-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 410px;
    padding-left: 15px;
    min-height: 115px;
}
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}
.subtitle, .title {
    word-break: break-word;
}
.group-info .list-info .list-info-title {
    font-weight: 700;
    color: #373737;
    font-family: Arial;
    font-size: 17px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-info-detail {
    margin-left: 0;
    margin-right: 0;
}
.list-info-detail .list-info-detail-item {
    width: 50%;
    padding: 2px 3px;
    display: inline-block;
    float: left;
}
.list-info-detail .list-info-detail-item img {
    padding-right: 5px;
}
.list-info-detail .list-info-detail-item small {
    font-size: 13px;
    color: #555;
}
.list-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 135px;
    text-align: right;
    padding-top: 2px;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.list-price .list-price-number {
    text-align: right;
    width: 100%;
    color: #eb5757;
    font-weight: 700;
    line-height: 1.125;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.tag:not(body) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4a4a4a;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
}
.list-price span.tag {
    background-color: #1a6fb7;
    height: 40px;
    width: 120px;
}
.list-price span.tag.btn-call {
    background: #2d9cdb;
    -webkit-box-shadow: 0 4px 10px rgb(29 112 184 / 20%);
    box-shadow: 0 4px 10px rgb(29 112 184 / 20%);
}
.list-price span.tag .icon, .list-price span.tag a {
    color: #fff;
}
.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em;
}
.list-price span.tag.btn-call .icon {
    font-size: 14px;
    margin-right: 0;
}
.list-price .phone-block {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.list-price span.tag .icon, .list-price span.tag a {
    color: #fff;
}
.group-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.genuine-listing {
    margin-top: 10px;
    float: left;
}
.genuine-listing {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.genuine-listing .lbl-genuine {
    float: left;
    background: rgba(235,87,87,.1);
    border: 1px solid rgba(235,87,87,.8);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 3px 5px;
    font-size: 11px;
    margin-right: 10px;
    color: #eb5757;
    text-transform: uppercase;
}
.link-favorite {
    display: block;
    width: 24px;
    height: 24px;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    background: url(../../img/favorite.png) no-repeat;
}
#autusin-totop {
    background: url(../images/cartop.png) no-repeat center center;
    width: 35px;
    height: 70px;
    position: fixed;
    right: 50px;
    bottom: -100px;
    background-size: 40px;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    z-index: 99;
}
#autusin-totop:before {
    opacity: 0;
    background: url(../images/car-focus.png) no-repeat top center;
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 33px;
    height: 70px;
    background-size: 40px;
    transition: all 0.3s;
}
#autusin-totop.show-car {
    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
}
.slider_home
{
    margin-top: 50px;
}









/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/
/*-------------------------------Phần code mobile-------------------------------*/








@media(max-width:767px){
    body
    {
        min-width: unset;
    }
    .header .header-top
    {
        display: none;
    }
    .b-column
    {
        width: 100%;
        padding-right: 0px;
    }
    #menu-adasdas
    {
        display: none;
        padding-top: 80px;
        background: #fff;
    }
    .box-filter-list .menu-top li
    {
        width: 33.333333%;
        padding-left: 5px;
        padding-right: 5px;
        border: none;
    }
    .box-filter-list .menu-top li a
    {
        width: 100%;
        display: inline-block;
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin: 5px 0;
    }
    .list-item-car-rating .photo img
    {
        width: 100%;
        max-width: 100%;
    }
    .list-item-car-rating .photo,.list-item-car-rating .small
    {
        width: 100%;
        float: left;
    }
    .list-item-car-rating .small
    {
        margin-left: 0px;
        margin-top: 10px;
    }
    .c-column
    {
        width: 100%;
        padding-left: 0px;
    }
    .b-column, .c-column
    {
        margin-top: 10px;
    }
    .box-link-seo .item-140, .box-link-seo .item-160, .box-link-seo .item-180, .box-link-seo .item-145, .box-link-seo .item-210
    {
        width: 50%;
    }
    .navi .logo .slogan
    {
        display: none;
    }
    .header-top
    {
        display: none;
    }
    #head-mobile
    {
        display: block;
    }
    .navi-fix
    {
        display: none;
        height: unset;
    }
    .group-tbstyle {
        display: table;
        width: 100%;
    }
    .fixed-head-top {
        visibility: visible;
        height: auto;
        opacity: 1;
        z-index: 100;
        position: fixed;
        left: 0;
        top: 0;
    }
    #head-mobile {
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        background: #135eac;
    }
    .top-bar>a {
        height: 50px;
        padding: 10px;
        position: relative;
    }
    .top-bar>a {
        height: 50px;
    }
    .group-tbstyle .gr-content, .group-tbstyle .gr-action {
        display: table-cell;
        vertical-align: middle;
    }
    .group-tbstyle .gr-action {
        width: 1%;
        white-space: nowrap;
    }
    .group-tbstyle .gr-action {
        width: 1%;
        white-space: nowrap;
    }
    .group-tbstyle .gr-content, .group-tbstyle .gr-action {
        display: table-cell;
        vertical-align: middle;
    }
    .img-ico-menu {
        height: 20px;
        width: 20px;
        background-image: url(../images/menu.png);
    }
    .group-tbstyle .gr-content {
        width: 100%;
    }
    .group-tbstyle .gr-content {
        text-align: center;
    }
    .logo-head img {
        height: 30px;
    }
    .header-fix
    {
        height: auto;
    }
    [class*="img-ico-"] {
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        -o-background-size: contain;
        -moz-background-size: contain;
        -webkit-background-size: contain;
    }
    .icon-search:before {

    }
    #searchbox
    {
        display: none;
        padding: 10px;
    }
    #txtKeyword
    {
        padding: 5px 10px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #cdcdcd;
    }
    .head-search,.icon-search {
        font-size: 17px;
        color: #fff;
    }
    .box-brand-slide .btn-button {
        top: 60px;
    }
    .slide-car .btn-next {
        right: -13px;
    }
    .btn-button.btn-prev {
        left: -28px;
    }
    .slide-car .item
    {
        width: 100%;
        margin-right: 0px;
    }
    .menu_price_home ul li
    {
        width: 50%;
    }

}

