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