nav {
    position: relative;
}
.btn-grad {
    background: var(--Red);
    padding: 0.5em 1.5em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
}
.btn-grad:hover {
    background: var(--vtyellow);
    color: #000000 !important;
    text-decoration: none;
}
.otothanhphat-title {
    padding: 1.5rem 0;
}
.otothanhphat-new {
    font-size: 1.5rem;
    color: var(--vtwhite);
    overflow: hidden;
    display: block;
}

img {
    border-radius: 4px;
}

.otothanhphat-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.otothanhphat-wrapper .otothanhphat-col-l {
    flex-basis: 70%;
}

.otothanhphat-wrapper .otothanhphat-col-r {
    flex-basis: 28%;
}

.otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news {
    margin: 1.5rem 0 2rem;
}

.otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a {
    color: var(--alBlack);
    text-transform: uppercase;
    font-size: 1.8rem;
    border-right: 1px solid var(--alGrayInfoCars);
    padding: 0 1rem;
}

.otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a:first-child {
    padding-left: 0;
}

.otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a:last-child {
    padding-right: 0;
    border-right: none;
}

.otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a:hover {
    color: var(--alRed);
}

/*tin nổi bật*/
.otothanhphat-hot-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otothanhphat-hot-news .otothanhphat-box-l {
    flex-basis: 68%;
}

.otothanhphat-hot-news .otothanhphat-box-r {
    flex-basis: 30%;
}

.otothanhphat-hot-news a {
    display: inline-block;
    width: 100%;
}

.otothanhphat-hot-news .otothanhphat-box-l img {
    height: 400px;
}

.otothanhphat-hot-news .otothanhphat-box-l .otothanhphat-title-news {
    margin: 1.5rem 0;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
}

.otothanhphat-hot-news .otothanhphat-box-r .otothanhphat-item {
    margin-bottom: 1.5rem;
}

.otothanhphat-hot-news .otothanhphat-box-r .otothanhphat-item .otothanhphat-new {
    margin-top: 1rem;
}

.otothanhphat-hot-news .otothanhphat-box-r img {
    height: 165px;
}

.otothanhphat-hot-news
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-vt
{
    flex-basis: 49%;
    margin-bottom: 2em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: .6em;
}
.news-vt img
{
    margin-bottom: 0.8em;
    overflow: hidden;
    object-fit: cover;
    verticotothanhphat-align: middle;
    height: 230px;
}

.otothanhphat-car, .otothanhphat-new
{
    color: var(--vtwhite);
}

.title-news1
{
    height: 46px !important;
    margin-bottom: 1em;
}
.otothanhphat-des
{
    height: 75px;
}

/*nút tải thêm xe*/
.box-tai-them
{
    width: 50%;
    margin: 0 auto;
}

/*tin theo danh mục*/
.otothanhphat-col-l .otothanhphat-box-news {
    margin-top: 1.5rem;
}

.otothanhphat-box-news .otothanhphat-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otothanhphat-box-news .otothanhphat-box .otothanhphat-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
    height: 167px;
}

.otothanhphat-box-news .otothanhphat-box .otothanhphat-item:last-child {
    margin-bottom: 0;
}

.otothanhphat-box-news .otothanhphat-item .otothanhphat-box-img {
    flex-basis: 30%;
}

.otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text {
    flex-basis: 68%;
}

.otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text .otothanhphat-new {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
}

/*video*/

.otothanhphat-box-video {
    margin-top: 1.5rem;
}

.otothanhphat-box-video .otothanhphat-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--alBlue);
    padding: 1rem;
    border-radius: 4px;
}

.otothanhphat-box-video .otothanhphat-box .otothanhphat-item {
    flex-basis: 32%;
}

.otothanhphat-box-video .otothanhphat-box .otothanhphat-item a {
    display: inline-block;
    width: 100%;
}

.otothanhphat-box-video .otothanhphat-box .otothanhphat-item a:hover .otothanhphat-title-video {
    color: var(--alRed);
}

.otothanhphat-box-video .otothanhphat-item img {
    height: 179px;
    margin-bottom: 1rem;
    font-weight: bold;
}

.otothanhphat-box-video .otothanhphat-item .otothanhphat-title-video {
    margin-bottom: 1rem;
    font-weight: bold;
}

/*xe mói về*/

.otothanhphat-col-r .otothanhphat-new-car {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.otothanhphat-col-r .otothanhphat-new-car .otothanhphat-item {
    flex-basis: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px dotted #cdcdca;
    padding: 1.5rem 0;
	flex-direction: row-reverse;
}

.otothanhphat-col-r .otothanhphat-new-car .otothanhphat-item:first-child {
    padding-top: 0;
}

.otothanhphat-col-r .otothanhphat-new-car .otothanhphat-item:last-child {
    border-bottom: none;
}

.otothanhphat-col-r .otothanhphat-item .otothanhphat-img {
    flex-basis: 35%;
}

.otothanhphat-col-r .otothanhphat-item .otothanhphat-info-car {
    flex-basis: 61%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.otothanhphat-col-r .otothanhphat-item .otothanhphat-info-car .otothanhphat-price {
   
    margin-top: 0.5rem;
    font-size: 1.5rem;
    color: var(--Red);
}

.otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
    height: 78px;
}
.otothanhphat-active-news-menu {
    color: var(--alRed) !important;
    font-weight: 700;
}

@media only screen and (max-width: 1230px) {
    .otothanhphat-wrapper {
        padding: 0 1.5rem 3rem;
        margin-bottom: 0;
    }

    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 350px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 140px;
    }
}

@media only screen and (max-width: 1024px) {
    .otothanhphat-wrapper .otothanhphat-col-l {
        flex-basis: 100%;
    }

    .otothanhphat-wrapper .otothanhphat-col-r {
        flex-basis: 100%;
    }

    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 400px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 165px;
    }

    /*tin theo danh mục*/
    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-img {
        flex-basis: 25%;
    }

    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text {
        flex-basis: 73%;
    }

    .otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
        height: 160px;
    }

    /*video*/
    .otothanhphat-box-video .otothanhphat-item img {
        height: 207px;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img {
        flex-basis: 25%;
    }

    .otothanhphat-col-r .otothanhphat-item .otothanhphat-info-car {
        flex-basis: 73%;
    }

    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 160px;
    }
}

@media only screen and (max-width: 768px) {
    .otothanhphat-wrapper {
        padding: 0 1rem 3rem;
    }

    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
    }

    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 460px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r {
        flex-basis: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .otothanhphat-hot-news .otothanhphat-box-r .otothanhphat-item {
        flex-basis: 49%;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 240px;
    }

    .otothanhphat-hot-news .otothanhphat-box-l .otothanhphat-title-news {
        font-size: 2.1rem !important;
        line-height: 3rem;
    }

    /*tin theo danh mục*/
    .otothanhphat-col-l .otothanhphat-box-news {
        margin-top: 0;
    }

    .otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
        height: 123px;
    }

    .otothanhphat-box-text .otothanhphat-des {
        display: none;
    }

    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text .otothanhphat-new {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }

    .otothanhphat-new
    {
        height: 44px;
    }
    .otothanhphat-des
    {
        
        overflow: hidden;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 123px;
    }
}

@media only screen and (max-width: 640px) {
    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 400px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 199px;
    }

    /*tin theo danh mục*/
    .otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
        height: 102px;
    }

    /*video*/
    .otothanhphat-box-video .otothanhphat-item img {
        height: 126px;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 102px;
    }
    .news-vt
    {
        flex-basis: 49%;
    }
}

@media only screen and (max-width: 576px) {
    /*menu tin tức*/
    .otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a {
        font-size: 1.6rem;
        margin: 1.5rem 0;
    }

    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 363px;
    }

    .otothanhphat-hot-news .otothanhphat-box-l .otothanhphat-title-news {
        font-size: 2rem !important;
        line-height: 2.8rem;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 178px;
    }

    /*tin theo danh mục*/
    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-img {
        flex-basis: 30%;
    }

    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text {
        flex-basis: 68%;
    }

    .otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
        height: 109px;
    }

    /*video*/
    .otothanhphat-box-video .otothanhphat-box .otothanhphat-item {
        flex-basis: 49%;
    }

    .otothanhphat-box-video .otothanhphat-item img {
        height: 171px;
    }

    .otothanhphat-box-video .otothanhphat-box .otothanhphat-item:last-child {
        margin-top: 1rem;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img {
        flex-basis: 30%;
    }

    .otothanhphat-col-r .otothanhphat-item .otothanhphat-info-car {
        flex-basis: 68%;
    }

    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 109px;
    }
    .news-vt img
    {
        height: 199px;
    }
}

@media only screen and (max-width: 480px) {
    .otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a {
        font-size: 1.5rem;
        padding: 0 0.5rem;
    }

    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 299px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 147px;
    }

    /*tin theo danh mục*/
    .otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
        height: 90px;
    }

    /*video*/
    .otothanhphat-box-video .otothanhphat-item img {
        height: 140px;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 90px;
    }
}

@media only screen and (max-width: 420px) {
    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 259px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 127px;
    }

    /*tin theo danh mục*/
    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-img {
        flex-basis: 35%;
    }

    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text {
        flex-basis: 63%;
    }

    .otothanhphat-box-news .otothanhphat-box .otothanhphat-item img {
        height: 91px;
    }

    .otothanhphat-box-news .otothanhphat-item .otothanhphat-box-text .otothanhphat-new {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    /*video*/
    .otothanhphat-box-video .otothanhphat-item img {
        height: 120px;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img {
        flex-basis: 35%;
    }

    .otothanhphat-col-r .otothanhphat-item .otothanhphat-info-car {
        flex-basis: 63%;
    }

    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 91px;
    }
    .news-vt
    {
        flex-basis: 100%;
    }
    .otothanhphat-new, .otothanhphat-des
    {
        height: auto;
    }
    .btn-grad
    {
        width: 100%;
    }
    .otothanhphat-wrapper .otothanhphat-col-r
    {
        margin-top: 2em;
    }
    .rut-gon-2, .title-news1
    {
        height: auto !important;
    }
    .box-tai-them
    {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    /*menu tin tức*/
    .otothanhphat-wrapper .otothanhphat-col-l .otothanhphat-nav-news a {
        font-size: 1.4rem;
    }

    /*tin nổi bật*/
    .otothanhphat-hot-news .otothanhphat-box-l img {
        height: 226px;
    }

    .otothanhphat-hot-news .otothanhphat-box-r img {
        height: 110px;
    }

    /*video*/
    .otothanhphat-box-video .otothanhphat-item img {
        height: 104px;
    }

    /*xe mới về*/
    .otothanhphat-col-r .otothanhphat-item .otothanhphat-img img {
        height: 79px;
    }
}

