

nav {
    position: relative;
    border-bottom: 2px solid var(--kccolorlink);
}

.bdluot-new {
    font-size: 1.5rem;
}

.bdluot-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
    flex-direction: row-reverse;
}

.bdluot-wrapper .bdluot-col-l {
    flex-basis: 49%;
}

.bdluot-wrapper .bdluot-col-r {
    flex-basis: 49%;
    
}

.img-about
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
}
.img-about li
{
    flex-basis: 49%;
    margin-bottom: 1em;
}
.img-about li img
{
    height: 230px;
    border-radius: 4px;
}
.bdluot-title
{
    margin-bottom: 1em;
}
/*giới thiệu salon*/
.bdluot-col-l h2 {
    margin: 2rem 0;
    color: #fff;
}

.bdluot-col-l .bdluot-text {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 15px;
    
   
}

.bdluot-col-l .bdluot-text i {
    font-size: 6px;
    margin-right: 7px;
}

.bdluot-col-l .bdluot-text a {
    color: var(--alBlueA);
}

.bdluot-col-l .bdluot-description {
    margin-top: 2rem;
    color: #fff;
}

.bdluot-col-l .bdluot-info {
    margin-bottom: 1.5rem;
}

.bdluot-col-l .bdluot-info a:hover {
    color: var(--alRed);
}

.bdluot-info p
{
    margin: 1em 0;
}
.bdluot-col-l p {
    margin-bottom: 1.5rem;
    color: #fff;
}
.bdluot-info a
{
    color: #2596cf;
}
/*xe mói về*/

.bdluot-col-r .bdluot-new-car {
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--box-backg);
    padding: .5em;
    border-radius: 4px;
}

.bdluot-col-r .bdluot-new-car .bdluot-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dotted #cdcdca;
    padding-top: 1em;
    padding-bottom: 0.5em;
    flex-direction: row-reverse;
}


.bdluot-col-r .bdluot-new-car .bdluot-item:first-child {
    padding-top: 0;
}

.bdluot-col-r .bdluot-new-car .bdluot-item:last-child {
    border-bottom: none;
}

.bdluot-col-r .bdluot-item .bdluot-img {
    flex-basis: 35%;
}

.bdluot-col-r .bdluot-item .bdluot-info-car {
    flex-basis: 61%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.bdluot-col-r .bdluot-item .bdluot-info-car .bdluot-price {
    
    color: var(--kccolorlink);
    padding: 0.5em;
    border-radius: 4px;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    padding-left: 0;
}

.bdluot-col-r .bdluot-item .bdluot-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: circle;
}

@media only screen and (max-width: 1230px) {
    .bdluot-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .bdluot-wrapper .bdluot-col-l {
        flex-basis: 100%;
    }

    .bdluot-wrapper .bdluot-col-r {
        flex-basis: 100%;
    }

    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img {
        flex-basis: 25%;
    }

    .bdluot-col-r .bdluot-item .bdluot-info-car {
        flex-basis: 73%;
    }

    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 160px;
    }
    .bdluot-col-r .bdluot-new-car .bdluot-item:first-child
    {
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .bdluot-wrapper {
        padding: 0 1rem 3rem;
    }

    /*giới thiệu salon*/
    .bdluot-col-l .bdluot-description {
        margin-top: 1.5rem;
    }

    .bdluot-col-l p {
        margin-bottom: 1.5rem;
    }

    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 123px;
    }
    /*tiêu đề*/
    .bdluot-title
    {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 102px;
    }
}

@media only screen and (max-width: 576px) {
    /*giới thiệu salon*/
    .bdluot-col-l .bdluot-info {
        margin-bottom: 1rem;
    }

    .bdluot-col-l h2 {
        margin: 1rem 0;
    }

    .bdluot-col-l .bdluot-title {
        margin: 0;
    }

    .bdluot-col-l .bdluot-text {
        margin-bottom: 1rem;
    }

    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img {
        flex-basis: 30%;
    }

    .bdluot-col-r .bdluot-item .bdluot-info-car {
        flex-basis: 68%;
    }

    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 109px;
    }
    .img-about li img
    {
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    /*giới thiệu salon*/
    .bdluot-col-l .bdluot-text {
        padding-left: 1.5rem;
    }

    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    /*giới thiệu salon*/
    .bdluot-col-l .bdluot-text-info {
        padding-left: 0;
        align-items: center;
        flex-wrap: wrap;
    }
    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img {
        flex-basis: 35%;
    }

    .bdluot-col-r .bdluot-item .bdluot-info-car {
        flex-basis: 63%;
    }

    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 91px;
    }
    .img-about li img
    {
        height: 170px;
    }
    
}

@media only screen and (max-width: 360px) {
    /*xe mới về*/
    .bdluot-col-r .bdluot-item .bdluot-img img {
        height: 79px;
    }
    .img-about li
    {
        flex-basis: 100%;
    }
}
