#wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#wrapper .col-l {
    flex-basis: 70%;
}

#wrapper .col-r {
    flex-basis: 28%;
}
.info p
{
    margin: 1em 0;
}
.info h3
{
    text-transform: uppercase;
    line-height: 2em;
}
.info ul
{
    margin-left: 2em;
    margin-bottom: 1em;
}
.info ul li
{
    list-style: circle;
}
menu .container .logo img
{
    position: relative;
    padding-top: 0;
}
img
{
    border-radius: 4px;
}
.mot-so-hinh-anh
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 1em 0;
}
.mot-so-hinh-anh div
{
    flex-basis: 32%;
    margin-bottom: .5em;
}
.mot-so-hinh-anh img
{
    height: 280px;
}
/*giới thiệu salon*/

.col-l h4 {
    margin-bottom: 15px;
}

.col-l .text {
    padding: 6px 0;
}
.col-l .text a:hover{
   color:#000;  
}
.col-l .description {
    margin-top: 10px;
}


/*xe mới về*/

.col-r h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid var(--gray2);
}

.col-r .list .item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--gray2);
}

.col-r .item .img {
    width: 30%;
}

.col-r .item .img img {
    height: 68px;
}

.col-r .item .info {
    width: 67%;
    background: none;
}

.col-r .item .info .car {
    display: inline-block;
    margin-bottom: 3px;
    padding:0;
}

.col-r .item .info .car:hover {
    color: #0388f1;
}

.col-r .list .item:last-child {
    border: none;
}

@media only screen and (max-width: 1200px) {
   #wrapper {
       padding: 15px;
   }
   menu .container .logo img
   {
       position: relative;
       padding-top: 0;
   }
}

@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) {
    h2 {
        font-size: 16px;
    }

    #wrapper {
        flex-wrap: wrap;
    }
    /*giới thiệu*/

    #wrapper .col-l {
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    /*xe mới về*/
    #wrapper .col-r {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #wrapper .col-r .title {
        flex-basis: 100%;
    }

    #wrapper .col-r .list {
        flex-basis: 68%;
    }

    #wrapper .col-r .box-advertisement {
        flex-basis: 30%;
        margin-top: 10px;
    }

    .col-r .item .img img {
         height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    /*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;
    }
    
    .box img
    {
        width: 200px;
        padding-top: 0 !important;
        margin-top: 0;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mới về*/
    .col-r .item .img img {
        height: 120px;
    }
}

@media only screen and (max-width: 576px) {
    #wrapper {
        padding: 10px;
    }

    /*xe mới về*/
    .col-r .item .img img {
        height: 105px;
    }
    .mot-so-hinh-anh div
    {
        flex-basis: 49%;
    }
    .mot-so-hinh-anh div img
    {
        width: 100%;
        height: 180px;
    }
}

@media only screen and (max-width: 480px) {
    /*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: 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;
    }
    .mot-so-hinh-anh div, .mot-so-hinh-anh div img
    {
        flex-basis: 100%;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 320px) {
    /*xe mới về*/
    .col-r .item .img img {
        height: 59px;
    }
}

