/*breadcrumb*/
.dt-breadcrumb {
    background-image: url(../images/back-header-tin-tuc.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 150px;
}

/*tin tức*/
.dt-wrapper {
    padding: 3rem 0 2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dt-wrapper .dt-col-l {
     flex-basis: 68%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dt-wrapper .dt-col-r {
    flex-basis: 30%;
}

/*tin tức*/
.dt-col-l .dt-item {
    flex-basis: 49%;
    margin-bottom: 2rem;
}

.dt-col-l .dt-item .dt-box-content {
    padding: 1rem;
    background: var(--tqBgNews);
   border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dt-col-l .dt-item a img {
    display: block;
    height: 312px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.dt-col-l .dt-item .dt-news {
    display: block;
    color: var(--tqBlack);
    margin-bottom: 1.5rem;
}

.dt-col-l .dt-item .dt-news:hover {
    color: var(--dtmauphu);
}

.dt-col-l .dt-load-more {
    flex-basis: 100% !important;
}

/*danh mục tin tức*/

.dt-list-cate {
    border: 1px solid var(--tqBgNews);
    border-radius: 5px;
    padding: 3rem 2rem;
}

.dt-list-cate .dt-box {
    margin-bottom: 2.5rem;
}

.dt-list-cate .dt-box:last-child {
    margin-bottom: 0;
}

.dt-list-cate .dt-box .dt-item {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.dt-list-cate .dt-box .dt-item:last-child {
    margin-bottom: 0;
}

.dt-list-cate .dt-box .dt-title-news {
    font-weight: bold;
    padding-left: 0;
}

.dt-list-cate .dt-box .dt-item a {
    color: var(--tqBlack);
}

.dt-list-cate .dt-box .dt-item a:hover {
    color: var(--dtmauphu);
}

/*xe mới về*/
.dt-list-new-cars {
    margin-top: 3rem;
}

.dt-list-new-cars .dt-new-car .dt-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.dt-new-car .dt-item .dt-img {
    flex-basis: 35%;
}

.dt-new-car .dt-item .dt-img img {
    border-radius: 5px;
    height: 87px;
}

.dt-new-car .dt-item .dt-info-car {
    flex-basis: 62%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dt-new-car .dt-car {
    color: var(--tqBlack);
    font-size: 1.5rem;
}

.dt-new-car .dt-car:hover {
    color: var(--dtmauphu);
}
.dt-price
{
    color: var(--dtmauphu);
}
.dt-new-car .dt-box-price {
    margin-top: 1rem;
    
}

@media only screen and (max-width: 1270px) {
    .dt-wrapper {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 1200px) {
    /*tin tức*/
    .dt-col-l .dt-item a img {
        height: 278px;
    }

    /*xe mới về*/
    .dt-new-car .dt-item .dt-img img {
        height: 78px;
    }
}

@media only screen and (max-width: 1024px) {
    .dt-wrapper .dt-col-l {
        flex-basis: 100%;
    }

    .dt-wrapper .dt-col-r {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 1em;
    }
    
    .dt-wrapper
    {
        flex-direction: column-reverse;
    }
    /*tin tức*/
    .dt-col-l .dt-item {
        flex-basis: 32%;
    }

    /*danh mục*/
    .dt-col-r .dt-list-cate-news {
        flex-basis: 49%;
    }

    /*xe mới về*/
    .dt-col-r .dt-list-new-cars {
        flex-basis: 49%;
        margin-top: 0;
    }

    .dt-new-car .dt-item .dt-img img {
        height: 113px;
    }
}

@media only screen and (max-width: 768px) {
    .dt-wrapper {
        padding: 1.5rem 1rem;
    }

    /*tin tức*/
    .dt-col-l .dt-item a img {
        height: 177px;
    }

    /*danh mục*/
    .dt-col-r .dt-list-cate-news {
        flex-basis: 100%;
    }

    /*xe mới về*/
    .dt-col-r .dt-list-new-cars {
        flex-basis: 100%;
        margin-top: 1.5rem;
    }

    .dt-new-car .dt-item .dt-img {
        flex-basis: 30%;
    }

    .dt-new-car .dt-item .dt-img img {
        height: 148px;
    }

    .dt-new-car .dt-item .dt-info-car {
        flex-basis: 68%;
        justify-content: flex-start;
    }

    .dt-new-car .dt-car {
        flex-basis: 100%;
    }

    .dt-new-car .dt-box-price {
        padding: 0.5rem 1rem;
    }
}

@media only screen and (max-width: 576px) {
    /*tin tức*/
    .dt-col-l h2 {
        margin-bottom: 1.5rem;
    }

    .dt-col-l .dt-item {
        flex-basis: 49%;
        margin-bottom: 1.5rem;
    }

    .dt-col-l .dt-item a img {
        height: 204px;
    }

    /*danh mục*/
    .dt-list-cate {
        padding: 2rem 1.5rem;
    }

    /*xe mới về*/
    .dt-new-car .dt-item .dt-img {
        flex-basis: 35%;
    }

    .dt-new-car .dt-item .dt-img img {
        height: 130px;
    }

    .dt-new-car .dt-item .dt-info-car {
        flex-basis: 63%;
        justify-content: flex-start;
    }

    .dt-list-new-cars .dt-new-car .dt-item {
        margin-bottom: 1.5rem;
    }

    .dt-list-new-cars .dt-new-car .dt-item:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    /*tin tức*/
    .dt-col-l .dt-item a img {
        height: 169px;
    }

    /*xe mới về*/
    .dt-new-car .dt-item .dt-img img {
        height: 107px;
    }
    .short-3
    {
        height: 86px !important;
        -webkit-line-clamp: 4 !important;
    }
}

@media only screen and (max-width: 420px) {
    /*tin tức*/
    .dt-col-l .dt-item a img {
        height: 147px;
    }

    /*xe mới về*/
    .dt-new-car .dt-item .dt-img img {
        height: 93px;
    }

    .dt-new-car .dt-box-price {
        padding: 0.3rem 1rem;
    }
}

@media only screen and (max-width: 375px) {
    /*tin tức*/
    .dt-col-l .dt-item a img {
        height: 130px;
    }

    /*xe mới về*/
    .dt-new-car .dt-item .dt-img img {
        height: 83px;
    }
}

@media only screen and (max-width: 360px) {
    /*tin tức*/
    .dt-col-l .dt-item {
        flex-basis: 100%;
    }

    .dt-col-l .dt-item a img {
        height: 225px;
    }
    .short-3, .short-5
    {
        height: auto !important;
    }
}
.dt-des h2 .dt-des h2 strong{
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: none;
}
