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