nav {
    position: relative;
}

.viethung-lazy {
    display: none;
}

.viethung-new {
    font-size: 1.5rem;
}

.viethung-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem; 
    flex-direction: row-reverse;
}

.viethung-wrapper .viethung-col-l {
    flex-basis: 70%;
}

.viethung-wrapper .viethung-col-r {
    flex-basis: 28%;
}

/*giới thiệu salon*/
.viethung-col-l h2 {
    margin: 2rem 0;
}

.viethung-col-l .viethung-text {
    padding-left: 30px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.viethung-col-l .viethung-text i {
    font-size: 6px;
    margin-right: 7px;
}

.viethung-col-l .viethung-text a {
    color: var(--alBlueA);
	padding-left: 3px;
}

.viethung-col-l .viethung-description {
    margin-top: 2rem;
}

.viethung-col-l .viethung-info {
    margin-bottom: 1.5rem;
}

.viethung-col-l .viethung-info a:hover {
    color: var(--red);
}

.viethung-col-l p {
    margin-bottom: 1.5rem;
}

/*xe mói về*/

.viethung-col-r .viethung-new-car {
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid var(--vtbghome);
    border-radius: 4px;
    margin-top: 1.2em;
}

.viethung-col-r .viethung-new-car .viethung-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dotted #403f3f;
    padding: 1.5rem 0;
}

.viethung-car, .viethung-new
{
    color: var(--vtWhite);
}
.viethung-col-r .viethung-new-car .viethung-item:first-child {
    padding-top: 0;
}

.viethung-col-r .viethung-new-car .viethung-item:last-child {
    border-bottom: none;
}

.viethung-col-r .viethung-item .viethung-img {
    flex-basis: 35%;
}

.viethung-col-r .viethung-item .viethung-info-car {
    flex-basis: 61%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.viethung-col-r .viethung-item .viethung-info-car .viethung-car:hover {
    color: var(--red);
}

.viethung-col-r .viethung-item .viethung-info-car .viethung-price {
    color: var(--BlueA);
    margin-top: 0.5rem;
    font-size: 1.5rem;
}

.viethung-info-car a:hover
{
    color: var(--BlueA);
}

.viethung-col-r .viethung-item .viethung-img img {
    height: 78px;
    border-radius: 0 4px 0 4px;
}

.anh-qc img
{
    border-radius: 4px;
}
h2.tieu-de-gioi-thieu::after
{
    content: "";
    background: none;
}
.viethung-info h2:after
{
    content: "";
    background: none;
}
.viethung-info ul
{
    margin-left: 2em;
}
.viethung-info ul li
{
   list-style:auto;
   margin: 0.6em 0;
   
}

/*breadcrumb*/

.breadcrumb-content
{
    width: 1200px;
    margin: 0 auto;
    
}
.breadcrumb-content .home
{
    font-size: 1.1em;
}


/*giao diện cho phiên bản mobile*/
@media only screen and (max-width: 1230px) {
    .viethung-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1200px)
{
    .breadcrumb-content
    {
        width: 100%;
        margin-left: 0.6em;
        margin-right: 0.6em;
    }
}


@media only screen and (max-width: 1024px) {
    .viethung-wrapper .viethung-col-l {
        flex-basis: 100%;
    }

    .viethung-wrapper .viethung-col-r {
        flex-basis: 100%;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img {
        flex-basis: 25%;
    }

    .viethung-col-r .viethung-item .viethung-info-car {
        flex-basis: 73%;
    }

    .viethung-col-r .viethung-item .viethung-img img {
        height: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .viethung-wrapper {
        padding: 0 1rem 3rem;
    }

    /*giới thiệu salon*/
    .viethung-col-l .viethung-description {
        margin-top: 1.5rem;
    }

    .viethung-col-l p {
        margin-bottom: 1.5rem;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 123px;
    }
}

@media only screen and (max-width: 640px) {
    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 102px;
    }
}

@media only screen and (max-width: 576px) {
    /*giới thiệu salon*/
    .viethung-col-l .viethung-info {
        margin-bottom: 1rem;
    }

    .viethung-col-l h2 {
        margin: 1rem 0;
    }

    .viethung-col-l .viethung-title {
        margin: 0;
    }

    .viethung-col-l .viethung-text {
        margin-bottom: 1rem;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img {
        flex-basis: 30%;
    }

    .viethung-col-r .viethung-item .viethung-info-car {
        flex-basis: 68%;
    }

    .viethung-col-r .viethung-item .viethung-img img {
        height: 109px;
    }
}

@media only screen and (max-width: 480px) {
    /*giới thiệu salon*/
    .viethung-col-l .viethung-text {
        padding-left: 1.5rem;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    /*giới thiệu salon*/
    .viethung-col-l .viethung-text-info {
        padding-left: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img {
        flex-basis: 35%;
    }

    .viethung-col-r .viethung-item .viethung-info-car {
        flex-basis: 63%;
    }

    .viethung-col-r .viethung-item .viethung-img img {
        height: 91px;
    }
}

@media only screen and (max-width: 360px) {
    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 79px;
    }
}
