/*breadcrumb*/
.auto33-breadcrumb {
    background-image: url(../images/back-header-gioi-thieu.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
}

.auto33-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0 2rem;
}

.auto33-wrapper .auto33-col-l {
    flex-basis: 49%;
}

.auto33-wrapper .auto33-col-r {
    flex-basis: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.breadcrumb-vd {
    color: var(--vdWhite);
    text-transform: uppercase;
    font-size: 1.2em;
}
.auto33-content {
    color: var(--vdWhite);
}

.auto33-intro-title
{
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 0.6em;
    font-weight: bold;
    display: block;
}
/*giới thiệu salon*/
.auto33-col-l h2 {
    margin: 3rem 0 1rem;
}

.auto33-title-intro {
    margin-top: 0 !important;
}

.auto33-col-l .auto33-text {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.auto33-col-l .auto33-text i {
    font-size: 6px;
    margin-right: 7px;
}

.auto33-col-l .auto33-text a {
    color: var(--tqBlue);
}
.auto33-info a:hover {
    color: red;
}

.auto33-col-l img {
    margin-bottom: 2rem;
}

.auto33-col-l .auto33-info {
    margin-bottom: 1.5rem;
}

.auto33-col-l .auto33-info a:hover {
    color: red;
}

.auto33-col-l p {
    margin-bottom: 1.5rem;
}

.auto33-col-l .auto33-text-info a, .auto33-col-l .auto33-text-info strong {
    margin-left: 0.4rem;
}

.auto33-col-l .auto33-text-info {
    padding-left: 0;
}

.auto33-col-r .auto33-item {
    flex-basis: 48.5%;
}

.auto33-col-r .auto33-item img {
    border-radius: 5px;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width: 1270px) {
    .auto33-wrapper {
        padding: 1.5rem 1.5rem 3rem;
        flex-direction: row-reverse;
    }
    
}

@media only screen and (max-width: 1024px) {
    .auto33-wrapper .auto33-col-l {
        flex-basis: 100%;
    }

    .auto33-wrapper .auto33-col-r {
        flex-basis: 100%;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .auto33-wrapper {
        padding: 1.5rem 1rem;
    }

    /*giới thiệu salon*/
    .auto33-col-l .auto33-description {
        margin-top: 1.5rem;
    }

    .auto33-col-l p {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    /*giới thiệu salon*/
    .auto33-col-l .auto33-info {
        margin-bottom: 1rem;
    }

    .auto33-col-l h2 {
       margin-bottom: 1rem;
    }

    .auto33-col-l .auto33-title {
        margin: 0;
    }

    .auto33-col-l .auto33-text {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    /*giới thiệu salon*/
    .auto33-col-l .auto33-text {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 420px) {
    /*giới thiệu salon*/
    .auto33-col-l .auto33-text-info {
        padding-left: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 395px)
{
   
    .auto33-col-r .auto33-item
    {
        flex-basis: 100%;
    }
}