
.btn-more {
    margin-top: 2rem;
}


#wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3rem;
    flex-direction: row-reverse;
}

#wrapper .col-l {
    flex-basis: 70%;
}

#wrapper .col-r {
    flex-basis: 28%;
}

/*menu tin tức*/
.active-news-menu {
    color: var(--kOrange) !important;
    font-weight: bold;
}

.nav-news {
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.nav-news .container {
    background: var(--kBd);
    border-radius: 4px;
    padding: 15px;
}

.nav-news a {
    color: var(--kBlack);
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px;
    border-right: 1px solid var(--kBlack);
}

.nav-news a:hover {
    color: var(--kOrange);
}

.nav-news a:first-child {
    padding-left: 0;
}

.nav-news a:last-child {
    border-right: none;
}


/*danh sách tin tức*/

.col-l .list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    flex-basis: 100%;
    margin-bottom: 0;
}

.col-l .list {
    margin-top: 5px;
}

.col-l .btn-car {
    margin-top: 10px;
}

.col-l .list .item:last-child {
    border-bottom: none;
}

.col-l .list .item .img {
    flex-basis: 30%;
}

.col-l .list .item .info {
    flex-basis: 68%;
}

.col-l .list .item .img img {
    height: 162px;
    border-radius: 5px 0 5px 0;
}

.col-l .info .description {
    margin-top: 10px;
}

.col-l .news-title {
    color: var(--bcBlack);
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.4rem;
}

.col-l .item .info .news-title:hover {
    
    text-decoration: underline;
}

/*phân trang*/

.pagination {
    margin-top: 15px;
}

/*xe mới về*/

.col-r .list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--bcGray2);
    
}

.col-r .item .img {
    width: 30%;
}

.col-r .item .info {
    width: 67%;
}

.col-r .item .img img {
    height: 68px;
    border-radius: 4px 0 4px 0;
}

.col-r .item .info .car {
    display: inline-block;
    margin-bottom: 12px;
}

.col-r .item .info .car:hover {
    color: var(--red);
}

.col-r .list .item:last-child {
    border: none;
}

@media only screen and (max-width: 1200px) {
    #wrapper {
        padding: 15px;
        margin-bottom: 0;
    }

    .nav-news {
        padding: 15px;
        margin-top: 0;
    }

    .nav-news .container {
        padding: 10px;
    }

    .nav-news a {
        font-size: 16px;
    }

    /*breadcrumb*/
    .breadcrumb {
        padding: 20px 15px 5px;
    }

    /*tin tức*/
    .col-l .list .item .img {
        flex-basis: 35%;
    }

    .col-l .list .item .info {
        flex-basis: 63%;
    }

    .col-l .list .item .img img {
         height: 190px;
    }
}

@media only screen and (max-width: 1024px) {
    /*xe mới về*/
    .col-r .item .img img {
        height: 55px;
    }
}

@media only screen and (max-width: 991px) {
    #wrapper {
        flex-wrap: wrap;
    }
    /*tin tức*/

    #wrapper .col-l {
        flex-basis: 100%;
    }

    /*xe mới về*/
    #wrapper .col-r {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    #wrapper .col-r .title {
        flex-basis: 100%;
    }

    #wrapper .col-r .list {
        flex-basis: 68%;
    }

    #wrapper .col-r .box-advertisement {
        flex-basis: 30%;
    }

    .col-r .item .img img {
        height: 130px;
    }
    #wrapper .col-r .list
    {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    /*tin tức*/
    .col-l .list .item .img img {
        height: 175px;
    }

    /*xe mới về*/
    .col-r .item .img img {
        height: 140px;
    }

    #wrapper .col-r .list {
        flex-basis: 100%;
    }

    /*ảnh quảng cáo*/

    #wrapper .col-r .box-advertisement {
        flex-basis: 100%;
    }

    #wrapper .col-r .box-advertisement a {
        width: 100%;
    }

    #wrapper .col-r .box-advertisement a img {
        height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    /*tin tức*/
    .col-l .list .item .img img {
        height: 142px;
    }

    /*xe mới về*/
    .col-r .item .img img {
        height: 120px;
    }
}

@media only screen and (max-width: 576px) {
    #wrapper {
        padding: 10px;
    }

    .nav-news {
        padding: 10px;
    }

    .nav-news .container {
        padding: 10px 5px;
    }

    /*tin tức*/
    .col-l .list .item .img img {
        height: 125px;
    }

    .news-title {
        font-size: 14px;
        line-height: 22px;
    }

    .col-l .news-title {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    /*phân trang*/
    .col-l .list .item .info .description {
        display: none;
    }

    /*xe mới về*/
    .col-r .item .img img {
        height: 105px;
    }
}

@media only screen and (max-width: 480px) {
    /*tin tức*/
    .col-l .info .description {
        margin-top: 3px;
    }

    .col-l .list .item .img img {
        height: 105px;
    }

    /*xe mới về*/
    .col-r .item .img img {
        height: 85px;
    }

    .col-r .list .item {
        padding: 10px 0;
    }

    /*ảnh quảng cáo*/
    #wrapper .col-r .box-advertisement a img {
        height: 180px;
    }
}

@media only screen and (max-width: 420px) {
    /*tin tức*/
    .col-l .list .item .img img {
        height: 95px;
    }

    .col-l .list .item {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 395px) {
    /*tin tức*/
    .news-title {
        font-size: 13px;
        line-height: 20px;
    }

    .col-l .list .item .img img {
        height: 85px;
    }
}

@media only screen and (max-width: 375px) {
    /*xe mới về*/
    .col-r .item .img img {
        height: 70px;
    }

    /*ảnh quảng cáo*/
    #wrapper .col-r .box-advertisement a img {
        height: 140px;
    }
}

@media only screen and (max-width: 368px) {
    /*tin tức*/
    .col-l .info .description {
        display: none;
    }

    .nav-news a {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 320px) {
    /*tin tức*/
    .col-l .list .item .img img {
        height: 69px;
    }

    /*xe mới về*/
    .col-r .item .img img {
        height: 59px;
    }
}