nav {
    position: relative;
}

.dootohoabinh-title {
    padding: 1.5rem 0;
}
.dootohoabinh-new {
    font-size: 1.5rem;
    color: var(--vtwhite);
    overflow: hidden;
    display: block;
}

.dootohoabinh-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.dootohoabinh-wrapper .dootohoabinh-col-l {
    flex-basis: 70%;
}

.dootohoabinh-wrapper .dootohoabinh-col-r {
    flex-basis: 28%;
}

.dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news {
    margin: 1.5rem 0 2rem;
}

.dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a {
    color: var(--alBlack);
    text-transform: uppercase;
    font-size: 1.8rem;
    border-right: 1px solid var(--alGrayInfoCars);
    padding: 0 1rem;
}

.dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a:first-child {
    padding-left: 0;
}

.dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a:last-child {
    padding-right: 0;
    border-right: none;
}

.dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a:hover {
    color: var(--alRed);
}

/*tin nổi bật*/
.dootohoabinh-hot-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dootohoabinh-hot-news .dootohoabinh-box-l {
    flex-basis: 68%;
}

.dootohoabinh-hot-news .dootohoabinh-box-r {
    flex-basis: 30%;
}

.dootohoabinh-hot-news a {
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
}

.dootohoabinh-hot-news .dootohoabinh-box-l img {
    height: 400px;
}

.dootohoabinh-hot-news .dootohoabinh-box-l .dootohoabinh-title-news {
    margin: 1.5rem 0;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
}

.dootohoabinh-hot-news .dootohoabinh-box-r .dootohoabinh-item {
    margin-bottom: 1.5rem;
}

.dootohoabinh-hot-news .dootohoabinh-box-r .dootohoabinh-item .dootohoabinh-new {
    margin-top: 1rem;
}

.dootohoabinh-hot-news .dootohoabinh-box-r img {
    height: 165px;
}

.dootohoabinh-hot-news
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-vt
{
    flex-basis: 49%;
    margin-bottom: 2em;
    background: #fff;
    padding: .6em;
    box-shadow: var(--box-shadow);
    border-radius: 5PX;
}
.news-vt img
{
    margin-bottom: 0.8em;
    overflow: hidden;
    object-fit: cover;
    vertical-align: middle;
    height: 230px;
}

.dootohoabinh-car, .dootohoabinh-new
{
    color: var(--vtwhite);
}

.title-news1
{
    height: 65px !important;
    
}
.dootohoabinh-des
{
    height: 70px;
}
.box-tai-them a:hover{
    color:#fff;
}
/*nút tải thêm xe*/
.box-tai-them
{
    width: 50%;
    margin: 0 auto;
}

/*tin theo danh mục*/
.dootohoabinh-col-l .dootohoabinh-box-news {
    margin-top: 1.5rem;
}

.dootohoabinh-box-news .dootohoabinh-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
    height: 167px;
}

.dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item:last-child {
    margin-bottom: 0;
}

.dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-img {
    flex-basis: 30%;
}

.dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text {
    flex-basis: 68%;
}

.dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text .dootohoabinh-new {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

/*video*/

.dootohoabinh-box-video {
    margin-top: 1.5rem;
}

.dootohoabinh-box-video .dootohoabinh-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--alBlue);
    padding: 1rem;
    border-radius: 4px;
}

.dootohoabinh-box-video .dootohoabinh-box .dootohoabinh-item {
    flex-basis: 32%;
}

.dootohoabinh-box-video .dootohoabinh-box .dootohoabinh-item a {
    display: inline-block;
    width: 100%;
}

.dootohoabinh-box-video .dootohoabinh-box .dootohoabinh-item a:hover .dootohoabinh-title-video {
    color: var(--alRed);
}

.dootohoabinh-box-video .dootohoabinh-item img {
    height: 179px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.dootohoabinh-box-video .dootohoabinh-item .dootohoabinh-title-video {
    margin-bottom: 1rem;
    font-weight: bold;
}

/*xe mói về*/

.dootohoabinh-col-r .dootohoabinh-new-car {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dootohoabinh-col-r .dootohoabinh-new-car .dootohoabinh-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #cdcdca;
    padding: 1.5rem 0;
}

.dootohoabinh-col-r .dootohoabinh-new-car .dootohoabinh-item:first-child {
    padding-top: 0;
}

.dootohoabinh-col-r .dootohoabinh-new-car .dootohoabinh-item:last-child {
    border-bottom: none;
}

.dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img {
    flex-basis: 35%;
}

.dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-info-car {
    flex-basis: 61%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-info-car .dootohoabinh-price {
    color: var(--theme-color);
    margin-top: 0.5rem;
    font-size: 1.5rem;
}

.dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
    height: 78px;
    border-radius: 5PX;
}
.dootohoabinh-active-news-menu {
    color: var(--alRed) !important;
    font-weight: 700;
}
.quang-cao-box img
{
    border-radius: 6px;
}

/*đường kẻ chân*/
.footer-widget-title {
    color: var(--color-white);
    position: relative;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}
.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 3px;
    background: rgb(88 88 88 / 20%);;
    bottom: 0;
    left: 0;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 3px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 18px;
}

@media only screen and (max-width: 1230px) {
    .dootohoabinh-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }

    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 350px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 140px;
    }
}

@media only screen and (max-width: 1024px) {
    .dootohoabinh-wrapper .dootohoabinh-col-l {
        flex-basis: 100%;
    }

    .dootohoabinh-wrapper .dootohoabinh-col-r {
        flex-basis: 100%;
    }

    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 400px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 165px;
    }

    /*tin theo danh mục*/
    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-img {
        flex-basis: 25%;
    }

    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text {
        flex-basis: 73%;
    }

    .dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
        height: 160px;
    }

    /*video*/
    .dootohoabinh-box-video .dootohoabinh-item img {
        height: 207px;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img {
        flex-basis: 25%;
    }

    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-info-car {
        flex-basis: 73%;
    }

    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .dootohoabinh-wrapper {
        padding: 0 1rem 3rem;
    }

    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 460px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r .dootohoabinh-item {
        flex-basis: 49%;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 240px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-l .dootohoabinh-title-news {
        font-size: 2.1rem !important;
        line-height: 3rem;
    }

    /*tin theo danh mục*/
    .dootohoabinh-col-l .dootohoabinh-box-news {
        margin-top: 0;
    }

    .dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
        height: 123px;
    }

    .dootohoabinh-box-text .dootohoabinh-des {
        display: none;
    }

    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text .dootohoabinh-new {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .dootohoabinh-new
    {
        height: 44px;
    }
    .dootohoabinh-des
    {
        
        overflow: hidden;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 123px;
    }
}

@media only screen and (max-width: 640px) {
    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 400px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 199px;
    }

    /*tin theo danh mục*/
    .dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
        height: 102px;
    }

    /*video*/
    .dootohoabinh-box-video .dootohoabinh-item img {
        height: 126px;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 102px;
    }
    .news-vt
    {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 576px) {
    /*menu tin tức*/
    .dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a {
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }

    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 363px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-l .dootohoabinh-title-news {
        font-size: 2rem !important;
        line-height: 2.8rem;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 178px;
    }

    /*tin theo danh mục*/
    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-img {
        flex-basis: 30%;
    }

    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text {
        flex-basis: 68%;
    }

    .dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
        height: 109px;
    }

    /*video*/
    .dootohoabinh-box-video .dootohoabinh-box .dootohoabinh-item {
        flex-basis: 49%;
    }

    .dootohoabinh-box-video .dootohoabinh-item img {
        height: 171px;
    }

    .dootohoabinh-box-video .dootohoabinh-box .dootohoabinh-item:last-child {
        margin-top: 1rem;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img {
        flex-basis: 30%;
    }

    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-info-car {
        flex-basis: 68%;
    }

    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 109px;
    }
    .news-vt img
    {
        height: 199px;
    }
}

@media only screen and (max-width: 480px) {
    .dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }

    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 299px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 147px;
    }

    /*tin theo danh mục*/
    .dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
        height: 90px;
    }

    /*video*/
    .dootohoabinh-box-video .dootohoabinh-item img {
        height: 140px;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 259px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 127px;
    }

    /*tin theo danh mục*/
    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-img {
        flex-basis: 35%;
    }

    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text {
        flex-basis: 63%;
    }

    .dootohoabinh-box-news .dootohoabinh-box .dootohoabinh-item img {
        height: 91px;
    }

    .dootohoabinh-box-news .dootohoabinh-item .dootohoabinh-box-text .dootohoabinh-new {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    /*video*/
    .dootohoabinh-box-video .dootohoabinh-item img {
        height: 120px;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img {
        flex-basis: 35%;
    }

    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-info-car {
        flex-basis: 63%;
    }

    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 91px;
    }
    .news-vt
    {
        flex-basis: 100%;
    }
    .dootohoabinh-new, .dootohoabinh-des
    {
        height: auto;
    }
    .btn-grad
    {
        width: 100%;
    }
    .dootohoabinh-wrapper .dootohoabinh-col-r
    {
        margin-top: 2em;
    }
    .rut-gon-2, .title-news1
    {
        height: auto !important;
    }
    .box-tai-them
    {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    /*menu tin tức*/
    .dootohoabinh-wrapper .dootohoabinh-col-l .dootohoabinh-nav-news a {
        font-size: 1.4rem;
    }

    /*tin nổi bật*/
    .dootohoabinh-hot-news .dootohoabinh-box-l img {
        height: 226px;
    }

    .dootohoabinh-hot-news .dootohoabinh-box-r img {
        height: 110px;
    }

    /*video*/
    .dootohoabinh-box-video .dootohoabinh-item img {
        height: 104px;
    }

    /*xe mới về*/
    .dootohoabinh-col-r .dootohoabinh-item .dootohoabinh-img img {
        height: 79px;
    }
}

