

nav {
    position: relative;
    border-bottom: 2px solid var(--red);
}

.otohainghiem-new {
    font-size: 1.5rem;
}

.otohainghiem-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.otohainghiem-wrapper .otohainghiem-col-l {
    flex-basis: 70%;
}

.otohainghiem-wrapper .otohainghiem-col-r {
    flex-basis: 28%;
}

/*giới thiệu salon*/
.otohainghiem-col-l h2 {
    margin: 2rem 0;
}

.otohainghiem-col-l .otohainghiem-text {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 15px;
    
   
}

.otohainghiem-col-l .otohainghiem-text i {
    font-size: 6px;
    margin-right: 7px;
}

.otohainghiem-col-l .otohainghiem-text a {
    color: var(--alBlueA);
}

.otohainghiem-col-l .otohainghiem-description {
    margin-top: 2rem;
}

.otohainghiem-col-l .otohainghiem-info {
    margin-bottom: 1.5rem;
}

.otohainghiem-col-l .otohainghiem-info a:hover {
    color: var(--alRed);
}

.otohainghiem-col-l p {
    margin-bottom: 1.5rem;
}

/*xe mói về*/

.otohainghiem-col-r .otohainghiem-new-car {
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
   
}

.otohainghiem-col-r .otohainghiem-new-car .otohainghiem-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0;
    flex-direction: row-reverse;
}

.otohainghiem-car
{
    font-size: 1.2em;
   
}
.otohainghiem-col-r .otohainghiem-new-car .otohainghiem-item:first-child {
    padding-top: 0;
}

.otohainghiem-col-r .otohainghiem-new-car .otohainghiem-item:last-child {
    border-bottom: none;
}

.otohainghiem-col-r .otohainghiem-item .otohainghiem-img {
    flex-basis: 35%;
}

.otohainghiem-col-r .otohainghiem-item .otohainghiem-info-car {
    flex-basis: 61%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.otohainghiem-col-r .otohainghiem-item .otohainghiem-info-car .otohainghiem-price {
    
    color: var(--red);
    margin-top: 1rem;
    font-size: 1.5rem;
}

.otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
    height: 78px;
    
}

.dich-vu-gt
{
    margin-left: 2em;
}
.dich-vu-gt li
{
    margin-top: 0.6em;
    margin-bottom: 0.6em;
   list-style: auto;
}

@media only screen and (max-width: 1230px) {
    .otohainghiem-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .otohainghiem-wrapper .otohainghiem-col-l {
        flex-basis: 100%;
    }

    .otohainghiem-wrapper .otohainghiem-col-r {
        flex-basis: 100%;
    }

    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img {
        flex-basis: 25%;
    }

    .otohainghiem-col-r .otohainghiem-item .otohainghiem-info-car {
        flex-basis: 73%;
    }

    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .otohainghiem-wrapper {
        padding: 0 1rem 3rem;
    }

    /*giới thiệu salon*/
    .otohainghiem-col-l .otohainghiem-description {
        margin-top: 1.5rem;
    }

    .otohainghiem-col-l p {
        margin-bottom: 1.5rem;
    }

    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 123px;
    }
    /*tiêu đề*/
    .otohainghiem-title
    {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 102px;
    }
}

@media only screen and (max-width: 576px) {
    /*giới thiệu salon*/
    .otohainghiem-col-l .otohainghiem-info {
        margin-bottom: 1rem;
    }

    .otohainghiem-col-l h2 {
        margin: 1rem 0;
    }

    .otohainghiem-col-l .otohainghiem-title {
        margin: 0;
    }

    .otohainghiem-col-l .otohainghiem-text {
        margin-bottom: 1rem;
    }

    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img {
        flex-basis: 30%;
    }

    .otohainghiem-col-r .otohainghiem-item .otohainghiem-info-car {
        flex-basis: 68%;
    }

    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 109px;
    }
}

@media only screen and (max-width: 480px) {
    /*giới thiệu salon*/
    .otohainghiem-col-l .otohainghiem-text {
        padding-left: 1.5rem;
    }

    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    /*giới thiệu salon*/
    .otohainghiem-col-l .otohainghiem-text-info {
        padding-left: 0;
        align-items: center;
        flex-wrap: wrap;
    }
    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img {
        flex-basis: 35%;
    }

    .otohainghiem-col-r .otohainghiem-item .otohainghiem-info-car {
        flex-basis: 63%;
    }

    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 91px;
    }
}

@media only screen and (max-width: 360px) {
    /*xe mới về*/
    .otohainghiem-col-r .otohainghiem-item .otohainghiem-img img {
        height: 79px;
    }
}
