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