/*các hãng xe*/
main .t96-make-car {
    
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 4px;
}

main .t96-list-make {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
   
}

.t96-list-make .t96-item {
    
    background: var(--vtWhite);
   padding-left: 0.6em;
   padding-right: 0.6em;
   _0border: 1px solid #d1cece;
   border-radius: 4px;
   width: 11%;
   padding-top: 0.6em;
}
.t96-list-make .t96-item:hover{
    box-shadow: none;
}
.t96-list-make .t96-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
    cursor: pointer;
}

.t96-list-make .t96-item a img {
    width: 52px;
    height: 49px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.t96-list-make .t96-item a:hover img{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.t96-list-make .t96-item a span {
    margin-top: 0.5rem;
    text-transform: capitalize;
    font-size: 0.9em;
    height: 44px;
    text-align: center;
    overflow: hidden;
}

.t96-make-car .t96-sort {
    width: 170px;
    text-transform: capitalize;
    color: var(--vtWhite);
}

.t96-make-car .t96-sort option {
    text-transform: capitalize;
}

.t96-item-info
{
    display: block;
    
}
.t96-item-info img
{
    width: 13px;
    height: 13px;
    object-fit: cover;
    vertical-align: middle;
    margin-top: -3px;
}

/*danh sách xe đang bán*/
.car-sell
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sell-total
{
    border: 1px dotted var(--vtcolorlink);
    border-radius: 4px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.t96-sell-car {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.t96-list-cars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t96-list-cars:after {
    content: '';
    flex-basis: 24%;
}

.t96-list-cars .t96-item {
    flex-basis: 32%;
    background: cornsilk;
    margin-bottom: 2.3rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.t96-list-cars .t96-item:last-child {
    margin-bottom: 1rem;
}

.t96-list-cars .t96-item a {
    display: inline-block;
    width: 100%;
    color: var(--vtcolorlink);
    text-align: center;
    font-size: 1.2em;
}
.t96-item a:hover b
{
    color: var(--vtcolorlink);
}

.t96-car b
{
    color: var(--vtbgmenu);
    font-weight: 900;
    
}
.t96-list-cars .t96-item a .t96-img-car {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 250px;
   
}
.t96-list-cars .t96-item a .t96-img-car:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


/*giá xe trang chủ*/
.price-ok
{
    background: var(--vtcolorlink);
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    border-radius: 0 0 4px 4px;
    font-size: 1.2em;
    font-weight: 700;
    color: var(--vtWhite);
}
/*begin lớp background trên ảnh sản phẩm*/
.anh-sp
{
    position: relative;
}
.anh-sp:hover .overlay {
    width: 100%;
  }
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    background: var(--vtcolorlink);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
    opacity: 0.6;
}
.text {
    
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
/*end lớp background trên ảnh sản phẩm*/

.t96-list-cars .t96-car {
    padding: 1rem 1rem 0;
}

.t96-box-price
{
    color: var(--vtbgmenu);
    text-align: center;
    margin: 0.6em 0 2em 0;
}


.t96-box-price .t96-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);
}

.t96-list-cars .t96-info-car {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.5rem 1rem 0;
}

.t96-list-cars .t96-info-car .t96-item-info {
    flex-basis: 25%;
    color: var(--alGrayInfoCars);
    margin-bottom: 1rem;
    font-size: 0.9em;
    
}

.t96-list-cars .t96-info-car .t96-item-info i {
    color: var(--alGrayInfoCars);
    margin-right: 0.2rem;
}

/*giới thiệu salon*/
.t96-intro-salon {
    background-image: url("../images/vt-qc.jpg");
    background-size: cover;
    background-position: center;
    height: 280px;
    position: relative;
}

/*mục tin tức*/
.t96-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 4px;
    margin: 1em auto;
    padding: 1em;
    border: 1px solid #ccc;
    flex-wrap: wrap;
}

.t96-news .t96-box {
    flex-basis: 100%;
}

.t96-news .t96-list-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.t96-list-news .t96-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
    flex-basis: 49%;
}

.t96-list-news .t96-item .t96-img {
    flex-basis: 25%;
}

.t96-list-news .t96-item .t96-img img {
    height: 96px;
    border-radius: 4px;
}

.t96-list-news .t96-item .t96-info {
    flex-basis: 73%;
}

.t96-list-news .t96-item .t96-info .t96-des {
    margin-top: 0.5rem;
}

/*truyền thông*/

.t96-media {
    background-image: url(../images/trang-chu/back-tiktok.jpg);
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center;
    padding-top:2em;
}

.t96-media .t96-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    
    flex-wrap: wrap;
}


.t96-media .t96-container .t96-box {
    flex-basis: 49%;
    padding-bottom: 2rem;
}

.t96-media .t96-container .t96-box iframe {
    border-radius: 4px;
}

/*liên hệ*/

.t96-contact {
    background: var(--alListLink);
}
/*nút tải thêm xe*/
.nut-tai-them a {
    color: var(--white);

    font-weight: bold;

}

.btn-grad {
    background: #ff9900;
}

.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: 4px;
    width: 40%;
    display: block;
    cursor: pointer;
}

.btn-grad:hover {
    background: var(--vtbackground);
   
    text-decoration: none;
}

@media only screen and (max-width: 1230px) {
    /*danh sách xe đang bán*/
    .t96-list-make .t96-item {
        width: 11%;
    }

    .t96-sell-list-cars {
        padding: 0 1.5rem;
    }

    .t96-list-cars .t96-car {
        min-height: 54px;
    }

    /*mục tin tức*/
    .t96-news {
        padding: 0 1.5rem;
    }
    /*truyển thông*/
    .t96-media {
        padding: 0 1.5rem;
    }
}


@media only screen and (max-width: 1100px)
{
    .t96-list-cars .t96-info-car .t96-item-info
    {
        flex-basis: 33%;
    }
}
@media only screen and (max-width: 1055px)
{
    .t96-list-make .t96-item {
        width: 12%;
    }
}

@media only screen and (max-width: 1024px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-item a .t96-img-car {
        height: 155px;
    }

    main .t96-make-car {
        padding: 0.5rem 1rem;
    }

    /*mục tin tức*/
   
    .t96-list-news .t96-item .t96-img img {
        height: 79px;
    }

    /*truyền thông*/
    .t96-media iframe {
        width: 100%;
    }

    .t96-media .t96-container .t96-box {
        flex-basis: 49%;
        padding-bottom: 2rem;
    }
}

@media only screen and (max-width: 991px) {
    /*danh sách xe đang bán*/
    main .t96-make-car {
        background: var(--alWhite);
        padding: 0;
        justify-content: flex-end;
    }

    main .t96-list-make {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
       
        border-radius: 4px;
    }

    

    .t96-list-cars .t96-item {
        flex-basis: 32%;
        margin-bottom: 1.5rem;
    }

    .t96-list-cars .t96-item a .t96-img-car {
        height: 204px;
    }

    
    .t96-list-make .t96-item {
    font-size: 0.8em;
    margin-right: 1em;
    display: inline-table;
    width: 18%;
    height: 92px;
    margin-bottom: 1em;
    
    }

    /*mục tin tức*/
    .t96-news {
        padding: 0 1.5rem 2rem;
    }

    .t96-news .t96-box {
        flex-basis: 100%;
    }

    .t96-list-news .t96-item:last-child {
        margin-bottom: 0;
    }

    .t96-list-news .t96-item .t96-img img {
        height: 100px;
    }
    
}
@media only screen and (max-width: 886px)
{
    .t96-list-cars .t96-info-car .t96-item-info
    {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 768px) {
    /*danh sách xe đang bán*/
    .t96-sell-car {
        margin-top: 1.5rem;
    }

    .t96-sell-list-cars {
        padding: 0 1rem;
    }

    .t96-list-cars .t96-item:last-child {
        margin-bottom: 0;
    }

    .t96-list-cars .t96-item a .t96-img-car {
        height: 220px;
    }

    .t96-pagination ul {
        margin-bottom: 1.5rem;
    }

    /*mục tin tức*/
    .t96-news {
        padding: 0 1rem 1.5rem;
    }

    .t96-list-news .t96-item .t96-img img {
        height: 122px;
    }

    .t96-list-news .t96-item {
        margin-bottom: 1.5rem;
        flex-basis: 100%;
    }

    /*truyền thông*/
    .t96-media {
        padding: 0 1rem;
    }

    .t96-media .t96-container .t96-box {
        padding-bottom: 1.5rem;
    }

    .t96-media iframe {
        height: 250px;
    }
    .t96-list-cars .t96-car
    {
        height: 54px;
        overflow: hidden;
    }
    .map
    {
        width: 100%;
    }
    .t96-title h2
    {
        font-size: 1.2em;
    }
    /*2 xe 1 dòng*/
    .t96-list-cars .t96-item
    {
        flex-basis: 49%;
    }
    /*thông số xe*/
    .t96-list-cars .t96-info-car .t96-item-info
    {
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 730px)
{
    .t96-list-cars .t96-info-car .t96-item-info
    {
        flex-basis: 33%;
    }
}



@media only screen and (max-width: 640px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-item a .t96-img-car {
        height: 185px;
    }

    /*mục tin tức*/
    .t96-list-news .t96-item .t96-img img {
        height: 103px;
    }
    .t96-list-cars .t96-info-car .t96-item-info
    {
        font-size: 0.9em;
    }
    .t96-item-info img
    {
        height: 12px;
        width: 12px;
    }
}

@media only screen and (max-width: 576px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-item {
        flex-basis: 49%;
    }

    .t96-list-cars .t96-item a .t96-img-car {
        height: 181px;
    }

    /*mục tin tức*/
    .t96-list-news .t96-item .t96-img {
        flex-basis: 30%;
    }

    .t96-list-news .t96-item .t96-info {
        flex-basis: 68%;
    }

    .t96-list-news .t96-item .t96-img img {
        height: 109px;
    }

    /*truyền thông*/
    .t96-media .t96-container .t96-box {
        flex-basis: 100%;
    }

    .t96-media .t96-container .t96-box:first-child {
        padding-bottom: 0;
    }

    .t96-list-news .t96-item .t96-info .t96-des {
        display: none;
    }
    /*thông số xe*/
    .t96-list-cars .t96-info-car .t96-item-info
    {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 480px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-item a .t96-img-car {
        height: 150px;
    }

    /*!*mục tin tức*!*/
    .t96-list-news .t96-item .t96-img img {
        height: 90px;
    }
    
}

@media only screen and (max-width: 420px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-item a .t96-img-car {
        height: 130px;
    }

    .t96-list-cars .t96-car {
        padding: 0.5rem 0.5rem 0;
    }

    .t96-list-cars .t96-box-price {
        margin: 0.5rem
    }

    .t96-list-cars .t96-info-car {
        padding: 0.5rem 0.5rem 0;
    }

    .t96-list-cars .t96-info-car .t96-item-info {
        margin-bottom: 0.8rem;
    }

    .t96-list-cars .t96-info-car .t96-item-info i {
        line-height: 2.0rem;
        font-size: 1.3rem;
        margin-right: 0.1rem;
    }

    .t96-list-cars .t96-info-car .t96-item-info {
        line-height: 2.0rem;
        font-size: 1.3rem;
    }

    /*mục tin tức*/
    .t96-list-news .t96-item .t96-img {
        flex-basis: 35%;
    }

    .t96-list-news .t96-item .t96-info {
        flex-basis: 63%;
    }

    .t96-list-news .t96-item .t96-img img {
        height: 91px;
    }
    .btn-grad
    {
        width: 100%;
    }
}
@media only screen and (max-width: 390px)
{
    .t96-list-cars .t96-item
    {
        flex-basis: 100%;
    }
    /*ảnh sp*/
    .t96-list-cars .t96-item a .t96-img-car
    {
        height: 220px;
    }
    /*thông số xe*/
    .t96-list-cars .t96-info-car .t96-item-info
    {
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 375px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-item a .t96-img-car {
        height: 116px;
    }
    .t96-list-cars .t96-item
    {
        flex-basis: 100%;
    }
    .t96-list-cars .t96-car
    {
        height: auto !important;
    }
    .t96-list-cars .t96-item a .t96-img-car
    {
        height: 180px;
    }
    
}

@media only screen and (max-width: 360px) {
    /*danh sách xe đang bán*/
    .t96-list-cars .t96-info-car .t96-item-info i {
        line-height: 1.8rem;
        font-size: 1.2rem;
        margin-right: 0.1rem;
    }

    .t96-list-cars .t96-info-car .t96-item-info {
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
    .vtcategory .t96-item
    {
        flex-basis: 50% !important;
        margin-bottom: 1em;
    }
}

