/*breadcrumb*/
*{
    color: #fff;
}
nav{
    border-bottom: 2px solid var(--red-color);
}
.nganhaauto-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0 2rem;
}

.nganhaauto-wrapper .nganhaauto-col-l {
    flex-basis: 49%;
}

.nganhaauto-wrapper .nganhaauto-col-r {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nganhaauto-col-l ul
{
    margin-left: 2em;
}
.nganhaauto-col-l ul li
{
    list-style: circle;
}
/*giới thiệu salon*/
.nganhaauto-col-l h2 {
    margin: 3rem 0 1rem;
}

.nganhaauto-col-l h2:after
{
    content: "";
    background: none;
}

.nganhaauto-title-intro {
    margin-top: 0 !important;
}

.nganhaauto-col-l .nganhaauto-text {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nganhaauto-col-l .nganhaauto-text i {
    font-size: 6px;
    margin-right: 7px;
}

.nganhaauto-col-l .nganhaauto-text a {
    color: var(--tqBlue);
}

.nganhaauto-col-l img {
    margin-bottom: 2rem;
}

.nganhaauto-col-l .nganhaauto-info {
    margin-bottom: 1.5rem;
}

.nganhaauto-col-l .nganhaauto-info a:hover {
    color: var(--tqTextHover);
}

.nganhaauto-col-l p {
    margin-bottom: 1.5rem;
}

.nganhaauto-col-l .nganhaauto-text-info a, .nganhaauto-col-l .nganhaauto-text-info strong {
    margin-left: 0.4rem;
}

.nganhaauto-col-l .nganhaauto-text-info {
    padding-left: 0;
}

.nganhaauto-col-r .nganhaauto-item {
    flex-basis: 48.5%;
}

.nganhaauto-col-r .nganhaauto-item img {
    border-radius: 5px;
    margin-bottom: 1.8rem;
    height: 220px;
}

@media only screen and (max-width: 1270px) {
    .nganhaauto-wrapper {
        padding: 1.5rem 1.5rem 3rem;
    }
}

@media only screen and (max-width: 1024px) {
    .nganhaauto-wrapper .nganhaauto-col-l {
        flex-basis: 100%;
    }

    .nganhaauto-wrapper .nganhaauto-col-r {
        flex-basis: 100%;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .nganhaauto-wrapper {
        padding: 1.5rem 1rem;
    }

    /*giới thiệu salon*/
    .nganhaauto-col-l .nganhaauto-description {
        margin-top: 1.5rem;
    }

    .nganhaauto-col-l p {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    /*giới thiệu salon*/
    .nganhaauto-col-l .nganhaauto-info {
        margin-bottom: 1rem;
    }

    .nganhaauto-col-l h2 {
       margin-bottom: 1rem;
    }

    .nganhaauto-col-l .nganhaauto-title {
        margin: 0;
    }

    .nganhaauto-col-l .nganhaauto-text {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    /*giới thiệu salon*/
    .nganhaauto-col-l .nganhaauto-text {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 420px) {
    /*giới thiệu salon*/
    .nganhaauto-col-l .nganhaauto-text-info {
        padding-left: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .nganhaauto-col-r .nganhaauto-item
    {
        flex-basis: 100%;
    }
}