.sa-wrapper .sa-col-l {
    flex-basis: 70%;
  }
  .gia-insize {
    color: var(--xaRed);
    font-weight: bold;
    flex-basis: 100%;
    margin-top: .5em;
  }
nav {
    position: relative;
    border-bottom: 1px solid var(--xaBlue);
}

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

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

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

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

/*xe đang bán*/
.sa-new-car
{
    padding: 0;
}

.sa-info-car
{
    margin-bottom: 0.5em;
}
.info-car-line
{
    position: relative;
}
.sa-price
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--xaRed);
    padding: 0.5em;
    border-radius: 0 5px 0 0;
}
/*chi tiết bài viết tin tức*/

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

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

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

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

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

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

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

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

/*xe mói về*/

.sa-col-r .sa-new-car .sa-item {
   
        background: #d9d7d7;
        padding: 0.5em;
        margin-bottom: 1em;
        border-radius: 4px;
}
.gia-insize
{
    color: var(--xaRed);
    font-weight: bold;
    flex-basis: 100%;
    margin-top: .5em;
}

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



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

.sa-col-r .sa-item .sa-img img {
    height: 200px;
}
/*tin mới nhất*/
.sa-box-news {
    padding: 1rem;
    margin-top: 3rem;
    background: #edebeb;
    border-radius: 4px;
}

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

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

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

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

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

 

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

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

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

    /*tin tức*/
    .sa-col-l h2 {
        margin-bottom: 1.5rem;
    }

    /*xe mói về*/
    .sa-col-r .sa-new-car {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

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

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

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

    
    /*quảng cáo*/
    
}

@media only screen and (max-width: 768px) {
    /*xe mói về*/
    .sa-col-r .sa-new-car .sa-item {
        flex-basis: 49%;
    }

    .sa-col-r .sa-item .sa-img img {
        height: 240px;
    }
    /*ẩn header*/
    header
    {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mói về*/
    .sa-col-r .sa-item .sa-img img {
        height: 199px;
    }
}

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

    /*xe mói về*/
    .sa-col-r .sa-item .sa-img img {
        height: 181px;
    }

    /*tin mới nhất*/
    .sa-box-news {
       
        padding: 1rem;
        margin-top: 2rem;
    }

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

@media only screen and (max-width: 480px) {
    /*xe mói về*/
    .sa-col-r .sa-item .sa-img img {
        height: 150px;
    }
}

@media only screen and (max-width: 420px) {
    /*xe mói về*/
    .sa-col-r .sa-item .sa-img img {
        height: 130px;
    }
}

@media only screen and (max-width: 360px) {
    /*xe mói về*/
    .sa-col-r .sa-new-car .sa-item {
        flex-basis: 100%;
    }

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

    /*quảng cáo*/
    .sa-qc {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 320px) {
    /*xe mói về*/
    .sa-col-r .sa-item .sa-img img {
        height: 200px;
    }
}
