/*các hãng xe*/
main .tantien-make-car {
    
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px dotted #f8f4da;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
}

main .tantien-list-make {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tantien-list-make .tantien-item {
    flex: 0 0 auto;
   
}

.tantien-list-make .tantien-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
    cursor: pointer;
}

.tantien-list-make .tantien-item a img {
    width: 65px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tantien-list-make .tantien-item a:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.tantien-list-make .tantien-item a span {
    margin-top: 0.5rem;
    text-transform: capitalize;
    color: var(--vtWhite);
}

.tantien-make-car .tantien-sort {
    width: 170px;
    text-transform: capitalize;
    color: var(--vtWhite);
}

.tantien-make-car .tantien-sort option {
    text-transform: capitalize;
}

.tantien-item-info
{
    display: block;
    
}
.tantien-item-info img
{
    width: 15px;
    height: 15px;
    object-fit: cover;
    verticpd-align: middle;
}
/*danh sách xe đang bán*/

.tantien-sell-car {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tantien-list-cars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tantien-list-cars:after {
    content: '';
    flex-basis: 24%;
}

.tantien-list-cars .tantien-item {
    flex-basis: 32%;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 2.3rem;
    box-shadow: 1px 2px 3px #888;
}

.tantien-list-cars .tantien-item:last-child {
    margin-bottom: 1rem;
}

.tantien-list-cars .tantien-item a {
   
    width: 100%;
     font-size: 1.2em;
     overflow: hidden;
}
.tantien-item a:hover
{
    color: var(--redHover);
}

.tantien-list-cars .tantien-item a .tantien-img-car {
    position: absolute;
    bottom: 0;
    left: 0;
}
.img-box
{
    position: relative;
    height: 246px;
    overflow: hidden;
}
.view
{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.detail-btn
{
    background: var(--red);
    border-radius: 20px;
    padding: 0.4em 1em;
    color: #fff;
}
.detail-btn:hover
{
    color: #000 !important;
}

/*hiệu úng Hover ảnh*/
.circle-Effects
{
    position: relative;
    overflow: hidden;
    display: block;
}
.circle-Effects:before{
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.circle-Effects:hover:before
{
    -webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*end hiệu úng Hover ảnh*/

.da-ban-ul
{
    align-items: flex-start !important;
}
.old-buy
{
    background: #888;
    text-decoration: line-through;
}
.tantien-list-cars .tantien-box-price {
    text-align: left;
    margin: 1rem;
}

.tantien-box-price .tantien-price {
    display: inline-block;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    background: #1f1f1f;
    background-image: linear-gradient(to right, black , #1f1f1f);
    padding: 0.4rem 1.6rem;
    color: var(--vtyellow);
}

.tantien-list-cars .tantien-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
}

.tantien-list-cars .tantien-info-car .tantien-item-info {
    flex-basis: 24%;
    color: var(--alGrayInfoCars);
    background: #E5EDE8;
    margin-bottom: 1rem;
    font-size: 1em;
    text-align: center;
    border-radius: 4px;
}

.tantien-list-cars .tantien-info-car .tantien-item-info span {
    color: var(--BlueA);
    margin-right: 0.2rem;
    font-size: 1em;
}

/*giới thiệu salon*/

.tantien-intro-salon {
    background-image: url("../images/pd-qc.jpg");
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
}

/*mục tin tức*/

.tantien-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 4px;
    margin: 1em auto;
    background: var(--vtbghome);
    flex-wrap: wrap;
    margin-top: 2em;
}

.tantien-news .tantien-box {
    flex-basis: 100%;
}

.tantien-news .tantien-list-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.4em;
}

.tantien-list-news .tantien-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-basis: 49%;
}

.tantien-list-news .tantien-item .tantien-img {
    flex-basis: 42%;
}

.tantien-list-news .tantien-item .tantien-img img {
    height: 137px;
    border-radius: 4px;
}

.tantien-list-news .tantien-item .tantien-info {
    flex-basis: 56%;
}

.tantien-list-news .tantien-item .tantien-info .tantien-des {
    margin-top: 1rem;
}

/*truyền thông*/

.tantien-media {
    background-image: url("../images/bg-3khoi.jpg"); 
    background-color: #081336; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
    padding-top:3em;
    padding-bottom: 2em;
}

.tantien-media .tantien-container {
    
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}


.tantien-media .tantien-container .tantien-box {
    flex-basis: 49%;
    padding-bottom: 2rem;
}

.tantien-media .tantien-container .tantien-box iframe {
    border-radius: 4px;
}

/*liên hệ*/

.tantien-contact {
    background: var(--alListLink);
}
/*nút tải thêm xe*/
.nut-tai-them a {
    color: var(--white);

    font-weight: bold;

}

.btn-grad {
    background: var(--red);
}

.btn-grad {
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 20px;
    width: 40%;
    display: block;
    cursor: pointer;
    box-shadow: 1px 2px 3px #888;
}

.btn-grad:hover {
    background: var(--redHover);
    color: #000;
    text-decoration: none;
}


/*giao diện cho Mobile*/
@media only screen and (max-width: 1230px) {
    /*danh sách xe đang bán*/
    .tantien-list-make .tantien-item {
        margin-right: 4rem;
    }

    .tantien-sell-list-cars {
        padding: 0 1.5rem;
    }
    
    /*mục tin tức*/
    .tantien-news {
        padding: 0 1.5rem;
    }
    /*truyển thông*/
    .tantien-media {
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 1051px)
{
    .img-box
    {
        height: 237px;
    }
}
@media only screen and (max-width: 1010px)
{
    .img-box
    {
        height: 225px;
    }
}
@media only screen and (max-width: 960px)
{
    .img-box
    {
        height: 215px;
    }
}
@media only screen and (max-width: 915px)
{
    .img-box
    {
        height: 204px;
    }
}
@media only screen and (max-width: 870px)
{
    .img-box
    {
        height: 193px;
    }
}
@media only screen and (max-width: 830px)
{
    .img-box
    {
        height: 182px;
    }
}
@media only screen and (max-width: 784px)
{
    .img-box
    {
        height: 170px;
    }
}
@media only screen and (max-width: 720px)
{
    .img-box
    {
        height: 160px;
    }
}
@media only screen and (max-width: 680px)
{
    .img-box
    {
        height: 149px;
    }
}
@media only screen and (max-width: 630px)
{
    .img-box
    {
        height: 140px;
    }
}
@media only screen and (max-width: 590px)
{
    .img-box
    {
        height: 135px;
    }
}
@media only screen and (max-width: 1024px) {
    /*danh sách xe đang bán*/
    
    main .tantien-make-car {
        padding: 0.5rem 1rem;
    }

    .tantien-list-make .tantien-item {
        margin-right: 3.5rem;
    }

    /*mục tin tức*/
   
    .tantien-list-news .tantien-item .tantien-img img {
        height: 79px;
    }

    /*truyền thông*/
    .tantien-media iframe {
        width: 100%;
    }

    .tantien-media .tantien-container .tantien-box {
        flex-basis: 49%;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    /*danh sách xe đang bán*/
    main .tantien-make-car {
        background: var(--alWhite);
        padding: 0;
        justify-content: flex-end;
    }

    main .tantien-list-make {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
        padding: 0 1.5rem 1rem;
        border-radius: 4px;
    }

    
   .tantien-list-cars .tantien-item {
        flex-basis: 32%;
        margin-bottom: 1.5rem;
    }

      
    .tantien-list-make .tantien-item {
        margin-right: 2.5rem;
    }

    /*mục tin tức*/
    .tantien-news {
        padding: 0 1.5rem 2rem;
    }

    .tantien-news .tantien-box {
        flex-basis: 100%;
    }

    .tantien-list-news .tantien-item:last-child {
        margin-bottom: 0;
    }

    .tantien-list-news .tantien-item .tantien-img img {
        height: 100px;
    }
}

@media only screen and (max-width: 768px) {
    /*danh sách xe đang bán*/
    .tantien-sell-car {
        margin-top: 0.8rem;
    }

    .tantien-sell-list-cars {
        padding: 0 1rem;
    }

    .tantien-list-cars .tantien-item:last-child {
        margin-bottom: 0;
    }

    .tantien-pagination ul {
        margin-bottom: 1.5rem;
    }

    /*mục tin tức*/
    .tantien-news {
        padding: 0 1rem 1.5rem;
    }

    .tantien-list-news .tantien-item .tantien-img img {
        height: 152px;
    }

    .tantien-list-news .tantien-item {
        margin-bottom: 1.5rem;
        flex-basis: 100%;
    }

    /*truyền thông*/
    .tantien-media {
        padding: 0 1rem;
    }

    .tantien-media .tantien-container .tantien-box {
        padding-bottom: 1.5rem;
    }

    .tantien-media iframe {
        height: 250px;
    }
    .tantien-list-cars .tantien-car
    {
        height: 54px;
        overflow: hidden;
    }
    .map
    {
        width: 100%;
    }
    .tantien-title h2
    {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 640px) {
    /*mục tin tức*/
    
    .tantien-list-cars .tantien-info-car .tantien-item-info
    {
        font-size: 0.9em;
    }
    .tantien-item-info img
    {
        height: 12px;
        width: 12px;
    }
}

@media only screen and (max-width: 576px) {
    /*danh sách xe đang bán*/
    .tantien-list-cars .tantien-item {
        flex-basis: 49%;
    }

   

    /*mục tin tức*/
    .tantien-list-news .tantien-item .tantien-img {
        flex-basis: 30%;
    }

    .tantien-list-news .tantien-item .tantien-info {
        flex-basis: 68%;
    }

    .tantien-list-news .tantien-item .tantien-img img {
        height: 109px;
    }

    /*truyền thông*/
    .tantien-media .tantien-container .tantien-box {
        flex-basis: 100%;
    }

    .tantien-media .tantien-container .tantien-box:first-child {
        padding-bottom: 0;
    }

    
}

@media only screen and (max-width: 480px) {
   /*!*mục tin tức*!*/
    .tantien-list-news .tantien-item .tantien-img img {
        height: 90px;
    }
    .tantien-list-make .tantien-item a img
    {
        width: 55px;
    }
}

@media only screen and (max-width: 420px) {
    .tantien-list-cars .tantien-car {
        padding: 0.5rem 0.5rem 0;
    }

    .tantien-list-cars .tantien-box-price {
        margin: 0.5rem
    }

    .tantien-list-cars .tantien-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .tantien-list-cars .tantien-info-car .tantien-item-info {
        margin-bottom: 0.8rem;
    }

    .tantien-list-cars .tantien-info-car .tantien-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }

    .tantien-list-cars .tantien-info-car .tantien-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    /*mục tin tức*/
    .tantien-list-news .tantien-item .tantien-img {
        flex-basis: 35%;
    }

    .tantien-list-news .tantien-item .tantien-info {
        flex-basis: 63%;
    }

    .tantien-list-news .tantien-item .tantien-img img {
        height: 91px;
    }
    .btn-grad
    {
        width: 100%;
    }
    .rut-gon-3
    {
        height: 44px;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách xe đang bán*/
    .tantien-list-cars .tantien-item a .tantien-img-car {
        height: 116px;
    }
    .tantien-list-cars .tantien-item
    {
        flex-basis: 100%;
    }
    .tantien-list-cars .tantien-car
    {
        height: auto !important;
    }
    .tantien-list-cars .tantien-item a .tantien-img-car
    {
        height: 405px;
    }
    .img-box {
        height: 210px !important;
    }
    
}

@media only screen and (max-width: 360px) {
    /*danh sách xe đang bán*/
    .tantien-list-cars .tantien-info-car .tantien-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .tantien-list-cars .tantien-info-car .tantien-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
    .vtcategory .vt-item
    {
        flex-basis: 50% !important;
        margin-bottom: 1em;
    }
}

