<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
    position: relative;
    border-bottom: 1px solid var(--xaBlue);
}

.autotrade-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
}

.autotrade-wrapper .autotrade-col-l {
    flex-basis: 70%;
}

.autotrade-wrapper .autotrade-col-r {
    flex-basis: 28%;
}

.autotrade-wrapper .autotrade-col-b {
    flex-basis: 100%;
    margin-top: 4rem;
}

/*xe Ä‘ang bÃ¡n*/
.autotrade-new-car
{
    padding: 0;
}

.autotrade-info-car
{
    background: #f2f2f2;
    padding: .5em;
    border-radius: 4px 4px 0 0;
}
.info-car-line
{
    position: relative;
}
.autotrade-price
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--red);
    padding: 0.5em;
    border-radius: 0 5px 0 0;
}
/*chi tiáº¿t bÃ&nbsp;i viáº¿t tin tá»©c*/

.autotrade-col-l h2 {
    margin-bottom: 2.5rem;
}

.autotrade-col-l .autotrade-description {
    margin-bottom: 1.2rem;
    font-weight: bold;
}

.autotrade-col-l .autotrade-news-content p {
    margin-bottom: 2rem;
}

.autotrade-col-l .autotrade-news-content p:last-child {
    margin-bottom: 0;
}

.autotrade-col-ll .autotrade-news-content p a {
    color: var(--xaBlack);
}

.autotrade-col-l .autotrade-news-content a:hover {
    color: var(--red);
}

.autotrade-news-content img {
    object-fit: contain;
    height: auto;
}

.autotrade-news-content .caption {
    text-align: center;
}

/*xe mÃ³i vá»*/

.autotrade-col-r .autotrade-new-car .autotrade-item {
   
        margin-bottom: 1em;
        border-radius: 4px;
}
.gia-insize
{
    color: var(--red);
    font-weight: bold;
    flex-basis: 100%;
    font-size: 1.2em;
    margin-top: .5em;
}

.autotrade-price {
    text-align: left;
}



.autotrade-col-r .autotrade-item .autotrade-info-car .autotrade-price {
    color: var(--red);
    margin: 0.2rem 0 0.5rem;
    font-size: 1.5rem;
}

.autotrade-col-r .autotrade-item .autotrade-img img {
    height: 200px;
}
/*tin má»›i nháº¥t*/
.autotrade-box-news {
   
    margin-top: 3rem;
}

.autotrade-box-news .autotrade-item {
    margin-bottom: 1.5rem;
}

.autotrade-box-news .autotrade-item:last-child {
    margin-bottom: 0;
}

.autotrade-box-news .autotrade-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    color: #000;
}
.autotrade-box-news .autotrade-item a:hover
{
    color: var(--red);
}

.autotrade-box-news .autotrade-item i {
    font-size: 1rem;
    margin-right: 1rem;
    color: var(--xaGrayNote);
}

.autotrade-qc img{
    border-radius: 4px;
 }

 

@media only screen and (max-width: 1230px) {
    .autotrade-wrapper {
        padding: 1.5rem 1.5rem 3rem;
    }
}

@media only screen and (max-width: 1024px) {
    .autotrade-wrapper .autotrade-col-l {
        flex-basis: 100%;
    }

    .autotrade-wrapper .autotrade-col-r {
        flex-basis: 100%;
        margin-top: 1.5rem;
    }

    /*tin tá»©c*/
    .autotrade-col-l h2 {
        margin-bottom: 1.5rem;
    }

    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-new-car {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .autotrade-col-r .autotrade-new-car .autotrade-item {
        flex-basis: 24%;
        border: none;
    }

    .autotrade-col-r .autotrade-new-car .autotrade-item:first-child {
        padding: auto;
    }

    .autotrade-col-r .autotrade-new-car .autotrade-item:last-child {
        padding: auto;
    }

    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 154px;
    }

    
    /*quáº£ng cÃ¡o*/
    
}

@media only screen and (max-width: 768px) {
    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-new-car .autotrade-item {
        flex-basis: 49%;
    }

    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 240px;
    }
    /*áº©n header*/
    header
    {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 199px;
    }
}

@media only screen and (max-width: 576px) {
    .autotrade-wrapper {
        padding: 1.5rem 1rem;
    }

    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 181px;
    }

    /*tin má»›i nháº¥t*/
    .autotrade-box-news {
       
        padding: 1rem;
        margin-top: 2rem;
    }

    .autotrade-box-news .autotrade-item i {
        font-size: 0.8rem;
        margin-right: 0.6rem;
    }
}

@media only screen and (max-width: 480px) {
    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 150px;
    }
}

@media only screen and (max-width: 420px) {
    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 130px;
    }
}

@media only screen and (max-width: 360px) {
    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-new-car .autotrade-item {
        flex-basis: 100%;
    }

    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 226px;
    }

    /*quáº£ng cÃ¡o*/
    .autotrade-qc {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 320px) {
    /*xe mÃ³i vá»*/
    .autotrade-col-r .autotrade-item .autotrade-img img {
        height: 200px;
    }
}
</pre></body></html>