nav {
    position: relative;
   
}

.viethung-title {
    padding: 1.5rem 0;
}
.viethung-new {
    font-size: 1.5rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 44px;
}

.viethung-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.viethung-wrapper .viethung-col-l {
    flex-basis: 100%;
}


.viethung-wrapper .viethung-col-l .viethung-nav-news {
    margin: 1.5rem 0 2rem;
}

.viethung-wrapper .viethung-col-l .viethung-nav-news a {
    color: var(--alBlack);
    text-transform: uppercase;
    font-size: 1.8rem;
    border-right: 1px solid var(--alGrayInfoCars);
    padding: 0 1rem;
}

.viethung-wrapper .viethung-col-l .viethung-nav-news a:first-child {
    padding-left: 0;
}

.viethung-wrapper .viethung-col-l .viethung-nav-news a:last-child {
    padding-right: 0;
    border-right: none;
}

.viethung-wrapper .viethung-col-l .viethung-nav-news a:hover {
    color: var(--alRed);
}

/*tin nổi bật*/
.viethung-hot-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.viethung-hot-news .viethung-box-l {
    flex-basis: 68%;
}

.viethung-hot-news .viethung-box-r {
    flex-basis: 30%;
}

.viethung-hot-news a {
    display: inline-block;
    width: 100%;
}

.viethung-hot-news .viethung-box-l img {
    height: 400px;
}

.viethung-hot-news .viethung-box-l .viethung-title-news {
    margin: 1.5rem 0;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
}

.viethung-hot-news .viethung-box-r .viethung-item {
    margin-bottom: 1.5rem;
}

.viethung-hot-news .viethung-box-r .viethung-item .viethung-new {
    margin-top: 1rem;
}

.viethung-hot-news .viethung-box-r img {
    height: 165px;
}

.vt-hot-news
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.8em;
}
.vt-hot-news:after
{
    content: "";
    flex-basis: 32%;
}

.news-vt
{
    flex-basis: 32%;
    background: #f0eeee;
    margin-bottom: 2em;
    padding: .5em;
    border-radius: 5px;
}

.news-vt img
{
    margin-bottom: 0.8em;
    overflow: hidden;
    object-fit: cover;
    height: 260px;
}

.vt-des
{
    margin-top: 1em;
}

.viethung-car, .viethung-new
{
     margin-bottom: .6em;
}

.tai-tin
{
    text-align: center;
    padding: 1em 0;
}

.tai-tin a
{
    background: var(--red);
    padding: 0.6em 1em;
    width: 20%;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 1.2em;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

h3 a:hover
{
    color: var(--red) !important;
}

.tai-tin a:hover
{
    color: black;
}

.viethung-lazy {
    display: none;
}

/*breadcrumb*/

.breadcrumb-content
{
    width: 1200px;
    margin: 0 auto;
    /*display: flex;*/
}
.breadcrumb-content .home
{
    
    font-size: 1.1em;
}
.breadcrumb-content span
{
    font-size: 1.2em;
    margin-top: 0.1em;
}
.news-vt a:hover
{
    color: var(--yellow-color);
}

.thumb-art
{
    flex-basis: 30%;
    
}

.description
{
    flex-basis: 68%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.date-times
{
    font-size: 0.9em;
    color: var(--date-color);
    display: block;
    margin-top: 0.6em;
    font-style: italic;
}
/*tin theo danh mục*/
.viethung-col-l .viethung-box-news {
    margin-top: 1.5rem;
}

.viethung-box-news .viethung-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.viethung-box-news .viethung-box .viethung-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.viethung-box-news .viethung-box .viethung-item img {
    height: 167px;
}

.viethung-box-news .viethung-box .viethung-item:last-child {
    margin-bottom: 0;
}

.viethung-box-news .viethung-item .viethung-box-img {
    flex-basis: 30%;
}

.viethung-box-news .viethung-item .viethung-box-text {
    flex-basis: 68%;
}

.viethung-box-news .viethung-item .viethung-box-text .viethung-new {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

/*video*/

.viethung-box-video {
    margin-top: 1.5rem;
}

.viethung-box-video .viethung-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--alBlue);
    padding: 1rem;
    border-radius: 4px;
}

.viethung-box-video .viethung-box .viethung-item {
    flex-basis: 32%;
}

.viethung-box-video .viethung-box .viethung-item a {
    display: inline-block;
    width: 100%;
}

.viethung-box-video .viethung-box .viethung-item a:hover .viethung-title-video {
    color: var(--alRed);
}

.viethung-box-video .viethung-item img {
    height: 179px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.viethung-box-video .viethung-item .viethung-title-video {
    margin-bottom: 1rem;
    font-weight: bold;
}

/*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;
    padding: 0.6em;
}

.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-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-price {
    color: var(--vtyellow);
    margin-top: 0.5rem;
    font-size: 1.5rem;
}

.viethung-col-r .viethung-item .viethung-img img {
    height: 78px;
}
.viethung-active-news-menu {
    color: var(--alRed) !important;
    font-weight: 700;
}

@media only screen and (max-width: 1230px) {
    .viethung-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }

    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 350px;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 140px;
    }
}
@media only screen and (max-width: 1200px)
{
    .breadcrumb-content
{
    width: 100%;
}
}


@media only screen and (max-width: 1024px) {
    .viethung-wrapper .viethung-col-l {
        flex-basis: 100%;
    }

    .viethung-wrapper .viethung-col-r {
        flex-basis: 100%;
    }

    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 400px;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 165px;
    }

    /*tin theo danh mục*/
    .viethung-box-news .viethung-item .viethung-box-img {
        flex-basis: 25%;
    }

    .viethung-box-news .viethung-item .viethung-box-text {
        flex-basis: 73%;
    }

    .viethung-box-news .viethung-box .viethung-item img {
        height: 160px;
    }

    /*video*/
    .viethung-box-video .viethung-item img {
        height: 207px;
    }

    /*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: 850px)
{
    .news-vt
    {
        flex-basis: 49%;
    }
} 

@media only screen and (max-width: 768px) {
    .viethung-wrapper {
        padding: 0 1rem 3rem;
    }

    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
    }

    .viethung-hot-news .viethung-box-l img {
        height: 460px;
    }

    .viethung-hot-news .viethung-box-r {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .viethung-hot-news .viethung-box-r .viethung-item {
        flex-basis: 49%;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 240px;
    }

    .viethung-hot-news .viethung-box-l .viethung-title-news {
        font-size: 2.1rem !important;
        line-height: 3rem;
    }

    /*tin theo danh mục*/
    .viethung-col-l .viethung-box-news {
        margin-top: 0;
    }

    .viethung-box-news .viethung-box .viethung-item img {
        height: 123px;
    }

    .viethung-box-text .viethung-des {
        display: none;
    }

    .viethung-box-news .viethung-item .viethung-box-text .viethung-new {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
      
    /*nut tai tin*/
    .tai-tin a
    {
        width: 100%;
    }
    .tai-tin
    {
        padding: 0;
    }

    .vt-des
    {
        height: 66px;
        overflow: hidden;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 123px;
    }
}
@media only screen and (max-width: 576px)
{
    .news-vt
    {
        margin-bottom: 1em !important;
    }
    .viethung-new
    {
        height: auto;
    }
}
@media only screen and (max-width: 640px) {
    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 400px;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 199px;
    }

    /*tin theo danh mục*/
    .viethung-box-news .viethung-box .viethung-item img {
        height: 102px;
    }

    /*video*/
    .viethung-box-video .viethung-item img {
        height: 126px;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 102px;
    }
}

@media only screen and (max-width: 576px) {
    /*menu tin tức*/
    .viethung-wrapper .viethung-col-l .viethung-nav-news a {
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }

    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 363px;
    }

    .viethung-hot-news .viethung-box-l .viethung-title-news {
        font-size: 2rem !important;
        line-height: 2.8rem;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 178px;
    }

    /*tin theo danh mục*/
    .viethung-box-news .viethung-item .viethung-box-img {
        flex-basis: 30%;
    }

    .viethung-box-news .viethung-item .viethung-box-text {
        flex-basis: 68%;
    }

    .viethung-box-news .viethung-box .viethung-item img {
        height: 109px;
    }

    /*video*/
    .viethung-box-video .viethung-box .viethung-item {
        flex-basis: 49%;
    }

    .viethung-box-video .viethung-item img {
        height: 171px;
    }

    .viethung-box-video .viethung-box .viethung-item:last-child {
        margin-top: 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;
    }
    .news-vt img
    {
        height: 199px;
    }
    
}

@media only screen and (max-width: 480px) {
    .viethung-wrapper .viethung-col-l .viethung-nav-news a {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }

    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 299px;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 147px;
    }

    /*tin theo danh mục*/
    .viethung-box-news .viethung-box .viethung-item img {
        height: 90px;
    }

    /*video*/
    .viethung-box-video .viethung-item img {
        height: 140px;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 90px;
    }
    .news-vt
    {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 420px) {
    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 259px;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 127px;
    }

    /*tin theo danh mục*/
    .viethung-box-news .viethung-item .viethung-box-img {
        flex-basis: 35%;
    }

    .viethung-box-news .viethung-item .viethung-box-text {
        flex-basis: 63%;
    }

    .viethung-box-news .viethung-box .viethung-item img {
        height: 91px;
    }

    .viethung-box-news .viethung-item .viethung-box-text .viethung-new {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    /*video*/
    .viethung-box-video .viethung-item img {
        height: 120px;
    }

    /*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;
    }
    .news-vt
    {
        flex-basis: 100%;
    }
    .viethung-new, .vt-des
    {
        height: auto;
    }
}

@media only screen and (max-width: 360px) {
    /*menu tin tức*/
    .viethung-wrapper .viethung-col-l .viethung-nav-news a {
        font-size: 1.4rem;
    }

    /*tin nổi bật*/
    .viethung-hot-news .viethung-box-l img {
        height: 226px;
    }

    .viethung-hot-news .viethung-box-r img {
        height: 110px;
    }

    /*video*/
    .viethung-box-video .viethung-item img {
        height: 104px;
    }

    /*xe mới về*/
    .viethung-col-r .viethung-item .viethung-img img {
        height: 79px;
    }
}

