#wrapper {

    padding: 20px 0 0;

}

/*các hãng xe*/

main .kayauto-make-car {

    

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    padding: 0.5rem 0.5rem;

    border-radius: 4px;

    /*border: 1px dotted #ccc;*/

    margin-top: 1em;

}



main .kayauto-list-make {

    display: flex;

    align-items: baseline;

    justify-content: space-between;

    flex-wrap: nowrap;

    overflow-x: auto;

}



.kayauto-list-make .kayauto-item {

    

    flex: 0 0 auto;

    margin-right: 5rem;

}

.kayauto-list-make .kayauto-item:hover{

    box-shadow: none;

}

.kayauto-list-make .kayauto-item a {

    display: flex;

    flex-direction: column;

    align-items: center;

    color: #333333;

    cursor: pointer;

	opacity: 0.5;

}



.kayauto-list-make .kayauto-item a img {

    width: 45px;

    height: 45px;

    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}



.kayauto-list-make .kayauto-item a:hover img{

    -webkit-transform: scale(0.9);

    transform: scale(0.9);

}



.kayauto-list-make .kayauto-item a span {

    margin-top: 0.5rem;

    text-transform: capitalize;

    font-size: 0.9em;

    height: 44px;

    text-align: center;

    overflow: hidden;

}



.kayauto-make-car .kayauto-sort {

    width: 170px;

    text-transform: capitalize;

    color: var(--kcWhite);

}



.kayauto-make-car .kayauto-sort option {

    text-transform: capitalize;

}



.kayauto-item-info

{

    display: block;

    

}

.kayauto-item-info img

{

    width: 13px;

    height: 13px;

    object-fit: cover;

    vertical-align: middle;

    margin-top: -3px;

}

.kayauto-active-menu-make {

    opacity: 1 !important;

  }

/*danh sách tin xe*/

#wrapper .list-cars .list {

    /*margin-top: 20px;*/

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    flex-wrap: wrap;

}



#wrapper .list-cars .list:after {

    content: '';

    flex-basis: 23.5% !important;

}



#wrapper .list-cars .list .item {

    flex-basis: 32%;

    margin-bottom: 25px;

    box-shadow: rgba(0, 0, 0, 0.133) 0 3.2px 7.2px 0, rgba(0, 0, 0, 0.11) 0 0.6px 1.8px 0;

    border-radius: 0 0 4px 4px;

}



#wrapper .list-cars .list .item:last-child {

    margin-bottom: 0;

}



.list .item .img {

    display: block;

    overflow: hidden;

}



.list .item .img img {

    border-radius: 4px 4px 0 0;

    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

    height: 230px;

    opacity: 1;

}



.list .item .img img:hover {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

    opacity: 0.5;

}



.list .item .info {

    padding: 10px 10px 0;

    background: var(--kWhite);

    border-radius: 0 0 4px 4px;

}



.see-more {

    text-align: center;

    margin-top: -20px;

    margin-bottom: 10px;

}



.see-more a {

    display: inline-block;

    background: var(--red);

    padding: 8px 40px;

    border-radius: 4px;

}



.see-more a:hover {

    background: var(--redHover);

}



/*giới hạn ký tự tên xe*/

.list .item .info .car {

    width: auto;

    color: black;

    display: inline-block;

    font-size: 1.2em;

    font-weight: bold;

    line-height: 24px;

}



/*giới hạn ký tự phần dv*/

.vi-sao .visao-item p {

    width: auto;

    margin-bottom: 3px;

    color: black;

    overflow: hidden;

    text-overflow: ellipsis;

    line-height: 25px;

    -webkit-line-clamp: 3;

    _0min-height: 75px;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.list .item .info .car:hover {

    color: var(--red);

}



.fix-color {

    color: black;

}



.other1 {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: flex-start;

    border-top: 1px dotted var(--gray3);

    padding-top: 0.5em;

    margin-top: 0.5em;

}



.other1 li.other-info {

    width: 32%;

    align-items: flex-start;

}



/*Danh sách tin tức*/

.news {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    border-radius: 4px;

    margin-bottom: 2em;

    margin-top: 20px;

}



.news .box {

    flex-basis: 48%;

}



.news h1 {

    padding-left: 0.5em;

    border-left: 3px solid #ff0000;

    color: #ff0000;

}



.news .list-news {

    margin-top: 25px;

}



.list-news .item {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    margin-bottom: 20px;

    position: relative;

}



.list-news .item .img {

    display: inline-block;

    flex-basis: 30%;

}



.list-news .item .img img {

    height: 115px;

    border-radius: 4px;

}



.list-news .info {

    flex-basis: 68%;

}



.list-news .info .car {

    display: inline-block;

    font-size: 18px;

    line-height: 26px;

    margin-bottom: 10px;

}



.list-news .info .car:hover {

    color: var(--kOrange) !important;

}



.price-box {

    margin: 15px 0;

}



.thong-tin-phu {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-wrap: wrap;

    border-top: 2px solid #e6e6e6;

    padding-top: 15px;

}



.thong-tin-phu span {

    flex-basis: 49%;

    margin-bottom: 10px;

}



/*youtube*/



.vide {

    position: relative;

}



.video-youtube {

    position: relative;

    background-color: #35363e;

    height: 380px;

}



.vide-bg {

    background-image: url(../images/video-bg.jpg);

    position: absolute;

    z-index: 0;

    inset: 0px;

    overflow: hidden;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

    opacity: 0.75;

    top: 0;

    left: 0;

}



.vide-bg video {

    visibility: visible;

    margin: auto;

    position: absolute;

    z-index: 1;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    height: auto;

}



.list-video {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    flex-wrap: wrap;

    color: #fff;

    margin: auto;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.list-video .item {

    flex-basis: 32%;

}



.list-video .item-title {

    flex-basis: 100% !important;

    margin-bottom: 15px;

}



.list-video .item:last-child {

    display: none;

}



.list-video .item img {

    border-radius: 4px 4px 0 0;

}



.list-video .item p {

    background: #f5f5f5;

    padding: 10px;

    border-radius: 0 0 4px 4px;

    display: block;

    font-weight: bold;

    text-transform: uppercase;

    font-size: 1.2em;

    line-height: 1.4em;

    min-height: 91px;

}



.list-video .item a {

    display: inline-block;

    width: 100%;

}



.list-video .item a:hover p {

    color: var(--kOrange);

}



/*truyền thông*/

.media {

    position: relative;

    padding: 20px 0;

    background: #181818;

}



.media:after {

    background-image: url(../images/bg-media.jpg);

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-size: cover;

    opacity: 0.1;

}



.media .container {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    flex-wrap: wrap;

}



.media .container .box {

    flex-basis: 49%;

	z-index: 10;

}



.media .title {

    padding-bottom: 25px;

}



.media .container .box iframe {

    border-radius: 4px;

    background: #f5f6f7;

    width: 100%;

    height: 475px;

}



.tiktok-embed {

    margin: 0 !important;

}





/*giao diện moblie*/

@media only screen and (max-width: 1200px) {

    #wrapper {

        padding: 15px 0 0;

    }



    #wrapper .list-cars {

        padding: 0 15px;

    }



    .news {

        padding: 15px 15px 0;

        margin-bottom: 0;

        margin-top: 0;

    }



    .list-video {

        padding: 0 15px;

    }



    .media .container {

        padding: 0 15px;

    }

}



@media only screen and (max-width: 1024px) {

    .fix-fanpage iframe {

        height: 475px !important;

    }

}



@media only screen and (max-width: 991px) {

    /*xe đang bán*/

    #wrapper .list-cars .list .item {

        flex-basis: 49%;

    }



    list .item .img img {

        height: 250px;

    }



    .price-box {

        margin: 10px 0;

    }



    /*danh sách tin tức*/

    .news {

        justify-content: flex-start;

        flex-wrap: wrap;

    }



    .news .box {

        flex-basis: 100%;

    }



    .list-news .item .img img {

        height: 192px;

    }

}





@media only screen and (max-width: 768px) {

    /*danh sách tin xe*/

    #wrapper .list-cars .list {

        /*margin-top: 15px;*/

    }



    #wrapper .list-cars .list .item {

        margin-bottom: 15px;

    }



    .list .item .info .box-year-price {

        display: flex;

        flex-direction: column;

    }



    .list .box-year-price .icon {

        display: none;

    }



    .list .item .img img {

        height: 200px;

    }



    .price-box {

        display: flex;

        flex-direction: column;

    }



    .price-box .iconP {

        display: none;

    }



    .price-box .prepay {

        margin-top: 10px;

    }



    /*danh sách tin tức*/

    .news .list-news {

        margin-top: 15px;

    }



    .list-news .item .img img {

        height: 146px;

    }



    /*truyền thông*/

    .media .container .box {

        flex-basis: 100%;

    }



    .fix-tiktok iframe {

        height: 475px !important;

        max-height: 475px !important;

    }



    .fix-fanpage {

        margin-top: 15px;

    }



    .media .container .box iframe {

        background: none;

    }



    .media .title {

        padding-bottom: 15px;

    }



    .fix-fanpage iframe {

        height: 333px !important;

    }

}



@media only screen and (max-width: 640px) {

    .list-news .item .img img {

        height: 120px;

    }

}



@media only screen and (max-width: 576px) {

    /*danh sách tin xe*/

    #wrapper .list-cars {

        padding: 0 10px;

    }



    #wrapper .list-cars .list .item {

        flex-basis: 49%;

    }



    .list .item .img img {

        height: 180px;

    }



    .list .item .info .car {

        min-height: 47px;

        line-height: 22px;

        font-size: 16px;

    }



    .list .item .info {

        padding: 5px 10px 0;

    }



    .price-box {

        margin: 5px 0;

    }



    .price-box .prepay {

        margin-top: 7px;

    }



    .thong-tin-phu {

        padding-top: 7px;

    }



    .thong-tin-phu span {

        margin-bottom: 7px;

    }



    /*danh sách tin tức*/

    .news {

        padding: 10px 10px 0;

        margin-top: 0;

    }



    .list-news .item .img img {

        height: 111px;

    }



    .list-news .info .car {

        font-size: 16px;

        line-height: 22px;

    }



    /*truyền thông*/

    .media {

        padding: 15px 10px;

    }



    .media .container {

        padding: 0;

    }



    /*youtube*/

    .list-video .item {

        flex-basis: 49%;

        margin-bottom: 15px;

    }



    .list-video .item:last-child {

        display: block;

    }



    .video-youtube {

        height: 610px;

    }



    .list-video .item p {

        font-size: 14px;

    }

}



@media only screen and (max-width: 480px) {

    /*xe đang bán*/

    .list .item .info .car {

        font-size: 14px;

        min-height: 46px;

    }



    .price-box {

        margin: 3px 0 7px;

    }



    .price {

        font-size: 14px;

    }



    .price-box .prepay {

        margin-top: 7px;

    }



    /*danh sách tin tức*/

    .list .item .img img {

        height: 150px;

    }



    .list-news .item .img img {

        height: 91px;

    }



    .video-youtube {

        height: 530px;

    }



    .thong-tin-phu span {

        font-size: 12px;

    }



    .thong-tin-phu span i {

        font-size: 12px;

    }
    .kayauto-list-make .kayauto-item
    {
        margin-right: 1.5rem;
    }

}



@media only screen and (max-width: 420px) {

    /*xe đang bán*/

    .list .item .img img {

        height: 130px;

    }



    .thong-tin-phu span i {

        font-size: 11px;

    }



    .thong-tin-phu span {

        font-size: 11px;

    }



    /*tin tức*/

    .list-news .item .img img {

        height: 78px;

    }



    .list-news .info .car {

        font-size: 14px;

        margin-bottom: 7px;

    }



    .list-news .item {

        margin-bottom: 15px;

    }

}



@media only screen and (max-width: 375px) {

    .list .item .img img {

        height: 110px;

    }



    .list .item .info .car {

        min-height: 68px;

    }

}



@media only screen and (max-width: 360px) {

    .list-news .info .description {

        display: none;

    }



    .list-news .item .img img {

        height: 67px;

    }



    .thong-tin-phu span {

        font-size: 9px;

    }

}



@media only screen and (max-width: 320px) {

    /*danh sách tin xe*/

    #wrapper .list-cars .list .item {

        flex-basis: 100%;

    }



    .list .item .img img {

        height: 168px;

    }



    .list .item .info .car {

        min-height: auto;

    }



    .list .item .info .box-year-price {

        display: inline-block;

    }



    .list .box-year-price .icon {

        display: inline-block;

    }



    .thongtinphu {

        height: auto;

    }



    .thong-tin-phu span {

        font-size: 12px;

    }



    .list .item .info .car {

        height: auto;

    }

}

