.binhphatauto-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.binhphatauto-wrapper .binhphatauto-col-l {
    width: 68%;
}

.binhphatauto-wrapper .binhphatauto-col-r {
    width: 28%;
}

/*xe đang bán*/
.binhphatauto-list-cars .binhphatauto-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: relative;
    padding-right: 1em;
    background: #ededed;
    border-radius: 5px;
}

.binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img {
    width: 35%;
    position: relative;
    overflow: hidden;
}
.binhphatauto-box-img::before
{

    position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.binhphatauto-box-img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-info {
    width: 63%;
}

.binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img img {
    height: 190px;
    border-radius: 5px 0 0 5px;
}

/*.binhphatauto-list-cars .binhphatauto-item .binhphatauto-car-mb {*/
    /*display: none;*/
/*}*/

.binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-car, .binhphatauto-list-cars .binhphatauto-item .binhphatauto-car-mb {
    text-transform: uppercase;
}
.ten-xe-home a:hover, .binhphatauto-item a:hover
{
    color: var(--blue);
}
.binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-item-info {
    flex-basis: 32%;
    margin-bottom: 1.5rem;
}

.binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-item-info i {
    color: var(--blue);
    margin-right: 0.3rem;
    font-size: .85em;
}

.binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-box-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1em;
    flex-direction: row-reverse;
}

.binhphatauto-list-cars .binhphatauto-box-price .binhphatauto-price {
    display: inline-block;
    background: var(--blue);
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
}

.binhphatauto-list-cars  .binhphatauto-box-price-mb .binhphatauto-price {
    display: inline-block;
    background: var(--xaRed);
    padding: 1rem 1.5rem;
}

.binhphatauto-btn-views {
    margin: 2rem 0;
}

/*tin tức*/
.binhphatauto-list-news .binhphatauto-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem 0 2rem;
    border-bottom: 1px dotted var(--xaGrayListCars);
}

.binhphatauto-list-news .binhphatauto-item:first-child {
    padding-top: 0;
}

.binhphatauto-list-news .binhphatauto-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.binhphatauto-list-news .binhphatauto-item .binhphatauto-item-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img {
    flex-basis: 35%;
}

.binhphatauto-list-news .binhphatauto-item-news .binhphatauto-des {
    flex-basis: 62%;
}

.binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
    height: 88px;
    border-radius: 5px;
}

@media only screen and (max-width: 1230px) {
    .binhphatauto-wrapper {
        padding: 2rem 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    /*xe đang bán*/
    .binhphatauto-wrapper .binhphatauto-col-l {
        width: 100%;
    }

    .binhphatauto-wrapper .binhphatauto-col-r {
        width: 100%;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img {
        width: 30%;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-info {
        width: 68%;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img img {
        height: 199px;
    }

    /*tin tức*/
    .binhphatauto-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .binhphatauto-col-r .binhphatauto-list-news {
        flex-basis: 50%;
    }

    .binhphatauto-col-r .binhphatauto-qc {
        flex-basis: 46%;
    }

    .binhphatauto-list-news .binhphatauto-item {
        flex-direction: column;
    }

    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
        height: 130px;
    }
}

@media only screen and (max-width: 768px) {
    .binhphatauto-wrapper {
        padding: 1.5rem;
    }

    /*xe đang bán*/
    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img {
        width: 40%;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-info {
        width: 58%;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img img {
        height: 197px;
    }

    .binhphatauto-btn-views {
        margin: 1rem 0 2rem;
    }

    /*tin tức*/
    .binhphatauto-col-r .binhphatauto-qc {
        flex-basis: 100%;
    }

    .binhphatauto-col-r .binhphatauto-list-news {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 670px)
{
    .ten-xe-home
    {
        display: block;
        height: 43px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 640px) {
    /*xe đang bán*/
    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img img {
        height: 178px;
    }

    .binhphatauto-list-cars .binhphatauto-box-price .binhphatauto-price {
        padding: 0.5rem 1rem;
    }

    .binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-info {
        margin-top: 1.5rem;
    }

    .binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-item-info {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .binhphatauto-wrapper {
        padding: 1.5rem 1rem;
    }

    /*xe đang bán*/
    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img {
        width: 100%;
    }

    .binhphatauto-list-cars .binhphatauto-item {
        border: 1px solid var(--xaGrayListCars);
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-img img {
        height: 297px;
    }

    .binhphatauto-list-cars .binhphatauto-item .binhphatauto-box-info {
        width: 100%;
        padding-top: 1rem;
    }

    .binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-info {
        margin: 1rem 0 0.5rem;
    }

    .binhphatauto-list-cars .binhphatauto-box-price .binhphatauto-price {
        position: static;
    }

    .binhphatauto-list-cars .binhphatauto-box-price .binhphatauto-prepay {
        position: static;
    }

    /*tin tức*/
    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img {
        flex-basis: 30%;
    }

    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-des {
        flex-basis: 68%;
    }

    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
        height: 123px;
    }
    .binhphatauto-btn-views
    {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    /*tin tức*/
    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
        height: 101px;
    }
}

@media only screen and (max-width: 420px) {
    /*tin tức*/
    .binhphatauto-list-news .binhphatauto-item {
        padding: 1rem 0 1.5rem;
    }

    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img {
        flex-basis: 35%;
    }

    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-des {
        flex-basis: 62%;
    }

    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
        height: 102px;
    }
    .ten-xe-home
    {
        height: auto;
        margin-bottom: 1em;
    }
    
}

@media only screen and (max-width: 360px) {
    /*xe đang bán*/
    .binhphatauto-list-cars .binhphatauto-box-info .binhphatauto-item-info {
        flex-basis: 49%;
    }

    /*tin tức*/
    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
        height: 87px;
    }
}

@media only screen and (max-width: 320px) {
    /*tin tức*/
    .binhphatauto-list-news .binhphatauto-item-news .binhphatauto-img img {
        height: 77px;
    }
}
