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