nav {
    position: relative;
}

.autosonluong-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.autosonluong-wrapper .autosonluong-col-l {
    flex-basis: 70%;
    
}

.autosonluong-wrapper .autosonluong-col-r {
    flex-basis: 28%;
}

.autosonluong-wrapper .autosonluong-col-b {
    flex-basis: 100%;
    margin-top: 4rem;
}

.autosonluong-title-detail
{
    padding-top: 1.5em;
}

#current-time
{
    background-image: linear-gradient(to right, #161515 , #262626);
    margin-bottom: 1em;
    padding-left: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}
/*chi tiết bài viết tin tức*/

.autosonluong-col-l h2 {
    margin-bottom: 2.5rem;
}

.autosonluong-col-l .autosonluong-description {
    margin-bottom: 1.2rem;
    font-weight: bold;
}

.autosonluong-col-l .autosonluong-news-content p {
    margin-bottom: 2rem;
}

.autosonluong-col-l .autosonluong-news-content p:last-child {
    margin-bottom: 0;
}

.autosonluong-col-ll .autosonluong-news-content p a {
    color: var(--alBlack);
}

.autosonluong-col-l .autosonluong-news-content a:hover {
    color: var(--alRed);
}

.autosonluong-news-content img {
    object-fit: contain;
    height: auto;
}

.autosonluong-news-content .caption {
    text-align: center;
}

.autosonluong-news-content figcaption
{
    
    padding: 0 30px;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    text-align: center;
    color: #919090;
    margin-bottom: 1em;
}
.autosonluong-news-content p a
{
    color: var(--vtyellow);
}
.autosonluong-news-content p a:hover
{
    text-decoration: underline;
    color: var(--vtyellow) !important;
}

/*xe mói về*/
.autosonluong-title h2
{
    padding-bottom: .3em;
}

.autosonluong-col-r .autosonluong-new-car {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.8em;
}

.autosonluong-col-r .autosonluong-new-car .autosonluong-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dotted #cdcdca;
    padding: 1.5rem 0;
    flex-direction: row-reverse;
}

.autosonluong-car, .autosonluong-new {
    color: var(--vtwhite);
}

.autosonluong-col-r .autosonluong-new-car .autosonluong-item:first-child {
    padding-top: 0;
}

.autosonluong-col-r .autosonluong-new-car .autosonluong-item:last-child {
    border-bottom: none;
}

.autosonluong-col-r .autosonluong-item .autosonluong-img {
    flex-basis: 35%;
}

.autosonluong-col-r .autosonluong-item .autosonluong-info-car {
    flex-basis: 61%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.autosonluong-col-r .autosonluong-item .autosonluong-info-car .autosonluong-price {
    background: var(--main-bg);
    padding: 0.5em;
    
    margin-top: 0.5rem;
    font-size: 1.5rem;
}

.autosonluong-col-r .autosonluong-item .autosonluong-img img {
    height: 78px;
}

/*tin mới nhất*/

.autosonluong-col-b
{
    margin-top: 2em;
}
.autosonluong-col-b .autosonluong-box-news {
    
    color: var(--vtWhite);
    margin-top: 1.5rem;
    border-radius: 4px;
}

.autosonluong-col-b .autosonluong-box-news .autosonluong-box {
    color: var(--vtWhite);
    position: relative;
    padding-left: 1em;
}

.autosonluong-col-b .autosonluong-box-news .autosonluong-box .autosonluong-item {
    color: var(--vtWhite);
    margin-bottom: 1.5rem;
}

.autosonluong-col-b .autosonluong-box-news .autosonluong-box .autosonluong-item:last-child {
    margin-bottom: 0;
}

.autosonluong-col-b .autosonluong-box-news .autosonluong-box .autosonluong-item a .fa-angle-double-right {
    margin-right: 0.2rem;
    color: var(--alGrayInfoCars)
}

*, ::after, ::before {
    box-sizing: border-box;
}
.autosonluong-box .autosonluong-item:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 6px;
    height: 6px;
    background: #ffcd00 none;
    border-radius: 50%;
    transform: translateY(6px);
}



.autosonluong-col-b .autosonluong-box-news .autosonluong-box .autosonluong-item a {
    color: var(--vtWhite);
}

.autosonluong-col-b .autosonluong-box-news .autosonluong-box .autosonluong-item a:hover {
    color: var(--vtyellow);
}

/*tin liên quan*/

.article-list {
    padding: 0;
    list-style: none;
    margin-top: 1em;
}
.article-list.related .title-head {
    margin-bottom: 16px;
}
.title-head {
    display: flex;
    align-items: center;
    
    
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    
    margin: 0;
}
.article-list.horizontal article {
    padding-left: 14px;
    margin-bottom: 0.6em;
}
.article-list article {
    position: relative;
    padding: 0 0 0 16px;
}
.article-list article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 6px;
    height: 6px;
    background: #515150 none;
    border-radius: 50%;
    transform: translateY(6px);
}
.article-list.horizontal article::before {
    transform: translateY(7px);
}
.article-list.related .article-title {
    
    text-transform: none;
}
.article-list.horizontal article h3
{
    border-bottom: none;
}
/*giao diện mobile*/
@media only screen and (max-width: 1230px) {
    .autosonluong-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .autosonluong-wrapper .autosonluong-col-l {
        flex-basis: 100%;
    }

    .autosonluong-wrapper .autosonluong-col-r {
        flex-basis: 100%;
        margin-top: 2em;
    }

    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img {
        flex-basis: 25%;
    }

    .autosonluong-col-r .autosonluong-item .autosonluong-info-car {
        flex-basis: 73%;
    }

    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .autosonluong-wrapper {
        padding: 0 1rem 3rem;
    }

    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 123px;
    }

    /*tin mới nhất*/
    .autosonluong-wrapper .autosonluong-col-b {
        margin-top: 2rem;
    }

    .autosonluong-col-b .autosonluong-box-news .autosonluong-box .autosonluong-item {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 102px;
    }
}

@media only screen and (max-width: 576px) {
    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img {
        flex-basis: 30%;
    }

    .autosonluong-col-r .autosonluong-item .autosonluong-info-car {
        flex-basis: 68%;
    }

    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 109px;
    }
}

@media only screen and (max-width: 480px) {
    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img {
        flex-basis: 35%;
    }

    .autosonluong-col-r .autosonluong-item .autosonluong-info-car {
        flex-basis: 63%;
    }

    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 91px;
    }
}

@media only screen and (max-width: 360px) {
    /*xe mới về*/
    .autosonluong-col-r .autosonluong-item .autosonluong-img img {
        height: 79px;
    }
}
